sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #44688
RE: Langsom 2D under X med Nvidia GeForce DDR
> -----Original Message-----
> From: Frank Damgaard [mailto:frda@xxxxxxxxxxxxx]
>
> ....
> Det er måske snarere X-server implementeringen for det pågældende
> grafikkort ? (af visse funktioner)
Bruger du driverne fra Nvidia eller XFree?
Mit kører fint (GeForce2) med (Nvidia-)driverne fra:
http://www.nvidia.com/view.asp?PAGE=linux
Jeg har selv bygget ny kerne og bruger derfor tar-filerne.
(GLX og kerne)
Læs README og følg den!
/Kristian Høgh.
Ps fandt lige en Quick-install:
Instructions:
To install from tar file, unpack each file:
$ tar xzf NVIDIA_kernel.tar.gz
$ tar xzf NVIDIA_GLX.tar.gz
cd into the NVIDIA_kernel directory. Type 'make install'. This will
compile the kernel interface to the NVdriver, link the NVdriver, copy
the NVdriver into place, and attempt to insert the NVdriver into the
running kernel:
$ cd NVIDIA_kernel
$ make install
Next, move into the NVIDIA_GLX directory. Type 'make install' -- this
will copy the files into place:
$ cd ../NVIDIA_GLX
$ make install
Note that the "make install" for each package will remove any previously
installed NVIDIA drivers.
If you already have an XF86Config file working with a different driver
(such as the 'nv' driver), then all you need to do is find the relevant
Device section and replace the line:
Driver "nv"
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 XF86Config file to fine-tune the NVIDIA XFree86 driver. Please see
Appendix D for a complete list of these options.