Fixing hardware transcoding:
Posted by fireballe123
[WARN] Hardware Transcoding is set to 'auto' but this host has NO /dev/dri -- there is no GPU for SparkBox to pass through, so everything transcodes in software This is a HOST setting, not a SparkBox one. On a generic Debian/Ubuntu install the Intel driver may not be loaded: lsmod | grep -c i915 0 means the driver is not loaded sudo apt install firmware-misc-nonfree intel-media-va-driver-non-free sudo modprobe i915 && ls -l /dev/dri On a NAS, enable GPU passthrough for Docker in the NAS settings. If this box genuinely has no usable GPU, set Hardware Transcoding to 'none' in Settings so the dashboard stops implying it is active. root@DESKTOP-EAVM0GC:~ lsmod | grep -c i915 0 means the driver is not loaded sudo apt install firmware-misc-nonfree intel-media-va-driver-non-free sudo modprobe i915 && ls -l /dev/dri 0 Reading package lists... Done Building dependency tree... Done Reading state information... Done Package firmware-misc-nonfree is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'firmware-misc-nonfree' has no installation candidate ls: cannot access '/dev/dri': No such file or directory Im trying to workout why its not detecting it my gpu for transcoding: for reference I have a 9800X3D and a 9070 XT on this computer