"How to Limit Game Framerate on Linux: Step-by-Step Guide"

Subscribers:
12,300
Published on ● Video Link: https://www.youtube.com/watch?v=CyVXeBmZPuw



Category:
Guide
Duration: 3:25
6,431 views
174


In this video I cover how to use libstrangle to limit the framerate for a game launched on Linux.

https://gitlab.com/torkel104/libstrangle

Step 1. Installation

Install required dependencies.

For example, for Debian and Ubuntu based distributions, you can install them with this Terminal command.

sudo apt install gcc-multilibg++-multiliblibx11-devmesa-common-dev

Then download the projects repository by clicking on the download button, and extract the downloaded archive.

Next, open a Terminal window inside the extracted folder and run the following commands in sequence.

make
sudo make install

Once the process is finished, close the Terminal window.

Step 2. Using libstrangle

There are a couple of ways to use libstrangle, but mostly you run it as a start argument for a game.

For example, to limit the frame rate of game launched from within Steam to 60fps, type the following into game’s Launch Options.

strangle 60 %command%

#libstrangle #linuxgaming #steam




Other Videos By Intelligent Gaming


2024-08-21"What Are the Best Graphics Settings for Fallout 76? - Max Performance & Visuals"
2024-08-14"How To Use Nvidia GeForce Experience To Optimize Games on Windows 11 - Easy Guide"
2023-06-06Elden Ring Livestream Walkthrough Part 2: Clearing Limgrave
2023-06-05Elden Ring Livestream Walkthrough Part 1: Best Starting Class
2023-06-03"My Linux Journey" Podcast Episode 21: Return Of The Matt
2022-09-26"My Linux Journey" Podcast Episode 20: Pav's Windows Rage
2022-06-17"My Linux Journey" Podcast Episode 19: Linux Newbie
2022-06-06"Steam Proton Controller Setup: Configuring and Using Controllers On Linux"
2022-03-05"My Linux Journey" Podcast Episode 18: The Steam Deck Cometh - Feat. Gardotd426
2022-01-08"My Linux Journey" Podcast Episode 17: Linux Needs A Makeover
2021-12-11"How to Limit Game Framerate on Linux: Step-by-Step Guide"
2021-12-05Intelligent Gaming - Linux, Tutorials & Gameplay Live Stream - Test Stream
2021-12-05How To Install & Play Doom Eternal on Linux
2021-12-02Three Reasons Why Linux Is Better Than Windows & Three Reasons Why It Is Not
2021-12-01"My Linux Journey" Podcast Episode 16: Linux Is Only For Developers?
2021-11-29How To Install & Play Fallout 3 on Windows 11
2021-11-26How To Tweak the Linux CPU Scheduler For Better Responsiveness
2021-11-25What Are The Best Linux Distributions For Gaming With AMD Or Nvidia GPUs?
2021-11-22How To Fix Counter Strike Global Offensive (CSGO) Game Crash On Ubuntu Linux Based Distributions
2021-11-22What Is The Steam Proton Compatibility Layer? And How Do You Use It?
2021-11-20"How To Dual Boot Pop!_OS and Windows 10 or 11 - Step-by-Step Tutorial"



Tags:
steam
libstrangle
gaming
linux
frame rate
limit
set
fallout 3
60fps
terminal
ubuntu