summarylogtreecommitdiffstats
path: root/ryzen-desktop-profile.cfg
diff options
context:
space:
mode:
authorabelian4242021-02-10 09:42:24 +0600
committerabelian4242021-02-10 09:42:24 +0600
commit57249afdee0e9324ca823a8204b5f820c25f5052 (patch)
treed491854c1120f946bb62e381cace5d822900a633 /ryzen-desktop-profile.cfg
parente1ced5a0b07ce2c3291564ac10210d46ebdc760a (diff)
downloadaur-57249afdee0e9324ca823a8204b5f820c25f5052.tar.gz
Updated to 5.10.14
Diffstat (limited to 'ryzen-desktop-profile.cfg')
-rw-r--r--ryzen-desktop-profile.cfg38
1 files changed, 0 insertions, 38 deletions
diff --git a/ryzen-desktop-profile.cfg b/ryzen-desktop-profile.cfg
deleted file mode 100644
index 76677a5b4560..000000000000
--- a/ryzen-desktop-profile.cfg
+++ /dev/null
@@ -1,38 +0,0 @@
-# linux-TkG config file
-# Ryzen Desktop
-
-
-#### KERNEL OPTIONS ####
-
-# Disable some non-module debugging - See PKGBUILD for the list
-_debugdisable="false"
-
-# LEAVE AN EMPTY VALUE TO BE PROMPTED ABOUT FOLLOWING OPTIONS AT BUILD TIME
-
-# Set to "true" to disable FUNCTION_TRACER/GRAPH_TRACER, lowering overhead but limiting debugging and analyzing of kernel functions - Kernel default is "false"
-_ftracedisable="false"
-
-# Set to "true" to disable NUMA, lowering overhead, but breaking CUDA/NvEnc on Nvidia equipped systems - Kernel default is "false"
-_numadisable="true"
-
-# Set to "true" to use explicit preemption points to lower latency at the cost of a small throughput loss - Can give a nice perf boost in VMs - Kernel default is "false"
-_voluntary_preempt="true"
-
-# A selection of patches from Zen/Liquorix kernel and additional tweaks for a better gaming experience (ZENIFY) - Default is "true"
-_zenify="true"
-
-# compiler optimization level - 1. Optimize for performance (-O2); 2. Optimize harder (-O3); 3. Optimize for size (-Os) - Kernel default is "2"
-_compileroptlevel="2"
-
-# Trust the CPU manufacturer to initialize Linux's CRNG (RANDOM_TRUST_CPU) - Kernel default is "false"
-_random_trust_cpu="false"
-
-# CPU scheduler runqueue sharing - No sharing (RQ_NONE), SMT (hyperthread) siblings (RQ_SMT), Multicore siblings (RQ_MC), Symmetric Multi-Processing (RQ_SMP), NUMA (RQ_ALL)
-# Valid values are "none", "smt", "mc", "mc-llc"(for zen), "smp", "all" - Kernel default is "mc"
-_runqueue_sharing="mc-llc"
-
-# Timer frequency - "500", "750" or "1000" - More options available in kernel config prompt when left empty depending on selected cpusched - Kernel default is "500"
-_timer_freq=""
-
-# Default CPU governor - "performance", "ondemand" (tweaked), "schedutil" or leave empty for default (schedutil on AMD and legacy Intel, intel_pstate on modern Intel) - Enforcing an option will disable intel_pstate altogether!
-_default_cpu_gov=""