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

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <component>
  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. <!-- <icon type="stock">io.github.feralinteractive.gamemode</icon> -->
  8. <metadata_license>FSFAP</metadata_license>
  9. <project_license>BSD-3-Clause</project_license>
  10. <description>
  11. <p>
  12. 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.
  13. </p>
  14. <p>
  15. 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.
  16. </p>
  17. <p>Currently GameMode includes support for optimisations including:</p>
  18. <ul>
  19. <li>CPU governor</li>
  20. <li>I/O priority</li>
  21. <li>Process niceness</li>
  22. <li>Kernel scheduler (SCHED_ISO)</li>
  23. <li>Screensaver inhibiting</li>
  24. <li>GPU performance mode (NVIDIA and AMD)</li>
  25. <li>GPU overclocking (NVIDIA)</li>
  26. <li>Custom scripts</li>
  27. </ul>
  28. </description>
  29. <content_rating type="oars-1.1" />
  30. <categories>
  31. <category>Utility</category>
  32. <category>Game</category>
  33. </categories>
  34. </component>