Moderator: Moderators

vnandak wrote:Hi,
I have a unique issue. In KDE I cannot go to sleep/hibernate. It only invokes the screensaver and locks up the screen. Even if I disable the screensaver the same screensaver appears again during sleep. When in gnome, I can go to sleep without any problem. I tried all settings in the KDE System settings panel, but to no avail. I can go to sleep using console command of pm-suspend at root/sudo. This I observed only recently.
The systems details are as follows:
Linux DellXPS 2.6.33-sabayon #1 SMP x86_64 Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz Gen GNU/Linux
KDE 4.4.3, gnome 2.28.2, the system is update as of 29/5/2010.
mktyap wrote:I have the LMZ module kernel of 2.6.34-sabayon.
mktyap wrote:Does the Error 2 message on boot up:" Failed to launch user program /usr/local/sbin/tuxonice_fbsplash" something to do with this?
# eix tuxonice-userui
[I] sys-apps/tuxonice-userui
Available versions: 1.0 {fbsplash}
Installed versions: 1.0(20:08:56 30/03/10)(-fbsplash)
Homepage: http://www.tuxonice.net
Description: User Interface for TuxOnIce$ cat /usr/src/linux/.config | grep LZO
CONFIG_HAVE_KERNEL_LZO=y
# CONFIG_KERNEL_LZO is not set <----- Kernel Compression Mode was selected to be LZMA rather than LZO
CONFIG_RD_LZO=y
CONFIG_JFFS2_LZO=y
# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
CONFIG_UBIFS_FS_LZO=y
CONFIG_SQUASHFS_LZO=y
CONFIG_CRYPTO_LZO=m
CONFIG_LZO_COMPRESS=m
CONFIG_LZO_DECOMPRESS=y
CONFIG_DECOMPRESS_LZO=y$ cat /usr/src/linux/.config | grep LZO
CONFIG_HAVE_KERNEL_LZO=y
# CONFIG_KERNEL_LZO is not set <---- I left Kernel Compression Mode as LZMA rather than LZO
CONFIG_RD_LZO=y
CONFIG_JFFS2_LZO=y
# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
CONFIG_UBIFS_FS_LZO=y
CONFIG_SQUASHFS_LZO=y
CONFIG_CRYPTO_LZO=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_DECOMPRESS_LZO=y[*] Hibernation (aka 'suspend to disk')
(/dev/sda5) Default resume partition<*> Userspace User Interface support
(/sbin/tuxoniceui_text) Default userui program locationCryptographic API --->
<*> LZO compression algorithm#!/bin/bash
#
# Quick shell script to automatically patch the genkernel-produced initramfs
# file in order to hibernate/resume using /sbin/tuxoniceui_text (or
# /sbin/tuxoniceui_fbsplash) in this initrd image
#
if [ $# -ne 1 ]; then
echo "Usage: $0 initramfs-genkernel-x86_64-2.x.xx-sabayon[-rx]"
exit 1
fi
echo "\"${1}\""
if [[ "${1}" =~ initramfs-genkernel-x86_64-2\.[0-9]+\.[0-9]+-sabayon.* ]]; then
echo -n
else
echo "Usage: $0 initramfs-genkernel-x86_64-2.x.xx-sabayon[-rx]"
exit 2
fi
#
cd ~
if [ ! -d ./tmp ]; then
echo "${0}: Directory ~/tmp does not exist -- exiting..."
exit -1
fi
#
cd ./tmp
if [ -d ./tmp ]; then
echo "${0}: Directory ~/tmp/tmp exists -- exiting..."
exit -2
fi
#
gzip -dc /boot/$1 > ./${1}.cpio
#
mkdir ./tmp
cd ./tmp
cpio -idm --quiet -H newc < ../${1}.cpio
#
cp -ip /sbin/tuxoniceui_* ./sbin/
ln -s default ./etc/splash/sabayon
#
find . | cpio --quiet --dereference -o -H newc > ../${1}.cpio.new
cd ..
gzip -9 ./${1}.cpio.new
#
mv -i /boot/${1} /boot/${1}.orig
mv -i ./${1}.cpio.new.gz /boot/${1}
rm -i ./${1}.cpio
rm -fr ./tmp
#
exit 0# cd /boot
# mv /home/fitzcarraldo/tuxoniceui_initramfs_modify.sh /boot/tuxoniceui_initramfs_modify.sh
# chmod +x tuxoniceui_initramfs_modify.sh
# mkdir /root/tmp/
# ./tuxoniceui_initramfs_modify.sh initramfs-genkernel-x86_64-2.6.36-sabayonReturn to 3D Desktops and Window Managers
Users browsing this forum: No registered users and 2 guests