Add a note about overclocking to the README

This commit is contained in:
Marc Di Luzio 2019-02-06 17:26:33 +00:00
parent 16ade5c1c9
commit 4cee59cde3

View File

@ -8,6 +8,7 @@ Currently GameMode includes support for optimisations including:
* I/O Priority
* Kernel Scheduler (`SCHED_ISO`)
* Screensaver inhibiting
* GPU Overclocking (Nvidia and AMD)
* Custom scripts
Issues with GameMode should be reported here in the issues section, and not reported to Feral directly.
@ -106,6 +107,9 @@ If you are unsure, `bootstrap.sh` will warn you if your system lacks CPU governo
Scripts and other features will still work.
### GPU Optimisations
GameMode is able to automatically apply GPU overclocks when activated. AMD overclocking currently requires the amdgpu kernel module, and Nvidia requires the `coolbits` extension to be enabled in the Nvidia settings. It is very much encouraged for users to find out their own overclocking limits manually before venturing into configuring them in gamemode, and activating this feature in gamemode assumes you take responsibility for the effects of said overclocks. More information can be found in the `example/gamemoded.ini` file.
---
## Developers