[Bug 102820] [bisected] commit ebbf7337e2daacacef3e01114e6be68a2a4f11b4 prevents X11 from starting

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Sep 17 20:23:34 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=102820

--- Comment #4 from dwagner <jb5sgc1n.nya at 20mm.eu> ---
I attached the Xorg.0.log as requested, the "dmesg" output as a whole would be
somewhat hard to edit for potentially sensitive content, thus I filtered it
through "grep -i -w -e drm -e amdgpu" and hope that is good enough.

I do not use an xorg.conf file, but I do have some minor customization in
/etc/X11/xorg.conf.d/* files that were supplied by the Linux Arch distribution:

 Section "Monitor"
   Identifier "Monitor0"
   DisplaySize 508 285

   HorizSync       20.0 - 150.0
   VertRefresh     23.96 - 90.0
   Option         "DPMS"

   # 3840x2160p at 24Hz 16:9
   ModeLine "3840x2160 at 24" 297.000 3840 5116 5204 5500 2160 2168 2178 2250
+hsync +vsync

   # 3840x2160p at 25Hz 16:9 
   ModeLine "3840x2160 at 25" 297.000 3840 4896 4984 5280 2160 2168 2178 2250
+hsync +vsync

   # 3840x2160p at 30Hz 16:9 
   ModeLine "3840x2160 at 30" 297.000 3840 4016 4104 4400 2160 2168 2178 2250
+hsync +vsync

    # 3840x2160p at 50Hz 16:9 
    ModeLine "3840x2160 at 50" 594.000 3840 4896 4984 5280 2160 2168 2178 2250
+hsync +vsync

    # 3840x2160p at 60Hz 16:9 
    ModeLine "3840x2160 at 60" 594.000 3840 4016 4104 4400 2160 2168 2178 2250
+hsync +vsync
EndSection

Section "Device"
        Identifier  "Card0"
        Option "Monitor-HDMI-A-0" "Monitor0"
        Driver      "amdgpu"
        BusID       "PCI:40:0:0"

        Option     "TearFree" "On"              # [<bool>]
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24

    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection


(The once manually added ModeLines are not currently in use.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170917/1de58e5c/attachment.html>


More information about the dri-devel mailing list