mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-24 16:33:05 +02:00
Add suggestion message to failed CPU governernor test
This commit is contained in:
parent
c54d6d4243
commit
2f69f7c023
@ -801,6 +801,8 @@ static int game_mode_run_feature_tests(struct GameModeConfig *config)
|
|||||||
LOG_MSG("::: Passed\n");
|
LOG_MSG("::: Passed\n");
|
||||||
else {
|
else {
|
||||||
LOG_MSG("::: Failed!\n");
|
LOG_MSG("::: Failed!\n");
|
||||||
|
LOG_MSG(" -- You may need to add your user to the gamemode group:");
|
||||||
|
LOG_MSG(" -- $ sudo usermod -aG gamemode $(whoami)");
|
||||||
// Consider the CPU governor feature required
|
// Consider the CPU governor feature required
|
||||||
status = -1;
|
status = -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user