Hi, I am trying to setup intel gpu transcoding, cpu is 9700K, but cannot even see the /dev/dri device on the hostI do not have any /dev/dri device on the host...
Code:
ls -l /dev/dri
ls: cannot access '/dev/dri': No such file or directory
Code:
lsmod | grep i915
i915 2306048 0
drm_kms_helper 245760 1 i915
cec 53248 2 drm_kms_helper,i915
i2c_algo_bit 16384 1 i915
drm 548864 2 drm_kms_helper,i915
video 53248 1 i915
Code:
vainfo
error: can't connect to X server!
error: failed to initialize display
Code:
cat /etc/kernel/cmdline
root=ZFS=rpool/ROOT/pve-1 boot=zfs intel_iommu=on iommu=pt i915.enable_gvt=1 rootdelay=10 pcie_acs_override=downstream i915.alpha_support=1
Code:
cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
vendor-reset
# Modules required for Intel GVT
intel_agp
i915
kvmgt
exngt
vfio-mdev
Code:
cat /etc/modprobe.d/blacklist.conf
blacklist nouveau
blacklist nvidia
blacklist nvidiafb
blacklist snd_hda_codec_hdmi
blacklist snd_hda_intel
blacklist snd_hda_codec
blacklist snd_hda_core
blacklist radeon
blacklist amdgpu
Code:
dpkg -l | grep Intel
ii i965-va-driver:amd64 2.4.1+dfsg1-1 amd64 VAAPI driver for Intel G45 & HD Graphics family