Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How do I unblacklist my display driver?

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
bluetree
Posts: 3
Joined: 2019-10-18 21:13

How do I unblacklist my display driver?

#1 Post by bluetree »

I used this command to blacklist nouveau and now I want to unblacklist it.

# echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: How do I unblacklist my display driver?

#2 Post by kedaha »

# rm /etc/modprobe.d/blacklist-nvidia-nouveau.conf

will remove it
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

bluetree
Posts: 3
Joined: 2019-10-18 21:13

Re: How do I unblacklist my display driver?

#3 Post by bluetree »

When I do that it says no such file or directory found, but when I search the directory it shows up in the directory.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: How do I unblacklist my display driver?

#4 Post by stevepusser »

bluetree wrote:When I do that it says no such file or directory found, but when I search the directory it shows up in the directory.
It's best to give the exact commands you used, plus the output that you received, copied and pasted directly from the terminal. We've found that paraphrases often leave out clues as to what's going wrong.
MX Linux packager and developer

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: How do I unblacklist my display driver?

#5 Post by kedaha »

You must be starting from another directory
Change directory to modeprobe.d and remove it thus

Code: Select all

root@debian:~# cd /etc/modprobe.d/
ls shows it's there:
Now you're in the directory

Code: Select all

root@debian:/etc/modprobe.d# ls
blacklist-nvidia-nouveau.conf
root@debian:/etc/modprobe.d# rm blacklist-nvidia-nouveau.conf
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: How do I unblacklist my display driver?

#6 Post by Head_on_a_Stick »

Code: Select all

# apt reinstall xserver-xorg{,-video-nouveau}
https://wiki.debian.org/NvidiaGraphicsD ... of_failure
deadbang

Post Reply