On Sun, 2003-09-14 at 12:27, Michel Dänzer wrote: > On Sun, 2003-09-14 at 10:24, Mike A. Harris wrote: > > On Sat, 13 Sep 2003, Michel [ISO-8859-1] Dnzer wrote: > > > > >> Option "AGPSize" "128" > > > > > >BTW, I renamed this to "GARTSize" in current DRI CVS. > > > > Is AGPsize an alias? > > No, I'm not aware of an alias mechanism for options.
Actually, it works very intuitively, see this patch. I'll commit this as soon as CVS has moved over to freedesktop.org. -- Earthling Michel Dänzer \ Debian (powerpc), XFree86 and DRI developer Software libre enthusiast \ http://svcs.affero.net/rm.php?r=daenzer
Index: programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c =================================================================== RCS file: /cvsroot/dri/xc/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c,v retrieving revision 1.62 diff -p -u -r1.62 radeon_driver.c --- programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c 12 Sep 2003 20:33:25 -0000 1.62 +++ programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c 14 Sep 2003 10:37:14 -0000 @@ -145,6 +148,7 @@ const OptionInfoRec RADEONOptions[] = { { OPTION_USEC_TIMEOUT, "CPusecTimeout", OPTV_INTEGER, {0}, FALSE }, { OPTION_AGP_MODE, "AGPMode", OPTV_INTEGER, {0}, FALSE }, { OPTION_AGP_FW, "AGPFastWrite", OPTV_BOOLEAN, {0}, FALSE }, + { OPTION_GART_SIZE, "AGPSize", OPTV_INTEGER, {0}, FALSE }, { OPTION_GART_SIZE, "GARTSize", OPTV_INTEGER, {0}, FALSE }, { OPTION_RING_SIZE, "RingSize", OPTV_INTEGER, {0}, FALSE }, { OPTION_BUFFER_SIZE, "BufferSize", OPTV_INTEGER, {0}, FALSE },