Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Sep 2023 20:44:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 273369] x11-servers/xorg-server: "Cannot run in framebuffer mode" after updating to 21.1.8_4,1
Message-ID:  <bug-273369-7141-ZQkYfYFHaN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273369-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273369-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273369

--- 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 s=
ure
it was the culprit, because I just now managed to get things working with t=
he
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?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273369-7141-ZQkYfYFHaN>