maintainer-feedback requested: [Bug 268327] graphics/mesa-dri: 22.3.0 breaks direct rendering (radeon, SUMO, r600_dri)
Date: Mon, 12 Dec 2022 08:34:26 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 (Nobody)
<x11@FreeBSD.org> for maintainer-feedback:
Bug 268327: graphics/mesa-dri: 22.3.0 breaks direct rendering (radeon, SUMO,
r600_dri)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268327
--- Description ---
After upgrading mesa to 22.3, Xorg crashes on startup trying to load the radeon
driver with a segmentation fault. My Xorg log is now gone (sorry) – the crash
occurs before even switching to a different vt.
The crash can be avoided by adding
Option "AccelMethod" "EXA"
to the radeon driver.
Then OpenGL/GLX doesn't work, for example:
$ glxgears
libGL error: failed to authenticate magic 1
libGL error: failed to load driver: r600
---
I'll try to add more info as I can obtain it...