现在的位置: 首页 > 综合 > 正文

Ubuntu 9.10 ATI 驱动官方驱动程序安装

2013年09月03日 ⁄ 综合 ⁄ 共 1134字 ⁄ 字号 评论关闭

硬件平台:Thinkpad T400

操作系统:Ubuntu 9.10

 

Note: 本显卡安装流程参考了http://wiki.cchtml.com/index.php/Ubuntu_Jaunty_Installation_Guide。

 

1. ATI官方驱动程序下载

网址:http://support.amd.com/us/gpudownload/Pages/index.aspx

下载合适自己ATI显卡的Linux版本驱动程序,由于我用的电脑是Thinkpad T400,32位的Ubuntu 9.10。

所以我选择了Linux x86版,显卡驱动型号为ATI Radeon HD 3xxx Series。文件名为:ati-driver-installer-9-11-x86.x86_64.run。

 

2. 安装必要的编译库

Terminal Command

sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms

Note: libstdc++5库安装不上,因为Ubuntu 9.10包含了更新的libstdc++6库。

 

3. 创建显卡deb安装包

Terminal Command

sh ati-driver-installer-9-11-x86.x86_64.run --buildpkg Ubuntu/karmic

Note: 不同版本的Ubuntu,后面接的参数不一样。

 

4. 安装显卡deb包

For 32-bit systems:

Terminal Command

sudo dpkg -i xorg-driver-fglrx_8.671-0ubuntu1_i386.deb fglrx-kernel-source_8.671-0ubuntu1_i386.deb fglrx-amdcccle_8.671-0ubuntu1_i386.deb

 

5. 显卡配置文件 Xorg.conf创建

Terminal Command

sudo aticonfig --initial -f

 

6. 强制使用创建的显卡配置文件

Terminal Command

sudo aticonfig --input=/etc/X11/xorg.conf --tls=1

 

7. 检验显卡驱动安装成功与否

重启系统

Terminal Command

fglrxinfo

 

系统显示:

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon HD 3400 Series
OpenGL version string: 2.1.9116

 

系统管理-硬件驱动,ATI显卡显示为绿色

 

抱歉!评论已关闭.