Sabayon: little success
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 on top.
The fix: a small wrapper to start Conky after 10 seconds.
#!/bin/sh sleep 10s /usr/bin/conky
Save file in:
/usr/bin/conky.wrapper.sh
and modify the “Conky” entry in
System->Preferences->Sessions
to
/usr/bin/conky.wrapper.sh
This should fix the problem.
Another issue was with CPU scaling governor.
After each reboot one core was running at 1GHz and the second one at 2GHz.
The fix is simple. Add the following 2 lines to
/etc/conf.d/local.start
echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor echo "ondemand" > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
Available options: conservative, ondemand, performance, powersave.
I spotted 2 more problems:
- While playing movies the window is flickering.
- From time to time the entire system is freezing for a few seconds and System Monitor show a CPU spike.
First problem affects every OpenGL application if Compiz is running.
There are a few workarounds but no fix yet. Everyone is waiting for the 9.01 closed source ATI drivers (fglrx).
Workarounds:
- 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.
- In CCSM unredirect full screen windows
- In CCSM “Extra WM Actions” should be activated and a keyboard shortcut should be defined for “Toggle Redirect”. Whenever a window is flickering, hit that keyboard shortcut and it will stop flickering.
- In your player change the output from xv to x11.
Personally i use the 1st one.
I couldn’t find any solution for the system freeze, hibernate/sleep, etc.
Not yet but tomorrow is another day.
Posted: January 8th, 2009
at 1:47pm by Catalin C.
Tagged with ATI, Compiz, Conky, fglrx, Linux, Sabayon, Scalling, Scalling Governor, Wallpapers
Categories: Linux
Comments: 1 comment
One Response to 'Sabayon: little success'
Subscribe to comments with RSS or TrackBack to 'Sabayon: little success'.

















[...] this post worked. CPU wasn’t set to “ondemand” so i had to apply the fix from this post. Microphone didn’t work either … still muted by default so, i had to use aslamixer to [...]
Back to Linux! | x2 // activeStyle
27 Jul 09 at 9:35 PM