mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-03 06:07:20 +02:00
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:
parent
f5882d5158
commit
7cf59587ce
11
README.md
11
README.md
@ -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.
|
||||
|
||||
Config files are loaded and merged from the following directories, in order:
|
||||
1. `/usr/share/gamemode/`
|
||||
2. `/etc/`
|
||||
3. `$XDG_CONFIG_HOME` or `$HOME/.config/`
|
||||
4. `$PWD`
|
||||
Configuration files are loaded and merged from the following directories, from highest to lowest priority:
|
||||
|
||||
1. `$PWD` ("unsafe" - **`[gpu]` settings take no effect in this file**)
|
||||
2. `$XDG_CONFIG_HOME` or `$HOME/.config/` ("unsafe" - **`[gpu]` settings take no effect in this file**)
|
||||
3. `/etc/`
|
||||
4. `/usr/share/gamemode/`
|
||||
|
||||
---
|
||||
## Note for Hybrid GPU users
|
||||
|
Loading…
x
Reference in New Issue
Block a user