No dri on the host server

skal

New Member
Aug 18, 2023
18
2
3
Hello all,
I've noticet that I dont have any dri device on my host server

Code:
# lsmod |grep i915
i915                 3821568  1 kvmgt
drm_buddy              20480  1 i915
ttm                   102400  1 i915
drm_display_helper    229376  1 i915
cec                    90112  2 drm_display_helper,i915
drm_kms_helper        262144  2 drm_display_helper,i915
i2c_algo_bit           16384  1 i915
drm                   729088  6 drm_kms_helper,kvmgt,drm_display_helper,drm_buddy,i915,ttm
video                  73728  1 i915


But if I search for the dri or intel grafic references, nothing can't be found :-(


Code:
# lspci -k | grep -A 3 "VGA"
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-N [UHD Graphics]
        DeviceName: Onboard - Video
        Subsystem: Intel Corporation Alder Lake-N [UHD Graphics]
        Kernel driver in use: vfio-pci
# ls -laR /dev/dri
ls: cannot access '/dev/dri': No such file or directory

How it could be? could someone help me?
tnx
 
Kernel driver in use: vfio-pci
You passed through the GPU to a VM (in the past), that's why Proxmox lost the graphics device. Maybe a reboot is enough or maybe you need to undo the binding to vfio-pci that you (maybe) added when doing passthrough.