Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
engineering:computer_science:linux:gaming:limit_fps_with_mangohud [2024/08/16 13:56] – removed - external edit (Unknown date) 127.0.0.1 | engineering:computer_science:linux:gaming:limit_fps_with_mangohud [2024/08/16 13:56] (current) – ↷ Links adapted because of a move operation carlossousa | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Limiting FPS with MangoHUD in Steam ====== | ||
+ | |||
+ | Part of [[engineering: | ||
+ | |||
+ | If you playing on Linux you might have the issue where you don't want to use VSync - mainly when running a < | ||
+ | |||
+ | If the game is running on VULKAN - or via the Proton compatibilty layer - you can limit the FPS by using [[engineering: | ||
+ | |||
+ | If that doesn' | ||
+ | |||
+ | * Using your Terminal (eg for Debian based Distros), install mangohud | ||
+ | * | ||
+ | < | ||
+ | |||
+ | sudo apt install mangohud | ||
+ | |||
+ | </ | ||
+ | * Then on your Steam game, Rigth Click > Properties and under the command to start the game write: | ||
+ | * | ||
+ | |||
+ | < | ||
+ | |||
+ | </ | ||
+ | |||
+ | This will limit the FPS to 90 and NOT display the MangoHUD Overlay on the game. | ||
+ | |||