Skip to content

Instantly share code, notes, and snippets.

@gregorylearns
Last active December 9, 2023 13:41
Show Gist options
  • Save gregorylearns/a92d074a718de2914a84308f77c0f5a2 to your computer and use it in GitHub Desktop.
Save gregorylearns/a92d074a718de2914a84308f77c0f5a2 to your computer and use it in GitHub Desktop.
How I Improved my Dota 2 fps (2022) Intel HD Graphics 4000

How I Improved my Dota 2 fps to my Intel HD Graphics 4000 in 2022

I was content with 10-15 fps (lmao) and i saw this reddit thread.

All of the content here comes from said thread


Windows 10 Graphics settings

  1. Go to Settings > Gaming > Related Settings > Graphics Settings
  2. Select Classic App
  3. Select your dota.exe
  4. Go to Options and select High Performance

Launch settings

add these launch settings thanks to /u/Pedrotic to your Dota settings

dx11 -map dota -high -mainthreadpriority 2 -novr -nohltv -nojoy -novid -nobreakpad -disablehangwatchdog

On linux

https://www.gamingonlinux.com/articles/you-will-want-to-force-your-cpu-into-high-performance-mode-for-vulkan-games-on-linux.9369/

echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

Then to set it back to normal. You don't need to use "powersave" see more options here, as it's just an example. According to the Arch Wiki you likely want "ondemand" for AMD: echo powersave | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

You can find out what performance mode you're in right now by running this in terminal: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor My default on the Intel i7 5960x is powersave, for example.

Preprocess vulkan shaders

set resolution to lowest

rendering to 40% , enable FSR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment