详解Ubuntu 9.04安装ati-driver-installer-9.2-x86.x86_64.run

1、卸载旧驱动

引用:
sudo apt-get remove --purge xorg-drive-fglrx



2、下载ati-driver-installer-9.2-x86.x86_64.run

引用:



3、下载编译工具

引用:
sudo apt-get install gcc build-essential m4 autoconf automake autotools debhelper fdupes gettext html2text intltool-debian intltool libmail-sendmail-perl po-debconf cdbs libsys-hostname-long-perl



4、生成驱动安装包

引用:
chmod +x ati-driver-installer-9.2-x86.x86_64.run
sudo sh ./ati-driver-installer-9.2-x86.x86_64.run --buildpkg Ubuntu/jaunty


等待一会,将会生成几个deb包

5、安装这些生成的deb包即可

引用:
sudo dpkg -i fglrx-amdcccle_8.582-0ubuntu1_i386.deb fglrx-kernel-source_8.582-0ubuntu1_i386.deb fglrx-modaliases_8.582-0ubuntu1_i386.deb libamdxvba1_8.582-0ubuntu1_i386.deb xorg-driver-fglrx_8.582-0ubuntu1_i386.deb xorg-driver-fglrx-dev_8.582-0ubuntu1_i386.deb



附:
重启后,检测显卡驱动是否被正确安装

引用:
fglrxinfo



更新驱动配置

引用:
sudo aticonfig --initial

你可能感兴趣的:(.net,Debian,ubuntu,gcc,perl)