參考了這篇文章:
這篇文章似乎缺少了一部,安裝必要的packages。首先成為root使用者。
apt-get update
apt-get install gcc-3.4 module-assistant buildessential fakeroot dh-make debconf libstdc++5 gcc-3.3-base
注意:不是所有的都需要安裝,我預設安裝 完畢系統,只需要安裝兩個包就可以了
apt-get install dh-make libstdc++5
sh ati-driver-installer-8-7-x86.x86_64.run --buildpkg debian/etch
注意:如果你使用的不是這個系統或者版本,可以使用sh ati-driver-installer-8.24.8-x86.run --help,檢視這個驅動所支援列表
執行後會生成一些deb安裝包,不同系統結果不同。我只安裝了其中的兩個最主要的,其它的是可選的。
dpkg -i fglrx-driver_8.512-1_amd64.deb
dpkg -i fglrx-kernel-src_8.512-1_amd64.deb
接下來的步驟非常重要,這才是真正的安裝,因為需要編譯到核心。
module-assistant prepare
module-assistant auto-install fglrx
這時候你需要修改系統的配置檔案/etc/x11/xorg.conf,讓它使用最新的驅動了。
vim /etc/x11/xorg.conf
最簡單的方式就是將"vesa"替換為"fglrx"。讓後將解析度修改為你需要的,我這裡修改為了顯示器支援的最高解析度1680*1050
重新啟動系統就好了
你可以登入後用命令列測試你所安裝的驅動:
modprobe -v fglrx
fglrxinfo
fgl_glxgears
如何在Debian上安裝ATI官方驅動
參考了這篇文章 http www.linuxquestions.org questions debian 26 best way to install ati driver on debian etch 441423 這篇文章似乎缺少了一部,安裝必要的packages。首先成為root使用者。apt...
如何在Debian上安裝ifconfig?
如果您嘗試使用debian 10中的ifconfig命令獲取ip或網路詳細資訊,則會遇到 ifconfig command not found 錯誤。debian預設未安裝ifconfig軟體包。這是因為不建議使用ifconfig,而推薦使用新的ip命令。現在,此ip命令負責修改或顯示路由,網路裝置...
如何在Debian 10上安裝Nvidia驅動程式
deb buster updates main contrib non free deb src buster updates main contrib non free deb buster updates main contrib non free deb src buster updates ...