11-14-2016, 02:09 AM
After installing Nvidia drivers, the system always booted to a blank screen by default.
Here's how I got the Nvidia drivers working with Linux Lite 3.2:
1. Run the following command: ubuntu-drivers devices
================================
================================
2. Install recommended nvidia propritary drivers:
================================
================================
3. Before you reboot, edit the following files:
================================
================================
Save and exit.
================================
================================
Save and exit.
4. Update grub:
================================
================================
5. Reboot:
================================
================================
Hope this helps others struggling to get Nvidia drivers working correctly for them.
Here's how I got the Nvidia drivers working with Linux Lite 3.2:
1. Run the following command: ubuntu-drivers devices
================================
Code:
root@linuxlite-Inspiron-580s:/home/linuxlite# ubuntu-drivers devicesCode:
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001380sv00001458sd00003667bc03sc00i00
vendor : NVIDIA Corporation
model : GM107 [GeForce GTX 750 Ti]
driver : xserver-xorg-video-nouveau - distro free builtin
driver : nvidia-361 - distro non-free recommended
driver : nvidia-340 - distro non-free
== cpu-microcode.py ==
driver : intel-microcode - distro non-free2. Install recommended nvidia propritary drivers:
================================
Code:
root@linuxlite-Inspiron-580s:/home/linuxlite# apt-get install nvidia-3613. Before you reboot, edit the following files:
================================
Code:
root@linuxlite-Inspiron-580s:/home/linuxlite# nano /etc/default/grubCode:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_GFXMODE=1366x768x24 <-- Uncomment and add a known working resolution supported by your video card / monitorSave and exit.
================================
Code:
root@linuxlite-Inspiron-580s:/home/linuxlite# nano /etc/grub.d/00_headerCode:
if [ "x${GRUB_GFXMODE}" = "x" ] ; then GRUB_GFXMODE=auto ; fi <-- FIND THIS LINE
if [ "x${GRUB_GFXMODE}" = "x" ] ; then GRUB_GFXMODE=keep ; fi <-- MODIFYSave and exit.
4. Update grub:
================================
Code:
root@linuxlite-Inspiron-580s:/home/linuxlite# update-grub5. Reboot:
================================
Code:
root@linuxlite-Inspiron-580s:/home/linuxlite# rebootHope this helps others struggling to get Nvidia drivers working correctly for them.



![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
![[Image: 0op1GNe.png]](https://i.imgur.com/0op1GNe.png)
![[Image: LgJ2mtP.png]](https://i.imgur.com/LgJ2mtP.png)
![[Image: vLZcFUE.png]](https://imgur.com/vLZcFUE.png)
![[Image: lrUHro3.jpg]](https://i.imgur.com/lrUHro3.jpg)