I have openSUSE 16 installed on a Dell Precision 7550 laptop with an Intel i7 CPU (10850H @ 2.70GHz, 12 cores), 32 GB RAM an NVidia Quadro T2000.
I am running the latest NVidia G06 drivers. My problem is that I can’t my external monitor through an HDMI cable, as it doesn’t seem to be detected. The cable is fine and works with other computers. When I plug the cable in there is no reacting, e.g.
nothing shows up in the “Display Configuration” part of the “System Settings” program.
The NVidia drivers appear to load when I search for them with lsmd:
I think the drivers are also running because commands like nvidia-smi execute without errors:
> nvidia-smi
Tue Feb 3 13:59:24 2026
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.119.02 Driver Version: 580.119.02 CUDA Version: 13.0 |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 Quadro T2000 On | 00000000:01:00.0 Off | N/A |
| N/A 52C P8 3W / 60W | 23MiB / 4096MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 1686 G /usr/bin/Xorg.bin 4MiB |
+-----------------------------------------------------------------------------------------+
One thing that seems weird is that xrander sees a device called “None-1”. I assume this is the HDMI port and that it is somehow not being addressed properly. Does anyone have any idea as to what I could try?
I think X11 is running. At least when I got to the Info Centre and look at the About System menu it says “X11” under “Graphics Platform”. Should I switch to Weyland? If yes, which config file do I need to edit to change my preference?
Sorry, I misunderstood your question and now I can’t edit my previous post any more because it is too old. So please ignore that one.
You are right, X11 was running. I hadn’t noticed that I could choose X11 or Wayland at the login screen. I’ve switched to Wayland now and the situation is slightly better.
The additional screen is now found and I can move my cursor from the laptop screen to the external one. However, apart from the cursor the screen is completely black. If I try and drag a window over, the window is not visible on the external screen. Only the cursor is.
Regarding the bios. There are two possible setting for the NVidia GPU: “Enable switchable graphics” and “Discrete Graphics Controller Direct Output Mode”. Currently the first option is selected. Shall I go with the other one?
Running inxi -GSaz while in Weyland gives the following.
Thank you, Malcome, that fixed the issue and explains so much else.
I think those kernel option are due to a problem with the openSUSE 16 installer. On my computer I could not get the installation USB stick to boot into the graphical interface, so I had to boot the stick into safe mode.
This initially lead to problems with the installed system not launching into the graphical interface until I removed a “3” from the boot parameters in grub. I guess safe mode is also responsible for adding ide=nodma apm=off noresume edd=off nomodeset to the boot parameters.
That’s reasonably normal from an installation POV with NVIDIA hardware, but once installation is complete and the NVIDIA drivers installed, the nomodeset kernel option can then be removed.