Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gamemoded -t has errors #482

Open
Lighttz opened this issue Jun 15, 2024 · 2 comments
Open

Gamemoded -t has errors #482

Lighttz opened this issue Jun 15, 2024 · 2 comments

Comments

@Lighttz
Copy link

Lighttz commented Jun 15, 2024

Describe the bug:
: Loading config
Loading config file [/usr/share/gamemode/gamemode.ini]
: Running tests

:: Basic client tests
:: Passed

:: Dual client tests
gamemode request succeeded and is active
Quitting by request...
...Waiting for child to quit...
:: 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 schedutil)!
::: 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!

The CPU governor fails to switch to 'performance' mode as expected during tests, instead remaining on 'schedutil'. Additionally, there is an issue with the ioprio verification step.

To Reproduce:
Steps to reproduce the behavior:

Launch gamemode using command 'gamemoded -t'
Start the game '....'
Monitor the output of '....'
Observe the errors mentioned in the test results.
Expected behavior
The CPU governor should switch to 'performance' mode upon gamemode activation. Additionally, the ioprio verification should complete without errors.

System Info

OS and version: Linux Mint 21.3 "Virginia" with XFCE desktop
GameMode Version: 1.8.1
Additional context:
The issue appears to be intermittent.

@dual1sm
Copy link

dual1sm commented Jul 14, 2024

The only fix I found was simply using git checkout to switch to version 1.7 upon doing this all tests passed. Not sure what's up

@marwanramadan
Copy link

I had the same problem (Manjaro). Adding my user to the group 'gamemode' removed the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants