Skip to content

Instantly share code, notes, and snippets.

@madduci
Last active January 22, 2020 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madduci/67f4a0ed9d8427364cf3dc259357e713 to your computer and use it in GitHub Desktop.
Save madduci/67f4a0ed9d8427364cf3dc259357e713 to your computer and use it in GitHub Desktop.
bumblebee optirun steam launcher
# For NVidia/Bumblebee
LD_PRELOAD="libpthread.so.0 libGL.so.1" __GL_THREADED_OPTIMIZATIONS=1 optirun %command%
# For AMD/Vega
LD_PRELOAD=/usr/lib32/libopenal.so.1 %command%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment