New comment by devlocalhost on void-packages repository https://github.com/void-linux/void-packages/pull/47494#issuecomment-1840825041 Comment: this is causing issues for me. gnome is very unstable, crashes randomly, lots of graphical glitches and some other stuff too. someone on irc also had issues with that (flatpak apps), they downgraded to 23.2.1 and everything was fine. heres what i got (when trying to run spotify flatpak): ``` libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: crocus libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: crocus libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast ERR: Display.cpp:1056 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context. ERR: Display.cpp:1056 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context. ERR: Display.cpp:1056 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context. ERR: Display.cpp:1056 (initialize): ANGLE Display::initialize error 12289: Could not create a backing OpenGL context. ``` these errors are gone if i downgrade mesa, and everything is back to normal inxi -G --display output: ``` > inxi -G --display Graphics: Device-1: Intel Mobile 4 Series Integrated Graphics driver: i915 v: kernel Device-2: Suyin Acer/Lenovo Webcam [CN0316] driver: uvcvideo type: USB Display: wayland server: X.org v: 1.21.1.9 with: Xwayland v: 23.2.1 compositor: gnome-shell v: 44.2 driver: X: loaded: intel unloaded: fbdev,modesetting,vesa dri: i965 gpu: i915 resolution: 1366x768 API: EGL v: 1.5 drivers: N/A platforms: gbm,wayland API: OpenGL Message: No GL data available. API: Vulkan Message: No Vulkan data available. ```