Skip to content

Instantly share code, notes, and snippets.

@sabinM1
Last active April 25, 2022 11:59
Show Gist options
  • Save sabinM1/724815c803ec646565bb101b56e7c1e2 to your computer and use it in GitHub Desktop.
Save sabinM1/724815c803ec646565bb101b56e7c1e2 to your computer and use it in GitHub Desktop.
vulkan pe csgo pe linux (ce a mers pentru mine)

cum sa faci sa mearga vulkan pe cs (cel putin ce a mers pt mine)

furat inspiratie de la: ValveSoftware/csgo-osx-linux#2949 (comment)

  1. vezi daca merge normal (adaugi -vulkan la argumente optionale)
  2. daca nu:
  • instalezi gperftools (yay -S gperftools) daca nu il ai deja
  • ar trebui sa apara /usr/lib/libtcmalloc_minimal.so.4.5.9
  • stergi libtcmalloc_minimal.so si variatiile (libtcmalloc_minimal.so.0, libtcmalloc_minimal.so.4) din steamapps/common/Counter-Strike Global Offensive/bin/linux64/
  • copiezi /usr/lib/libtcmalloc_minimal.so.4.5.9 in locatia de mai sus, cu numele respective (....so, ....so.0, ....so.4)
  • pune -vulkan la argumente pe steam la csgo
  • gt (sper)
  1. (optional) iti instalezi gamemoderun si mangohud
  2. acum, pe steam la csgo, am urmatoarele argumente: gamemoderun mangohud %command% -vulkan -nojoy -novid -fullscreen +fps_max 600
  3. very nice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment