Difference between revisions of "Gamemode"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
== Configuration == | == Configuration == | ||
Copy <code>gamemode.ini</code> from [https://github.com/FeralInteractive/gamemode/blob/master/example/gamemode.ini here] to one of the directories described [https://github.com/FeralInteractive/gamemode#configuration here]. Change settings as desired, for example to [[Compositor#Gamemode|disable composition]]. | Copy <code>gamemode.ini</code> from [https://github.com/FeralInteractive/gamemode/blob/master/example/gamemode.ini here] to one of the directories described [https://github.com/FeralInteractive/gamemode#configuration here]. <code>~/.config/gamemode.ini</code> is a good choice. Change settings as desired, for example to [[Compositor#Gamemode|disable composition]]. | ||
== See more == | == See more == | ||
[https://github.com/FeralInteractive/gamemode Gamemode's website] | [https://github.com/FeralInteractive/gamemode Gamemode's website] |
Revision as of 02:35, 1 December 2022
Feral Interactive's Gamemode is one of the best and easiest tools you can use to improve game performance on Linux. It ensures that all of your computer processor's cores are enabled when you launch a game.
Setup
(TO-DO: Gamemode installation)
You often have to manually enable gamemode on a per-game basis, so if you're struggling with performance in a game, make sure to check whether gamemode is enabled.
Configuration
Copy gamemode.ini
from here to one of the directories described here. ~/.config/gamemode.ini
is a good choice. Change settings as desired, for example to disable composition.