十月 03 2007

Profile Image of evenrain
evenrain

在 Acer TravelMate 292XCi 上安裝 ubuntu 7.10 beta (三):ATI 官版驅動

Posted at 09:09:30 under linux

裝完了 ubuntu,也搞定了中文環境,現在要來弄難搞的 ATI 官版驅動程式。

首先在終端機鍵入下列指令:

CODE:
  1. glxinfo | grep rendering

如果結果是 YES,那表示你可以 pass 這個步驟,如果是 NO 那就看下去吧。

鍵入下列指令:

CODE:
  1. sudo apt-get install xorg-driver-fglrx
  2. echo fglrx | sudo tee -a /etc/modules
  3. sudo dpkg-reconfigure xserver-xorg

最後一個步驟執行時,記得 driver 選 fglrx

然後修改 /etc/X11/xorg.conf 在最後加上

CODE:
  1. Section "Extensions"
  2. Option  "Composite" "Disable"
  3. EndSection

這是因為 fglrx 目前還不支援 Composite,所以我們必須把他關掉,也因為如此,將無法使用 3D 特效桌面1。不過為了跑魔獸可以有比較好的效能,這一點犧牲不算什麼 XD

重開機後,在 系統 -> 管理 -> 受限驅動程式管理員 應該可以看到驅動程式是使用中,接著執行:

CODE:
  1. glxinfo | grep rendering

應該就會得到 YES 的結果。接著執行:

CODE:
  1. fglrxinfo

看一下 vendor 是不是像底下這樣2

CODE:
  1. display: :0.0  screen: 0
  2. OpenGL vendor string: ATI Technologies Inc.
  3. OpenGL renderer string: ATI MOBILITY RADEON 9600/9700 Series
  4. OpenGL version string: 2.0.6473 (8.37.6)

如果沒有出現 ATI 字串而是 Mesa 的話,表示你沒有安裝成功。

一樣在終端機輸入:

CODE:
  1. glxgears

會出現一個旋轉的 3D 齒輪,可以看一下你的 FPS 有多少。

CODE:
  1. 9966 frames in 5.0 seconds = 1993.187 FPS
  2. 9950 frames in 5.0 seconds = 1989.927 FPS
  3. 9952 frames in 5.0 seconds = 1990.377 FPS
  4. 9954 frames in 5.0 seconds = 1989.317 FPS
  5. 9946 frames in 5.0 seconds = 1989.191 FPS
  6. 9962 frames in 5.0 seconds = 1992.398 FPS
  7. 9943 frames in 5.0 seconds = 1988.526 FPS
  8. 9964 frames in 5.0 seconds = 1992.799 FPS
  9. 9946 frames in 5.0 seconds = 1987.697 FPS

  1. ATI 8.42 版的驅動程式將支援 Aiglx,或是加裝 XGL 即可使用桌面特效 []
  2. 每張顯卡的結果不盡相同,我的是 ATI MOBILITY RADEON 9700 []
標籤:, ,

相關文章

No responses yet

Trackback URI | Comments RSS

Leave a Reply