I'm using the Firefox snap version 115.0.2 on Ubuntu 23.04 with Wayland and an Intel graphics card. Last week, I followed this article to activate hardware acceleration in Firefox and verified that it works successfully with intel_gpu_top
afterwards.
However, this week I noticed that it's not working anymore. According to intel_gpu_top
neither YouTube nor local MP4 videos are rendered by hardware - they are listed in the "Render/3D" category (and the fan is turning on). I already checked every setting mentioned in the article above and they are set correctly, and MOZ_ENABLE_WAYLAND=1
is set as well. about:support
correctly identifies the window protocol as Wayland and HARDWARE_VIDEO_DECODING
is set to force_enabled
.
I'm not sure whether it's related, but my dmesg
output is full of messages like this (>800 messages):
[24067.727865] kauditd_printk_skb: 22 callbacks suppressed
[24159.010429] audit: type=1326 audit(1690813031.457:7329): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.firefox.firefox pid=16349 comm=4D6564696150447E6F646572202332 exe="/snap/firefox/2916/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=312 compat=0 ip=0x7f2be5d6ba3d code=0x50000
Any suggestions where to look further or how to solve this issue?