<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://wiki.magiclinux.org/index.php?action=history&amp;feed=atom&amp;title=Graphics_ati</id>
	<title>Graphics ati - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.magiclinux.org/index.php?action=history&amp;feed=atom&amp;title=Graphics_ati"/>
	<link rel="alternate" type="text/html" href="https://wiki.magiclinux.org/index.php?title=Graphics_ati&amp;action=history"/>
	<updated>2026-08-11T11:29:00Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.magiclinux.org/index.php?title=Graphics_ati&amp;diff=56&amp;oldid=prev</id>
		<title>Sejishikong：创建页面，内容为“==安装 ATI 显卡驱动==  {{msg:Notice}} Magic Linux 2.0 final 自带的 xorg 6.9，由于编译时的一个参数设置的错误，致使 Magic Linux 2.0 final 不能直接安装 ATI 显卡驱动，所以只能先通过使用 smart 或 apt-get 更新 xorg 为 6.9.0-8mgc 才能安装 ATI 官方驱动。   Xorg 具体安装方法这里不详叙，这里只介绍驱动的简单安装步骤：  #先到 [http://ati.amd.com/support/driver.html ATI 官方网站]…”</title>
		<link rel="alternate" type="text/html" href="https://wiki.magiclinux.org/index.php?title=Graphics_ati&amp;diff=56&amp;oldid=prev"/>
		<updated>2021-12-19T08:25:16Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“==安装 ATI 显卡驱动==  {{msg:Notice}} Magic Linux 2.0 final 自带的 xorg 6.9，由于编译时的一个参数设置的错误，致使 Magic Linux 2.0 final 不能直接安装 ATI 显卡驱动，所以只能先通过使用 smart 或 apt-get 更新 xorg 为 6.9.0-8mgc 才能安装 ATI 官方驱动。   Xorg 具体安装方法这里不详叙，这里只介绍驱动的简单安装步骤：  #先到 [http://ati.amd.com/support/driver.html ATI 官方网站]…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==安装 ATI 显卡驱动==&lt;br /&gt;
&lt;br /&gt;
{{msg:Notice}} Magic Linux 2.0 final 自带的 xorg 6.9，由于编译时的一个参数设置的错误，致使 Magic Linux 2.0 final 不能直接安装 ATI 显卡驱动，所以只能先通过使用 smart 或 apt-get 更新 xorg 为 6.9.0-8mgc 才能安装 ATI 官方驱动。&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Xorg 具体安装方法这里不详叙，这里只介绍驱动的简单安装步骤：&lt;br /&gt;
&lt;br /&gt;
#先到 [http://ati.amd.com/support/driver.html ATI 官方网站] 下载和您的硬件对应的驱动。&lt;br /&gt;
#假设您下载回来的驱动 ati-driver-installer-8.22.5-i386.run，则请输入（使用 root 账号进行下面两步的操作。建议在图形界面中执行，可以启动图形窗口）&lt;br /&gt;
 chmod +x ati-driver-installer-8.22.5-i386.run&lt;br /&gt;
 sh ati-driver-installer-8.22.5-i386.run&lt;br /&gt;
安装过程中选择全部默认选项，安装完后再输入&lt;br /&gt;
 aticonfig --initial&lt;br /&gt;
之后建议重新启动计算机来释放可能被占用的资源。&lt;br /&gt;
&lt;br /&gt;
这样就安装成功了。&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;警告：&amp;lt;br/&amp;gt;AMD（ATI）的显卡驱动和 NVidia 的显卡驱动是一样的，硬件从旧到新，对应至少三个系列版本的驱动，不同显卡应该选择安装与自己型号相对应的驱动，否则安装会出错，最常见是找不到硬件设备。&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==建议==&lt;br /&gt;
*驱动装完之后默认是以最大分辨率启动 X-Windows 的，一般情况下，大家都需要进行设置。建议修改/etc/X11/xorg.conf 文件，具体方法如下：&lt;br /&gt;
&lt;br /&gt;
找到如下一段&lt;br /&gt;
    Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Screen0&amp;quot;&lt;br /&gt;
        Device          &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
        Monitor         &amp;quot;Monitor0&amp;quot;&lt;br /&gt;
        DefaultDepth    24&lt;br /&gt;
        SubSection	&amp;quot;Display24&amp;quot;&lt;br /&gt;
            Depth	24&lt;br /&gt;
             Modes	&amp;quot;1024x768&amp;quot;&lt;br /&gt;
        EndSubSection&lt;br /&gt;
    EndSection&lt;br /&gt;
在 Modes 那整行复制到下面的“复制到这里”处即可。&lt;br /&gt;
    Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
        *&lt;br /&gt;
        *&lt;br /&gt;
        *&lt;br /&gt;
        SubSection&lt;br /&gt;
           Depth	24&lt;br /&gt;
          “复制到这里”&lt;br /&gt;
        EndSubSection&lt;br /&gt;
    EndSection&lt;br /&gt;
如果安装后启动使用了OpenGL的程序，得到如下错误的话&lt;br /&gt;
 libGL error: failed to open DRM: Operation not permitted &lt;br /&gt;
*需要在xorg.conf再加上一段，将3D加速的权限授权给所有用户&lt;br /&gt;
     Section &amp;quot;DRI&amp;quot;&lt;br /&gt;
        Mode 0666&lt;br /&gt;
     EndSection &lt;br /&gt;
*ATI 驱动从 8.22.5 开始，以后驱动都如以上方式安装，而包括8.20.X和以前的驱动安装则为 &amp;#039;&amp;#039;fglrxconfig&amp;#039;&amp;#039; 命令，然后会有一系列向导提示（详细步骤请去www.linuxfans.org搜帖子，这里只介绍最新安装方式）。&lt;br /&gt;
*可以根据实际情况，在 Modes 后面添加上如 &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot; 等分辨率，这样可以在某些程序中改变到相应的分辨率&lt;br /&gt;
*如果没有特殊原因的话，推荐新手安装最新驱动，因为设置比较简单！&lt;br /&gt;
*ATI 官方驱动的最新版 8.24.8 目前尚不支持 Kernel 2.6.16 。&lt;br /&gt;
&lt;br /&gt;
[[category:ATI]]&lt;br /&gt;
[[category:Driver]]&lt;/div&gt;</summary>
		<author><name>Sejishikong</name></author>
	</entry>
</feed>