aptitude install ksshaskpass
cat >~/.kde/Autostart/ssh-add.sh <<_EOT_
#!/bin/sh
export SSH_ASKPASS=/usr/bin/ksshaskpass
ssh-add </dev/null
_EOT_
chmod +x ~/.kde/Autostart/ssh-add.sh
~/.kde/Autostart/ssh-add.sh
# vi /opt/ssh/etc/sshd_config
and make sure "X11Forwarding yes" is uncommented. If you made a change to this file, restart the daemon:
# /sbin/init.d/secsh stop
# /sbin/init.d/secsh start
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1092967
sleep 1; xset dpms force off
download gnome-panel sources and edit gnome-panel/panel-menu-items.c and replace MAX_ITEMS_OR_SUBMENU = 5 with 25, then compile.
Stored in ~/.gtk-bookmarks
replace /usr/share/pixmaps/backgrounds/gnome/background-default.jpg
gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true
Enable Metacity Compositing in GNOME 2.22 | Tombuntu

1) Xorg.conf
Added the following on Device Section
Option “DRI” “true”
Option “AccelMethod” “XAA”
Option “XAANoOffscreenPixmaps” “True”
Option “XaaNoPixmapCache”
2) .bashrc
Added the following on my bashrc file
export INTEL_BATCH=1
