[SOLVED] Closed non-free Nvidia driver won't load

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Closed non-free Nvidia driver won't load

Post by roblm »

If the Nvidia driver is not loading and the nouveau driver was successfully blacklisted, then the FBDEV driver should be loading. Can you try blacklisting nouveau again. I assume you used this command after doing that:

Code: Select all

sudo update-initramfs -u
Reboot and then post the Xorg.0.log file again.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Closed non-free Nvidia driver won't load

Post by JeremyB »

What is the result for

Code: Select all

ls /lib/modules/4.4.0-116-generic/kernel/drivers/char/drm/
User avatar
Pjotr
Level 24
Level 24
Posts: 20116
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

[SOLVED] Re: Closed non-free Nvidia driver won't load

Post by Pjotr »

roblm wrote: Sun Mar 04, 2018 4:48 pm If the Nvidia driver is not loading and the nouveau driver was successfully blacklisted, then the FBDEV driver should be loading. Can you try blacklisting nouveau again. I assume you used this command after doing that:

Code: Select all

sudo update-initramfs -u
Reboot and then post the Xorg.0.log file again.
You're great! It worked:

Code: Select all

pjotr@bureaucomputer ~ $ inxi -G
Graphics:  Card: NVIDIA GT218 [GeForce 210]
           Display Server: x11 (X.Org 1.18.4) drivers: nvidia (unloaded: modesetting,fbdev,vesa,nouveau)
           Resolution: 1920x1080@60.00hz
           OpenGL: renderer: GeForce 210/PCIe/SSE2 version: 3.3.0 NVIDIA 340.104
I wasn't aware that I also had to execute that update-initramfs command, after the blacklisting of nouveau. This proved to be the key to success.

Thanks a lot to everybody who responded, but roblm in particular! :)

---Edit for the benefit of future readers: I've documented the solution on my website:
https://sites.google.com/site/easylinux ... won-t-load
(item 12, left column)
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
Locked

Return to “Graphics Cards & Monitors”