1
0

gamemode.ini 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. ; By default, GameMode adjusts the iopriority of clients to BE/0, you can put any value
  15. ; between 0 and 7 here (with 0 being highest priority), or one of the special values
  16. ; "off" (to disable) or "reset" (to restore Linux default behavior based on CPU priority),
  17. ; currently, only the best-effort class is supported thus you cannot set it here
  18. ioprio = 0
  19. ; Sets whether gamemode will inhibit the screensaver when active
  20. ; Defaults to 1
  21. inhibit_screensaver=1
  22. [filter]
  23. ; If "whitelist" entry has a value(s)
  24. ; gamemode will reject anything not in the whitelist
  25. ;whitelist=RiseOfTheTombRaider
  26. ; Gamemode will always reject anything in the blacklist
  27. ;blacklist=HalfLife3
  28. ; glxgears
  29. [gpu]
  30. ; Here Be Dragons!
  31. ; Warning: Use these settings at your own risk
  32. ; Any damage to hardware incurred due to this feature is your responsibility and yours alone
  33. ; It is also highly recommended you try these settings out first manually to find the sweet spots
  34. ; Setting this to the keyphrase "accept-responsibility" will allow gamemode to apply GPU optimisations such as overclocks
  35. ;apply_gpu_optimisations=0
  36. ; You must set these to tell gamemode the Vendor of your graphics card, as well it's device number on the system (usually 0)
  37. ; Vendor must be one of 0x10de (NVIDIA), 0x1002 (AMD) or 0x8086 (Intel)
  38. ;gpu_vendor=0x0000
  39. ;gpu_device=0
  40. ; Nvidia specific settings (these are Mhz offsets from the baseline, ie. 0 applies no change)
  41. ; Requires the coolbits extension activated in nvidia-xconfig
  42. ;nv_core_clock_mhz_offset=0
  43. ;nv_mem_clock_mhz_offset=0
  44. ; This corresponds to the performance level to edit in nvidia-xconfig
  45. ;nv_perf_level=1
  46. ; AMD specific settings (these are percentages applied on top of the baseline, ie. 0 applies no change)
  47. ; Requires the the AMDGPU kernel module
  48. ; It is also highly recommended you use lm-sensors (or other available tools) to verify card temperatures
  49. ;amd_core_clock_percentage=0
  50. ;amd_mem_clock_percentage=0
  51. [custom]
  52. ; Custom scripts (executed using the shell) when gamemode starts and ends
  53. ;start=notify-send "GameMode started"
  54. ; /home/me/bin/stop_ethmining.sh
  55. ;end=notify-send "GameMode ended"
  56. ; /home/me/bin/start_ethmining.sh