1
0

gamemode.ini 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. [general]
  2. ; The reaper thread will check every 10 seconds for exited clients
  3. reaper_freq=10
  4. ; The desired governor is used when entering GameMode instead of "performance"
  5. desiredgov=performance
  6. ; The default governer is used when leaving GameMode instead of restoring the original value
  7. defaultgov=powersave
  8. ; By default, GameMode changes the scheduler policy to SCHED_ISO with 4 or more CPU cores,
  9. ; force enable or disable with "on" or "off"
  10. softrealtime=auto
  11. ; By default, GameMode renices the client to -4, you can put any value between 1 and 20 here,
  12. ; the value will be negated and applied as a nice value
  13. renice = 4
  14. [filter]
  15. ; If "whitelist" entry has a value(s)
  16. ; gamemode will reject anything not in the whitelist
  17. ;whitelist=RiseOfTheTombRaider
  18. ; Gamemode will always reject anything in the blacklist
  19. blacklist=HalfLife3
  20. glxgears
  21. [custom]
  22. ; Custom scripts (executed using the shell) when gamemode starts and ends
  23. start=notify-send "GameMode started"
  24. /home/me/bin/stop_ethmining.sh
  25. end=notify-send "GameMode ended"
  26. /home/me/bin/start_ethmining.sh