https://github.com/gasinvein/tunedmode
A GameMode to Tuned proxy
https://github.com/gasinvein/tunedmode
dbus gamemode linux tuned wrapper
Last synced: 3 months ago
JSON representation
A GameMode to Tuned proxy
- Host: GitHub
- URL: https://github.com/gasinvein/tunedmode
- Owner: gasinvein
- License: mit
- Created: 2018-09-10T15:43:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T18:03:29.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T17:28:10.823Z (5 months ago)
- Topics: dbus, gamemode, linux, tuned, wrapper
- Language: Python
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TunedMode
A small daemon which pretends to be the GameMode dbus service, but instead switches Tuned profiles.E.g. when a RegisterGame() call is received from a GameMode client, it switches profile to "performance", and switches it back when no more games are registered.
## Requirements
* [Tuned](https://github.com/redhat-performance/tuned), obviously
* Python 3, with modules
* PyGObject
* dbus
* psutil
* pyxdg## Installation
This shim uses the same bus name as GameMode, and thus conflicts with it.
Make sure that GameMode is not installed.```bash
meson --prefix ~/.local . build
ninja -C build install
```