Hi there,
Same problem here.
I have changed my go file reflecting the correct configuration as bellow:
#!/bin/bash
# Start the Management Utility
modprobe i915
chmod -R 777 /dev/dri
/usr/local/sbin/emhttp &
And I can see the i915 driver being loaded correctly:
root@Plex4:~# lsmod | grep i915
i915 1261568 0
i2c_algo_bit 16384 1 i915
iosf_mbi 16384 1 i915
drm_kms_helper 135168 1 i915
drm 327680 2 drm_kms_helper,i915
intel_gtt 20480 1 i915
i2c_core 40960 5 drm_kms_helper,i2c_algo_bit,i2c_i801,i915,drm
video 40960 1 i915
backlight 16384 2 video,i915
root@Plex4:~#
But still no /dev/dri folder created:
root@Plex4:~# ls /dev/dri
/bin/ls: cannot access '/dev/dri': No such file or directory
It's really wired as I can correctly select and attach the Intel GPU to a VM, but I'd appreciate more to use it in a plex/docker container instead.
I use an intel Core i5-9600k CoffeLake with an MSI Z390 Gaming Plus with latest bios, intel VT and IOMMU enabled, and I have a monitor attached to the display.
Here is the manual http://download.msi.com/archive/mnu_exe/mb/E7B51v11.pdf
I double checked the BIOS configuration and my only Intel integrated GPU is enabled and default:
Integrated Graphics Configuration
Adjusts integrated graphics settings for optimum system. Press Enter to enter the sub-menu.
Initiate Graphic Adapter [PEG] > configured to [IGD]
Selects a graphics device as the primary boot device.
[IGD] Integrated Graphics Display.
[PEG] PCI-Express Graphics Device.
Integrated Graphics Share Memory [64M]
Selects a fixed amount of system memory allocated to the onboard graphics. This item will appear when IGD Multi-Monitor is enabled.
I tried with and without the syslinux.cfg file modification with no success as well (I'm running latest stable Unraid 6.7.2).
Any help, advice, idea would be much appreciated. 😉