[Bug 18536] Bad vertical size set by driver
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Nov 14 10:08:12 PST 2008
http://bugs.freedesktop.org/show_bug.cgi?id=18536
--- Comment #2 from Julien Cristau <jcristau at debian.org> 2008-11-14 10:08:12 PST ---
On Fri, Nov 14, 2008 at 09:34:19 -0800, bugzilla-daemon at freedesktop.org wrote:
> (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
>
> (II) RADEON(0): clock: 71.2 MHz Image Size: 289 x 21 mm
>
> (II) RADEON(0): Setting screen physical size to 289 x 21
>
>
> The 21 mm size does crazy things.
>
the server already has a quirk that should apply to your monitor and fix
this, but somehow it's not used?
static Bool quirk_detailed_use_maximum_size (int scrnIndex, xf86MonPtr DDC)
{
/* Bug #10304: LGPhilipsLCD LP154W01-A5 */
if (memcmp (DDC->vendor.name, "LPL", 4) == 0 &&
(DDC->vendor.prod_id == 0 || DDC->vendor.prod_id == 0x2a00))
return TRUE;
return FALSE;
}
--
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