-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
33 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,42 @@ | ||
1.2 | ||
|
||
Store the initial governor state on mode enter | ||
Config now supports defaultgov and desiredgov | ||
- Store the initial governor state on mode enter | ||
- Config now supports defaultgov and desiredgov | ||
- Add soft real-time scheduling support on kernels supporting SCHED_ISO | ||
(softrealtime config option) and support for renice-ing games to a higher | ||
priority (renice config option) (contributed by Kai Krakow) | ||
- Make service D-Bus activated rather than requiring it to be explicitly | ||
enabled in systemd (contributed by Christian Kellner) | ||
- Make libraries properly versioned (contributed by Christian Kellner) | ||
|
||
1.1 | ||
|
||
Cascaded config file loading | ||
gamemode_query_status function | ||
'-r' (request) and '-s' (status) for gamemoded | ||
User defined script plugins in the config file | ||
User defined reaper thread frequency | ||
Various code refactors and fixes | ||
systemd status messages | ||
release management scripts | ||
inih moved to a git submodule | ||
- Cascaded config file loading | ||
- gamemode_query_status function | ||
- '-r' (request) and '-s' (status) for gamemoded | ||
- User defined script plugins in the config file | ||
- User defined reaper thread frequency | ||
- Various code refactors and fixes | ||
- systemd status messages | ||
- release management scripts | ||
- inih moved to a git submodule | ||
|
||
1.0 | ||
|
||
Fixed and cleaned up README file | ||
Config file parsing | ||
Man page | ||
Example PKGBUILD file | ||
Bug fix for missing pthread_rwlock_init | ||
- Fixed and cleaned up README file | ||
- Config file parsing | ||
- Man page | ||
- Example PKGBUILD file | ||
- Bug fix for missing pthread_rwlock_init | ||
|
||
0.2 | ||
|
||
Updated meson build to improve compatibility, configuration and development | ||
cpugovctl now uses polkit | ||
Fixed potential threading issues | ||
Added option to use the system d-bus for the daemon rather than systemd | ||
Various code style and standards related improvements | ||
- Updated meson build to improve compatibility, configuration and development | ||
- cpugovctl now uses polkit | ||
- Fixed potential threading issues | ||
- Added option to use the system d-bus for the daemon rather than systemd | ||
- Various code style and standards related improvements | ||
|
||
0.1 | ||
|
||
Initial release | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for gamemoded. | ||
.\" Contact [email protected] to correct errors or typos. | ||
.TH gamemoded 8 "4 July 2018" "1.2-dev" "gamemoded man page" | ||
.TH gamemoded 8 "21 July 2018" "1.2" "gamemoded man page" | ||
.SH NAME | ||
gamemoded \- optimises system performance on demand | ||
.SH SYNOPSIS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters