On Fri, 15 Jul 2005 12:04:43 +0200 Rune Petersen <[EMAIL PROTECTED]> wrote:
> Just to add that login (KDM) is more or less fine (cursor is corrupted > untill its moved). Attached diff should fix this temporarily. Im still unsure why MaxSurfaceWidth ends up affecting piches and stuff... -- Aapo Tahkola
Index: radeon_driver.c =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c,v retrieving revision 1.69 diff -u -b -B -u -r1.69 radeon_driver.c --- radeon_driver.c 8 Aug 2005 23:42:36 -0000 1.69 +++ radeon_driver.c 24 Aug 2005 19:24:02 -0000 @@ -4746,7 +4746,7 @@ /* false by default on R3/4xx */ info->allowColorTiling = xf86ReturnOptValBool(info->Options, OPTION_COLOR_TILING, FALSE); - info->MaxSurfaceWidth = 3968; /* one would have thought 4096...*/ + info->MaxSurfaceWidth = 4096/*3968*/; /* one would have thought 4096...*/ info->MaxLines = 4096; } else { info->allowColorTiling = xf86ReturnOptValBool(info->Options,