[Bug 255049] x11/gdm doesn't show the login screen

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 01 Dec 2021 15:57:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255049

LI Leding <lileding@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lileding@gmail.com

--- Comment #13 from LI Leding <lileding@gmail.com> ---
I got a similar workaround by using OutputClass match

add /usr/local/share/X11/xorg.conf.d/50-force-dri2.conf

Section "OutputClass"
        Identifier "Card0"
        MatchDriver "modesetting"
        Driver "amdgpu"
        Option      "DRI" "2"
        Option      "DRI3" "false"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "kmsdev"                    # <str>
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "AccelMethod"               # <str>
        #Option     "PageFlip"                  # [<bool>]
        #Option     "ZaphodHeads"               # <str>
        #Option     "DoubleShadow"              # [<bool>]
        #Option     "Atomic"                    # [<bool>]
        Identifier  "Card0"
        Driver      "amdgpu"
        BusID       "PCI:35:0:0"
        Option      "DRI" "2"
        Option      "DRI3" "false"
EndSection

Maybe it is a little better than static conf in /etc/X11
But we still have no DRI3, Vulkan and Wayland, sadly.

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