Hi,
I'm going to retrieve one or two nvidia cards to do tests because it is not easy to make their current and legacy drivers to work, I've done this many times in the past 15-20 years but at some point something changes and meanwhile my only card got broken. Unfortunately Nvidia still gives poor support to packagers by only providing an autoinstalling script to be run by the user with root privileges.
By the way if you want to do a couple of further tests I suggest:
1) first let's check if nvidia module is correctly available, such commands could confirm this:
sudo dkms status
sudo modprobe nvidia
dmesg | tail
2) create a file with path /etc/X11/xorg.conf.d/20-nvidia.conf with the following content:
Section "Files"
ModulePath "/usr/lib64/nvidia/xorg"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "Device"
Identifier "Nvidia Card"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "ServerFlags"
Option "IgnoreABI" "1"
EndSection
and try a normal reboot.
3) try to boot selecting the second menu entry in the advanced submenu of the Grub boot loader (the option is described as "Proprietary video driver" and runs the kernel with nomodeset, which was the scenario with Nvidia drivers not supporting modesetting).
Hi Silvan,
Noone solution has worked for me with NVidia drivers, so I go back to Nouveau driver which works fine by my side include with Wayland too.
Thanks for your help.
Hi ouaille_aime_scier,
thanks for the feedback, I have just a final question: can you please tell me the exact model of your Nvidia equipment? If you don't know, the output of the following command should provide this information:
lspci|grep -i nvidia
If the Nouveau driver is working fine I suspect that your Nvidia GPU is an old model supported by one of the Nvidia legacy drivers or else maybe it works because I recently disabled Nouveau acceleration support by default.
Thanks and good continuation with openmamba.
Hello Silvan,
My GPU is a GForce GTX 2060 Mobile
VGA compatible controller: NVIDIA Corporation TU106M [GeForce RTX 2060 Mobile] (rev a1)
Thanks.

