linux59-rc-tkg: Update readme and comment out some disabled options in .cfg

This commit is contained in:
Tk-Glitch 2020-08-18 17:39:52 +02:00
parent 66d595fac8
commit 62f97be247
2 changed files with 4 additions and 3 deletions

View File

@ -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.** **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. A custom Linux kernel 5.9 RC with added tweaks for a nice interactivity/performance balance, aiming for the best gaming experience.

View File

@ -54,7 +54,7 @@ _debugdisable="false"
# CPU scheduler - Options are "pds" or "cfs" # CPU scheduler - Options are "pds" or "cfs"
# "pds" is the recommended option for gaming # "pds" is the recommended option for gaming
_cpusched="" #_cpusched=""
# CPU sched_yield_type - Choose what sort of yield sched_yield will perform # 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) # For PDS and MuQSS: 0: No yield. (Recommended option for gaming on PDS and MuQSS)
@ -102,7 +102,7 @@ _acs_override=""
_zfsfix="true" _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 # 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" # A selection of patches from Zen/Liquorix kernel and additional tweaks for a better gaming experience (ZENIFY) - Default is "true"
_zenify="true" _zenify="true"