Date: Mon, 03 Aug 2026 03:50:05 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 297135] graphics/drm-66-kmod: Fails with integrated AMD graphics Message-ID: <bug-297135-7141-QBuPtkYGgk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-297135-7141@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297135 --- Comment #3 from Yuri Victorovich <yuri@freebsd.org> --- Here is the workaround that works for me. Add this file, assuming that your Xorg configuration is in /usr/local/etc/X11/xorg.conf.d/: $ cat /usr/local/etc/X11/xorg.conf.d/20-modesetting.conf Section "Device" Identifier "Zen5-iGPU" Driver "modesetting" Option "AccelMethod" "glamor" Option "DRI" "3" EndSection Section "Module" Load "dri3" Load "glx" EndSection With the above config file the "Fence fallback timer expired on ring ..." messages are still printed but very rarely and they don't seemingly affect system responsiveness. The original problem caused the Xorg based graphics screen to become incredibly slow. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-297135-7141-QBuPtkYGgk>
