|
Bugzilla – Full Text Bug Listing |
| Summary: | External monitor ceased working in the middle of an X11 session and cannot be reactivated | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Rainer Klute <rainer.klute> |
| Component: | Kernel | Assignee: | openSUSE Kernel Bugs <kernel-bugs> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | patrik.jakobsson, rainer.klute, sndirsch, tiwai, tzimmermann |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | The requested dmesg output | ||
|
Description
Rainer Klute
2023-01-30 19:55:43 UTC
Hmm. Looks like a kernel (driver) issue to me ... therefore reassigning. Please boot without the external monitor attached and with drm.debug=0x1e on the kernel command line. When the system is booted up, attach the external monitor and then capture the dmesg output and upload it here. That way we can see in detail what is happening when you attach the external monitor. Uh, there are no log messages when connecting the external monitor! Here’s what I did: 1. Rebooting the system with drm.debug=0x1e 2. dmesg >log1.txt 3. Connecting the monitor 4. dmesg >log2.txt 5. No difference between log1.txt and log2.txt. Hmm, that's interesting. But we still need to see the dmesg output. Can you please upload it here. Created attachment 864687 [details]
The requested dmesg output
Sure, here’s the requested dmesg output.
Looks like the machine has both intel and nvidia graphics. I would suspect the external connector is attached to the nvidia gpu. And it seems you have the "open" nvidia driver installed which doesn't support your gpu:
[ 14.121892] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[ 14.126777] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 14.126802] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:13b0)
NVRM: installed in this system is not supported by open
NVRM: nvidia.ko because it does not include the required GPU
NVRM: System Processor (GSP).
NVRM: Please see the 'Open Linux Kernel Modules' and 'GSP
NVRM: Firmware' sections in the driver README, available on
NVRM: the Linux graphics driver download page at
NVRM: www.nvidia.com.
[ 14.126870] nvidia: probe of 0000:01:00.0 failed with error -1
[ 14.126906] NVRM: The NVIDIA probe routine failed for 1 device(s).
[ 14.126909] NVRM: None of the NVIDIA devices were initialized.
Adding Stefan to CC.
Stefan, should this card be supported by the new nvidia driver?
For sure no. This is another dup of boo#1207520 Please uninstall nvidia-open-driver-G06-signed-kmp-default package. Then reboot. *** This bug has been marked as a duplicate of bug 1207520 *** Ah, great, everything works fine again without that driver! Thanks for your help, guys! |