频道直达:新闻 - 组网 - 安全 - 服务器 - 存储 - 系统 - 应用 - 开发 - 数据库 - 前沿 - 技术人 - 培训 - 求职 - 读书 - 教程 - 专题 - 产品 - 案例 - 技术圈 - 博客 - BBS
51CTO.COM_中国领先的IT技术网站
找资料:

为Linux操作系统安装ATI芯片的显卡驱动

作者: sixth 出处:赛迪网 2007-10-18 12:59    砖    好    评论   进入论坛
阅读提示:Linux的显卡的驱动一直以来都是让广大Linux爱好者头疼的一件事,其中ATI(AMD)的rpm包驱动官方也有,但是更新速度可是不敢恭维,没办法,继续发扬我们Linux的DIY精神,自己动手安装吧...

◆1. Download page:

http://ati.amd.com/support/driver.html

◆2. Choose one to download:

"Linux x86 --> All-in-wonder --> All-in-wonder 9600 series" is a new version,

but "Linux x86 --> FireGL --> FireGL T2-128" is an old version.

这个选择很多是"殊途同归"的, 不一定非选得与自己显卡完全一样, 而要多点点, 找到近期发布的版本, 然后点"Release Notes", 如果有自己显卡的型号, 这个驱动就可以用。

My down: https://a248.e.akamai.net/f/674/ ... 40.4-x86.x86_64.run

3. To create installation packages if possible:

./ati-driver-installer-8.40.4-x86.x86_64.run --listpkg

My OS "Debian/lenny" is in the list, Very good! It will be much easyer to manage packages.

./ati-driver-installer-8.40.4-x86.x86_64.run --buildpkg Debian/lenny

Four '.deb' packages and a '.changes' file will be created.

4. Install packages:

dpkg -i fglrx-amdcccle_8.40.4-1_i386.deb fglrx-driver_8.40.4-1_i386.deb fglrx-driver-dev_8.40.4-1_i386.deb fglrx-kernel-src_8.40.4-1_i386.deb

5. Compile kernel module:

Module source is here: '/usr/src/fglrx.tar.bz2'.

./make.sh

cp fglrx.ko /lib/modules/`uname -r`/misc/fglrx.ko

depmod -ae

Perhaps you cann't insert the module now, because maybe other modules of display are already in the kernel. It comes normal after reboot.

6. Edit 'xorg.conf', add:

# to avoid AIGLX error in X log
Section "ServerFlags"
Option "AIGLX" "off"
EndSection

Section "InputDevice"

Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "false"
EndSection
Section "Device"

Identifier "ATI Fire GL T2-64S [FGL 9600 RV350 AT]"

#Driver "ati"
Driver "fglrx"
Option "EnableMonitor" "tmds1"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Fire GL T2-64S [FGL 9600 RV350 AT]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 16

Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"

EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768_75"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

# to avoid a "Known Issues" in "Release Notes"

Section "Extensions"
Option "Composite" "disable"
EndSection

7. Over clock or slow clock:

#apt-get install rovclock

This command has the same function as NV's 'nvclock'.

* 后来在debian更新时发现, debian的源里已经有fglrx驱动, 是上面那4个包, 加一个'control'包, 而且它的版本还略新一点, 立即更新. 这也表示debian用户可以不用前4个步骤, 直接在源里搜索'fglrx', apt安装, 再编译内核模块就可以了。

【相关文章】

【责任编辑:刘兵 TEL:(010)68476606】

关于 Linux  ATI  驱动  显卡
专题
Linux——从菜鸟到高手
Linux/Solaris服务器的安全配置
Linux 集群技术专题
Linux中文环境
Linux防火墙
我也说两句

匿名发表

(如果看不清请点击图片进行更换)


中 国 领 先 的 IT 技 术 网 站 ·
技 术 成 就 梦 想
·Windows XP远程桌面连接图解(.. (查看56377次)
·Solaris基础知识入门 (查看47764次)
·Windows操作系统安装 (查看34661次)
·设置远程桌面连接 (查看34190次)
·Linux的安装 (查看31196次)
订阅技术快讯
电子杂志下载
名称:SQL Server数据库管理精品黄皮书
简介:书中文章经过精挑细选,便于用户能根据自己的实际工作和学习,快速在本书寻找到相关资料。内容涵盖了SQL Server的安装与升级、语句查询、数据备份和恢复、自动化任务、数据同步、数据字典、安全和预防、性能和优化、集群等各方面应用信息,以及DBA管理人员在数据库管理工作中
名称:2007路由技术大全
简介:《2007路由技术大全》由51CTO.com网站特别策划制作,该书包括路由器技术、路由器产品、路由器配置、安全设置、路由器故障处理、路由器密码恢复,以及广大网友在实践使用中的心得经验和技巧文章,内容注重实用性,适用于初学者入门,也适合多年从业者提高,是一本实践和理论完
名称:网络安全精品应用黄皮书
简介:《2007精品网络安全黄皮书》包括了9个大类24个小类, 800余篇文章,内容包含了熊猫烧香病毒、DDOS攻击、ARP病等热点问题的介绍及解决方案。从病毒查杀、防范、系统、数据等各方面的安全设置到黑客技术的了解、防范,涉及到了安全应用的全部领域, 由浅至深内容全面。