In mesa-20.x the default dri driver for Intel Gen8+ (Broadwell and later) iGPUs has been changed to "iris" gallium driver, instead of the old "i965" driver.
I've added "iris" to GALLIUM_DRV in mesa instruction. If you encounter any problem with it you can add "MESA_LOADER_DRIVER_OVERRIDE=i965" to /etc/profile, to switch back to old i965 driver. And, for Ice Lake and upcoming new generation of Intel CPUs libva-intel-driver won't work. intel-media-driver is necessary for libva on Ice Lake. It depends on intel-gmmlib. I tried it on my laptop and it works (playing videos with gstreamer and gstreamer-vaapi, and 1080p online videos on bilibili.com with epiphany, gstreamer, and gstreamer-vaapi). -- Xi Ruoyao <[email protected]> School of Aerospace Science and Technology, Xidian University -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
