<?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>SearchMarked.com &#187; Eye Candy</title>
	<atom:link href="http://www.searchmarked.com/category/eye-candy/feed" rel="self" type="application/rss+xml" />
	<link>http://www.searchmarked.com</link>
	<description>I search, I bookmark, I write, You learn.</description>
	<lastBuildDate>Mon, 07 Mar 2011 23:42:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to enable Compiz Fusion on Ubuntu 7.10 if your video card is blacklisted</title>
		<link>http://www.searchmarked.com/ubuntu/how-to-enable-compiz-fusion-on-ubuntu-710-if-your-video-card-is-blacklisted.php</link>
		<comments>http://www.searchmarked.com/ubuntu/how-to-enable-compiz-fusion-on-ubuntu-710-if-your-video-card-is-blacklisted.php#comments</comments>
		<pubDate>Thu, 06 Dec 2007 16:41:17 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Eye Candy]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/ubuntu/how-to-enable-compiz-fusion-on-ubuntu-710-if-your-video-card-is-blacklisted.php</guid>
		<description><![CDATA[

   var AdBrite_Title_Color = 'FFFFFF';
   var AdBrite_Text_Color = '000000';
   var AdBrite_Background_Color = '000000';
   var AdBrite_Border_Color = '2D8930';
   var AdBrite_URL_Color = '008000';


Your Ad Here

Searchmarked.com Tip
Even if you have a 3d card installed in your system, you may notice that Compiz Fusion will not start when you [...]


Related posts:<ol><li><a href='http://www.searchmarked.com/vmware/hypervisor-in-a-hypervisor-yes-you-can-but-not-with-xen.php' rel='bookmark' title='Permanent Link: Hypervisor in a Hypervisor. Yes you can, but not with Xen.'>Hypervisor in a Hypervisor. Yes you can, but not with Xen.</a> <small>Google Query: Install Xen on VMware A colleague of mine...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: left;"><!-- Begin: AdBrite --><br />
<script type="text/javascript">
   var AdBrite_Title_Color = 'FFFFFF';
   var AdBrite_Text_Color = '000000';
   var AdBrite_Background_Color = '000000';
   var AdBrite_Border_Color = '2D8930';
   var AdBrite_URL_Color = '008000';
</script><br />
<script src="http://ads.adbrite.com/mb/text_group.php?sid=745476&#038;zs=3330305f323530" type="text/javascript"></script></p>
<div><a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=745476&#038;afsid=1"target="_top"  style="font-weight:bold;font-family:Arial;font-size:13px;" onclick="javascript:urchinTracker ('/outbound/article/www.adbrite.com');">Your Ad Here</a></div>
<p><!-- End: AdBrite --></div>
<p><strong>Searchmarked.com Tip</strong></p>
<p>Even if you have a 3d card installed in your system, you may notice that Compiz Fusion will not start when you go to &#8220;System -&gt; Preferences -&gt; Appearance&#8221; and choose &#8220;Normal&#8221; or &#8220;Extra&#8221; on the &#8220;Visual Effects&#8221; tab.</p>
<p>This may be because your video card is blacklisted for instability with certain effects.  If you would like to use effects anyway with your card and see what breaks, the following steps will let you proceed <img src='http://www.searchmarked.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .</p>
<p>-How do I know if my card is blacklisted?<br />
Go to <a href="http://wiki.compiz-fusion.org/Hardware/Blacklist" onclick="javascript:urchinTracker ('/outbound/article/wiki.compiz-fusion.org');">http://wiki.compiz-fusion.org/Hardware/Blacklist</a> to see if your card is blacklisted.</p>
<p>If your card is blacklisted, you can enable it to use Compiz Fusion by following these steps:</p>
<p>-Type this command into the Terminal:<br />
<code>sudo gedit /usr/bin/compiz</code></p>
<p>-You will need to edit this file. Look for the lines:<br />
<code># blacklist based on the pci ids<br />
# See http://wiki.compiz-fusion.org/Hardware/Blacklist for details<br />
T="   1002:5954 1002:5854 1002:5955" # ati rs480<br />
T="$T 1002:4153" # ATI Rv350<br />
T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12"  # intel 965<br />
T="$T 8086:2972" # i965 (x3000)<br />
T="$T 1002:3152 1002:3150 1002:5462 1002:5653 " # ati X300 X600,X600 X700<br />
BLACKLIST_PCIIDS="$T"<br />
unset T</code></p>
<p>-Comment out the lines pertaining to your particular video card.  For example, if I wanted to comment out the references to the Intel card, the entry would look like this:<br />
<code># blacklist based on the pci ids<br />
# See http://wiki.compiz-fusion.org/Hardware/Blacklist for details<br />
T="   1002:5954 1002:5854 1002:5955" # ati rs480<br />
T="$T 1002:4153" # ATI Rv350<br />
#T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12"  # intel 965<br />
T="$T 8086:2972" # i965 (x3000)<br />
T="$T 1002:3152 1002:3150 1002:5462 1002:5653 " # ati X300 X600,X600 X700<br />
BLACKLIST_PCIIDS="$T"<br />
unset T</code></p>
<p>-Now, save the file and close it.</p>
<p>-Hit &#8220;CTRL-ALT-BACKSPACE&#8221; to restart your X session.</p>
<p>You should be able to enable Compiz Fusion now by going to  &#8220;System -&gt; Preferences -&gt; Appearance&#8221; and choosing something other than &#8220;None&#8221; on the &#8220;Visual Effects&#8221; tab.</p>
<p>If you want more than just the basic effects, be sure to follow the directions in How to enable advanced <a href="http://www.searchmarked.com/ubuntu/how-to-enable-advanced-compiz-fusion-desktop-effects-in-ubuntu-gutsy-gibbon-710.php" >Compiz Fusion effects in Ubuntu Gutsy Gibbon (7.10)</a>.</p>
<p>If these steps worked for your video card, I would love to hear about it in the comments!</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=How+to+enable+Compiz+Fusion+on+Ubuntu+7.10+if+your+video+card+is+blacklisted&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fubuntu%2Fhow-to-enable-compiz-fusion-on-ubuntu-710-if-your-video-card-is-blacklisted.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>Related posts:<ol><li><a href='http://www.searchmarked.com/vmware/hypervisor-in-a-hypervisor-yes-you-can-but-not-with-xen.php' rel='bookmark' title='Permanent Link: Hypervisor in a Hypervisor. Yes you can, but not with Xen.'>Hypervisor in a Hypervisor. Yes you can, but not with Xen.</a> <small>Google Query: Install Xen on VMware A colleague of mine...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/ubuntu/how-to-enable-compiz-fusion-on-ubuntu-710-if-your-video-card-is-blacklisted.php/feed</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>How to enable advanced Compiz Fusion desktop effects in Ubuntu Gutsy Gibbon (7.10)</title>
		<link>http://www.searchmarked.com/ubuntu/how-to-enable-advanced-compiz-fusion-desktop-effects-in-ubuntu-gutsy-gibbon-710.php</link>
		<comments>http://www.searchmarked.com/ubuntu/how-to-enable-advanced-compiz-fusion-desktop-effects-in-ubuntu-gutsy-gibbon-710.php#comments</comments>
		<pubDate>Thu, 06 Dec 2007 03:57:11 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Eye Candy]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/ubuntu/how-to-enable-advanced-compiz-fusion-desktop-effects-in-ubuntu-gutsy-gibbon-710.php</guid>
		<description><![CDATA[

   var AdBrite_Title_Color = 'FFFFFF';
   var AdBrite_Text_Color = '000000';
   var AdBrite_Background_Color = '000000';
   var AdBrite_Border_Color = '2D8930';
   var AdBrite_URL_Color = '008000';


Your Ad Here

Searchmarked.com Tip
If you run Ubuntu Gutsy Gibbon (7.10) and your video card will handle the effects, you&#8217;ll notice that a subset of effects [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to enable advanced Compiz Fusion desktop effects in Ubuntu Gutsy Gibbon (7.10)", url: "http://www.searchmarked.com/ubuntu/how-to-enable-advanced-compiz-fusion-desktop-effects-in-ubuntu-gutsy-gibbon-710.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: left;"><!-- Begin: AdBrite --><br />
<script type="text/javascript">
   var AdBrite_Title_Color = 'FFFFFF';
   var AdBrite_Text_Color = '000000';
   var AdBrite_Background_Color = '000000';
   var AdBrite_Border_Color = '2D8930';
   var AdBrite_URL_Color = '008000';
</script><br />
<script src="http://ads.adbrite.com/mb/text_group.php?sid=745476&#038;zs=3330305f323530" type="text/javascript"></script></p>
<div><a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=745476&#038;afsid=1"target="_top"  style="font-weight:bold;font-family:Arial;font-size:13px;" onclick="javascript:urchinTracker ('/outbound/article/www.adbrite.com');">Your Ad Here</a></div>
<p><!-- End: AdBrite --></div>
<p><strong>Searchmarked.com Tip</strong></p>
<p>If you run Ubuntu Gutsy Gibbon (7.10) and your video card will handle the effects, you&#8217;ll notice that a subset of effects from Compiz Fusion are enabled by default. You can change to more advanced effects by going to System -&gt; Preferences -&gt; Appearance, clicking on the &#8220;Visual Effects&#8221; tab and choosing the &#8220;Extra&#8221; option.</p>
<p>This is OK, but you know your inner geek wants the over-the-top spinning cubes, wobbly windows, flame-writing effects. Fortunately, this is an easy task. The steps are below:</p>
<p>-Go to the terminal and type:<br />
<code>sudo apt-get install compizconfig-settings-manager</code></p>
<p>-Now go to System -&gt; Preferences -&gt; Appearance, click on the &#8220;Visual Effects&#8221; tab, and choose the &#8220;Custom&#8221; option.  Beside the &#8220;Custom&#8221; option there is a &#8220;Preferences&#8221; button.</p>
<p>This will open up the settings menu for Compiz-Fusion that you did not have before.</p>
<p>That&#8217;s it! Really it is. Play around with the settings until you are satisfied. <strong>Warning: This can be a HUGE productivity drain <img src='http://www.searchmarked.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </strong></p>
<p>Now you can have desktop effects like the ones in the video below (I know this is an older Compiz video, but it is still my favorite). With the compizconfig-settings-manager installed, all of the effects shown in the video can be turned on if your video card will handle it.</p>
<p><object height="355" width="425"><param name="movie" value="http://www.youtube.com/v/E4Fbk52Mk1w&amp;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/E4Fbk52Mk1w&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed></object></p>
<p>Happy Cube Spinning!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Ubuntu" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');">Ubuntu</a>, <a href="http://technorati.com/tag/Eye+Candy" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Eye Candy</a>, <a href="http://technorati.com/tag/Linux" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Linux</a>, <a href="http://technorati.com/tag/Compiz" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Compiz</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=How+to+enable+advanced+Compiz+Fusion+desktop+effects+in+Ubuntu+Gutsy+Gibbon+%287.10%29&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fubuntu%2Fhow-to-enable-advanced-compiz-fusion-desktop-effects-in-ubuntu-gutsy-gibbon-710.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/ubuntu/how-to-enable-advanced-compiz-fusion-desktop-effects-in-ubuntu-gutsy-gibbon-710.php/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

