computer_science:linux:gaming:limit_fps_with_vulkan_in_steam

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

computer_science:linux:gaming:limit_fps_with_vulkan_in_steam [2024/01/24 10:22] – created carlossousacomputer_science:linux:gaming:limit_fps_with_vulkan_in_steam [2024/01/24 10:40] (current) carlossousa
Line 1: Line 1:
-Placeholder+====== Limiting FPS when using VULKAN in Steam ====== 
 + 
 +Part of [[:computer_science:linux:linux|Linux]] 
 + 
 +If you playing on Linux you might have the issue where you don't want to use VSync - mainly when running a <del>weird</del> special setup with multiple monitors, with rotations and different refresh rates - but at the same time you don't want your PC to be running that card game at 900 FPS and using Energy / putting Heat out like there is no tomorrow. 
 + 
 +If the game is running on VULKAN - or via the Proton compatibilty layer - you can limit the FPS by: 
 + 
 +  * Right Click the Game 
 +  * Properties 
 +  * Under the command to start the game 
 +  * 
 +<code> 
 + 
 +DXVK_FRAME_RATE=90 %command% 
 + 
 +</code> 
 + 
 +This will set the game to run at max. 90 FPS
  
  
  • computer_science/linux/gaming/limit_fps_with_vulkan_in_steam.1706091726.txt.gz
  • Last modified: 2024/01/24 10:22
  • by carlossousa