Skip to content

Instantly share code, notes, and snippets.

@WillSams
Last active March 20, 2016 10:13
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 WillSams/4af7dfa738e010e0ff15 to your computer and use it in GitHub Desktop.
Save WillSams/4af7dfa738e010e0ff15 to your computer and use it in GitHub Desktop.
Dell Inspiron Hybrid Graphics - getting NVIDIA card working
sudo apt-get remove nvidia* && sudo apt-get autoremove
This went well, no errors. Then I added a new file, /etc/modprobe.d/nouveau.conf
blacklist nouveau
blacklist lbm-nouveau
options nouveau modeset=0
alias nouveau off
alias lbm-nouveau off
sudo reboot
sudo stop lightdm
sudo apt-get install dkms fakeroot build-essential linux-headers-generic
sudo apt-get build-dep nvidia-361
sudo apt-get install nvidia-361
sudo reboot
*Also, remove nomodeset command-line call from Grub!
*Also, note: using 16.04, linux kernel 4. Have a feeling this helped over my previous tries with Ubuntu 14.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment