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

[email protected]
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255049

LI Leding <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #13 from LI Leding <[email protected]> ---
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 on the CC list for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.