<?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; Sabayon</title>
	<atom:link href="http://x2.activestyle.ca/tag/sabayon/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: touchscreen tutorial.</title>
		<link>http://x2.activestyle.ca/2009/02/07/sabayon-touchscreen-tutorial/</link>
		<comments>http://x2.activestyle.ca/2009/02/07/sabayon-touchscreen-tutorial/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 21:33:43 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Cellwriter]]></category>
		<category><![CDATA[OnScreen]]></category>
		<category><![CDATA[OnScreen Keyboard]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[Touch Screen]]></category>
		<category><![CDATA[Touchscreen]]></category>
		<category><![CDATA[Wacom]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=153</guid>
		<description><![CDATA[Finally, the Sabayon Wacom (touch, stylus, eraser) tutorial. First of all, Sabayon already have wacom kernel module included and wacom tools in repository so, i will split the tutorial in a few parts: 1. Using included driver. 2. Compile from source. 3. Configure X server. 4. OnScreen keyboard. 1. Using included driver. As i said, [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, the <strong>Sabayon Wacom</strong> (touch, stylus, eraser) tutorial.</p>
<p>First of all, Sabayon already have <strong>wacom kernel module</strong> included and <strong>wacom tools</strong> in repository so, i will split the tutorial in a few parts:</p>
<p>1. <a href="#included">Using included driver.</a><br />
2. <a href="#source">Compile from source.</a><br />
3. <a href="#xorg">Configure X server.</a><br />
4. <a href="#onscreen">OnScreen keyboard.</a></p>
<p><span id="more-153"></span></p>
<p>1. <a name="included">Using included driver.</a></p>
<p>As i said, Sabayon already have the kernel module included. Unfortunately it didn&#8217;t work for me but maybe you are lucky <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Load the kernel module and check if touch and stylus are detected. If you get an error you are unlucky&#8230; just like me so, you have to compile it from source (<a href="#source">step 2</a>):</p>
<pre class="brush: bash; highlight: [3]">catalin@atlantis ~ $ sudo modprobe wacom
catalin@atlantis ~ $ dmesg | grep -i wacom
[   23.392334] wacom: probe of 7-2:1.0 failed with error -113
[   23.395185] input: Wacom ISDv4 93 as /class/input/input10
[   23.404521] usbcore: registered new interface driver wacom
[   23.404532] wacom: v1.49:USB Wacom Graphire and Wacom Intuos tablet driver
catalin@atlantis ~ $
</pre>
<p>If everything is ok and you you have to check if wacom tools are installed:</p>
<pre class="brush: bash;">catalin@atlantis ~ $ sudo modprobe wacom
catalin@atlantis ~ $ dmesg | grep -i wacom
[   23.355233] input: Wacom ISDv4 93 as /class/input/input10
[   23.377350] input: Wacom ISDv4 93 as /class/input/input11
[   23.388137] usbcore: registered new interface driver wacom
[   23.388137] wacom: v1.49:USB Wacom Graphire and Wacom Intuos tablet driver
catalin@atlantis ~ $</pre>
<pre class="brush: bash; title: ; notranslate">
cmc@atlantis ~ $ equo search wacom
&gt;&gt; @@ Searching...
&gt;&gt; #1 Sabayon Linux Official Repository
&gt;&gt; @@ Package: x11-drivers/linuxwacom-0.8.2 branch: 4
&gt;&gt; Category: x11-drivers
&gt;&gt; Name: linuxwacom
&gt;&gt; Masked: False
&gt;&gt; Available: version: 0.8.2 ~ tag: NoTag ~ revision: 0
&gt;&gt; Installed: version: Not installed ~ tag: N/A ~ revision: N/A
&gt;&gt; Slot: 0
&gt;&gt; Size: 0.2MB
&gt;&gt; Download: packages/amd64/4/x11-drivers:linuxwacom-0.8.2~0.tbz2
&gt;&gt; Checksum: 52f7516ac68e7b02ce24ac7fbb7247be
&gt;&gt; ## Dependencies:
&gt;&gt; ## sys-fs/udev
&gt;&gt; ## sys-libs/ncurses
&gt;&gt; ## x11-base/xorg-server
&gt;&gt; ## x11-proto/inputproto
&gt;&gt; ## virtual/modutils
&gt;&gt; Homepage: http://linuxwacom.sourceforge.net/
&gt;&gt; Description: Input driver for Wacom tablets
&gt;&gt; and drawing devices
&gt;&gt; USE flags: -elibc_glibc kernel_linux -userland_GNU
&gt;&gt; usb -amd64
&gt;&gt; Compiled with: -Os -march=x86-64 -pipe
&gt;&gt; Keywords: ~amd64 ~x86 ~ppc64 ~ppc
&gt;&gt; Created: 2008-12-18 14:19:58
&gt;&gt; License: GPL-2
&gt;&gt; Keyword: wacom
&gt;&gt; Found: 1 entries
</pre>
<p>If is not installed then use equo to install it</p>
<pre class="brush: bash; title: ; notranslate">
catalin@atlantis ~ $ sudo equo install linuxwacom
</pre>
<p>Load wacom module at startup:</p>
<pre class="brush: bash; title: ; notranslate">catalin@atlantis ~ $ sudo echo &quot;/sbin/modprobe wacom&quot; &gt;&gt; /etc/conf.d/local.start
catalin@atlantis ~ $ sudo chmod +x /etc/conf.d/local.start
</pre>
<p>Reboot.<br />
Go to <a href="#xorg">step 3</a> to configure X.</p>
<p>2. <a name="source">Compile from source.</a></p>
<p>First, <strong>download</strong> the latest version of <strong>linuxwacom</strong> from <a href="http://linuxwacom.sourceforge.net/">http://linuxwacom.sourceforge.net/</a><br />
In this moment, <strong>0.8.2-2</strong> is the last version and it <strong>supports kernels up to 2.6.28</strong>.</p>
<pre class="brush: bash; title: ; notranslate">catalin@atlantis ~ $ mkdir wacom
catalin@atlantis ~ $ cd wacom
catalin@atlantis ~/wacom $ wget http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.2-2.tar.bz2
catalin@atlantis ~/wacom $ tar -xjf linuxwacom-0.8.2-2.tar.bz2
catalin@atlantis ~/wacom $ cd linuxwacom-0.8.2-2
catalin@atlantis ~/wacom/linuxwacom-0.8.2-2 $ ./configure --prefix=/usr --enable-wacom
catalin@atlantis ~/wacom/linuxwacom-0.8.2-2 $ make
catalin@atlantis ~/wacom/linuxwacom-0.8.2-2 $ sudo make install
</pre>
<p>Now, <strong>backup</strong> the <strong>included kernel module</strong> and copy the new one:</p>
<pre class="brush: bash; title: ; notranslate">catalin@atlantis ~/wacom/linuxwacom-0.8.2-2 $ sudo cp /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko.included
catalin@atlantis ~/wacom/linuxwacom-0.8.2-2 $ sudo cp src/2.6.27/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko
catalin@atlantis ~/wacom/linuxwacom-0.8.2-2 $ sudo depmod -a
</pre>
<p>Load <strong>wacom driver at startup</strong>:</p>
<pre class="brush: bash; title: ; notranslate">catalin@atlantis ~ $ sudo echo &quot;/sbin/modprobe wacom&quot; &gt;&gt; /etc/conf.d/local.start
catalin@atlantis ~ $ sudo chmod +x /etc/conf.d/local.start
</pre>
<p>Reboot.<br />
After reboot, check if the touchscreen and stylus were correctly detected:</p>
<pre class="brush: bash; title: ; notranslate">catalin@atlantis ~ $ dmesg | grep -i wacom
[   23.355233] input: Wacom ISDv4 93 as /class/input/input10
[   23.377350] input: Wacom ISDv4 93 as /class/input/input11
[   23.388137] usbcore: registered new interface driver wacom
[   23.388137] wacom: v1.49:USB Wacom Graphire and Wacom Intuos tablet driver
catalin@atlantis ~ $
</pre>
<p>If you get an error again (touch or stylus not detected), i&#8217;m sorry, i can&#8217;t help you anymore.<br />
<strong>For any other problems (download, compiling, installing, etc), post a comment here.<br />
</strong>If everything is ok, go to <a href="#xorg">next step</a>, configure X server.</p>
<p>3. <a name="xorg">Configure X server.</a></p>
<p>First step, <strong>backup</strong> your <strong>xorg.conf</strong> file and <strong>.xinitrc</strong>:</p>
<pre class="brush: bash; title: ; notranslate">catalin@atlantis ~ $ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.working
catalin@atlantis ~ $ cp .xinitrc .xinitrc.working
</pre>
<p><strong>Remove</strong> any &#8220;<strong>xsetwacom</strong>&#8221; settings <strong>from</strong> your <strong>.xinitrc</strong> and any <strong>old experiments</strong> for touch, stylus, eraser <strong>from xorg.conf</strong> file.<br />
If you have any <strong>entries named</strong> &#8220;<strong>Touchpad</strong>&#8221; in your xorg.conf (i have: Identifier &#8220;Synaptics Touchad&#8221; and InputDevice &#8220;Synaptics Touchpad&#8221;) <strong>rename them to</strong> &#8220;<strong>Pad</strong>&#8220;. In my case: Identifier &#8220;Synaptics Pad&#8221; and InputDevice &#8220;Synaptics Pad&#8221;.</p>
<p><strong>Open (using sudo) /etc/X11/xorg.conf</strong> in your preferred editor and add next lines to: <strong>Section &#8220;ServerLayout&#8221;</strong>:</p>
<pre class="brush: bash; title: ; notranslate">Inputdevice &quot;stylus&quot;    &quot;SendCoreEvents&quot;
Inputdevice &quot;touch&quot;     &quot;SendCoreEvents&quot;
Inputdevice &quot;eraser&quot;    &quot;SendCoreEvents&quot;
</pre>
<p>Add next lines above <strong>Section &#8220;Screen&#8221;</strong>:</p>
<pre class="brush: bash; title: ; notranslate">Section &quot;InputDevice&quot;
Identifier &quot;stylus&quot;
Driver &quot;wacom&quot;
Option &quot;Type&quot; &quot;stylus&quot;
Option &quot;USB&quot; &quot;on&quot;
Option &quot;Device&quot; &quot;/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-wacom&quot;
Option &quot;Button2&quot; &quot;3&quot; # make side-switch a right button
Option &quot;TopX&quot; &quot;225&quot;
Option &quot;TopY&quot; &quot;225&quot;
Option &quot;BottomX&quot; &quot;26300&quot;
Option &quot;BottomY&quot; &quot;16375&quot;
EndSection

Section &quot;InputDevice&quot;
Identifier &quot;eraser&quot;
Driver &quot;wacom&quot;
Option &quot;Type&quot; &quot;eraser&quot;
Option &quot;Device&quot; &quot;/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-wacom&quot;
Option &quot;USB&quot; &quot;on&quot;
EndSection

Section &quot;InputDevice&quot;
Identifier &quot;touch&quot;
Driver &quot;wacom&quot;
Option &quot;Type&quot; &quot;touch&quot;
Option &quot;USB&quot; &quot;on&quot;
Option &quot;Device&quot; &quot;/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.1-wacom&quot;
Option &quot;TopX&quot; &quot;200&quot;
Option &quot;TopY&quot; &quot;225&quot;
Option &quot;BottomX&quot; &quot;4000&quot;
Option &quot;BottomY&quot; &quot;3875&quot;
EndSection
</pre>
<p>Now, run the following commands:</p>
<pre class="brush: bash; highlight: [2,3]">catalin@atlantis ~ $ dmesg | grep -i wacom
[   23.355233] input: Wacom ISDv4 93 as /class/input/input10
[   23.377350] input: Wacom ISDv4 93 as /class/input/input11
[   23.388137] usbcore: registered new interface driver wacom
[   23.388137] wacom: v1.49:USB Wacom Graphire and Wacom Intuos tablet driver
</pre>
<pre class="brush: bash; highlight: [8,11]">
catalin@atlantis ~ $ ls -al /dev/input/by-path/
total 0
drwxr-xr-x 2 root root 240 2009-02-07 12:37 .
drwxr-xr-x 4 root root 420 2009-02-07 12:37 ..
lrwxrwxrwx 1 root root   9 2009-02-07 12:36 pci-0000:00:13.2-usb-0:2:1.0-event- -> ../event9
lrwxrwxrwx 1 root root  10 2009-02-07 12:36 pci-0000:00:14.5-usb-0:2:1.0-event-mouse -> ../event10
lrwxrwxrwx 1 root root   9 2009-02-07 12:36 pci-0000:00:14.5-usb-0:2:1.0-mouse -> ../mouse2
lrwxrwxrwx 1 root root  10 2009-02-07 12:36 pci-0000:00:14.5-usb-0:2:1.0-wacom -> ../event10
lrwxrwxrwx 1 root root   9 2009-02-07 12:36 pci-0000:00:14.5-usb-0:2:1.1- -> ../mouse3
lrwxrwxrwx 1 root root  10 2009-02-07 12:36 pci-0000:00:14.5-usb-0:2:1.1-event- -> ../event11
lrwxrwxrwx 1 root root  10 2009-02-07 12:36 pci-0000:00:14.5-usb-0:2:1.1-wacom -> ../event11
lrwxrwxrwx 1 root root   9 2009-02-07 12:36 platform-i8042-serio-0-event-kbd -> ../event5
lrwxrwxrwx 1 root root   9 2009-02-07 12:36 platform-i8042-serio-1-event-mouse -> ../event6
lrwxrwxrwx 1 root root   9 2009-02-07 12:36 platform-i8042-serio-1-mouse -> ../mouse1
catalin@atlantis ~ $
</pre>
<p>You have in &#8220;<strong>dmesg</strong>&#8221; output something like:<br />
/class/input/input10 and /class/input/input11<br />
<strong>The important part is input10 and input11.</strong></p>
<p>Find in &#8220;<strong>ls -al</strong>&#8221; output the input devices pointing to <strong>event10</strong> and <strong>event11</strong> (<strong>in your case 10 and 11 may be different</strong> but you got the idea).</p>
<p>We have here <strong>pci-0000:00:14.5-usb-0:2:1.0-wacom</strong> for <strong>event10</strong> and <strong>pci-0000:00:14.5-usb-0:2:1.1-wacom</strong> for <strong>event11</strong>.</p>
<p><strong>Modify</strong> the <strong>Option &#8220;Device&#8221;</strong> for <strong>stylus and eraser</strong> to point to the device identified for <strong>event10</strong> (in my case: /dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-wacom) and the <strong>Option &#8220;Device&#8221;</strong> for <strong>touch</strong> to point to the device identified for <strong>event11</strong> (in my case: /dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.1-wacom)</p>
<p><strong>Save the file, close all applications and restart X server (Ctrl + Alt + Backspace).<br />
</strong>My xorg.conf is available for download <a title="xorg.conf" href="http://files.activestyle.ca/linux/sabayon/touch/xorg.conf">here</a>.</p>
<p>If you don&#8217;t like the default calibration, use wacomcpl to calibrate:</p>
<pre class="brush: bash; title: ; notranslate">catalin@atlantis ~ $ wacomcpl</pre>
<p>After make your .xinitrc executable:</p>
<pre class="brush: bash; title: ; notranslate">catalin@atlantis ~ $ chmod +x .xinitrc</pre>
<p>And go to System-&gt;Preferences-&gt;Session (if you use Gnome&#8230; for KDE is probably different), click on Add and write in the command field: <strong>~/.xinitrc</strong></p>
<p>The calibration will be only for the current user.<br />
If you want them system wide, use the values in .xinitrc to set TopX, TopY, BottomX, BottomY in xorg.conf</p>
<p>4. <a name="onscreen">OnScreen keyboard.</a></p>
<p>I use <strong>cellwriter</strong> but is not included by default in Sabayon. Use equo to install it:</p>
<pre class="brush: bash; title: ; notranslate">catalin@atlantis ~ $ sudo equo install cellwriter
</pre>
<p>After go to System-&gt;Preferences-&gt;Session click on Add and write in the command field: <strong>cellwriter &#8211;hide-window &#8211;window-y=600 &#8211;keyboard-only</strong></p>
<p><strong>To login</strong> using OnScreen keyboard <strong>in tablet</strong> mode, you need two things:<br />
a) add <strong>cellwriter &#8211;window-y=600 &#8211;keyboard-only &#8211;read-only &amp;</strong> to <strong>/etc/X11/gdm/Init/Default</strong> before <strong>&#8220;exit 0&#8243;</strong></p>
<p>b) forget about fancy login themes <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<pre class="brush: bash; title: ; notranslate">catalin@atlantis ~ $ sudo gdmsetup</pre>
<p>Go to &#8220;<strong>Local</strong>&#8221; tab, select <strong>Style</strong>: &#8220;Plain with face browser&#8221; and <strong>Close</strong>.<br />
I personally don&#8217;t use it due to security reasons&#8230;</p>
<p>Anyway, <strong>if you know how to use</strong> the OnScreen keyboard <strong>WITH login themes</strong>, let me know please.</p>
<p>If you have comments, questions, know tools to make all the job easier, etc. just leave me a comment here and i&#8217;ll answer.</p>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/02/07/sabayon-touchscreen-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</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: grub recovery.</title>
		<link>http://x2.activestyle.ca/2009/02/02/sabayon-grub-recovery/</link>
		<comments>http://x2.activestyle.ca/2009/02/02/sabayon-grub-recovery/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 03:09:26 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=142</guid>
		<description><![CDATA[Two weeks ago i installed Windows 7 Beta to see why peoples have so many good words but, with this install i lost grub and i wasn&#8217;t able too boot in Linux until now. Not that the grub recovery is hard but i didn&#8217;t have time until today. Grub recovery is easy. Only a few [...]]]></description>
			<content:encoded><![CDATA[<p>Two weeks ago i installed Windows 7 Beta to see why peoples have so many good words but, with this install i lost grub and i wasn&#8217;t able too boot in Linux until now.</p>
<p>Not that the grub recovery is hard but i didn&#8217;t have time until today.</p>
<p>Grub recovery is easy. Only a few steps to follow.</p>
<p><span id="more-142"></span></p>
<p>Use any Linux live distribution which have grub installed and run in command prompt:<strong><br />
</strong>
<pre class="brush: bash; title: ; notranslate">
sudo grub
</pre>
<p>At grub prompt run:</p>
<pre class="brush: bash; title: ; notranslate">
grub&amp;gt; find /boot/grub/stage1
grub&amp;gt; root (hdX,Y)
grub&amp;gt; setup (hd0)
grub&amp;gt; quit
</pre>
<p>Replace <strong>X,Y</strong> with the values found after &#8220;<strong>find</strong>&#8221; command.<br />
Reboot.</p>
<p>If &#8220;<strong>find /boot/grub/stage1</strong>&#8221; fails with &#8220;<strong>Error 15: File not found</strong>&#8221; try &#8220;<strong>find /grub/stage1</strong>&#8221;</p>
<p>This should be all.</p>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/02/02/sabayon-grub-recovery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sabayon: suspend and dvd</title>
		<link>http://x2.activestyle.ca/2009/01/10/sabayon-suspend-is-working/</link>
		<comments>http://x2.activestyle.ca/2009/01/10/sabayon-suspend-is-working/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 03:20:38 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Resume]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[Suspend]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=115</guid>
		<description><![CDATA[Today i tried to add a new user but users-admin did something wrong and after a reboot nothing worked and i had to reinstall. After reinstall, Scroll, Tap and DoubleTab worked by default no idea why first time didn&#8217;t work out of the box. Anyway, i found the solution for Suspend. The problem is because [...]]]></description>
			<content:encoded><![CDATA[<p>Today i tried to add a new user but <strong>users-admin</strong> did something wrong and after a reboot nothing worked and i had to reinstall.</p>
<p>After reinstall, <strong>Scroll</strong>, <strong>Tap</strong> and <strong>DoubleTab</strong> worked by default <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' />  no idea why first time didn&#8217;t work out of the box. Anyway, i found the solution for <strong>Suspend</strong>. The problem is because of <strong>compiz</strong> so, before suspend the window manager should be changed to <strong>metacity</strong>. The second problem, after resume <strong>keyboard</strong> and <strong>touchpad </strong>don&#8217;t work (you need a usb keyboard/mouse to restart X). Sabayon is using <strong>pm-utils</strong> so, 3 files are needed.</p>
<p><span id="more-115"></span></p>
<p>1. To fix the <strong>keyboard/touchpad</strong> after resume download <a href="http://files.activestyle.ca/linux/sabayon/suspend/25i8042">/etc/pm/sleep.d/25i8042</a> and make the file executable:</p>
<pre class="brush: bash; title: ; notranslate">
chmod +x /etc/pm/sleep.d/25i8042 </pre>
<p>No reboot is needed.</p>
<p>2. For <strong>Suspend</strong> two files are needed. Download <a href="http://files.activestyle.ca/linux/sabayon/suspend/50compiz-fglrx-noclear">/etc/pm/config.d/50compiz-fglrx-noclear</a> and <a href="http://files.activestyle.ca/linux/sabayon/suspend/00compiz-fglrx">/etc/pm/sleep.d/00compiz-fglrx</a>. Make both files executable:</p>
<pre class="brush: bash; title: ; notranslate">
chmod +x /etc/pm/sleep.d/50compiz-fglrx-noclear
chmod +x /etc/pm/sleep.d/00compiz-fglrx</pre>
<p>No need to reboot, now, suspend should work.</p>
<p>I had problems with <strong>playing DVDs</strong> too. Kaffeine complained about win32 codecs and <strong>/dev/dvd</strong>. This time was easy:</p>
<pre class="brush: bash; title: ; notranslate">
sudo equo install libdvdcss
sudo equo install win32codecs
sudo ln -s /usr/lib32/win32 /usr/lib/win32
</pre>
<p>But with Kaffeine i have no sound so, i gave up. I use MPlayer&#8230; like many many more others <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Something else i did&#8217;t like was the beep almost everytime i pressed <strong>TAB. </strong>To fix it, just blacklist: <strong>pcspkr</strong> module.</p>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/01/10/sabayon-suspend-is-working/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sabayon: touchpad scroll and tap fix</title>
		<link>http://x2.activestyle.ca/2009/01/09/sabayon-touchpad-scroll-and-tap-fix/</link>
		<comments>http://x2.activestyle.ca/2009/01/09/sabayon-touchpad-scroll-and-tap-fix/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 18:28:00 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[DoubleTap]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[Scroll]]></category>
		<category><![CDATA[ScrollArea]]></category>
		<category><![CDATA[Synaptics]]></category>
		<category><![CDATA[Tap]]></category>
		<category><![CDATA[Touchpad]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=98</guid>
		<description><![CDATA[Yesterday trying to fix different bugs i found another issue: My touchpad didn&#8217;t work as expected. No &#8220;tap&#8220;, &#8220;doubletap&#8221; and no &#8220;scrolling&#8220;. After checking blogs and forums trying to find a fix, doing a lot of changes in xorg.conf i decided to check the synaptics manual to find the correct options and values: After a [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday trying to fix different bugs i found another issue:<br />
My touchpad didn&#8217;t work as expected. No &#8220;<strong>tap</strong>&#8220;, &#8220;<strong>doubletap</strong>&#8221; and no &#8220;<strong>scrolling</strong>&#8220;.</p>
<p>After checking blogs and forums trying to find a fix, doing a lot of changes in <strong>xorg.conf</strong> i decided to check the synaptics manual to find the correct options and values:</p>
<pre class="brush: bash; title: ; notranslate">cmc@atlantis ~ $ man 4 synaptics</pre>
<p>After a few hours of testing different things i came out with a small working tutorial.<br />
Of course, if <strong>synaptics </strong>is already installed and <strong>X</strong> is already working, this tutorial should work on any <strong>Linux </strong>distro.</p>
<p><span id="more-98"></span></p>
<ol>
<li>Find &#8220;Synaptics TouchPad&#8221; device.
<ul>
<li>
<pre class="brush: bash; title: ; notranslate">cmc@atlantis ~ $ less /proc/bus/input/devices</pre>
</li>
<li>Look for &#8220;Synaptics TouchPad&#8221; and bellow &#8220;Handlers&#8221;.</li>
<li>Write down the event value.</li>
</ul>
</li>
<li>Modify (as root)
<pre class="brush: bash; title: ; notranslate">/etc/X11/xorg.conf</pre>
<ul>
<li>Add
<pre class="brush: bash; title: ; notranslate">Load &quot;synaptics&quot;</pre>
<p> to <strong>Module</strong> section.</li>
<li>Add
<pre class="brush: bash; title: ; notranslate">InputDevice &quot;Synaptics TouchPad&quot;</pre>
<p> to <strong>ServerLayout</strong> section.</li>
<li>Create a new section <strong>InputDevice</strong>:
<pre class="brush: bash; title: ; notranslate">
Section &quot;InputDevice&quot;
Identifier      &quot;Synaptics Touchpad&quot;
Driver  &quot;synaptics&quot;
Option  &quot;SendCoreEvents&quot;        &quot;true&quot;
Option  &quot;Device&quot;                &quot;/dev/input/EVENTX&quot;
Option  &quot;Protocol&quot;              &quot;event&quot;
Option  &quot;SHMConfig&quot;             &quot;on&quot;
EndSection</pre>
</li>
</ul>
<div><span style="font-family: -webkit-monospace"><br />
</span></div>
<ul>
<li>Replace <strong>EVENTX</strong> with the value from <strong>/proc/bus/input/devices</strong>.</li>
<li>Restart <strong>X</strong> (Ctrl + Alt + Backspace or
<pre class="brush: bash; title: ; notranslate">sudo /etc/init.d/xdm restart</pre>
<p>).</li>
</ul>
</li>
<li>Use <strong>synclient </strong>to get different values from your touchpad.
<ul>
<li>In theory at least because for me didn&#8217;t work.<br />
Run in a terminal:</p>
<pre class="brush: bash; title: ; notranslate">
cmc@atlantis ~ $ synclient -m 200
</pre>
<p></strong>and then tap, double tap, move your finger from left to right and top to bottom on all sides to get the value of the edges.</li>
</ul>
</li>
<li>Modify (as root) <strong>/etc/X11/xorg.conf</strong> and add the final options to <strong>InputDevice </strong>section.
<ul>
<li>Use the values you already found using <strong>synclient</strong>.
<pre class="brush: bash; title: ; notranslate">
Option  &quot;LeftEdge&quot;              &quot;LLLL&quot;
Option  &quot;RightEdge&quot;             &quot;RRRR&quot;
Option  &quot;TopEdge&quot;               &quot;TTTT&quot;
Option  &quot;BottomEdge&quot;            &quot;BBBB&quot;
</pre>
</li>
</ul>
<div><span style="font-family: -webkit-monospace"><br />
</span></div>
<ul>
<li>Activate <strong>Horizontal </strong>and <strong>Vertical Scrolling</strong>.
<pre class="brush: bash; title: ; notranslate">
Option  &quot;HorizEdgeScroll&quot;       &quot;true&quot;
Option  &quot;VertEdgeScroll&quot;        &quot;true&quot;
</pre>
</li>
</ul>
<div><span style="font-family: -webkit-monospace"><br />
</span></div>
<ul>
<li>Enable <strong>edge scrolling</strong> to continue while the finger stays in an edge corner.
<pre class="brush: bash; title: ; notranslate">
Option  &quot;CornerCoasting&quot;        &quot;true&quot;
Option  &quot;CoastingSpeed&quot;         &quot;2&quot;
</pre>
</li>
</ul>
<div><span style="font-family: -webkit-monospace"><br />
</span></div>
<ul>
<li>Single tap and double tapping (use values reported by synclient if any, if not use trial and error).
<pre class="brush: bash; title: ; notranslate">
Option  &quot;TapButton1&quot;            &quot;1&quot;
Option  &quot;MaxTapTime&quot;            &quot;XXX&quot;
Option  &quot;MaxDoubleTapTime&quot;      &quot;ZZZ&quot;</pre>
</li>
</ul>
<div><span style="font-family: -webkit-monospace"><br />
</span></div>
<ul>
<li>Restart <strong>X</strong> (Ctrl + Alt + Backspace or
<pre class="brush: bash; title: ; notranslate">sudo /etc/init.d/xdm restart</pre>
<p>).</li>
</ul>
</li>
<li>If <strong>synclient </strong>is not working for you either.
<ul>
<li>Look in
<pre class="brush: bash; title: ; notranslate">/var/log/Xorg.0.log</pre>
<p> and find:
<pre class="brush: bash; title: ; notranslate">(II) Synaptics touchpad driver version 0.99.3</pre>
</li>
<li>Get the values of <strong>x-axis</strong> and <strong>y-axis</strong>.</li>
<li>Use them to define the edges in
<pre class="brush: bash; title: ; notranslate">/etc/X11/xorg.conf</pre>
<p> .</li>
<li>If you want a bigger scrolling area just use a bit smaller value for &#8220;<strong>RightEdge</strong>&#8221; and &#8220;<strong>BottomEdge</strong>&#8221; (again, trial and error).</li>
</ul>
</li>
<li>My <strong>InputDevice </strong>section.
<pre class="brush: bash; title: ; notranslate">
Section &quot;InputDevice&quot;
Identifier      &quot;Synaptics Touchpad&quot;
Driver  &quot;synaptics&quot;
Option  &quot;SendCoreEvents&quot;        &quot;true&quot;
Option  &quot;Device&quot;                &quot;/dev/input/event6&quot;
Option  &quot;Protocol&quot;              &quot;event&quot;
Option  &quot;SHMConfig&quot;             &quot;on&quot;
Option  &quot;LeftEdge&quot;              &quot;1472&quot;
Option  &quot;RightEdge&quot;             &quot;5372&quot;
Option  &quot;TopEdge&quot;               &quot;1408&quot;
Option  &quot;BottomEdge&quot;            &quot;4428&quot;
Option  &quot;HorizEdgeScroll&quot;       &quot;true&quot;
Option  &quot;VertEdgeScroll&quot;        &quot;true&quot;
Option  &quot;CornerCoasting&quot;        &quot;true&quot;
Option  &quot;CoastingSpeed&quot;         &quot;2&quot;
Option  &quot;TapButton1&quot;            &quot;1&quot;
Option  &quot;MaxTapTime&quot;            &quot;220&quot;
Option  &quot;MaxDoubleTapTime&quot;      &quot;220
EndSection
</pre>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/01/09/sabayon-touchpad-scroll-and-tap-fix/feed/</wfw:commentRss>
		<slash:comments>2</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>
		<item>
		<title>Sabayon: after install</title>
		<link>http://x2.activestyle.ca/2009/01/07/sabayon-after-install/</link>
		<comments>http://x2.activestyle.ca/2009/01/07/sabayon-after-install/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 17:33:41 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Conky]]></category>
		<category><![CDATA[Desktop Customization]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=43</guid>
		<description><![CDATA[Yesterday i managed to install Sabayon v4-r1 x86-64 and, as i expected, i have a lot of problems. What worked out of the box? Wired network (RTL8111/8168B) Accelerated graphics (ATI Radeon HD 3200) CPU Scaling (AMD Turion X2 64, RM-70) What didn&#8217;t? Long list!!! Suspend/Hibernate Digitizer (Wacom Penabled &#8211; touchscreen and pen) Sound (ATI Technologies [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday i managed to install <a href="http://www.sabayonlinux.org/">Sabayon v4-r1 x86-64</a> and, as i expected, i have a lot of problems.</p>
<p>What worked out of the box?</p>
<ol>
<li>Wired network (RTL8111/8168B)</li>
<li>Accelerated graphics (ATI Radeon HD 3200)</li>
<li>CPU Scaling (AMD Turion X2 64, RM-70)</li>
</ol>
<p><span id="more-43"></span></p>
<p>What didn&#8217;t? Long list!!!</p>
<ol>
<li>Suspend/Hibernate</li>
<li>Digitizer (Wacom Penabled &#8211; touchscreen and pen)</li>
<li>Sound (ATI Technologies Inc SBx00 Azalia &#8211; Intel HDA)</li>
<li>Microphone</li>
<li>Wireless (Broadcom BCM4322 rev 01)</li>
<li>Screen rotation</li>
<li>Remote control</li>
<li>All the keys around the screen (multimedia, DVD, Q)</li>
<li>&#8230; and, probably many more things i coudn&#8217;t find in one day.</li>
</ol>
<p>I started to dig on internet and Ubuntu forums are a gold mine.<br />
I found fast the fix for Audio and Wireless.<br />
<span style="color: #333333"><strong></strong></span></p>
<p><strong>Audio</strong></p>
<p>Modify
<pre class="brush: bash; title: ; notranslate">/etc/modprobe.d/alsa</pre>
<p> and add the following lines:</p>
<pre class="brush: bash; title: ; notranslate">options snd-cmipci mpu_port=0x330 fm_port=0x3888
options snd-hda-intel index=0 model=toshiba position_fix=1</pre>
<p>After run this command:</p>
<pre class="brush: bash; title: ; notranslate">update-modules</pre>
<p>and reboot or you can wait and reboot after you fix wireless.</p>
<p><strong>Wireless</strong></p>
<p>Ndiswrapper didn&#8217;t work, opensource driver didn&#8217;t work, b43-fwcutter didn&#8217;t work.<br />
Lucky, Broadcom released some time ago a proprietary driver for my chipset so, here we are. Posting using wireless.</p>
<p>Install proprietary driver:</p>
<pre class="brush: bash; title: ; notranslate">equo install broadcom-sta</pre>
<p>Modify/create <strong>/etc/conf.d/local.start</strong> and add:
<pre class="brush: bash; title: ; notranslate">/sbin/modprobe wl </pre>
<p> and make <strong>local.start </strong>executable with <strong>chmod +x /etc/conf.d/local.start</strong></p>
<p>Reboot after.</p>
<p>With wireless network working i will search for other fixes.  Most important, the microphone followed by the touchscreen. Until then the first step is Desktop customization: a better conky script, AWN, a new theme or at least a new background.</p>
<p>A few screenshots.</p>
<p>Fresh Sabayon install with a few customizations and already a bug: conky doesn&#8217;t recognize all variables. Anyway i have to modify the script so, hopefully i will find a fix.</p>
<p><strong>CPU Scaling applet and conky running</strong></p>
<div id="attachment_58" class="wp-caption alignnone" style="width: 310px"><a href="http://x2.activestyle.ca/wp-content/uploads/2009/01/snapshot1.png" rel="lightbox"><img class="size-medium wp-image-58" src="http://x2.activestyle.ca/wp-content/uploads/2009/01/snapshot1-300x187.png" alt="Fresh install" width="300" height="187" /></a><p class="wp-caption-text">Fresh install</p></div>
<p><strong>51 updates, 820Mb to download one week after release</strong></p>
<div id="attachment_60" class="wp-caption alignnone" style="width: 310px"><a href="http://x2.activestyle.ca/wp-content/uploads/2009/01/snapshot3.png" rel="lightbox"><img class="size-medium wp-image-60" src="http://x2.activestyle.ca/wp-content/uploads/2009/01/snapshot3-300x187.png" alt="51 updates, 820Mb download" width="300" height="187" /></a><p class="wp-caption-text">51 updates, 820Mb download</p></div>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/01/07/sabayon-after-install/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Linux, first day</title>
		<link>http://x2.activestyle.ca/2009/01/06/linux-first-day/</link>
		<comments>http://x2.activestyle.ca/2009/01/06/linux-first-day/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:12:25 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sabayon]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=27</guid>
		<description><![CDATA[No, no, don&#8217;t get me wrong is not my first day with Linux. Actually i used Linux for long long time but today, is my first day with Sabayon Linux. Maybe i&#8217;ll write a new post&#8230; &#8220;Linux: making a choice&#8221; to explain why i made this choice. Sabayon Linux version 4 was released on 31 [...]]]></description>
			<content:encoded><![CDATA[<p>No, no, don&#8217;t get me wrong <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  is not my first day with Linux.<br />
Actually i used Linux for long long time but today, is my first day with <a href="http://www.sabayonlinux.org/">Sabayon Linux</a>.</p>
<p>Maybe i&#8217;ll write a new post&#8230; &#8220;<strong>Linux: making a choice</strong>&#8221; to explain why i made this choice.</p>
<p><a href="http://www.sabayonlinux.org/">Sabayon Linux</a> version 4 was released on 31 December 2008.<br />
Is a Live DVD based on the source-based distro  <a href="http://www.gentoo.org/">Gentoo</a>.<span id="more-27"></span> Sabayon Linux is using <a href="http://wiki.sabayonlinux.org/index.php?title=En:Entropy">Entropy</a> as package manager. The best part, with Entropy, binary packages are provided so is not necessarily to compile every package you need (i know, i know, this is not Gentoo anymore). Emerge can be used too so, if the binary is not available you can still have it on your system.</p>
<p>My laptop is a HP Pavilion from tx2500 series. Is on the market only from a few months and after a search with <a href="http://www.google.com/">Google</a> i found lot forum threads with solved/unsolved problems, tips &amp; ticks, questions, etc. I begin today my journey with Sabayon and i&#8217;ll write about every success, every problem i have, every piece of info i find until i will finally setup a fully functional Sabayon on my laptop.</p>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/01/06/linux-first-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

