Fresh install - gamemode failing

Fresh install of eos this week and gamemode is not working correctly

Please help me fix it.

::: Verifying CPU governor setting
ERROR: Governor was not set to performance (was actually powersave)!
::: Failed!

I tried this, and it made no change: groupadd -f ‘gamemode’

[homepc@homepc-ms7b17 ~]$ gamemoded -t
: Loading config
: Running tests

:: Basic client tests
:: Passed

:: Dual client tests
gamemode request succeeded and is active
Quitting by request...
:: Passed

:: Gamemoderun and reaper thread tests
...Waiting for child to quit...
...Waiting for reaper thread (reaper_frequency set to 5 seconds)...
:: Passed

:: Supervisor tests
:: Passed

:: Feature tests
::: Verifying CPU governor setting
ERROR: Governor was not set to performance (was actually powersave)!
::: Failed!
::: Verifying Scripts
::: Passed (no scripts configured to run)
::: Verifying GPU Optimisations
::: Passed (gpu optimisations not configured to run)
::: Verifying renice
::: Passed (no renice configured)
::: Verifying ioprio
::: Passed
ERROR: :: Failed!
: Tests Failed!


                       ./o.                    System: homepc
                     ./sssso-                  ├ OS: EndeavourOS x86_64
                   `:osssssss+-                ├ Host: MS-7B17 (2.0)
                 `:+sssssssssso/.              ├ Kernel: Linux 6.11.3-arch1-1
               `-/ossssssssssssso/.            ├ Uptime: 3 hours, 3 mins
             `-/+sssssssssssssssso+:`          └ Local IP: xxx.xxx.xxx.xxx.
           `-:/+sssssssssssssssssso+/.
         `.://osssssssssssssssssssso++-        Packages: 1337 (pacman)
        .://+ssssssssssssssssssssssso++:       ├ Shell: bash 5.2.37
      .:///ossssssssssssssssssssssssso++:      ├ DE: KDE Plasma 6.2.0
    `:////ssssssssssssssssssssssssssso+++.     ├ WM: KWin (Wayland)
  `-////+ssssssssssssssssssssssssssso++++-     ├ WM Theme: Breeze
   `..-+oosssssssssssssssssssssssso+++++/`     ├ Theme: Breeze (Dark) [Qt], Breeze-Dark [GTK2], Breeze [GTK3]
     ./++++++++++++++++++++++++++++++/:.       ├ Icons: breeze-dark [Qt], breeze-dark [GTK2/3/4]
    `:::::::::::::::::::::::::------``         └ Terminal: konsole 24.8.2

                                               CPU: Intel(R) Core(TM) i9-9900K (16) @ 5.00 GHz
                                               ├ GPU: NVIDIA GeForce RTX 4070
                                               ├ GPU Driver: nvidia (proprietary) 560.35.03
                                               ├ Memory: 5.24 GiB / 62.73 GiB (8%)
                                               └ Display: 3440x1440 @ 144 Hz in 34" [External]

If you run groups, is the gamemode group listed? This will show you what groups your account is member of.

groups

This command attempts to create the group gamemode, if it doesn’t already exist. Your user account needs to be added to that group for gamemode to do its thing though.

To add yourself to the gamemode group, the command would be something like this, assuming homepc is your username:

sudo usermod -a -G gamemode homepc

Running sudo usermod -a -G gamemode homepc

Fixed it, thank you so much!!! :kissing_heart:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.