- Code: Select all
$ $ dpkg -l *nouveau
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==========================-============-============-========================================
ii xserver-xorg-video-nouveau 1:1.0.16-1 amd64 X.Org X server -- Nouveau display driver
- Code: Select all
$ dpkg -l *nouveau2
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=====================-============-============-======================================================================
ii libdrm-nouveau2:amd64 2.4.97-1 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime
Possibly just me, but the above doesn't really tell me if they are installed or not...
A visual inspection with Muon shows that the following are installed:
xserver-xorg-video-nouveau
libdrm-nouveau2
- Code: Select all
ls -al /etc/modprobe.d/
total 32
lrwxrwxrwx 1 root root 53 Jan 1 12:36 nvidia-blacklists-nouveau.conf -> /etc/alternatives/glx--nvidia-blacklists-nouveau.conf
- Code: Select all
$ nano /etc/alternatives/glx--nvidia-blacklists-nouveau.conf
confirms that the file contains "blacklist nouveau".
What do I need to do to sort this out? I am currently using the following kernel:
- Code: Select all
$ uname -r
5.7.0-19.1-liquorix-amd64
Started with the stock Debian Buster nvidia-driver, but have since moved to the backports version as I am using the above Liquorix kernel.