[Bug 18536] Bad vertical size set by driver

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Nov 14 11:04:41 PST 2008


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





--- Comment #4 from Julien Cristau <jcristau at debian.org>  2008-11-14 11:04:40 PST ---
> --- Comment #3 from Orion Poplawski <orion at cora.nwra.com>  2008-11-14 10:29:18 PST ---
> 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;
>         }
> 
DDC->features.{h,v}size are the dimensions reported in:

(II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21

They are in cm, so multiplying them by 10 is correct.


-- 
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