|
[root@localhost NVIDIA-Linux-x86-1.0-4496-pkg2]# export IGNORE_CC_MISMATCH=yes
[root@localhost NVIDIA-Linux-x86-1.0-4496-pkg2]# make install
cd usr/src/nv; make install
make[1]: Entering directory `/home/han/NVIDIA-Linux-x86-1.0-4496-pkg2/usr/src/nv'
ld -r -o nvidia.o nv-linux.o nv-kernel.o
Warning: loading /lib/modules/2.4.22-1.2115.nptl/kernel/drivers/video/nvidia.o will taint the kernel: non-GPL license - NVIDIA
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Module nvidia loaded, with warnings
nvidia.o installed successfully.
make[1]: Leaving directory `/home/han/NVIDIA-Linux-x86-1.0-4496-pkg2/usr/src/nv'Removing all old and conflicting files!
rm -f /usr/lib/libGL.*
rm -f /usr/lib/libGLcore.*
rm -f /usr/lib/libGLwrapper.*
rm -f /usr/lib/tls/libGL.*
rm -f /usr/lib/tls/libGLcore.*
rm -f /usr/lib/tls/libGLwrapper.*
rm -f /usr/X11R6/lib/libGL.*
rm -f /usr/X11R6/lib/libGLcore.*
rm -f /usr/X11R6/lib/libGLwrapper.*
rm -f /usr/X11R6/lib/modules/extensions/libGLcore.*
rm -f /usr/X11R6/lib/modules/extensions/libglx.*
Installing new drivers
install usr/lib/libGL.so.1.0.4496 /usr/lib
install usr/lib/libGLcore.so.1.0.4496 /usr/lib
install usr/X11R6/lib/modules/drivers/nvidia_drv.o /usr/X11R6/lib/modules/drivers
install usr/X11R6/lib/modules/extensions/libglx.so.1.0.4496 /usr/X11R6/lib/modules/extensions
install usr/lib/tls/libGL.so.1.0.4496 /usr/lib/tls
install usr/lib/tls/libGLcore.so.1.0.4496 /usr/lib/tls
install usr/X11R6/lib/modules/extensions/tls/libglx.so.1.0.4496 /usr/X11R6/lib/modules/extensions
install usr/X11R6/lib/libXvMCNVIDIA.a /usr/X11R6/lib/libXvMCNVIDIA.a
install usr/X11R6/lib/libXvMCNVIDIA.so.1.0.4496 /usr/X11R6/lib/libXvMCNVIDIA.so.1.0.4496
cd /usr/lib/tls/; ln -fs libGL.so.1.0.4496 libGL.so
cd /usr/lib/; ln -fs libGL.so.1.0.4496 libGL.so
cd /usr/X11R6/lib/modules/extensions; ln -fs libglx.so.1.0.4496 libglx.so
Installing documentation in /usr/share/doc/NVIDIA_GLX-1.0
mkdir -p /usr/share/doc/NVIDIA_GLX-1.0/include
cp -r usr/include/* /usr/share/doc/NVIDIA_GLX-1.0/include
cp -r usr/share/doc/* /usr/share/doc/NVIDIA_GLX-1.0
/sbin/ldconfig
[root@localhost NVIDIA-Linux-x86-1.0-4496-pkg2]# vi/etc/X11/XF86Config
我看到坛子上的帖子要改XF86Config:Section "Device"
Identifier "Videocard0"
Driver "nv"把这里的nv 改成nvidia
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 MX (generic)"
下面是我这个文件怎么改,望高手指点?
# XFree86 4 configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/simsun"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
"/etc/X11/XF86Config" 121L, 3163C |
|