Skip to content

Instantly share code, notes, and snippets.

@chipbennett
Created February 19, 2012 14:29
Show Gist options
  • Save chipbennett/1864068 to your computer and use it in GitHub Desktop.
Save chipbennett/1864068 to your computer and use it in GitHub Desktop.
How to install PAE headers for Ubuntu Linux kernel, for Bumblebee Nvidia/Optimus
sudo apt-get install -f
sudo apt-get clean
sudo apt-get update
sudo apt-get install linux-headers-$(uname -r)
sudo dkms autoinstall -k $(uname -r)
sudo apt-get --purge --reinstall install nvidia-current
sudo modprobe -v -r nouveau
sudo restart bumblebeed
Note: original support/bug topic here:
https://github.com/Bumblebee-Project/Bumblebee/issues/61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment