You are not logged in.
Update: The problem is that DVI output broke in the latest NVIDIA drivers. I switched to display port, that works fine.
Since I restarted after my last system update today, my third monitor is a black screen. The monitor says there is no input.
Tried unplugging/replugging the power and display cables - didn't help.
Other two screen are fine.
I'm on Wayland/proprietary nvidia driver/kde plasma.
Output of sudo dmesg: https://0x0.st/XmkO.txt
Output of sudo journalctl -b: https://0x0.st/Xmkf.txt
Output of pacman -Qs 'kernel|nvidia|kwin': https://0x0.st/Xmk4.txt
I see similar posts about black screens today, but none are my specific problem (only one monitor is not working, the rest are).
What I can do to fix this? Or if there isn't a fix yet, how do I downgrade/which packages do I downgrade?
Thank you!
Last edited by catcattycat (2024-07-02 04:09:32)
Offline
Does this also happen w/ plasma/X11?
=> What do your xorg log and the outputs of "xrandr -q" and kscreen-doctor look like?
Online
I have a similar problem with dual monitor and nvidia 555.58 driver
in my case problem seems to come from dvi ouput of the nvidia card seems that the driver make it unusable after getting in X/wayland/de
is your Third monitor using the dvi ouput from the nvidia card?
in any case reverting to previous nvidia driver solved the issue for me..
maybe also usfull info here:
https://bbs.archlinux.org/viewtopic.php … 8#p2181018
Offline
Does this also happen w/ plasma/X11?
=> What do your xorg log and the outputs of "xrandr -q" and kscreen-doctor look like?
It also happens with X11 - the third monitor is blank even in the login screen.
xrandr -q: https://0x0.st/XaPp.txt
kscreen-doctor -o: https://0x0.st/XaPV.txt
xorg log: https://0x0.st/XaPw.0.log
Offline
I have a similar problem with dual monitor and nvidia 555.58 driver
in my case problem seems to come from dvi ouput of the nvidia card seems that the driver make it unusable after getting in X/wayland/de
is your Third monitor using the dvi ouput from the nvidia card?
in any case reverting to previous nvidia driver solved the issue for me..maybe also usfull info here:
https://bbs.archlinux.org/viewtopic.php … 8#p2181018
It is using the DVI output
Offline
Trying to downgrade with:
sudo pacman -U file:///var/cache/pacman/pkg/nvidia-550.90.07-4-x86_64.pkg.tar.zst file:///var/cache/pacman/pkg/nvidia-utils-550.90.07-3-x86_64.pkg.tar.zst file://var/cache/pacman/pkg/lib32-nvidia-utils-550.90.07-1-x86_64.pkg.tar.zst file:///var/cache/pacman/pkg/nvidia-settings-550.78-1-x86_64.pkg.tar.zst
led to some scary looking errors: https://0x0.st/XaZN.txt
so I undid the downgrade.
Is there a package I missed/did I get the versions wrong?
Offline
no 550xx module was built for the 6.9.7 kernel, you'd have to downgrade the kernel as well or use the nvidia-dkms package (and install the headers)
Online
Thanks!
I decided to switch from DVI to display port. That fixed the problem, I'm resolving this issue.
Offline
Thanks!
I decided to switch from DVI to display port. That fixed the problem, I'm resolving this issue.
It didn't fix the problem, it just worked around the symptom. This is an upstream issue with 555.58 of the Nvidia driver. I have it happening on two computers running Arch, as well as a system running Fedora after upgrading Nvidia to 555.58. Downgrading restores the functionality, but I think we need to treat this as a bug in 555.58 and roll it back from Extra until Nvidia can fix it.
Offline
I have the same issue on plasma/Wayland. nvidia-dkms 555.58 and two monitors, one HDMi and the other one DVI. The DVi-connected monitor is blank, even though kde recognizes it. In fact, I can move windows from one screen to the other at will.They become invisible on the second monitor, they are there.
I tried to downgrade to the latest previous version of nvidia-dkms (plus nvidia-utils), version 545,29.06, but the situation actually got worse. After reboot, I got a stuck system when the boot process got to loading the graphic subsystem. Same thing happened when trying to downgrade to the even older 535 version (specifically, 535.113.01) or the next to last version 550. So I reverted to version 555, but I'm without a monitor.
Are there other options?
Last edited by stefano (2024-07-16 20:39:06)
Offline
It sounds like you downgraded incorrectly. Do you have your nvidia modules in your initramfs and did you regenerate that on the downgrade attempt? DVI is currently known broken, the only other option you have as a "normal" enduser is downgrading or waiting for an update from nvidia
Online
It sounds like you downgraded incorrectly. Do you have your nvidia modules in your initramfs and did you regenerate that on the downgrade attempt? DVI is currently known broken, the only other option you have as a "normal" enduser is downgrading or waiting for an update from nvidia
Thanks for the reply. It is certainly possible I did something incorrect, but I did follow the usual procedure on the downgrade, checked everything was in place, etcetera. It is possible something else or some other update, are interfering with the older nvidia modules. This box has been turned of for almost three months while I was abroad, and the system upgrade I did yesterday was massive. I'm going out to invest in a HDMI cable while nvidia gets its act together.
Offline
specifically, 535.113.01) or the next to last version 550
You cannot just downgrade the nvidia package in isolation, it has to match the exact kernel it was built for.
The solution to that are the dkms packages - provided you've the linux-headers package (or linux-lts-headers etc) installed it'll build a kernel module from the driver version for whatever kernel you've installed.
https://aur.archlinux.org/packages/nvidia-535xx-dkms
Online