I have a Debian 12 system with NVIDIA GT710 graphic card. It had problem with NVIDIA drivers and I wanted to back to the nouveau driver that worked better.
There is no blacklist of novueau in /etc/modprobe.d
There is no nomodeset in kernel parameter
I completely removed nvidia drivers (sudo apt purge "*nvidia*")
but still can not load into desktop. It show me a blank screen instead lightdm
I included novueau in xorg.conf with no result
I tried adding `nouveau` and `drm` to /etc/modules with no result
I tried nouveau option in /etc/modprobe.d with no result
I tried updating grub and `initramfs -u -k all` with no result
the only way I could load lightdm and desktop is including `nouveau.modeset=1` in kernel parameter and manually type:
sudo modprobe nouveau
sudo systemctl restart lightdm
why this happen? and what is solution?
inxi BEFORE manually modprobe: is empty before manual modprob
after sudo modprobe nouveau:
There is no blacklist of novueau in /etc/modprobe.d
There is no nomodeset in kernel parameter
I completely removed nvidia drivers (sudo apt purge "*nvidia*")
but still can not load into desktop. It show me a blank screen instead lightdm
I included novueau in xorg.conf with no result
I tried adding `nouveau` and `drm` to /etc/modules with no result
I tried nouveau option in /etc/modprobe.d with no result
I tried updating grub and `initramfs -u -k all` with no result
the only way I could load lightdm and desktop is including `nouveau.modeset=1` in kernel parameter and manually type:
sudo modprobe nouveau
sudo systemctl restart lightdm
why this happen? and what is solution?
inxi BEFORE manually modprobe:
Code:
:~$ inxi -GSSystem: Host: --- Kernel: 6.1.0-26-amd64 arch: x86_64 bits: 64 Desktop: Cinnamon v: 5.6.8 Distro: Debian GNU/Linux 12 (bookworm)Graphics: Device-1: NVIDIA GK208B [GeForce GT 710] driver: N/A v: kernel Display: x11 server: X.Org v: 1.21.1.7 with: Xwayland v: 22.1.9 driver: X: loaded: nouveau dri: nouveau gpu: nouveau resolution: 1440x900~60Hz API: OpenGL v: 4.3 Mesa 22.3.6 renderer: NV106
Code:
lsmod|grep nouveau
Code:
$ cat /etc/X11/xorg.conf# nouveauSection "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer"EndSectionSection "Files"EndSectionSection "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5"EndSectionSection "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd"EndSectionSection "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" Option "DPMS"EndSectionSection "Device" Identifier "Device0" Driver "nouveau" VendorName "NVIDIA Corporation"EndSectionSection "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSectionEndSection
Code:
:~$ inxi -GSSystem: Host: --- Kernel: 6.1.0-26-amd64 arch: x86_64 bits: 64 Desktop: Cinnamon v: 5.6.8 Distro: Debian GNU/Linux 12 (bookworm)Graphics: Device-1: NVIDIA GK208B [GeForce GT 710] driver: nouveau v: kernel Display: x11 server: X.Org v: 1.21.1.7 with: Xwayland v: 22.1.9 driver: X: loaded: nouveau dri: nouveau gpu: nouveau resolution: 1440x900~60Hz API: OpenGL v: 4.3 Mesa 22.3.6 renderer: NV106 $ sudo lsmod|grep nouveaunouveau 2433024 6mxm_wmi 16384 1 nouveauvideo 65536 1 nouveauwmi 36864 3 video,mxm_wmi,nouveaudrm_display_helper 184320 1 nouveaudrm_ttm_helper 16384 1 nouveauttm 94208 2 drm_ttm_helper,nouveaudrm_kms_helper 212992 2 drm_display_helper,nouveaui2c_algo_bit 16384 1 nouveaudrm 614400 11 drm_kms_helper,drm_display_helper,drm_ttm_helper,ttm,nouveaubutton 24576 1 nouveau
Statistics: Posted by nooblinx — 2025-03-06 12:07