<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Intel 945 Video Hint</title>
	<atom:link href="http://blog.nixternal.com/2007.12.30/intel-945-video-hint/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nixternal.com/2007.12.30/intel-945-video-hint/</link>
	<description>Free Software Chicago Style: letting proprietary solutions sleep with the fishes</description>
	<lastBuildDate>Fri, 12 Mar 2010 20:01:36 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vincent</title>
		<link>http://blog.nixternal.com/2007.12.30/intel-945-video-hint/comment-page-1/#comment-4824</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Sat, 14 Feb 2009 00:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.12.30/intel-945-video-hint/#comment-4824</guid>
		<description>Hi,
I use Intrepid and I have the minimal xorg.conf from Xorg 7.4. Where should I add these options?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I use Intrepid and I have the minimal xorg.conf from Xorg 7.4. Where should I add these options?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A suzerBuzer</title>
		<link>http://blog.nixternal.com/2007.12.30/intel-945-video-hint/comment-page-1/#comment-4813</link>
		<dc:creator>A suzerBuzer</dc:creator>
		<pubDate>Fri, 06 Feb 2009 01:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.12.30/intel-945-video-hint/#comment-4813</guid>
		<description>Well it&#039;s official, from some of the metrics above, it seems that ubuntu is faster than opensuse (slightly) (I&#039;m currently on opensuse because of their better KDE4/3 focus) PS. to optimize your Intel 945 GM/GMA/GML/etc try the following in Section &quot;Device&quot; of your xorg.conf file:

  Option       &quot;AccelMethod&quot; &quot;XAA&quot;
  Option       &quot;PageFlip&quot; &quot;true&quot;
  Option       &quot;TripleBuffer&quot; &quot;true&quot;
  Option       &quot;XvMC&quot; &quot;true&quot;
  Option       &quot;XvMCSurfaces&quot; &quot;7&quot;

force 2D Acceleration to XAA, since EXA is still unstable/wierd 
as of intel driver 2.5.0. XAA and EXA are 2D acceleration methods (EXA will be superior in the future, just not yet) the folks at Suse turned this on as default in opensuse 11.1 and it caused suse to come out dead last in graphic benchmarks of 4 major distros: Ubuntu, Fedora, Mandriva, Gentoo, so beware of EXA on Intel 945 and prior.

2D accel method:
  Option       &quot;AccelMethod&quot; &quot;XAA&quot;

3D accel optimizations: 
  Option       &quot;PageFlip&quot; &quot;true&quot;
  Option       &quot;TripleBuffer&quot; &quot;true&quot;
(the above 2 option may cause instability with some peoples systems, test these and remove BOTH [as they work together] if it causes any problems)

Finally,  explicitly turning ON Intel&#039;s hardware, MPEG2 Motion Compensation
Decoder logic with following options: 

VIDEO Accel: Hardware Video Decode:
  Option       &quot;XvMC&quot; &quot;true&quot;
  Option       &quot;XvMCSurfaces&quot; &quot;7&quot;

Note well: despite claims by the developers at Intel and Mesa, 
you MUST specify the exact path of the libIntelXvMC.so in the 
file /etc/X11/XvMCConfig (if it doesn&#039;t exist on ur system, create it and
place the entry  on the first line of  /etc/X11/XvMCConfig as follows: 
(as an example) Line 1 of my XvMCConfig contains the following:
/usr/lib64/libIntelXvMC.so  

search for this lib file on ur system as it maybe in a different place on ur system

make sure to set your video player software to use Xvideo with Motion Compensation instead of plain Xv, for example KMPLAYER;s video output should be set to XvMC instead of Xv; results...--&gt; much lower CPU and smooth video playback of DVD (Mpeg2) video.</description>
		<content:encoded><![CDATA[<p>Well it&#8217;s official, from some of the metrics above, it seems that ubuntu is faster than opensuse (slightly) (I&#8217;m currently on opensuse because of their better KDE4/3 focus) PS. to optimize your Intel 945 GM/GMA/GML/etc try the following in Section &#8220;Device&#8221; of your xorg.conf file:</p>
<p>  Option       &#8220;AccelMethod&#8221; &#8220;XAA&#8221;<br />
  Option       &#8220;PageFlip&#8221; &#8220;true&#8221;<br />
  Option       &#8220;TripleBuffer&#8221; &#8220;true&#8221;<br />
  Option       &#8220;XvMC&#8221; &#8220;true&#8221;<br />
  Option       &#8220;XvMCSurfaces&#8221; &#8220;7&#8243;</p>
<p>force 2D Acceleration to XAA, since EXA is still unstable/wierd<br />
as of intel driver 2.5.0. XAA and EXA are 2D acceleration methods (EXA will be superior in the future, just not yet) the folks at Suse turned this on as default in opensuse 11.1 and it caused suse to come out dead last in graphic benchmarks of 4 major distros: Ubuntu, Fedora, Mandriva, Gentoo, so beware of EXA on Intel 945 and prior.</p>
<p>2D accel method:<br />
  Option       &#8220;AccelMethod&#8221; &#8220;XAA&#8221;</p>
<p>3D accel optimizations:<br />
  Option       &#8220;PageFlip&#8221; &#8220;true&#8221;<br />
  Option       &#8220;TripleBuffer&#8221; &#8220;true&#8221;<br />
(the above 2 option may cause instability with some peoples systems, test these and remove BOTH [as they work together] if it causes any problems)</p>
<p>Finally,  explicitly turning ON Intel&#8217;s hardware, MPEG2 Motion Compensation<br />
Decoder logic with following options: </p>
<p>VIDEO Accel: Hardware Video Decode:<br />
  Option       &#8220;XvMC&#8221; &#8220;true&#8221;<br />
  Option       &#8220;XvMCSurfaces&#8221; &#8220;7&#8243;</p>
<p>Note well: despite claims by the developers at Intel and Mesa,<br />
you MUST specify the exact path of the libIntelXvMC.so in the<br />
file /etc/X11/XvMCConfig (if it doesn&#8217;t exist on ur system, create it and<br />
place the entry  on the first line of  /etc/X11/XvMCConfig as follows:<br />
(as an example) Line 1 of my XvMCConfig contains the following:<br />
/usr/lib64/libIntelXvMC.so  </p>
<p>search for this lib file on ur system as it maybe in a different place on ur system</p>
<p>make sure to set your video player software to use Xvideo with Motion Compensation instead of plain Xv, for example KMPLAYER;s video output should be set to XvMC instead of Xv; results&#8230;&#8211;&gt; much lower CPU and smooth video playback of DVD (Mpeg2) video.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Weber</title>
		<link>http://blog.nixternal.com/2007.12.30/intel-945-video-hint/comment-page-1/#comment-4551</link>
		<dc:creator>Sam Weber</dc:creator>
		<pubDate>Sun, 28 Sep 2008 06:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.12.30/intel-945-video-hint/#comment-4551</guid>
		<description>THANKS! Went from 400 fps to 1000! no wonder things felt sluggish on kde4...</description>
		<content:encoded><![CDATA[<p>THANKS! Went from 400 fps to 1000! no wonder things felt sluggish on kde4&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SIO</title>
		<link>http://blog.nixternal.com/2007.12.30/intel-945-video-hint/comment-page-1/#comment-3807</link>
		<dc:creator>SIO</dc:creator>
		<pubDate>Thu, 07 Feb 2008 15:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.12.30/intel-945-video-hint/#comment-3807</guid>
		<description>&lt;b&gt; Brian Curran &lt;/b&gt;
 This file is in your home directory. For example /home/USERNAME/.bashrc

&lt;b&gt; 2 author &lt;/b&gt;
 THX a lot!! This hint increased my fps a lot (according to glxgears from 1090 to 1780)</description>
		<content:encoded><![CDATA[<p><b> Brian Curran </b><br />
 This file is in your home directory. For example /home/USERNAME/.bashrc</p>
<p><b> 2 author </b><br />
 THX a lot!! This hint increased my fps a lot (according to glxgears from 1090 to 1780)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Curran</title>
		<link>http://blog.nixternal.com/2007.12.30/intel-945-video-hint/comment-page-1/#comment-3699</link>
		<dc:creator>Brian Curran</dc:creator>
		<pubDate>Sat, 26 Jan 2008 21:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.12.30/intel-945-video-hint/#comment-3699</guid>
		<description>hi all pretty new to linux and this is probabley not the right place to ask this was just wondering if someone could tell me where I can find the ~/.bashrc file is had no problem editing Xorg.conf but can&#039;t find that file to add 
export Intel_Batch=1 line again sorry for asking this here 
Thanks</description>
		<content:encoded><![CDATA[<p>hi all pretty new to linux and this is probabley not the right place to ask this was just wondering if someone could tell me where I can find the ~/.bashrc file is had no problem editing Xorg.conf but can&#8217;t find that file to add<br />
export Intel_Batch=1 line again sorry for asking this here<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fanfantasy7</title>
		<link>http://blog.nixternal.com/2007.12.30/intel-945-video-hint/comment-page-1/#comment-3677</link>
		<dc:creator>fanfantasy7</dc:creator>
		<pubDate>Wed, 23 Jan 2008 10:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.12.30/intel-945-video-hint/#comment-3677</guid>
		<description>i have VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)

with (Option &quot;AccelMethod&quot; &quot;xaa&quot;) glxgears result 808 FPS
with (Option &quot;AccelMethod&quot; &quot;exa&quot;) glxgears result 801 FPS
without (Option &quot;AccelMethod&quot;) glxgears result 799 FPS</description>
		<content:encoded><![CDATA[<p>i have VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)</p>
<p>with (Option &#8220;AccelMethod&#8221; &#8220;xaa&#8221;) glxgears result 808 FPS<br />
with (Option &#8220;AccelMethod&#8221; &#8220;exa&#8221;) glxgears result 801 FPS<br />
without (Option &#8220;AccelMethod&#8221;) glxgears result 799 FPS</p>
]]></content:encoded>
	</item>
</channel>
</rss>
