<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - sna driver ignores DisplaySize setting in xorg.conf"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90842#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - sna driver ignores DisplaySize setting in xorg.conf"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90842">bug 90842</a>
              from <span class="vcard"><a class="email" href="mailto:Martin@Lichtvoll.de" title="Martin Steigerwald <Martin@Lichtvoll.de>"> <span class="fn">Martin Steigerwald</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=116284" name="attach_116284" title="xorg log with sna with two different displaysize settings for each display">attachment 116284</a> <a href="attachment.cgi?id=116284&action=edit" title="xorg log with sna with two different displaysize settings for each display">[details]</a></span>
xorg log with sna with two different displaysize settings for each display

So with:

merkaba:~> cat /etc/X11/xorg.conf.d/anzeige.conf 
Section "Device"
        Identifier      "Grafikkern"

        Driver          "intel"

        # Monitore
        Option          "Monitor-LVDS1" "Notebook"
        Option          "Monitor-DP2"   "Extern"

        # Optionen
        #Option         "AccelMethod"   "uxa"
EndSection

Section "Monitor"
        Identifier      "Notebook"

        DisplaySize     344 193
EndSection

Section "Monitor"
        Identifier      "Extern"

        DisplaySize     531 299
EndSection

I still get:

[  1594.522] (II) intel(0): switch to mode <a href="mailto:1920x1080@60.0">1920x1080@60.0</a> on LVDS1 using pipe
0, position (0, 0), rotation normal, reflection none
[  1594.531] (II) intel(0): switch to mode <a href="mailto:1920x1080@60.0">1920x1080@60.0</a> on DP2 using pipe 1,
position (0, 0), rotation normal, reflection none
[  1594.540] (II) intel(0): Setting screen physical size to 508 x 285

So it doesn´t use any of the given display sizes and it appears to use *one*
screensize for both displays. Is this an Xorg limitation? xdpyinfo also only
reports one dots per inch value. But even with the physical screen size it
uses, dpi are still set to 96x96, which according to the resolution of the
display just does not match reality.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>