2008年2月14日 星期四

ATI顯卡驅動程式

昨天一安裝linux 螢幕就怪怪的..
重灌了兩次…
然後只要調一下 螢幕就變花俏版..........
查了一下也許是ati裝的驅動不對的關係
以下附上參考的網址
Ubuntu Gutsy Installation Guide - ATI 自己弄的官方wiki
不過照著method 2安裝後 第一次重新啟動完全無法進入x-windows
所以我就開始亂弄了...
先進入安全模式
直接再安裝一次driver

sudo sh ati-driver-installer-8-02-x86.x86_64.run
sudo aticonfig --initial
sudo reboot

結果就再重新啟動後!就可以了~現在還可以啟動compiz-fusion 之類的特效~~!!

以下是大概的步驟:

step:
1. 「系統>管理>軟體來源」,在「Ubuntu Software」和「Third-Party Software」下勾選所有項目,勾完按「Close」,然後按「Reload」更新軟體名單。
2. 過沒多久螢幕右上角應該會出現更新的訊息~這時候~就全部都給它安裝.....(懶人法)
3. 到官網下載最新的driver (記得先檢查顯卡支不支援)
4. 指令
Install necessary tools:
sudo apt-get update
sudo apt-get install build-essential fakeroot dh-make debhelper debconf libstdc++5 dkms

Create .deb packages:
sudo sh ati-driver-installer-8-02-x86.x86_64.run --buildpkg Ubuntu/gutsy
Blacklist old fglrx module from linux-restricted-modules:(Ubuntu/Gnome)
gksu gedit /etc/default/linux-restricted-modules-common
修改其中的一行,成為
DISABLED_MODULES="fglrx"

註註註(我沒有下列的檔案,所以不理它):
You may also need to edit the file (if it exists):
sudo gedit /etc/modprobe.d/blacklist-restricted
Put a # in front of the line "blacklist fglrx", if it is present.

Remove any old fglrx debs from /usr/src/:
sudo rm /usr/src/fglrx-kernel*.deb
Install .deb packages:
sudo dpkg -i xorg-driver-fglrx_8.455.2-0*.deb fglrx-kernel-source_8.455.2-0*.deb fglrx-amdcccle_8.455.2-0*.deb
sudo apt-get install -f

5. 重新啟動 以ubuntu安全模式啟動
執行

sudo sh ati-driver-installer-8-02-x86.x86_64.run
sudo aticonfig --initial
sudo reboot

6. 終於看到美美的視窗了.........

沒有留言: