Closed intpl closed 2 years ago
Things like this happening all the time
@ahesford has had the same issues, I believe.
Downgrading the packages locally can fix it temporarily, fwiw.
Possibly https://gitlab.freedesktop.org/mesa/mesa/-/issues/5745
I did have the same issue on Intel Xe and UHD Graphics 630 with new mesa and downgrading the mesa packages resolved it.
As noted in this bug, exporting MESA_LOADER_DRIVER_OVERRIDE=i965
appears to have resolved this for me.
As noted in this bug, exporting
MESA_LOADER_DRIVER_OVERRIDE=i965
appears to have resolved this for me.
This fixes it. Thanks! Idk if I should close the issue now
Please leave the issue open. We'll close when the workaround is no longer needed.
I had a chance to try the MESA_LOADER_DRIVER_OVERRIDE
workaround (it isn't really a fix) on an Intel Xe device, and was met with errors reporting
gfx12 and newer are not supported on i965
libGL error: failed to create dri screen
libGL error: failed to load driver: i965
There were no glitches, but it seems Mesa fails entirely here. Thus, the workaround seems to be limited to older devices.
It seems that a proper fix may have been merged; maybe we can test a backport pending another upstream release.
in case anybody is wondering, installing 21.3.3 from this commit does NOT fix the issue: https://github.com/void-linux/void-packages/pull/34768
again, for wonderers: no WebGL support when setting MESA_LOADER_DRIVER_OVERRIDE=i965
can be fixed by providing --qt-flag ignore-gpu-blocklist
argument to qutebrowser (btw you may want to enable --qt-flag enable-gpu-rasterization
also)
mesa-21.3.3-fix-bug-5731.patch
try this patch from https://gitlab.freedesktop.org/mesa/mesa/-/issues/5731
Should be fixed in 1bf20e9d9021baa3bbde781110ab3175f44bcd38
(please reopen if not)
After system upgrade three days ago Qutebrowser started to behave terribly. Entire window become white for milliseconds, scattered parts of window. Pretty much unusable. Chromium and Google Chrome and Firefox which I have installed on the system all work fine. The issue is only with Qutebrowser. It worked perfectly fine before the upgrade.
I can see in the xbps log these 4 Mesa packages were updated (but also libglapi and libgbm which may also be related):
This is my changed
/etc/modprobe.d/intel-graphics.conf
:I use AwesomeWM if that's related.