1gamemodelist(1) gamemodelist man page gamemodelist(1)
2
3
4
6 gamemodelist - search for processes running with gamemode
7
9 gamemodelist
10
12 gamemodelist will search the runtime of all processes running which
13 started GameMode via libgamemodeauto.so and print them with ps(1) com‐
14 mand output. This helper script makes it easy to find which processes
15 are utilizing GameMode via libgamemodeauto.so when troubleshooting po‐
16 tential game issues.
17
18
20 libgamemodeauto.so.0 will be found in the shared object maps of running
21 processes utilizing GameMode. Run the following command to print pro‐
22 cesses loaded with libgamemodeauto.so.0. GameMode can be started other
23 ways but this script will only detect processes utilizing GameMode via
24 libgamemodeauto.so.
25
26 gamemodelist
27
28
30 The output is a process table from ps(1) command.
31
32 PID PPID USER NI PSR COMMAND
33
34 Where each of these fields are defined in ps(1) manual. For your con‐
35 venience here's a definition for each field.
36
37
38 COLUMN DESCRIPTION
39 PID Process ID
40 PPID Parent process ID
41 USER User name owning the process.
42 NI Nice value. This ranges from 19 (nicest)
43 to -20 (not nice to others), See
44 nice(1).
45 PSR Processor that process is currently as‐
46 signed to. Useful when setting process
47 affinity using taskset(1) utility.
48 COMMAND Command name (only the executable name).
49
50
52 gamemodrun(1), nice(1), ps(1), taskset(1).
53
54
56 GameMode source can be found at https://github.com/FeralInterac‐
57 tive/gamemode.git
58
59
61 gamemodelist was authored by Sam Gleske (https://github.com/samrocket‐
62 man/)
63
64 GameMode was authored by Feral Interactive (linux-contact@feralinterac‐
65 tive.com)
66
67
68
691.7 4 May 2020 gamemodelist(1)