Document some configuration files not allowing [gpu] changes

This also reorders the list from highest to lowest priority,
which is generally more commonly used.
This commit is contained in:
Hugo Locurcio 2022-10-14 01:39:41 +02:00 committed by afayaz-feral
parent f5882d5158
commit 7cf59587ce

View File

@ -41,11 +41,12 @@ LD_PRELOAD="$LD_PRELOAD:/usr/\$LIB/libgamemodeauto.so.0"
The daemon is configured with a `gamemode.ini` file. [example/gamemode.ini](https://github.com/FeralInteractive/gamemode/blob/master/example/gamemode.ini) is an example of what this file would look like, with explanations for all the variables. The daemon is configured with a `gamemode.ini` file. [example/gamemode.ini](https://github.com/FeralInteractive/gamemode/blob/master/example/gamemode.ini) is an example of what this file would look like, with explanations for all the variables.
Config files are loaded and merged from the following directories, in order: Configuration files are loaded and merged from the following directories, from highest to lowest priority:
1. `/usr/share/gamemode/`
2. `/etc/` 1. `$PWD` ("unsafe" - **`[gpu]` settings take no effect in this file**)
3. `$XDG_CONFIG_HOME` or `$HOME/.config/` 2. `$XDG_CONFIG_HOME` or `$HOME/.config/` ("unsafe" - **`[gpu]` settings take no effect in this file**)
4. `$PWD` 3. `/etc/`
4. `/usr/share/gamemode/`
--- ---
## Note for Hybrid GPU users ## Note for Hybrid GPU users