View Single Post
Old 14-03-2005, 09:09 AM   #3 (permalink)
pradeep_chauhan
Wise Old Owl
 
Join Date: Aug 2004
Location: New Delhi
Posts: 1,150
Default

Open the xconfig file in /etc/X11/ dir and do the folloing:

If you already have an X config file working with a different driver (such as the 'nv' or 'vesa' driver), then all you need to do is find
the relevant Device section and replace the line:



Driver "nv"

(or Driver "vesa")



with



Driver "nvidia"



In the Module section, make sure you have:



Load "glx"



You should also remove the following lines:



Load "dri"

Load "GLcore"



if they exist. There are also numerous options that can be added to the X config file to fine-tune the NVIDIA X driver.

Once you have configured your X config file, you are ready to restart X
and begin using the accelerated OpenGL libraries. After you restart X,
you should be able to run any OpenGL application and it will automatically
use the new NVIDIA libraries.
__________________
**** happens
pradeep_chauhan is offline