Actually since it's a monitor quirk this is an xorg-server bug;
refiling.

I see what's going on...  Your monitor is reporting product id '0',
which xserver quirks:

    /* Bug #10304: LGPhilipsLCD LP154W01-A5 */
    if (memcmp (DDC->vendor.name, "LPL", 4) == 0 &&
        (DDC->vendor.prod_id == 0 || DDC->vendor.prod_id == 0x2a00))
        return TRUE;

But I'm not entirely sure how to work around this.  Presumably dropping
that quirk would break other systems.  I guess we should forward this
bug upstream for further investigation.

** Changed in: xorg-server (Ubuntu)
Sourcepackagename: xserver-xorg-video-intel => xorg-server
   Importance: Undecided => Medium
       Status: Incomplete => Triaged

-- 
Intel driver gives incorrect screen size, DPI
https://bugs.launchpad.net/bugs/262781
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to