Linux distros don't support newest (May 2021) Rocket Lake GPUs by default. Tested on:
- Fedora 34
- Ubuntu 20.04.2.0
- Ubuntu 21.04
Even if i915
module is loaded (lsmod | grep i915
), the graphics is still running in software mode.
This issue can be checked in the following ways:
- Only X11 could be started as Wayland requires hardware acceleration
- Check "About system" page in Gnome setup (Fedora&newest Ubuntu have Gnome by-default). "Graphics" line will display something like
llvmpipe...
instead of GPU model. - Run
glxinfo | grep -i opengl
andllvmpipe ...
string is shown for "Renderer" instead of GPU name. dmesg
will display error message of thei915
driver
$ dmesg | grep i915 -A4
[ 636.077251] i915 0000:00:02.0: Your graphics device 4c8a is not properly supported by the driver in this
kernel version. To force driver probe anyway, use i915.force_probe=4c8a
module parameter or CONFIG_DRM_I915_FORCE_PROBE=4c8a configuration option,
or (recommended) check for kernel updates.
As it is specified in the error message, a device with PID=4c8a should be added to module parameters.
Open /etc/default/grub
and add the parameter to the kernel command line:
GRUB_CMDLINE_LINUX="... quiet i915.force_probe=4c8a"
Then updat grub (legacy BIOS output file is different):
sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
- Apparently, Intel devs are not happy about this option: intel/media-driver#980
- UHD 750 - Rocket Lake IGP support – https://forums.unraid.net/topic/105034-uhd-750-rocket-lake-igp-support/
- Intel Core i5 11600K + Core i9 11900K Linux Performance Across ~400 Benchmarks – https://www.phoronix.com/scan.php?page=article&item=intel-rkl-linux&num=2
Same problem (no video driver for UHD 750:
After boot - receive the message
“Check your video drivers – your system is currently running without video hardware acceleration.
You may experience poor performance and high CPU usage.
[ Launch Driver Manager ]”
after running "Driver Manager" - receive "driver is up to date - no need for update "
when adding second screen – receive poor / base resolution !! (unable to work)
Any suggestion to resolve/bypass the problem ?
System reports – Graphics:
Device-1: Intel vendor: ASUSTeK driver: N/A bus ID: 00:02.0 chip ID: 8086:4c8a
Display: x11 server: X.Org 1.20.11 driver: fbdev unloaded: modesetting,vesa
resolution: 1920x1080~77Hz
OpenGL: renderer: llvmpipe (LLVM 12.0.0 256 bits) v: 4.5 Mesa 21.0.3 compat-v: 3.1
direct render: Yes
O.S: Linux Mint 20.2 Cinnamon (kernel: 5.4.0-90-generic)
CPU: 11th Gen Intel© Core™ i5-11600K @ 3.90GHz × 6
M.B: Asus prime Z590-P