终于把Ubuntu系统的显卡驱动安装好了。最初feisty版本无法在dell 6400机器上安装,安装时会黑屏。在论坛上讲如何安装的,这里就不细说了。后来为了玩¨openArena¨游戏,一个linux下的quake3一样的游戏,需要支持OpenGL。于是我去ati官方下载了最新版的8.40驱动。按照instruction, 使用sh xxx.run命令。装好之后,windows下的ati catalyst control center居然也出现了,虽然很简陋。可是一看,OpenGL驱动仍然是什么mesa。
在网上搜索了许久,终于发现解决办法: Installing Ati "fglrx" drives:
1. Open the "synaptic" (System > Administration > Synaptic) 2. Search for fglrx 3. Mark xorg-driver-fglrx and fglrx-control 4. Apply changes (it will download and install the drive) 5. Open a terminal window 6. sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup (Creating a backup) 7. sudo gedit /etc/X11/xorg.conf 8. Find "device" change driver = "vesa" or "ATI" to driver = "fglrx" 9. Save 10. ctrl+alt+backspace (restart X)