>Forget GUI tools, GUIs suck
Based 💪

Judging on the results from this kb the DRM driver appears to be loaded:

bash-5.1$ lspci -k | grep -EA3 'VGA|3D|Display'
0000:00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)
Subsystem: Lenovo Device 3f19
Kernel driver in use: i915
Kernel modules: i915


For completeness, here are the results from the suggested commands.  I think I'm missing some of the expected output (possibly because this PC uses Wayland)?  I tried to grep for 46, intel, and 2c2141cd33dfa6e4d8f1ad9fdc6cd2d1d380c7.

bash-5.1$ rpm -ql intel-media-driver-21.1.3-1.el9.x86_64
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/2c2141cd33dfa6e4d8f1ad9fdc6cd2d1d380c7
/usr/lib64/dri/iHD_drv_video.so
/usr/share/doc/intel-media-driver
/usr/share/doc/intel-media-driver/README.md
/usr/share/licenses/intel-media-driver
/usr/share/licenses/intel-media-driver/LICENSE.md
/usr/share/metainfo/intel-media-driver.metainfo.xml

bash-5.1$ lsmod | grep i915
i915                 3321856  21
i2c_algo_bit           16384  1 i915
intel_gtt              24576  1 i915
drm_buddy              20480  1 i915
drm_dp_helper         159744  1 i915
drm_kms_helper        200704  2 drm_dp_helper,i915
cec                    53248  2 drm_dp_helper,i915
ttm                    86016  1 i915
drm                   622592  14 drm_dp_helper,drm_kms_helper,drm_buddy,i915,ttm
video                  57344  2 ideapad_laptop,i915



On Wed, Feb 15, 2023 at 9:38 PM Trevor Cordes <trevor@tecnopolis.ca> wrote:
On 2023-02-15 Chris Audet wrote:
> [root@what ~]# dnf install intel-media-driver
> Last metadata expiration check: 2:11:34 ago on Wed 15 Feb 2023
> 03:49:21 PM. Package intel-media-driver-21.1.3-1.el9.x86_64 is

rpm -ql intel-media-driver-21.1.3-1.el9.x86_64 |grep ko.xz

take the string between the last / and the ko.xz and do:

lsmod |grep inteldrivermodname

(change inteldrivermodname to the string)

If you get output, it's loaded, and likely being used.

If you want to see if it's really being used and have some fun (read:
crash your video) then try

rmmod inteldrivermodname

(ugly but it shoudn't foobar your fs's or anything... can likely ssh
into the box to reboot properly, or use magic-sys-rq keys)

Forget GUI tools, GUIs suck!  :-)