No HDMI detection with HP ZBook Power 15.6 inch G10 Mobile Workstation PC with Ubuntu 20.04
When I check the BIOS, I can see the following.
Product Name : HP ZBook Power 15.6 inch G10 Mobile Workstation PC
Processor 1 : 13th Gen Intel(R) Core™ i9-13900H
Memory Size : 65536 MB
System BIOS : V97 Ver.01.02.01 08/14/2023
What I try.
BIOS → Advanced → Built-In Device Options → Graphics → UMA Graphcs
→ HDMI doesn’t detected in Ubuntu 20.04
Hi there @robin.kim and welcome to the NVIDIA developer forums.
In the BIOS leave the stting on “Hybrid Graphics”.
Then the first thing to check is if the NVIDIA driver is installed correctly. Does the command sudo nvidia-smi give you proper output?
The next step would be run nvidia-settings and check if you can see “PRIME profiles”, select either NVIDIA Performance Mode or On-Demand, both should work. Preferably Performance Mode. Then reboot.
$ sudo nvidia-smi
[sudo] password for robin.kim:
Fri Nov 24 17:17:01 2023
±--------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.129.03 Driver Version: 535.129.03 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 RTX 3000 Ada Gene… Off | 00000000:01:00.0 Off | Off |
| N/A 48C P0 N/A / 40W | 14MiB / 8188MiB | 0% Default |
| | | N/A |
±----------------------------------------±---------------------±---------------------+
±--------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| 0 N/A N/A 1051 G /usr/lib/xorg/Xorg 4MiB |
| 0 N/A N/A 1704 G /usr/lib/xorg/Xorg 4MiB |
±--------------------------------------------------------------------------------------+
and when I try nvidia-settings → “PRIME profiles”, I was On-Demand but it doesn’t work.
Also I try to change “PRIME profiles” to Performance Mode but kernel doesn’t boot up anymore.
OK, the issue is fixed here if I change some related BIOS setting: Advanced > Built-In Device Options ⇒ Graphics: [Discrete Graphics] # Instead of “auto” Although the laptop has only one video card (nvidia), the “auto” value here was problematic. With “Discrete Graphics” HDMI output works just…
but in my case I don’t have “Discrete Graphics” only have “UMA Graphcs”, “Hybrid Graphics”