Displaying 1 result from an estimated 1 matches for "180mm".
Did you mean:
180mb
2010 Jan 24
2
[Bug 26194] New: nouveau reports DPI correctly in Xorg.0.log, but value reported by X incorrect
...AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: bjt23 at cornell.edu
QAContact: xorg-team at lists.x.org
A bit odd:
$ grep -E 'DPI|dimensions' /var/log/Xorg.0.log
(**) NOUVEAU(0): Display dimensions: (290, 180) mm
(**) NOUVEAU(0): DPI set to (112, 112)
290mm x 180mm and 112x112 DPI are indeed correct (1280x800, 13.3" widescreen),
however:
$ xdpyinfo | grep -E 'dimensions|resolution'
dimensions: 1280x800 pixels (338x211 millimeters)
resolution: 96x96 dots per inch
X appears to be getting bogus data, which screws up font sizing.
I'm...