On Mon, 2002-09-30 at 06:13, Jason Cook wrote: > Nicholas, > > I have followed the advice that others gave you in their replies and > have been able to find the info on environmental variables but I have > not looked in the right place for XF86Config Options. Do you know > where to find them? > > I use for my Radeon VIVO (QD) > > Option "AGPMode" "4"
Can cause instabilities or even failures, and doesn't provide too much benefit in my experience. > Option "AGPSize" "64" This one doesn't do much for the radeon driver currently, but might become important when we start using the AGP memory manager, like the r200 driver already does. (Increase the default to 16?) > Option "RingSize" "8" > Option "BufferSize" "2" You shouldn't have to change the defaults for these (though we might want to increase the default for the latter to try and avoid intermittent radeon_freelist_get failures?). In particular, the ring is plenty big by default I think. > Option "EnableDepthMoves" "true" This one's gone, plus it had a comment about being slow in the source... (which is probably why it was an option in the first place) > Option "EnablePageFlip" "true" This one is only an option until all the issues around it are resolved. > Option "AGPFastWrite" "1" This one is an option because it causes failures on some systems. > Are there others I've missed? Are these Radeon specific? Most are. As you see, most options are options because the defaults should be fine and/or they might cause problems. -- Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
