<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>益友网 &#187; Arch 下的 Intel 2.2.1 显卡驱动设定 Tip</title>
	<atom:link href="http://www.1uu2.com/archives/tag/arch-%e4%b8%8b%e7%9a%84-intel-221-%e6%98%be%e5%8d%a1%e9%a9%b1%e5%8a%a8%e8%ae%be%e5%ae%9a-tip/feed" rel="self" type="application/rss+xml" />
	<link>http://www.1uu2.com</link>
	<description>Linux之友</description>
	<lastBuildDate>Sat, 07 Jan 2012 09:01:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Arch 下的 Intel 2.2.1 显卡驱动设定 Tip</title>
		<link>http://www.1uu2.com/archives/230</link>
		<comments>http://www.1uu2.com/archives/230#comments</comments>
		<pubDate>Sat, 19 Jul 2008 12:16:17 +0000</pubDate>
		<dc:creator>Linux之友</dc:creator>
				<category><![CDATA[Linux安装配置]]></category>
		<category><![CDATA[Arch 下的 Intel 2.2.1 显卡驱动设定 Tip]]></category>

		<guid isPermaLink="false">http://www.1uu2.com/?p=230</guid>
		<description><![CDATA[题外话：有点倒退？2.3都发布了也！不过至少 Arch 的 testing 里还是 2.2.1-2 的包，所以暂时而言还是有用的。 今天在 #arch-cn@irc 和 yafeng 朋友聊了较长时间这个话题，总结点点经验方便使用 intel 驱动的朋友。 话说 2.2.1 的驱动已经默认使用 exa 进行 3D 渲染（之前的 i810 默认采用的是 xaa），但效果不尽如人意，根据 Bug 报告，解决这一问题，需要修改 /etc/X11/xorg.conf，在显卡 Device 的那个 Section 中加入下面两行： Option “MigrationHeuristic” “greedy” Option “ExaNoComposite” “true” 主要就是第一条非常重要，加入之后可以比较好的呈现 3D 效果。第二条在我这里基本没啥作用，不过加上也没事。 如果需要获得更高一点的 glxgears 分值，可以在 .xinitric 里面加入（当然也可以在 .bashrc&#124;/etc/profile&#124;/etc/environment 里设置，但 glxgears 的仅仅只是一个是否开启 3D 效果的测试而已，其 benchmark/fps 并不具备很强的指导价值）： export INTEL_BATCH=1 [...]]]></description>
			<content:encoded><![CDATA[<p id="post-1568">
<tr>
<td></td>
<p class="main">题外话：有点倒退？2.3都发布了也！不过至少 Arch 的 testing 里还是 2.2.1-2 的包，所以暂时而言还是有用的。</p>
<p>今天在 #arch-cn@irc 和 yafeng 朋友聊了较长时间这个话题，总结点点经验方便使用 intel 驱动的朋友。</p>
<p><span id="more-1568"></span></p>
<p>话说 2.2.1 的驱动已经默认使用 exa 进行 3D 渲染（之前的 i810 默认采用的是 xaa），但效果不尽如人意，根据 Bug 报告，解决这一问题，需要修改 /etc/X11/xorg.conf，在显卡 Device 的那个 Section 中加入下面两行：</p>
<blockquote><p>Option “MigrationHeuristic” “greedy”<br />
Option “ExaNoComposite” “true”</p></blockquote>
<p>主要就是第一条非常重要，加入之后可以比较好的呈现 3D 效果。第二条在我这里基本没啥作用，不过加上也没事。</p>
<p>如果需要获得更高一点的 glxgears 分值，可以在 .xinitric 里面加入（当然也可以在 .bashrc|/etc/profile|/etc/environment 里设置，但 glxgears 的仅仅只是一个是否开启 3D 效果的测试而已，其 benchmark/fps 并不具备很强的指导价值）：</p>
<blockquote><p>export INTEL_BATCH=1</p></blockquote>
<p>根据 Bug 报告发现，exa 的问题主要是在性能上，虽然采用了新的渲染方式，但是渲染的效果并不是非常理想，而根据最新的 intel 驱动 2.3 的使用情况来看，貌似并没有完全解决。</p>
<p><em>Reference:</em><br />
1、<a target="_blank" href="http://bugs.archlinux.org/task/9522"><strong><font color="#78a515">Significant GLX slowdowns after most recent xf86-video-intel update</font></strong></a><br />
2、<a target="_blank" href="http://bbs.archlinux.org/viewtopic.php?id=43656"><strong><font color="#78a515">xf86-video-intel + firefox = slowness</font></strong></a><br />
3、<a target="_blank" href="https://bugs.freedesktop.org/show_bug.cgi?id=13389"><strong><font color="#78a515">EXA is much slower than XAA</font></strong></a><br />
4、<a target="_blank" href="http://ubuntuforums.org/showthread.php?t=672314&amp;page=2"><strong><font color="#78a515">Shoddy 3D/Compiz performance under hardy with Intel based hardware</font></strong></a><br />
5、<a target="_blank" href="http://lists.freedesktop.org/archives/xorg/2008-April/034864.html"><strong><font color="#78a515">[ANNOUNCE] xf86-video-intel 2.3.0</font></strong></a></p>
<p align="center">转载自<a href="http://linuxdesktop.cn/" title="Linux桌面中文网"><font color="#78a515">Linux桌面中文网</font></a> &#8211; <a rel="bookmark" href="http://linuxdesktop.cn/2008/04/29/intel-driver-setting-tips-under-arch/"><font color="#78a515">Arch 下的 Intel 2.2.1 显卡驱动设定 Tip</font></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.1uu2.com/archives/230/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

