十月 03 2007
在 Acer TravelMate 292XCi 上安裝 ubuntu 7.10 beta (三):ATI 官版驅動
裝完了 ubuntu,也搞定了中文環境,現在要來弄難搞的 ATI 官版驅動程式。
首先在終端機鍵入下列指令:
-
glxinfo | grep rendering
如果結果是 YES,那表示你可以 pass 這個步驟,如果是 NO 那就看下去吧。
鍵入下列指令:
-
sudo apt-get install xorg-driver-fglrx
-
echo fglrx | sudo tee -a /etc/modules
-
sudo dpkg-reconfigure xserver-xorg
最後一個步驟執行時,記得 driver 選 fglrx。
然後修改 /etc/X11/xorg.conf 在最後加上
-
Section "Extensions"
-
Option "Composite" "Disable"
-
EndSection
這是因為 fglrx 目前還不支援 Composite,所以我們必須把他關掉,也因為如此,將無法使用 3D 特效桌面1。不過為了跑魔獸可以有比較好的效能,這一點犧牲不算什麼 XD
重開機後,在 系統 -> 管理 -> 受限驅動程式管理員 應該可以看到驅動程式是使用中,接著執行:
-
glxinfo | grep rendering
應該就會得到 YES 的結果。接著執行:
-
fglrxinfo
看一下 vendor 是不是像底下這樣2:
-
display: :0.0 screen: 0
-
OpenGL vendor string: ATI Technologies Inc.
-
OpenGL renderer string: ATI MOBILITY RADEON 9600/9700 Series
-
OpenGL version string: 2.0.6473 (8.37.6)
如果沒有出現 ATI 字串而是 Mesa 的話,表示你沒有安裝成功。
一樣在終端機輸入:
-
glxgears
會出現一個旋轉的 3D 齒輪,可以看一下你的 FPS 有多少。
-
9966 frames in 5.0 seconds = 1993.187 FPS
-
9950 frames in 5.0 seconds = 1989.927 FPS
-
9952 frames in 5.0 seconds = 1990.377 FPS
-
9954 frames in 5.0 seconds = 1989.317 FPS
-
9946 frames in 5.0 seconds = 1989.191 FPS
-
9962 frames in 5.0 seconds = 1992.398 FPS
-
9943 frames in 5.0 seconds = 1988.526 FPS
-
9964 frames in 5.0 seconds = 1992.799 FPS
-
9946 frames in 5.0 seconds = 1987.697 FPS
相關文章
No responses yet



