I rarely use the GUI on my Fedora 43 workstation, except to work on my photos with digiKam, and after my recent hardware upgrade/system rebuild in December, digiKam could not read the database that was created before the rebuild. I had enough other issues to work on, so I set it aside, and for the next 10 weeks, I only logged in via SSH from my Windows desktop.
Now I was coming back to see if the database compatibility issue had been resolved, but I only get a dark screen, even during boot. But that last part could be because the BIOS picks the built-in GPU over the 4K add-in card.
Here are some salient diagnostic bits:
[lars@cleo ~]$ sudo lsmod | grep -iE “nouveau|nvidia”
nouveau 4005888 0
drm_ttm_helper 20480 1 nouveau
gpu_sched 69632 1 nouveau
drm_gpuvm 57344 1 nouveau
drm_exec 12288 2 drm_gpuvm,nouveau
mxm_wmi 12288 1 nouveau
i2c_algo_bit 20480 2 i915,nouveau
ttm 135168 3 drm_ttm_helper,i915,nouveau
drm_display_helper 344064 2 i915,nouveau
video 81920 3 dell_wmi,i915,nouveau
wmi 32768 11 dell_wmi_sysman,video,intel_wmi_thunderbolt,dell_wmi,dell_wmi_aio,wmi_bmof,dell_smm_hwmon,dell_smbios,dell_wmi_descriptor,mxm_wmi,nouveau
[lars@cleo ~]$ sudo lshw -C video
*-display UNCLAIMED
description: VGA compatible controller
product: GK208B [GeForce GT 730]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller cap_list
configuration: latency=0
resources: memory:9b000000-9bffffff memory:90000000-97ffffff memory:98000000-99ffffff ioport:3000(size=128) memory:9c000000-9c07ffff
*-display
description: Display controller
product: CoffeeLake-S GT2 [UHD Graphics 630]
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm bus_master cap_list
configuration: driver=i915 latency=0
resources: irq:144 memory:9a000000-9affffff memory:80000000-8fffffff ioport:4000(size=64)
[lars@cleo ~]$ lspci | grep -e 3D
[lars@cleo ~]$ rpm -qa | grep nvidia
nvidia-gpu-firmware-20260309-1.fc43.noarch
[lars@cleo ~]$ ls /etc/yum.repos.d
_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo google-chrome.repo rpmfusion-nonfree-nvidia-driver.repo
fedora-cisco-openh264.repo plex.repo rpmfusion-nonfree.repo
fedora.repo rpmfusion-free.repo rpmfusion-nonfree-steam.repo
fedora-updates.repo rpmfusion-free-updates.repo rpmfusion-nonfree-updates.repo
fedora-updates-testing.repo rpmfusion-free-updates-testing.repo rpmfusion-nonfree-updates-testing.repo
[lars@cleo ~]$
As you can see, I have the relevant rpmfusion repos enabled, I have the driver, but it does not load, leaving the card “UNCLAIMED”.
What is happening, and how do I resolve it?