Skip to content

Instantly share code, notes, and snippets.

@jbohren
Created January 9, 2014 20:49
Show Gist options
  • Save jbohren/8341717 to your computer and use it in GitHub Desktop.
Save jbohren/8341717 to your computer and use it in GitHub Desktop.
Ubuntu on Lenovo T440p

First, uninstall everything nvidia: sudo apt-get purge nvidia-*

Second, add the precise-proposed package archive:

sudo sh -c 'echo "deb http://archive.ubuntu.com/ubuntu/ precise-proposed restricted main multiverse universe" > /etc/apt/sources.list.d/ros-latest.list'

Third, install nvidia-prime>=0.5 and nvidia drivers:

sudo apt-get update
sudo apt-get install nvidia-prime nvidia-331 nvidia-settings

Fourth, reboot.

@tongjun741
Copy link

What is your ubuntu version?

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