this post was submitted on 04 Feb 2022
8 points (100.0% liked)

Linux

49888 readers
1277 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I used gamemode because it seemed like a nice performance tool; however it caused performance, stability, and issues (in TeamF2). In TF2, I had irregular frame rates and frame times.

I decided to disable gamemode to see what would happen; because it's a good idea to test every known factor. I got a consistent frame rate of 60fps and consistent frametime of 16.67ms.


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.

GameMode 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.

Currently GameMode includes support for optimisations including:

  • CPU governor
  • I/O priority
  • Process niceness
  • Kernel scheduler (SCHED_ISO)
  • Screensaver inhibiting
  • GPU performance mode (NVIDIA and AMD),
  • GPU overclocking (NVIDIA)
  • Custom scripts

Constantly changing the behavior of the CPU and priorities can be very bad for stability.

I think games should focus on optimizing their code, instead of relying on third party software.


Game boosters are known to be snake oil; FOSS game boosters are not an exception.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 years ago (1 children)

I think integrated graphics are particularly bad for gamemode. I now avoid it after trying it out and not seeing much benefit.

[–] [email protected] 1 points 2 years ago

I think integrated graphics are particularly bad for gamemode.

I wonder what's your reasoning for this.