Description
GameMode is a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS and/or a game process.
GameMode was designed primarily as a stop-gap solution to problems with the Intel and AMD CPU powersave or ondemand governors, but is now host to a range of optimisation features and configurations.
Currently GameMode includes support for optimisations including:
- CPU governor
 - I/O priority
 - Process niceness
 - Kernel scheduler (SCHED_ISO)
 - Screensaver inhibiting
 - GPU performance mode (NVIDIA and AMD), GPU overclocking (NVIDIA)
 - CPU core pinning or parking
 - Custom scripts
 
Installation Instructions
- Add the repo.
 
sudo dnf copr enable david35mm/gamemode
- Install the package.
 
sudo dnf install gamemode
- Add your user to the 
gamemodegroup 
sudo usermod -a -G gamemode $(whoami)
- 
Reboot
 - 
See if gamemode was correctly installed
 
gamemoded -t
You should see a : All Tests Passed!
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
| Release | Architectures | Repo Download | 
|---|---|---|
                   
                Fedora 40
           | 
          aarch64 (17)*, x86_64 (128)* | Fedora 40 (0 downloads) | 
                   
                Fedora 41
           | 
          aarch64 (9)*, x86_64 (20)* | Fedora 41 (89 downloads) | 
                   
                Fedora 42
           | 
          aarch64 (22)*, x86_64 (15)* | Fedora 42 (55 downloads) | 
                   
                Fedora 43
           | 
          aarch64 (0)*, x86_64 (0)* | Fedora 43 (16 downloads) | 
                   
                Fedora rawhide
           | 
          aarch64 (12)*, x86_64 (22)* | Fedora rawhide (55 downloads) | 
* Total number of downloaded packages.
Quick Enable
    #> dnf copr enable david35mm/gamemode
  
  
     More info about enabling Copr repositories
                Fedora 40