<?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>x2 // activeStyle &#187; ATI</title>
	<atom:link href="http://x2.activestyle.ca/tag/ati/feed/" rel="self" type="application/rss+xml" />
	<link>http://x2.activestyle.ca</link>
	<description>... be active</description>
	<lastBuildDate>Sun, 20 Mar 2011 19:50:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Back to Linux!</title>
		<link>http://x2.activestyle.ca/2009/07/27/back-to-linux/</link>
		<comments>http://x2.activestyle.ca/2009/07/27/back-to-linux/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:33:30 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Wicd]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=339</guid>
		<description><![CDATA[At the end of the last week i did some &#8220;kamikaze&#8221; (software) tests with my Windows and, of course, it went wrong I lost both Vista and Win7 so, i had to find my Sabayon CD to recover grub again. As soon as i logged in i saw over 500 updates but loosing 2 operating [...]]]></description>
			<content:encoded><![CDATA[<p>At the end of the last week i did some &#8220;kamikaze&#8221; (software) tests with my Windows and, of course, it went wrong <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I lost both Vista and Win7 so, i had to find my Sabayon CD to recover grub again.</p>
<p>As soon as i logged in i saw over 500 updates <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' />  but loosing 2 operating systems was not enough <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  Checking <a href="http://www.sabayonlinux.org">Sabayon website</a> i found a new version, 4.2.<br />
I decided to download the ISO before starting to update 500 packages because i was almost sure something will go wrong.</p>
<p>And it went!<br />
<span id="more-339"></span><br />
As usual, the graphic card didn&#8217;t work and wireless was down with no chance to download ATI driver for the 2.6.29 kernel. Open source driver didn&#8217;t work either so, i was in front of a &#8220;dead&#8221; laptop. </p>
<p>After half an hour, Sabayon 4.2 was installed.</p>
<p>What did work?<br />
Graphics.<br />
Now, when i use Compiz, MPlayer is not flickering anymore and also, other OpenGL apps are working too.</p>
<p>Sound didn&#8217;t work but the fix from <a href="http://x2.activestyle.ca/2009/01/07/sabayon-after-install/">this post</a> worked.<br />
CPU wasn&#8217;t set to &#8220;ondemand&#8221; so i had to apply the fix from <a href="http://x2.activestyle.ca/2009/01/08/sabayon-little-success/">this post</a>.<br />
Microphone didn&#8217;t work either &#8230; still muted by default so, i had to use aslamixer to switch to &#8220;Front Mic&#8221; and raise the sliders.</p>
<p>After a friend gave me an UTP cable, i was able to fix the touchscreen and fix the wireless by installing the latest broadcom-sta driver. Unfortunately at work every minute i was disconnected from AP. </p>
<p>I installed wicd and &#8230; nothing. It was a problem with DHCP because wicd was stuck in &#8220;Obtaining IP address&#8230;&#8221;</p>
<p>After checking wicd website i found a new version of wicd, not available in Sabayon repository. I had nothing to loose so, i decided to install it:</p>
<pre class="brush: bash; title: ; notranslate">
maya ~ # /etc/init.d/wicd stop
maya ~ # killall wicd-client
maya ~ # equo remove wicd
maya ~ # equo install bzr
maya ~ # bzr branch lp:wicd
maya ~ # cd wicd
maya ~ # python setup.py configure
maya ~ # python setup.py install
maya ~ # /etc/init.d/wicd start
maya ~ # rc-update add wicd default
</pre>
<p>Reboot is not necessary. As user just start wicd-client and connect.<br />
Everything worked after. At home &#038; work. </p>
<p>Other thing that didn&#8217;t work was suspend. Unfortunately, the fix from <a href="http://x2.activestyle.ca/2009/01/10/sabayon-suspend-is-working/">this post</a> didn&#8217;t work so, after digging on Internet i found the fix on Ubuntu  forums. Just add &#8220;i8042.nomux i8042.reset&#8221; at the end of the line starting with &#8220;kernel&#8221; in your /boot/grub/menu.lst</p>
<pre class="brush: bash; highlight: [9]; title: ; notranslate">
title Sabayon Linux (kernel-genkernel-x86_64-2.6.29-sabayon)
	root (hd0,5)
	kernel /boot/kernel-genkernel-x86_64-2.6.29-sabayon
root=/dev/ram0 ramdisk=8192
real_root=UUID=f77ff3dc-6212-4294-a148-c39d4b87aab2
dolvm init=/linuxrc splash=silent,theme:sabayon vga=791
CONSOLE=/dev/tty1 quiet resume=swap:/dev/sda5
real_resume=swap:/dev/sda5
i8042.nomux i8042.reset
	initrd /boot/initramfs-genkernel-x86_64-2.6.29-sabayon
	savedefault
</pre>
<p>Suspend is working with compiz activated too.</p>
<p>Soon Sabayon 5 will be out and i&#8217;ll have to start all over again as ~1000 packages to be upgraded will most likely break something <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>By the way, <a href="http://main.v00d00.net/sshfs-is-awesome">SSH FS</a> is really awesome <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/07/27/back-to-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sabayon: after 62 updates&#8230;</title>
		<link>http://x2.activestyle.ca/2009/02/05/sabayon-after-62-updates/</link>
		<comments>http://x2.activestyle.ca/2009/02/05/sabayon-after-62-updates/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 15:37:10 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[NetworkManager]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[System Updates]]></category>
		<category><![CDATA[Wacom]]></category>
		<category><![CDATA[Wicd]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=148</guid>
		<description><![CDATA[Last 3 weeks i didn&#8217;t have too much time to play with Linux so, i didn&#8217;t even boot in Sabayon. A few days ago i finally decided to do it and make the touchscreen to work. The first thing i saw: 62 new updates. Well, update then Not a good idea. In fact, when i [...]]]></description>
			<content:encoded><![CDATA[<p>Last 3 weeks i didn&#8217;t have too much time to play with Linux so, i didn&#8217;t even boot in <strong>Sabayon</strong>. A few days ago i finally decided to do it and make the touchscreen to work. The first thing i saw: <strong>62 new updates</strong>.<br />
Well, update then <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Not a good idea. In fact, when i play with distro&#8217;s like <strong>Sabayon </strong>which include the latest packages i always expect something to go wrong after a big update. This time wasn&#8217;t different.</p>
<p>Next step, <strong>Wacom </strong>driver (tutorial will come soon). Super, working from first attempt.<br />
<span id="more-148"></span><br />
After the first reboot (i wanted to see if everything works fine), my wireless stopped working.  Somehow strange. I couldn&#8217;t connect to my wireless router but i was able to connect to other routers.</p>
<p>I decided to reinstall the wireless driver (using wired connection):</p>
<pre class="brush: bash; title: ; notranslate">
equo remove broadcom-sta
equo install broadcom-sta
</pre>
<p>Bingo!!! I asked for a new driver not a new kernel but as i like new things, i take the kernel too. Download, install, everything went fine.</p>
<p>Reboot&#8230; noo, not again!!!<br />
Complete hang up this time.</p>
<p>Reboot in safe mode, check the logs, X didn&#8217;t start because of the ati driver was missing (of course, new kernel).</p>
<pre class="brush: bash; title: ; notranslate">
equo install ati-driver
</pre>
<p>Recompile &amp;&amp; install Wacom driver, reboot &#8230; super, i have X now!</p>
<p>Wireless? I&#8217;m not that lucky.<br />
The same problem like before.</p>
<p>Digging on forums i (finally) found the problem: some <strong>NetworkManager </strong>bugs.<br />
Solution?</p>
<p><strong>Wicd</strong>.</p>
<pre class="brush: bash; title: ; notranslate">
equo install wicd
equo remove nm-applet
rc-update del NetworkManager default
rc-update add wicd default
reboot
</pre>
<p>After reboot, <strong>wicd-client</strong> did a great job.<br />
I have wireless now but not enough time to write the <strong>Wacom </strong>(touchscreen stylus and eraser) tutorial. For this one you will have to come back in a few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/02/05/sabayon-after-62-updates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sabayon: scrolling &amp;&amp; compiz.</title>
		<link>http://x2.activestyle.ca/2009/02/03/sabayon-scrolling-compiz/</link>
		<comments>http://x2.activestyle.ca/2009/02/03/sabayon-scrolling-compiz/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 20:31:46 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[Scroll]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=145</guid>
		<description><![CDATA[This is not a Sabayon related problem. Probably is happening no matter what distribution is used but I will try with an Ubuntu Live just to be sure. While looking for tutorials, tips, tricks to setup the Wacom digitizer i have to scroll a lot and every time i have huge problems. Because of scrolling, [...]]]></description>
			<content:encoded><![CDATA[<p>This is not a Sabayon related problem. Probably is happening no matter what distribution is used but I will try with an Ubuntu Live just to be sure.</p>
<p>While looking for tutorials, tips, tricks to setup the Wacom digitizer i have to scroll a lot and every time i have huge problems. Because of scrolling, the entire system is freezing for a few seconds. This happens almost every minute and is pissing me off, really.</p>
<p>Watching the system load with top, i saw the Firefox and X using 100% of the CPU. After searching with google and checking tons of bug reports<span id="more-145"></span> i found a few tips like: <strong>disabling smooth scrolling</strong> in firefox, adding &#8220;<strong>export MOZ_DISABLE_PANGO=1</strong>&#8221; in &#8220;<strong>/etc/profile</strong>&#8220;, adding:</p>
<pre class="brush: bash; title: ; notranslate">
Option &quot;EnablePageFlip&quot; &quot;true&quot;
Option &quot;RenderAccel&quot; &quot;true&quot;
Option &quot;XAANoOffscreenPixmaps&quot; &quot;true&quot;
Option &quot;AccelMethode&quot; &quot;EXA&quot;
Option &quot;MigrationHeuristic&quot; &quot;greedy&quot;
</pre>
<p>in &#8220;<strong>/etc/X11/xorg.conf</strong>&#8221; but unfortunately none of them worked for me.</p>
<p>Looks like the problem is related to <strong>Compiz</strong> and <strong>ATI</strong> drivers.<br />
Not that firefox or xorg are working 100% fine.</p>
<p>The only workaround for me is to switch the window manager from <strong>Compiz</strong> to <strong>Metacity</strong>. Now, xorg and firefox are using under 40% of CPU when scrolling but at least the system is not freezing anymore.</p>
<p>If anyone have some tips how to fix this issue, please let me know.<br />
Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/02/03/sabayon-scrolling-compiz/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sabayon: little success</title>
		<link>http://x2.activestyle.ca/2009/01/08/sabayon-little-success/</link>
		<comments>http://x2.activestyle.ca/2009/01/08/sabayon-little-success/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 18:47:52 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Conky]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[Scalling]]></category>
		<category><![CDATA[Scalling Governor]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=73</guid>
		<description><![CDATA[Not much success yesterday. I found a nice wallpaper and successfully configured Conky: CPU Usage Processes RAM, Swap, HDD IO HDD space Wireless Battery/AC Sabayon world Weather Gmail I had a problem with Conky. Every time it was started manually everything was ok but when was started at login time by gnome session was always [...]]]></description>
			<content:encoded><![CDATA[<p>Not much success yesterday.<br />
I found a nice wallpaper and successfully configured Conky:</p>
<ol>
<li>CPU Usage</li>
<li>Processes</li>
<li>RAM,  Swap, HDD IO</li>
<li>HDD space</li>
<li>Wireless</li>
<li>Battery/AC</li>
<li>Sabayon world</li>
<li>Weather</li>
<li>Gmail</li>
</ol>
<div id="attachment_72" class="wp-caption alignnone" style="width: 310px"><a href="http://x2.activestyle.ca/wp-content/uploads/2009/01/snapshot4.png" rel="lightbox"><img class="size-medium wp-image-72" src="http://x2.activestyle.ca/wp-content/uploads/2009/01/snapshot4-300x187.png" alt="Wallpaper + Conky" width="300" height="187" /></a><p class="wp-caption-text">Wallpaper + Conky</p></div>
<hr />I had a problem with Conky. Every time it was started manually everything was ok but when was started at login time by gnome session was always on top.</p>
<p>The fix: a small wrapper to start Conky after 10 seconds.<span id="more-73"></span></p>
<pre class="brush: bash; title: ; notranslate">#!/bin/sh
sleep 10s
/usr/bin/conky
</pre>
<p>Save file in:</p>
<pre class="brush: bash; title: ; notranslate">/usr/bin/conky.wrapper.sh</pre>
<p>and modify the &#8220;Conky&#8221; entry in</p>
<pre class="brush: bash; title: ; notranslate">System-&gt;Preferences-&gt;Sessions</pre>
<p>to</p>
<pre class="brush: bash; title: ; notranslate">/usr/bin/conky.wrapper.sh</pre>
<p>This should fix the problem.</p>
<hr />Another issue was with CPU scaling governor.<br />
After each reboot one core was running at 1GHz and the second one at 2GHz.<br />
The fix is simple. Add the following 2 lines to</p>
<pre class="brush: bash; title: ; notranslate">/etc/conf.d/local.start</pre>
<pre class="brush: bash; title: ; notranslate">
echo &quot;ondemand&quot; &gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo &quot;ondemand&quot; &gt; /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
</pre>
<p>Available options: conservative, ondemand, performance, powersave.</p>
<hr />I spotted 2 more problems:</p>
<ol>
<li>While playing movies the window is flickering.</li>
<li>From time to time the entire system is freezing for a few seconds and System Monitor show a CPU  spike.</li>
</ol>
<p>First problem affects every OpenGL application if Compiz is running.<br />
There are a few workarounds but no fix yet. Everyone is waiting for the 9.01 closed source ATI drivers (fglrx).</p>
<p>Workarounds:</p>
<ol>
<li>Switch from Compiz to Metacity (every time a movies is played or OpenGL application is running). Fusion Icon is included is Sabayon by default so 2 mouse clicks are enough.</li>
<li>In CCSM unredirect full screen windows</li>
<li>In CCSM &#8220;Extra WM Actions&#8221; should be activated and a keyboard shortcut should be defined for &#8220;Toggle Redirect&#8221;. Whenever a window is flickering, hit that keyboard shortcut and it will stop flickering.</li>
<li>In your player change the output from xv to x11.</li>
</ol>
<p>Personally i use the 1st one.</p>
<hr />I couldn&#8217;t find any solution for the system freeze, hibernate/sleep, etc.<br />
Not yet but tomorrow is another day.</p>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/01/08/sabayon-little-success/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

