gamemode.ini 912 B

1234567891011121314151617181920212223242526272829
  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. [filter]
  12. ; If "whitelist" entry has a value(s)
  13. ; gamemode will reject anything not in the whitelist
  14. ;whitelist=RiseOfTheTombRaider
  15. ; Gamemode will always reject anything in the blacklist
  16. blacklist=HalfLife3
  17. glxgears
  18. [custom]
  19. ; Custom scripts (executed using the shell) when gamemode starts and ends
  20. start=notify-send "GameMode started"
  21. /home/me/bin/stop_ethmining.sh
  22. end=notify-send "GameMode ended"
  23. /home/me/bin/start_ethmining.sh