mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-06 13:18:31 +02:00
Add suggestion message to failed CPU governernor test
This commit is contained in:

committed by
afayaz-feral

parent
c54d6d4243
commit
2f69f7c023
@@ -801,6 +801,8 @@ static int game_mode_run_feature_tests(struct GameModeConfig *config)
|
||||
LOG_MSG("::: Passed\n");
|
||||
else {
|
||||
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
|
||||
status = -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user