io.github.feralinteractive.gamemode.metainfo.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <component type="console-application">
  3. <id>io.github.feralinteractive.gamemode</id>
  4. <name>gamemode</name>
  5. <summary>daemon that allows games to request a set of optimizations be temporarily applied</summary>
  6. <developer_name>Feral Interactive</developer_name>
  7. <metadata_license>FSFAP</metadata_license>
  8. <project_license>BSD-3-Clause</project_license>
  9. <description>
  10. <p>
  11. GameMode is a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS and/or a game process.
  12. </p>
  13. <p>
  14. It was designed primarily as a stop-gap solution to problems with the Intel and AMD CPU powersave or ondemand governors, but is now host to a range of optimisation features and configurations.
  15. </p>
  16. <p>Currently GameMode includes support for optimisations including:</p>
  17. <ul>
  18. <li>CPU governor</li>
  19. <li>I/O priority</li>
  20. <li>Process niceness</li>
  21. <li>Kernel scheduler (SCHED_ISO)</li>
  22. <li>Screensaver inhibiting</li>
  23. <li>GPU performance mode (NVIDIA and AMD)</li>
  24. <li>GPU overclocking (NVIDIA)</li>
  25. <li>Custom scripts</li>
  26. </ul>
  27. </description>
  28. <categories>
  29. <category>Utility</category>
  30. <category>Game</category>
  31. </categories>
  32. <provides>
  33. <binary>gamemoderun</binary>
  34. </provides>
  35. </component>