From 4cee59cde38e28001481a29558940406b4f01fca Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 6 Feb 2019 17:26:33 +0000 Subject: [PATCH] Add a note about overclocking to the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4f8c54f..fbd7a43 100644 --- a/README.md +++ b/README.md @@ -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