- Run Debian Bookworm on an Asus NUC 14 Pro, with Core 3 100U CPU and Raptor Lake-P graphics (although lspci reports Raptor Lake-U)
- Run Wayland via Sway
- Achieve evidence of hardware acceleration via intel_gpu_top or any other means
The reason I'm trying to stay with Bookworm is due to a series of other customizations, involving an old release of Puppet, the desire for a specific older version of Chromium, but suffice to say that I just want to rule out Bookworm before setting up this entire system as Trixie.
Based on Intel's supported hardware table here: Intel Supported Hardware
and the results of lspci:
Code: Select all
00:02.0 VGA compatible controller [0300]: Intel Corporation Raptor Lake-U [Intel Graphics] [8086:a7ad] (rev 04)
I've added the bookworm-backports repo (main contrib non-free non-free-firmware) and updated to a backport kernel:
Code: Select all
apt install -t bookworm-backports linux-image-amd64 linux-headers-amd64 firmware-linux-nonfree
At this point I can install intel-gpu-tools and run intel_gpu_top while Chromium is open and rendering video, but I see zero indication of hardware acceleration activity.
Code: Select all
intel-gpu-top: 8086:a7ad @ /dev/dri/card0 - 0/ 0 MHz; 100% RC6
0.00/ 4.96 W; 28 irqs/s
ENGINES BUSY MI_SEMA MI_WAIT
Render/3D 0.00% | | 0% 0%
Blitter 0.00% | | 0% 0%
Video 0.00% | | 0% 0%
VideoEnhance 0.00% | | 0% 0%
PID NAME Render/3D Blitter Video VideoEnhance
1 systemd | || || || |
891 sway | || || || |
1012 chromium | || || || |
Code: Select all
:/# vainfo
error: can't connect to X server!
libva info: VA-API version 1.17.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_17
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
libva info: va_openDriver() returns 1
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit
Unfortunately intel-media-va-driver-non-free has nothing available in bookworm-backports so I can't update that.
Forgive me, but is there anything else I can try to get this GPU working properly in Bookworm?