Last active
January 22, 2020 18:10
-
-
Save madduci/67f4a0ed9d8427364cf3dc259357e713 to your computer and use it in GitHub Desktop.
bumblebee optirun steam launcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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