[Bug 273369] x11-servers/xorg-server: "Cannot run in framebuffer mode" after updating to 21.1.8_4,1

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 02 Sep 2023 20:44:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273369

--- Comment #14 from Jason A. Harmening <jah@FreeBSD.org> ---
Well, I didn't specifically do an A/B test of that change, but I'm pretty sure
it was the culprit, because I just now managed to get things working with the
newer xorg-server package by reading through
https://badland.io/prime-configuration.md and creating
/usr/local/etc/X11/xorg.conf.d/20-amdgpu.conf:

Section "OutputClass"
    Identifier "AMD"
    MatchDriver "amdgpu"
    Driver "modesetting"
    Option "PrimaryGPU" "yes"
EndSection

So it seems as though xorg-server sees my configuration as a PRIME
configuration with the BMC as the "iGPU" unless it's explicitly told to use the
"dGPU" as the primary output?

-- 
You are receiving this mail because:
You are the assignee for the bug.