終于把Ubuntu系統的顯卡驅動安裝好了。最初feisty版本無法在dell 6400機器上安裝,安裝時會黑屏。在論壇上講如何安裝的,這里就不細說了。后來為了玩¨openArena¨游戲,一個linux下的quake3一樣的游戲,需要支持OpenGL。于是我去ati官方下載了最新版的8.40驅動。按照instruction, 使用sh xxx.run命令。裝好之后,windows下的ati catalyst control center居然也出現了,雖然很簡陋??墒且豢矗琌penGL驅動仍然是什么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)