Open Source WEB


Vine Linux 3.0へのATI Radeon用DRIドライバインストール

Vine Linuxは日本で多く使われているLinuxディストリビューションです。

http://vinelinux.org/

この手順書は、Project Looking Glassに必要なダイレクトレンダリング拡張を可能にするために、 ATI RadeonグラフィックスカードのDRI (Direct Rendering Infrastracture)ドライバをVine Linux 3.0にインストールする方法について説明します。


参考文献


ATI Radeon用ドライバインストール (lg3d-core.dev.java.net)

https://lg3d-core.dev.java.net/ja/dri-driver-install-ati-radeon.html

日本語訳。RedHat 9について記述。


ATI Binary driver installation instructions for non-rpm based distributions

https://lg3d-core.dev.java.net/dri-driver-install-ati-radeon-nonrpm.html

非RPMディストリビューションへのインストール手順。 主にSlackwareについて記述。

上記の日本語訳(ドラフト版)

https://lg3d.dev.java.net/servlets/ReadMsg?list=translation_ja&msgNo=152


ATIってどうよ (2ch Linux板)

http://pc5.2ch.net/test/read.cgi/linux/1062191844/l50

同じ価格帯ではATI Radeonの方がNVIDIA GeForceより速いのだが、 上記を読む限りLinuxではNVIDIAの方が幸せなようである。


DRI Faq - Question 56 (dri.sourceforge.net)

http://dri.sourceforge.net/old/faq/faq_display.phtml?id=56

/etc/X11/xorg.confまたは/etc/X11/XF86Config-4での設定についてのヒント。


今回使用した環境

CPU Celeron 1.8GHz
メモリ 512MB
カーネル kernel-2.4.26-0vl16
ビデオボード RADEON7000 32MBDDR CRT/DVI/TV AGP

※ 2004.9.30現在


インストール手順


/etc/X11/xorg.confの編集

Vine Linux 3.0はデフォルトでATI Radeon用のDRIドライバがインストールされます。

DRIが有効かを確かめるには以下を実行してください。

 $ glxinfo | grep direct

以下が表示されれば、DRIが有効になっています。

 direct rendering: Yes

glxgearsなどの3Dアプリケーションを実行してみてください。

もし速度が遅く感じたら、/etc/X11/xorg.confの"Device"セクションにいくつかのOptionを追加してください。

追加前の例:

 Section "Device"
        Identifier "ATI Radeon 7000"
        Driver "radeon"
        BoardName "Unknown"
 EndSection

追加するOption:

        Option "DPMS"
        Option "SWcursor" "off"
        Option "AGPMode" "2"
        Option "AGPFastWrite" "on"
        Option "EnablePageFlip" "on"
        Option "BackingStore" "On"

追加後の例:

 Section "Device"
        Identifier "ATI Radeon 7000"
        Driver "radeon"
        Option "DPMS"
        Option "SWcursor" "off"
        Option "AGPMode" "2"
        Option "AGPFastWrite" "on"
        Option "EnablePageFlip" "on"
        Option "BackingStore" "On"
        BoardName "Unknown"
 EndSection

参考文献


設定前と後での3Dベンチマーク

/etc/X11/xorg.confに上記Optionを追加する前:

 $ glxgears
 1042 frames in 5.0 seconds = 208.400 FPS
 840 frames in 5.0 seconds = 168.000 FPS
 700 frames in 5.0 seconds = 140.000 FPS
 840 frames in 5.0 seconds = 168.000 FPS

/etc/X11/xorg.confに上記Optionを追加した後:

 $ glxgears
 disabling TCL support
 920 frames in 5.0 seconds = 184.000 FPS
 1049 frames in 5.0 seconds = 209.800 FPS
 1051 frames in 5.0 seconds = 210.200 FPS
 1051 frames in 5.0 seconds = 210.200 FPS
 1029 frames in 5.0 seconds = 205.800 FPS

多少改善しています。


コメント

Name:
Comment:
Topher: (Mon Oct 10 19:45:28 2011 )
A few years ago I'd have to pay someone for this infromtaion.

このサイトは、 IPA の「平成15年度オープンソフトウエア活用基盤整備事業」 の委託事業として開発されたKahuaで試験的に運用しております。

Copyright (c) 2004-2007 株式会社タイムインターメディア About Us