http://bugs.freedesktop.org/show_bug.cgi?id=18536





--- Comment #3 from Orion Poplawski <[EMAIL PROTECTED]>  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.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to