1
Linux Specific Issues /
« on: December 08, 2005, 06:50:29 am »
Have you activate the direct rendering ?
you may have in your xorg.conf a section \"device\" for your video card. In this section search for a line like that :
RenderAccel \"True\"
For example, here is my card configuration :
Section \"Device\"
Identifier \"Card0\"
Driver \"nvidia\"
VendorName \"nVidia Corporation\"
Option \"AllowGLXWithComposite\" \"true\"
BoardName \"NV34 [GeForce FX 5200]\"
BusID \"PCI:2:0:0\"
Option \"RenderAccel\" \"true\"
EndSection
you may have in your xorg.conf a section \"device\" for your video card. In this section search for a line like that :
RenderAccel \"True\"
For example, here is my card configuration :
Section \"Device\"
Identifier \"Card0\"
Driver \"nvidia\"
VendorName \"nVidia Corporation\"
Option \"AllowGLXWithComposite\" \"true\"
BoardName \"NV34 [GeForce FX 5200]\"
BusID \"PCI:2:0:0\"
Option \"RenderAccel\" \"true\"
EndSection
