Closed issue by intpl on void-packages repository https://github.com/void-linux/void-packages/issues/34674 Description: 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): ``` mesa-21.3.2_1 mesa-dri-21.3.2_1 mesa-intel-dri-21.3.2_1 mesa-vulkan-intel-21.3.2_1 ``` This is my changed `/etc/modprobe.d/intel-graphics.conf`: ``` options i915 enable_dc=2 enable_fbc=1 fastboot=1 ``` I use AwesomeWM if that's related.