Skip to content

Instantly share code, notes, and snippets.

@eivan
Created May 2, 2019 07:44
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 eivan/adafa0e4ddd6d288d751571f99d88863 to your computer and use it in GitHub Desktop.
Save eivan/adafa0e4ddd6d288d751571f99d88863 to your computer and use it in GitHub Desktop.
Set up bash to export proper values for vcxserv x server (I'm using it for WSL)
echo "export DISPLAY=:0" >> ~/.bashrc
echo "export LIBGL_ALWAYS_INDIRECT=1" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment