我的電腦配置: P4 1.6 / ASUS 845PE / KINGSTON 512M / ASUSATI 9550 256M / SAMSUNG 160G and ST 8.6G / Debian Linux 3.1
==============================================
安裝過程: 1、增加APT源: deb http://www.stanchina.net/~flavio/debian-fglrx-xfree86/ ./ deb http://www.stanchina.net/~flavio/debian-fglrx-modules/ ./
2、安裝基礎(chǔ)程序: apt-get install debhelper kernel-package fakeroot 國外教程中還包括下面幾個基礎(chǔ)程序: (libqt3-mt-dev xlibs-dev libxtst-dev rpm wget)
3、安裝fglrx程序: apt-get install fglrx-driver apt-get install fglrx-kernel-src 國外教程中提到的我們要驗(yàn)證下面的包是否安裝: (fglrx-driver.deb fglrx-driver-dev.deb fglrx-kernel-src.deb fglrx-control-qt3.deb fglrx-sources.deb)
4、安裝fglrx核心,對應(yīng)你的內(nèi)核版本: apt-get install fglrx-kernel-2.6.8-2-386
5、安裝完成以后將會生成 fglrx-4.3.0-3.9.0.tar.gz 這個包。 在/usr/src/目錄下.進(jìn)入目錄.解壓縮該包。 tar -zxvf /usr/src/fglrx-4.3.0-3.9.0.tar.gz cd /usr/src/modules/fglrx-4.3.0-3.9.0
6、進(jìn)入 /usr/src/modules/fglrx 目錄開始編譯。 ./make.sh 如果提示如下錯誤: Link /lib/modules/2.6.8-2-386/build does not exist (or is not a link) 請執(zhí)行如下安裝: apt-get install kernel-headers-2.6.8-2 kernel-kbuild-2.6-3
7、編譯成功后會提示你把 fglrx.ko 拷貝到 /lib/modules/2.6.5/misc 下 cp fglrx.ko /lib/modules/2.6.5/misc 運(yùn)行如下命令: depmod -ae 查看 fglrx.ko 這個模塊是否存在: modprobe -l (如果沒有這個命令,我通過查詢Debian的包信息,安裝下面的包: apt-get install module-init-tools modutils)
8、加載模塊: module-assistant prepare module-assistant a-i fglrx (如果沒有這個命令.我同樣是查詢Debian的官方站點(diǎn),查詢并安裝: apt-get install module-assistant)
9、安裝模塊: modprobe fglrx
10. 配置ATI驅(qū)動: fglrxconfig
測試顯卡: glxgears
顯卡狀態(tài): glxinfo
11、調(diào)整XF86Config-4
將Load "extmod" 替換成: # Load "extmod" but omit DGA extension # (the DGA extension is broken in the fglrx driver) SubSection "extmod" Option "omit xfree86-dga" EndSubSection
Section "Device"按如下修改: Section "Device" Identifier "ATI" Driver "fglrx" # this is the important bit Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" Option "UseInternalAGPGART" "no" #出現(xiàn)問題改成Yes EndSection
Section "Screen" 中的 Device 改成 ATI
Section "DRI"如下修改: Section "DRI" Mode 0666 EndSection
==============================================
非常感謝你能堅(jiān)持到這里,為了表示獎勵,HOHO。本人告訴你一個非常簡單安裝ATI顯卡的辦法。就是,直接登陸 http://www.ati.com 下載 Linux 驅(qū)動。
ATI完整版驅(qū)動 For XFree86 的下載地址是: http://www2.ati.com/drivers/linux/ati-driver-installer-8.16.20-i386.run 下載完以后是個 *.run 的文件,直接運(yùn)行就可以了。
運(yùn)行完以后記得修改 /etc/X11/XF86Config-4 的配置,怎么修改?按照上面的第11步修改就行了,OVER。
出處:藍(lán)色理想
責(zé)任編輯:birder
上一頁 Debian Linux 第六天 下一頁 Debian Linux 第八天
◎進(jìn)入論壇計(jì)算機(jī)技術(shù)版塊參加討論
|