Summary: | >=media-libs/mesa-24.2.0: Xvfb unable to use +extension GLX | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Robert Schultz <robert> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | robert |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://gitlab.freedesktop.org/mesa/mesa/-/issues/11830 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
strace log of Xvfb with mesa-24.1.6 working
strace log of Xvfb with mesa-24.2.0 failing emerge --info media-libs/mesa |
Description
Robert Schultz
2024-08-24 19:19:44 UTC
Can you attach emerge --info media-libs/mesa and a
> strace -e file Xvfb :7783 +extension GLX -nolisten tcp -nocursor -ac -screen 0 1920x1080x24
Running these commands works fine on multiple machines here. There were changes in mesa 24.2 that could relate though.
Created attachment 901156 [details]
strace log of Xvfb with mesa-24.1.6 working
Created attachment 901157 [details]
strace log of Xvfb with mesa-24.2.0 failing
Created attachment 901158 [details] emerge --info media-libs/mesa (In reply to Paul Zander from comment #1) > Can you attach emerge --info media-libs/mesa and a > > strace -e file Xvfb :7783 +extension GLX -nolisten tcp -nocursor -ac -screen 0 1920x1080x24 > > Running these commands works fine on multiple machines here. There were > changes in mesa 24.2 that could relate though. I've attached the strace logs. One with the working mesa-24.1.6 version installed and one with the failing mesa-24.2.0 installed. This is on the same system by the way. Also attached the emerge --info media-libs/mesa output This was reported upstream to mesa and it appears it was a regression on their side: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11830 |