Skip to content

Instantly share code, notes, and snippets.

@BernardoGO
Created May 1, 2016 09:02
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 BernardoGO/c411dd94ce7c00324c28db6711343625 to your computer and use it in GitHub Desktop.
Save BernardoGO/c411dd94ce7c00324c28db6711343625 to your computer and use it in GitHub Desktop.
To run steam games with primus
LD_PRELOAD="libpthread.so.0 libGL.so.1" GL_THREADED_OPTIMIZATIONS=1 ionice -c 2 -n 0 primusrun %command%
LD_PRELOAD="libpthread.so.0 libGL.so.1" GL_THREADED_OPTIMIZATIONS=1 ionice -c 2 -n 0 primusrun %command%
@BernardoGO
Copy link
Author

LD_PRELOAD="libpthread.so.0 libGL.so.1" GL_THREADED_OPTIMIZATIONS=1 ionice -c 2 -n 0 primusrun %command% -phased_window_create

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