How to Install and Uninstall gamemode Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "gamemode" package

In this section, we are going to explain the necessary steps to install gamemode on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gamemode

2. Uninstall "gamemode" package

In this section, we are going to explain the necessary steps to uninstall gamemode on openSuSE Tumbleweed:

$ sudo zypper remove gamemode

3. Information about the gamemode package on openSuSE Tumbleweed

Information for package gamemode:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gamemode
Version : 1.8.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.8 KiB
Installed : No
Status : not installed
Source package : gamemode-1.8.1-1.2.src
Upstream URL : https://github.com/FeralInteractive/gamemode
Summary : Daemon/library combo for changing Linux system performance on demand
Description :
GameMode is a daemon/lib combo for Linux that allows games to request
a set of optimisations be temporarily applied to the host OS.
GameMode was designed primarily as a stop-gap solution to problems
with the Intel and AMD CPU powersave or ondemand governors, but is
now able to launch custom user defined plugins, and is intended to be
expanded further, as there are a wealth of automation tasks one might
want to apply.
For applications that don't implement the GameMode activation themselves,
you can toggle the GameMode by running them via the gamemoderun command.
gamemoderun ./game
For Steam games this can be done by editing the launch options:
gamemoderun %command%
Note that some functionalities, like modifying the CPU governor, require
the user to be in the priviledged "gamemode" group.