Add a little more flavor text to remind users that both AMD and Nvidia do have automatic overclocks

This commit is contained in:
Marc Di Luzio 2019-02-10 10:42:30 +00:00
parent 00ed82f8e4
commit f86f57af0e

View File

@ -108,7 +108,7 @@ 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.
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. Note that both Nvidia (GPUBoost) and AMD (Overdrive) devices and drivers already attempt to internally overclock if possible, but it is still common for enthusiasts to want to manually push the upper threshold.
---
## Developers