<?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: Compiz Fusion on an integrated Intel 865G graphics chip under Debian Lenny</title>
	<atom:link href="http://handyfloss.net/2007.12/compiz-fusion-on-an-integrated-intel-865g-graphics-chip/feed/" rel="self" type="application/rss+xml" />
	<link>http://handyfloss.net/2007.12/compiz-fusion-on-an-integrated-intel-865g-graphics-chip/</link>
	<description>Because FLOSS is handy, isn&#039;t it?</description>
	<lastBuildDate>Fri, 19 Mar 2010 09:03:02 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: isilanes</title>
		<link>http://handyfloss.net/2007.12/compiz-fusion-on-an-integrated-intel-865g-graphics-chip/comment-page-1/#comment-39587</link>
		<dc:creator>isilanes</dc:creator>
		<pubDate>Wed, 09 Sep 2009 07:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://handyfloss.net/?p=260#comment-39587</guid>
		<description>Sorry, intelchip, but I can&#039;t help you much. All the info I needed, I found it using the &lt;i&gt;Holy&lt;/i&gt; Google, and haven&#039;t bookmarked the relevant pages. The most important bit is the distro you are using; refer to their manuals, FAQs and forums. In Debian/Ubuntu, installing CF should be pretty straightforward nowadays, but not very optimizable (you install the binary package in the repo and that&#039;s about it).</description>
		<content:encoded><![CDATA[<p>Sorry, intelchip, but I can&#8217;t help you much. All the info I needed, I found it using the <i>Holy</i> Google, and haven&#8217;t bookmarked the relevant pages. The most important bit is the distro you are using; refer to their manuals, FAQs and forums. In Debian/Ubuntu, installing CF should be pretty straightforward nowadays, but not very optimizable (you install the binary package in the repo and that&#8217;s about it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: intelchip</title>
		<link>http://handyfloss.net/2007.12/compiz-fusion-on-an-integrated-intel-865g-graphics-chip/comment-page-1/#comment-39586</link>
		<dc:creator>intelchip</dc:creator>
		<pubDate>Wed, 09 Sep 2009 06:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://handyfloss.net/?p=260#comment-39586</guid>
		<description>isilanes, I have the same chipset, I would like to optimize a little more so please can you share the source of your information or manual you referred ?

Will be grateful.</description>
		<content:encoded><![CDATA[<p>isilanes, I have the same chipset, I would like to optimize a little more so please can you share the source of your information or manual you referred ?</p>
<p>Will be grateful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isilanes</title>
		<link>http://handyfloss.net/2007.12/compiz-fusion-on-an-integrated-intel-865g-graphics-chip/comment-page-1/#comment-38431</link>
		<dc:creator>isilanes</dc:creator>
		<pubDate>Thu, 23 Jul 2009 07:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://handyfloss.net/?p=260#comment-38431</guid>
		<description>iWuzHere, you really don&#039;t need a tutorial, or at least this would be a short and simple one.

First, you need to install the relevant packages. On Ubuntu, those would be &lt;tt&gt;compiz&lt;/tt&gt; and all the dependencies that will be automatically installed for you. I would heartily recommend installing &lt;tt&gt;fusion-icon&lt;/tt&gt; too, so that you get a useful icon in your system tray (after executing &quot;fusion-icon&quot; in the command line), with which to control the behavior of Compiz. Lastly, I also recommend installing &lt;tt&gt;compizconfig-settings-manager&lt;/tt&gt; and &lt;tt&gt;ccsm&lt;/tt&gt;, which will give you access to the &quot;Settings Manager&quot; in the fusion-icon menu.

Second, you need to install intel graphics drivers and use them. Check that you have the &lt;tt&gt;xserver-xorg-video-intel&lt;/tt&gt; package installed (which probably will be), and then edit &lt;tt&gt;/etc/X11/xorg.conf&lt;/tt&gt;, as follows:

&lt;div class=&quot;codeblock&quot;&gt;
&lt;pre&gt;
Section &quot;Device&quot;
        Identifier      &quot;Configured Video Device&quot;
        Driver          &quot;intel&quot;
        Option          &quot;EXAOptimizeMigration&quot;          &quot;true&quot;
        Option          &quot;MigrationHeuristic&quot;            &quot;greedy&quot;
EndSection
&lt;/pre&gt;
&lt;/div&gt;

The two &lt;tt&gt;Option&lt;/tt&gt; lines are optional. The relevant bit is to have &quot;Driver intel&quot;.

After that, restart the X server and you should be done:

&lt;div class=&quot;codeblock&quot;&gt;
# /etc/init.d/gdm restart
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>iWuzHere, you really don&#8217;t need a tutorial, or at least this would be a short and simple one.</p>
<p>First, you need to install the relevant packages. On Ubuntu, those would be <tt>compiz</tt> and all the dependencies that will be automatically installed for you. I would heartily recommend installing <tt>fusion-icon</tt> too, so that you get a useful icon in your system tray (after executing &#8220;fusion-icon&#8221; in the command line), with which to control the behavior of Compiz. Lastly, I also recommend installing <tt>compizconfig-settings-manager</tt> and <tt>ccsm</tt>, which will give you access to the &#8220;Settings Manager&#8221; in the fusion-icon menu.</p>
<p>Second, you need to install intel graphics drivers and use them. Check that you have the <tt>xserver-xorg-video-intel</tt> package installed (which probably will be), and then edit <tt>/etc/X11/xorg.conf</tt>, as follows:</p>
<div class="codeblock">
<pre>
Section "Device"
        Identifier      "Configured Video Device"
        Driver          "intel"
        Option          "EXAOptimizeMigration"          "true"
        Option          "MigrationHeuristic"            "greedy"
EndSection
</pre>
</div>
<p>The two <tt>Option</tt> lines are optional. The relevant bit is to have &#8220;Driver intel&#8221;.</p>
<p>After that, restart the X server and you should be done:</p>
<div class="codeblock">
# /etc/init.d/gdm restart
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: iWuzHere</title>
		<link>http://handyfloss.net/2007.12/compiz-fusion-on-an-integrated-intel-865g-graphics-chip/comment-page-1/#comment-38415</link>
		<dc:creator>iWuzHere</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://handyfloss.net/?p=260#comment-38415</guid>
		<description>can you post a tutorial of how u got it to work?</description>
		<content:encoded><![CDATA[<p>can you post a tutorial of how u got it to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Compiz Fusion on an integrated Intel 865G graphics chip under Debian Lenny &#171; handyfloss</title>
		<link>http://handyfloss.net/2007.12/compiz-fusion-on-an-integrated-intel-865g-graphics-chip/comment-page-1/#comment-5323</link>
		<dc:creator>Compiz Fusion on an integrated Intel 865G graphics chip under Debian Lenny &#171; handyfloss</dc:creator>
		<pubDate>Wed, 17 Sep 2008 08:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://handyfloss.net/?p=260#comment-5323</guid>
		<description>[...] Entry available at: http://handyfloss.net/2007.12/compiz-fusion-on-an-integrated-intel-865g-graphics-chip/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Entry available at: <a href="http://handyfloss.net/2007.12/compiz-fusion-on-an-integrated-intel-865g-graphics-chip/" rel="nofollow">http://handyfloss.net/2007.12/compiz-fusion-on-an-integrated-intel-865g-graphics-chip/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isilanes</title>
		<link>http://handyfloss.net/2007.12/compiz-fusion-on-an-integrated-intel-865g-graphics-chip/comment-page-1/#comment-134</link>
		<dc:creator>isilanes</dc:creator>
		<pubDate>Fri, 29 Feb 2008 09:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://handyfloss.net/?p=260#comment-134</guid>
		<description>You can install fusion-icon with:

% aptitude install fusion-icon

Incidentally, the package that contains the fusion-icon executable is called &quot;fusion-icon&quot; too. When you want to find out what package contains a given file where the above is not true:

% wajig whichpkg &lt;i&gt;filename&lt;/i&gt;

For that, you need the wajig package first:

% aptitude install wajig

To see if you are able to run CP, please tell me about the output of:

% glxinfo &#124; grep render

(glxinfo is in package mesa-utils)</description>
		<content:encoded><![CDATA[<p>You can install fusion-icon with:</p>
<p>% aptitude install fusion-icon</p>
<p>Incidentally, the package that contains the fusion-icon executable is called &#8220;fusion-icon&#8221; too. When you want to find out what package contains a given file where the above is not true:</p>
<p>% wajig whichpkg <i>filename</i></p>
<p>For that, you need the wajig package first:</p>
<p>% aptitude install wajig</p>
<p>To see if you are able to run CP, please tell me about the output of:</p>
<p>% glxinfo | grep render</p>
<p>(glxinfo is in package mesa-utils)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amila</title>
		<link>http://handyfloss.net/2007.12/compiz-fusion-on-an-integrated-intel-865g-graphics-chip/comment-page-1/#comment-133</link>
		<dc:creator>Amila</dc:creator>
		<pubDate>Thu, 28 Feb 2008 15:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://handyfloss.net/?p=260#comment-133</guid>
		<description>Hi,

I&#039;m using debian lenny on my HP dv2132ea lap and recently i&#039;v installed compiz-fusion-kde.
My graphc is onboard intel 945GM express family.

I still couldn&#039;t have any of the compiz effects for my lap.
&quot;
hal:~# fusion-icon
-su: fusion-icon: command not found &quot;

&quot;
hal:~# compiz-manager
Checking for Xgl: xvinfo:  Unable to open display
not present.
xset:  unable to open display &quot;&quot;
xset q doesn&#039;t reveal the location of the log file. Using fallback /var/log/Xorg.0.log
Detected PCI ID for VGA: 00:02.0 0300: 8086:27a2 (rev 03) (prog-if 00 [VGA controller])
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: not present.
aborting and using fallback: /usr/bin/metacity
Window manager error: Unable to open X display
&quot;

I could get the CM to seperate window and can setup the effects but still no effects are appearing.

I&#039;ve used the following repos to get the packages..

deb http://download.tuxfamily.org/shames/debian-lenny/desktopfx/unstable/ ./
deb http://ftp.us.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.us.debian.org/debian/ lenny main contrib non-free

I&#039;ve edited the xorg.conf as..

Section &quot;Extensions&quot;
        Option          &quot;Composite&quot; &quot;enable&quot;
EndSection

Section &quot;Device&quot;
        Identifier      &quot;Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller&quot;
        Driver          &quot;intel&quot;
        BusID           &quot;PCI:0:2:0&quot;
        Option          &quot;XAANoOffscreenPixmaps&quot; &quot;true&quot;
EndSection

Please help me to get this thing working

thanx..</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m using debian lenny on my HP dv2132ea lap and recently i&#8217;v installed compiz-fusion-kde.<br />
My graphc is onboard intel 945GM express family.</p>
<p>I still couldn&#8217;t have any of the compiz effects for my lap.<br />
&#8221;<br />
hal:~# fusion-icon<br />
-su: fusion-icon: command not found &#8221;</p>
<p>&#8221;<br />
hal:~# compiz-manager<br />
Checking for Xgl: xvinfo:  Unable to open display<br />
not present.<br />
xset:  unable to open display &#8220;&#8221;<br />
xset q doesn&#8217;t reveal the location of the log file. Using fallback /var/log/Xorg.0.log<br />
Detected PCI ID for VGA: 00:02.0 0300: 8086:27a2 (rev 03) (prog-if 00 [VGA controller])<br />
Checking for texture_from_pixmap: not present.<br />
Trying again with indirect rendering:<br />
Checking for texture_from_pixmap: not present.<br />
aborting and using fallback: /usr/bin/metacity<br />
Window manager error: Unable to open X display<br />
&#8221;</p>
<p>I could get the CM to seperate window and can setup the effects but still no effects are appearing.</p>
<p>I&#8217;ve used the following repos to get the packages..</p>
<p>deb <a href="http://download.tuxfamily.org/shames/debian-lenny/desktopfx/unstable/" rel="nofollow">http://download.tuxfamily.org/shames/debian-lenny/desktopfx/unstable/</a> ./<br />
deb <a href="http://ftp.us.debian.org/debian/" rel="nofollow">http://ftp.us.debian.org/debian/</a> lenny main contrib non-free<br />
deb-src <a href="http://ftp.us.debian.org/debian/" rel="nofollow">http://ftp.us.debian.org/debian/</a> lenny main contrib non-free</p>
<p>I&#8217;ve edited the xorg.conf as..</p>
<p>Section &#8220;Extensions&#8221;<br />
        Option          &#8220;Composite&#8221; &#8220;enable&#8221;<br />
EndSection</p>
<p>Section &#8220;Device&#8221;<br />
        Identifier      &#8220;Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller&#8221;<br />
        Driver          &#8220;intel&#8221;<br />
        BusID           &#8220;PCI:0:2:0&#8243;<br />
        Option          &#8220;XAANoOffscreenPixmaps&#8221; &#8220;true&#8221;<br />
EndSection</p>
<p>Please help me to get this thing working</p>
<p>thanx..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
