Skip to content

Instantly share code, notes, and snippets.

@laurencedawson
Created February 8, 2012 16:41
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 laurencedawson/1770921 to your computer and use it in GitHub Desktop.
Save laurencedawson/1770921 to your computer and use it in GitHub Desktop.
Follow up
# Navigate to the xorg extensions dir
cd /usr/lib/xorg/modules/extensions
# Move the existing lib
sudo mv libglx.so libglx.so.xorg
# Point the NVIDIA lib to libglx.so and reboot
sudo ln -s libglx.so.285.05.33 libglx.so
sudo reboot
# First open a terminal after reboot & login
ctrl + alt + t
# Next reset unity
unity --reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment