On Tuesday 19 February 2002 03:01, Steve Kieu wrote:
>Hi,
>
>For some reason I dont know but today when I run
>bzflags as normal user, things are terribly slow ;
>even I have to reset the computer, I guess something
>wrong with dri. After reboot, I try to run it as root
>and it is good. Some permission is wrong but I dont
>know how to fix it; probably the mod xxx under Load
>"glx" in Xconfig file? 


In /etc/X11/XF86Config-4, after the  Modules section, verify that:

Section "DRI"
    Mode        0666
EndSection

is in there.  Also,  check /sbin/lsmod | grep agpgart to make sure
the agpgart module is loaded before initializing X.  If it is not,
make sure that the module for your video card is *not* loaded before
you start X, as it will prevent the agpgart module from loading.
Make sure that agp is aliased in /etc/modules.conf:


alias char-major-226 agpgart

If you have an incompletely supported chipset, you may also need:

options agpgart agp_try_unsupported=1

in modules.conf

Plese post to list if none of this helps.

Best luck,

-- 
Chuck

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to