diff --git a/linux59-rc-tkg/README.md b/linux59-rc-tkg/README.md index 4a46dba..46da6d8 100644 --- a/linux59-rc-tkg/README.md +++ b/linux59-rc-tkg/README.md @@ -1,6 +1,7 @@ **Due to intel_pstate poor performances as of late, I have decided to set it to passive mode to make use of the acpi_cpufreq governors passthrough, keeping full support for turbo frequencies.** -### PDS, MuQSS and BMQ are not yet available options this revision, and prop Nvidia drivers are not supported +### PDS, MuQSS and BMQ are not yet available options for this revision +## Nvidia prop drivers need to be patched (https://github.com/Frogging-Family/nvidia-all can do that automatically for you) A custom Linux kernel 5.9 RC with added tweaks for a nice interactivity/performance balance, aiming for the best gaming experience. diff --git a/linux59-rc-tkg/customization.cfg b/linux59-rc-tkg/customization.cfg index 767b700..4bf09ef 100644 --- a/linux59-rc-tkg/customization.cfg +++ b/linux59-rc-tkg/customization.cfg @@ -54,7 +54,7 @@ _debugdisable="false" # CPU scheduler - Options are "pds" or "cfs" # "pds" is the recommended option for gaming -_cpusched="" +#_cpusched="" # CPU sched_yield_type - Choose what sort of yield sched_yield will perform # For PDS and MuQSS: 0: No yield. (Recommended option for gaming on PDS and MuQSS) @@ -102,7 +102,7 @@ _acs_override="" _zfsfix="true" # Set to "true" to enable support for fsync, an experimental replacement for esync found in Valve Proton 4.11+ - https://steamcommunity.com/games/221410/announcements/detail/2957094910196249305 -_fsync="" +#_fsync="" # A selection of patches from Zen/Liquorix kernel and additional tweaks for a better gaming experience (ZENIFY) - Default is "true" _zenify="true"