Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Dec 2021 15:57:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 255049] x11/gdm doesn't show the login screen
Message-ID:  <bug-255049-6497-pTlhlop4oX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255049-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255049-6497@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=3D255049

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.

--=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-255049-6497-pTlhlop4oX>