I recently installed a 3090 on my linux system. I get no display out of the HDMI, I have tried both ports. The system works fine and I can ssh remotely, nvidia-smi works and I can run cuda just fine. No UI anywhere.
nvidia-bug-report.log.gz (475.5 KB)
I am including the bug report. Any ideas on what could go wrong or how I could check? the output of nvidia-smi tells me xorg is running:
❯ nvidia-smi
Wed Aug 28 10:41:51 2024
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.183.06 Driver Version: 535.183.06 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| 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 NVIDIA GeForce RTX 3090 On | 00000000:01:00.0 Off | N/A |
| 0% 35C P8 16W / 370W | 189MiB / 24576MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| 0 N/A N/A 1325 G /usr/lib/xorg/Xorg 167MiB |
| 0 N/A N/A 1419 G /usr/bin/gnome-shell 11MiB |
Thank you in advance!