个人工具

Ubuntu Dapper Installation Guide

来自Ubuntu中文

跳转至: 导航, 搜索

非官方ATI显卡驱动安装指南

文章出处:http://wiki.cchtml.com/index.php/Ubuntu_Dapper_Installation_Guide

适用版本:6.06

翻译人员:xiaocao2000


方法1:安装Dapper内置驱动 (8.25.18)

本内置驱动支持Radeon 8500+ 和 X系列 显卡,最高支持 X1900。

安装驱动

确保 restricted 软件库已经在 /etc/apt/sources.lst 文件中,否则本指导文件不能正常工作!

sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed
sudo apt-get install xorg-driver-fglrx
sudo depmod
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv

重启系统。

除了执行 aticonfig --initial 命令外,您也可以编辑 ,并在 "Device"章节中用 "fglrx"替代"ati"来达到相同目的。用这种方式您不会丢失您原来的 "Screen" 和 "Monitor" 设置。然后您可以用 aticonfig 命令覆盖当前设置。

确保驱动已经正常工作

$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9700 Generic
OpenGL version string: 2.0.5814 (8.25.18)

故障处理

  • 当查询故障时,dmesg | grep fglrx 命令和 /var/log/Xorg.0.log 文件的输出是非常有用的信息。如果您在某地寻求帮助时,您最好附带上述输出消息。
  • 也有可能您需要创建到OpenGL加速的链接:
sudo ln -s /usr/lib/dri /usr/lib/xorg/modules/dri
  • 您也可以将 fglrx 模块加入到 /etc/modules 文件中以便强制提前加载该模块
  • 为确保您已经自动获得了当前带内核升级的 linux-restricted-modules 文件包,您应该安装与您的内核内型匹配的 linux-restricted-modules-??? 软件包(不带版本号),如: linux-restricted-modules-386, linux-restricted-modules-686 or linux-restricted-modules-k7.
  • 如果您以前使用方法2安装驱动,您需要编辑 /etc/default/linux-restricted-modules-common 文件以启用fglrx。

方法 2:在Ubuntu Dapper中手动生成并安装8.25.18驱动中的Ubuntu软件包

重要变更:本驱动的安装再不需要卸载 linux-restricted-modules 软件包以使本驱动正常工作。在 Dapper 中您可以使用新的黑名单功能来实现。

屏蔽 linux-restricted-modules 包中的旧的 fglrx 模块

sudo gedit /etc/default/linux-restricted-modules-common

编辑 DISABLED_MODULES 以添加 fglrx

文件: /etc/default/linux-restricted-modules-common

DISABLED_MODULES="fglrx"

安装新驱动

Download the ATI driver installer: 32bit Installer

本向导用于安装32位版本的驱动。如果您使用的是 x86_64 位系统的话,您需要下载 64位驱动64bit Installer. 其安装步骤与32位系统的安装步骤大致相同,只有文件名有少许差异。

在终端下变更到下载目录。在执行如下步骤前,请确保您已经在 /etc/apt/sources.list 文件中启用了 universe 和 multiverse 软件源。

安装必要的工具:

sudo apt-get update
sudo apt-get install module-assistant build-essential 
sudo apt-get install fakeroot dh-make debconf libstdc++5 gcc-3.3-base

创建 .deb 软件包:

chmod +x ati-driver-installer-8.25.18-x86.run
./ati-driver-installer-8.25.18-x86.run --buildpkg Ubuntu/dapper

安装 .deb 软件包:

sudo dpkg -i xorg-driver-fglrx_8.25.18-1_i386.deb
sudo dpkg -i fglrx-kernel-source_8.25.18-1_i386.deb
sudo dpkg -i fglrx-control_8.25.18-1_i386.deb

移除任何 /usr/src/ 目录下 旧的 fglrx deb包:

sudo rm /usr/src/fglrx-kernel*.deb

编译内核模块:

sudo module-assistant prepare,update
sudo module-assistant build,install fglrx
sudo depmod

注意:在每次内核升级后您必需重新编译一次内核模块!

更新 xorg.conf 文件:

sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv

现在,重启系统。

是的,真正重启系统。只重启X并没有任何作用!

确保其已经正常工作

$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9700 Generic
OpenGL version string: 2.0.5814 (8.25.18)

故障处理

概述

当查询故障时,dmesg | grep fglrx 命令和 /var/log/Xorg.0.log 文件的输出是非常有用的信息。

HP 笔记本电脑 dv5029us / zv6000

如果您拥有一台 HP (或 Compaq)笔记本电脑,比如 HP dv5029dvus 或 zv6000 系列,您需要修改 BIOS设置。似乎由于使用分配的内存(仅卡的板载内存)导致外部系统崩溃(尽管系统日志显示已经成功初始化DRI)。因此需要运行BIOS设置,在内存选项中选择 UMA+Sideport 内存并分配其一个固定值(我从系统中分配了128M)。重新启动系统,fglrx驱动将正常工作。已经成功安装版本为 8.24.8 的FGLRX 到一个内核为 i386 的Ubuntu Dapper中。

  • Ubuntu FGLRX 驱动 8.25.18, 在写本篇文章时 (5/30/2006) 还无法在 dv5029us (Radeon Xpress 200M) 正常工作. 在这个指定的电脑上,它需要退回到 8.24.8 为了获得 3D 加速和 2D 不会破裂。

HP zt3000 / Compaq nx7000

8.19版本的ATI驱动不能正确探测 HP zt3000(以及对应的Compaq型号)的LCD分辨率,因此必需手动添加到xorg.conf中。对于1680x1050的LCD屏幕,将如下内容添加到 "Monitor"章节中:

Modeline "640x350"  119.12  640 1728 1760 1840  350 1052 1058 1080
Modeline "640x400"  119.12  640 1728 1760 1840  400 1052 1058 1080
Modeline "720x400"  119.12  720 1728 1760 1840  400 1052 1058 1080
Modeline "640x480"  119.12  640 1728 1760 1840  480 1052 1058 1080
Modeline "800x600"  119.12  800 1728 1760 1840  600 1052 1058 1080
Modeline "1024x768"  119.12  1024 1728 1760 1840  768 1052 1058 1080
Modeline "1152x864"  119.12  1152 1728 1760 1840  864 1052 1058 1080
Modeline "1280x960"  119.12  1280 1728 1760 1840  960 1052 1058 1080
Modeline "1280x1024"  119.12  1280 1728 1760 1840  1024 1052 1058 1080
Modeline "832x624"  119.12  832 1728 1760 1840  624 1052 1058 1080
Modeline "1280x768"  119.12  1280 1728 1760 1840  768 1052 1058 1080
Modeline "1280x800"  119.12  1280 1728 1760 1840  800 1052 1058 1080
Modeline "1152x768"  119.12  1152 1728 1760 1840  768 1052 1058 1080
Modeline "1400x1050"  119.12  1400 1728 1760 1840  1050 1052 1058 1080
Modeline "1440x900"  119.12  1440 1728 1760 1840  900 1052 1058 1080
Modeline "1600x1024"  119.12  1600 1728 1760 1840  1024 1052 1058 1080
Modeline "1680x1050"  119.12  1680 1728 1760 1840  1050 1052 1058 1080

If you have the "1920x1200" version of the HP zt3000 the Modeline is:

Modeline "1920x1200" 150.75 1920 2016 2048 2185  1200 1202 1208 1235

恢复至 Xorg 驱动

如果(由于某些原因)fglrx安装失败,您可以使用如下命令恢复至Xorg驱动

sudo dpkg-reconfigure xserver-xorg

然后选择 "ati" 驱动。