I have recently switched over from Windows to Debian 12, unfortunately upon installation of the NVIDIA drivers the three monitors hooked up to the 3060 TI fail to display anything but a black screen. I have tried a couple solutions yet still nothing. For example
delete xorg.conf
set kernel parameter nvidia-drm.modeset=1
check two nvidia providers are avalable
run xrandr --setprovideroutputsource NVIDIA-G0 NVIDIA-0 && xrandr --auto
After running the last command I receive the error: configure crtc 4 failed
The only solution which seems to work is running the OS without the NVIDIA drivers, however, there’s a noticeable performance difference when doing so. Is there any other possible solutions to this problem I can try? I can provide whatever information needed to better assist those who seek to help me with this problem, however, please excuse my ignorance as I’m very new to the whole Linux ecosystem.
Thanks
The error message would usually point to the kernel/module parameter not properly set.
Please run nvidia-bug-report.sh as root and attach the resulting nvidia-bug-report.log.gz file to your post.
Please post the output of
My apologies, I didn’t realize I had to run sudo update-gurb
After running the command I got this response
Generating grub configuration file …
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-6.1.0-17-amd64
Found initrd image: /boot/initrd.img-6.1.0-17-amd64
Found linux image: /boot/vmlinuz-6.1.0-15-amd64
Found initrd image: /boot/initrd.img-6.1.0-15-amd64
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
done