Cannot use OpenGL on Hyprland with Asahi Linux and Mesa 25.2 #11398
Unanswered
oiiiiiiii
asked this question in
Bugs - DRM
Replies: 1 comment 5 replies
-
check #11087, does it work |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hyprland version
Hyprland 0.50.1 built from branch at commit 4e242d0 ([gha] Nix: update inputs).
Date: Sat Jul 19 21:37:06 2025
Tag: v0.50.1, commits: 6291
built against:
aquamarine 0.9.2
hyprlang 0.6.3
hyprutils 0.8.1
hyprcursor 0.1.12
hyprgraphics 0.1.5
Regression
No
Describe the bug
Apparently, since the update to Mesa 25.2, the GPU acceleration cannot properly be used on hyprland anymore, or at least OpenGL. When I start an app that usually makes use of the GPU (like wezterm) I get these warnings:
And judging by the performance the GPU is not used, but CPU rendering. Scrolling in Firefox is pretty laggy for example. When switching to Gnome this warning does not appear, and performance is much better.
Some more details can be found in this commen from a previous discussion, but since the discussion turned out to be about something else I open a new discussion here. I'm not sure I understand everything that was described there, so I thought I better link it instead of saying something wrong.
Reproduction steps
System info and config
systeminfo.txt
hyprland.log
dmesg.log
Config: default config, but added
and
autogenerated = 0
I hope I didn't make a mistake with the logs, for example I had to use
sudo dmesg -w > ~/dmesg.log &
instead ofdmesg -w > ~/dmesg.log &
becaus it would fail otherwise for some reason. If anything else is needed just ping me.Beta Was this translation helpful? Give feedback.
All reactions