3、reboot
一般ATi的显卡都能认得到。NVIDIA可以试一下方法
例如NVIDIA的显卡是GF FX5200 128M,找到驱动程序,但文件6MB多(NVIDIA-Linux-x86 -1.0-5336-pkg1.run),没法用磁盘,因为我有Combo,所以,驱动程序刻在光盘上。方法如下、启动后用root登陆5、把刻好的光盘放进光驱,mount /mnt/cdrom cd /mnt/cdrom 6、cp NVIDIA-Linux-x86-1.0-5336-pkg1.run \root cd /root 7、sh NVIDIA-Linux-x86-1.0-5336-pkg1.run 8、依照驱动程序的说明修改ftp://download.nvidia.com/XFree86/Linux-x86/1.0-5336/README主要的一步如下:__________________________________________________________________________
(sec-03) EDITING YOUR XF86CONFIG FILE __________________________________________________________________________
When XFree86 4.0 was released, it used a slightly different XF86Config file syntax than the 3.x series did, and so to allow both 3.x and 4.x versions of XFree86 to co-exist on the same system, it was decided that XFree86 4.x was to use the configuration file "/etc/X11/XF86Config-4" if it existed, and only if that file did not exist would the file "/etc/X11/XF86Config" be used (actually, that is an over-simplification of the search criteria; please see the XF86Config man page for a complete description of the search path)。 Please make sure you know what configuration file XFree86 is using. If you are in doubt, look for a line beginning with "(==) Using config file:" in your XFree86 log file("/var/log/XFree86.0.log")。 This README will use "XF86Config" to refer to your configuration file, whatever it is named.
If you do not have a working XF86Config file, there are several ways to start: there is a sample config file that comes with XFree86,and there is a sample config file included with the NVIDIA driver package (it gets installed in /usr/share/doc/NVIDIA_GLX-1.0/)。
You could also use a program like 'xf86config'; some distributions provide their own tool for generating an XF86Config file. For more on XF86Config file syntax, please refer to the man page.
If you already have an XF86Config 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 XF86Config file to fine-tune the NVIDIA XFree86 driver. Please see Appendix D for a complete list of these options.
Once you have configured your XF86Config 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.(用vi 命令,和vi /etc/inittab一样用)