[Bug 18536] Bad vertical size set by driver
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Nov 14 10:29:19 PST 2008
http://bugs.freedesktop.org/show_bug.cgi?id=18536
--- Comment #3 from Orion Poplawski <orion at cora.nwra.com> 2008-11-14 10:29:18 PST ---
Does seem to be activated:
(II) RADEON(0): EDID vendor "LPL", prod id 0
(II) RADEON(0): EDID quirk: Detailed timings give sizes in cm.
But it's really only the vertical size that is reported in cm, or is just plain
wrong:
(II) RADEON(0): clock: 71.2 MHz Image Size: 289 x 21 mm
Certainly don't want to multiply both by 10:
if (quirks & DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZE) {
det_mon->section.d_timings.h_size = 10 * DDC->features.hsize;
det_mon->section.d_timings.v_size = 10 * DDC->features.vsize;
}
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the xorg-driver-ati
mailing list