On 30/04/2020 22.18, Eduard Bloch wrote: > I don't know what the problem is. Looking at Xorg log, it seems that it
The problem happens earlier, before xorg gets started: The nvidia module does not get loaded at boot. > still insist on loading NOUVEAU. So I think something is broken in your > package, the bit which was supposed to turn nouveau off. I think something is "special" in your long grown system, some local tweak long forgotten that now gets in the way of nvidia ... /etc/modules-load.d/nvidia.conf should be responsible for loading the nvidia-drm kernel module, while /etc/modprobe.d/nvidia-blacklists-nouveau.conf prevents nouveau from being loaded automatically. Does manual 'modprobe -v nvidia-drm' work? If not, dmesg may contain interesting error messages. I saw this in your report that makes me suspicious: why is the radeon module loaded? > lsmod: > Module Size Used by ...> radeon 1630208 0 > ttm 122880 1 radeon > pktcdvd 49152 1 > drm_kms_helper 245760 1 radeon > cec 61440 1 drm_kms_helper ... Andreas PS: if nvidia-drm.ko is loaded, xorg should use nvidia automatically

