<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [bisected] commit ebbf7337e2daacacef3e01114e6be68a2a4f11b4 prevents X11 from starting"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102820#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [bisected] commit ebbf7337e2daacacef3e01114e6be68a2a4f11b4 prevents X11 from starting"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102820">bug 102820</a>
              from <span class="vcard"><a class="email" href="mailto:jb5sgc1n.nya@20mm.eu" title="dwagner <jb5sgc1n.nya@20mm.eu>"> <span class="fn">dwagner</span></a>
</span></b>
        <pre>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@24" 297.000 3840 5116 5204 5500 2160 2168 2178 2250
+hsync +vsync

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

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

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

    # 3840x2160p at 60Hz 16:9 
    ModeLine "3840x2160@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.)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>