Comment 14 for bug 311485

Revision history for this message
In , Bryce Harrington (bryce) wrote :

Created an attachment (id=22392)
BigFont.jpg

Forwarding this bug from a Ubuntu reporter:
https://bugs.edge.launchpad.net/ubuntu/+source/xorg-server/+bug/311485

[Problem]
A Logix LG-1731D monitor has incorrect EDID, causing an incorrect dpi calculating resulting in fonts that are too large.

[Original Report]
A Logix LG-1731D monitor capable of 1280x960 starts up in 1400x1050 mode. The GUI is unusable due to enormous panel fonts (see attached picture).

The attached Xorg.0.log warns of a changed PIPEASTAT register and a failure to allocate texture space.

This monitor works fine with an old nVidia card and the nv driver.

Cheers.

version: Xubuntu 8.10 Intrepid Live CD

[lspci]
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)

[edid]
$sudo get-edid | parse-edid
 # EDID version 1 revision 0
Section "Monitor"
 # Block type: 2:0 3:0
 # Block type: 2:0 3:0
 # Block type: 2:0 3:0
 Identifier "OEC:db17"
 VendorName "OEC"
 ModelName "OEC:db17"
 # Block type: 2:0 3:0
 # Block type: 2:0 3:0
 # Block type: 2:0 3:0
 # DPMS capabilities: Active off:yes Suspend:yes Standby:no

 Mode "640x350" # vfreq 70.072Hz, hfreq 31.462kHz
  DotClock 25.170000
  HTimings 640 656 752 800
  VTimings 350 387 389 449
  Flags "-HSync" "-VSync"
 EndMode
 # Block type: 2:0 3:0
 # Block type: 2:0 3:0
 # Block type: 2:0 3:0
EndSection

$xdpyinfo -display :0
....
screen #0:
  dimensions: 1400x1050 pixels (4x3 millimeters)
  resolution: 8890x8890 dots per inch
....