Re: Thinkpad Z60T suspend to ram

2008-01-11 Thread 8rino
quot;$ACPI_SLEEP" ]; then S2RAM_OPTS=" --acpi_sleep $ACPI_SLEEP" fi if [ -n "$S2RAM_OPTS" ]; then into if [ -n "$ACPI_SLEEP" ]; then S2RAM_OPTS+=" --acpi_sleep $ACPI_SLEEP" fi if [ -n "$S2RAM_OPTS" ]; then Now everyt

Re: Thinkpad Z60T suspend to ram

2008-01-10 Thread Florian Kulzer
On Thu, Jan 10, 2008 at 10:54:12 -0800, 8rino wrote: > > [...] > >I think the mistake is in this line: > > [ -f $cfgs ] || continue > >It should have "$cfg" instead of "$cfgs": > > [ -f $cfg ] || continue > Removing the "s" from that line seems to work, since I do n

Re: Thinkpad Z60T suspend to ram

2008-01-10 Thread 8rino
27;ve added "2511EJG" in /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi but nothing changes. Any further idea ? PS Should I report the error "cfgs for cfg" in /usr/lib/pm-utils/functions ? Where ? At http://people.freedesktop.org/~hughsient/quirk

Re: Thinkpad Z60T suspend to ram

2008-01-09 Thread Florian Kulzer
On Wed, Jan 09, 2008 at 08:28:02 -0800, 8rino wrote: > On Tue, Jan 08, 2008 at 01:40:37 -0800, 8rino wrote: > [...] > If I understand you correctly, you can suspend and resume without > problems if you use this command directly? That means you almost have it > working already. We just have to figur

Re: Thinkpad Z60T suspend to ram

2008-01-09 Thread 8rino
ly 6 months ago or so. We are somehow colleagues. You can find me here http://www4.unifi.it/dssnp/english/professors/pantani.htm -- View this message in context: http://www.nabble.com/Thinkpad-Z60T-suspend-to-ram-tp2570039p14715291.html Sent from the Debian Laptop mailing list archive at Nabble.com.

Re: Thinkpad Z60T suspend to ram

2008-01-08 Thread Florian Kulzer
On Tue, Jan 08, 2008 at 01:40:37 -0800, 8rino wrote: [...] > I did the following: > > apt-get install hibernate > that installed also vbetool > > I tried to read the manuals, but I did not understand properly what I'm > suppose to do. I initially suggested hibernate and vbetool because they h

Re: Thinkpad Z60T suspend to ram

2008-01-08 Thread 8rino
ki.org/wiki/Problem_with_display_remaining_black_after_resume -- View this message in context: http://www.nabble.com/Thinkpad-Z60T-suspend-to-ram-tp2570039p14685208.html Sent from the Debian Laptop mailing list archive at Nabble.com. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Thinkpad Z60T suspend to ram

2008-01-04 Thread Florian Kulzer
On Fri, Jan 04, 2008 at 01:39:42 -0800, 8rino wrote: > > Hi all, here is Ottorino from Florence, Italy. > I own a Z60t on which I recently installed Debian lenny kernel 2.6.22-3-686. > I have the same problem with suspend/hibernate. > Pressing the blue keys Fn+moon the computer hibernate > Pressi

Re: Re: Thinkpad Z60T suspend to ram

2008-01-04 Thread 8rino
and SwitchToText does not help. > > If I remove kdm from /etc/rc2.d, then after resuming, I can start kde, > no problem at all. However, once X was running, future attempt to > restart X after resuming will fail, no matter whether I stop X or not > before suspending to ram. > >

Re: Thinkpad Z60T suspend to ram

2006-02-01 Thread Raúl Sánchez Siles
Here you are. I sent it before, but seems that the mailing list filters removed it. Regards, -- Raúl Sánchez Siles ram.conf.gz Description: application/gzip signature.asc Description: OpenPGP digital signature

Re: Re: Thinkpad Z60T suspend to ram

2006-01-30 Thread Lei Kong
I own a Dell i510m, which has an Intel 855GM graphics card. I had very similar problems, and finally used the attached hibernate script configuration file to suspend to RAM my laptop. For using this in a nice way, I use the acpid and modifify the lid event file[1] that it executes a script wh

Re: Thinkpad Z60T suspend to ram

2006-01-29 Thread Raúl Sánchez Siles
I own a Dell i510m, which has an Intel 855GM graphics card. I had very similar problems, and finally used the attached hibernate script configuration file to suspend to RAM my laptop. For using this in a nice way, I use the acpid and modifify the lid event file[1] that it executes a script whi

Re: Re: Thinkpad Z60T suspend to ram

2006-01-25 Thread Lei Kong
Hi Lei Kong, the problem is that the video card does not pick up. Switch to console mode before suspending (example ctrl+alt+F1). Or do it with a script as described in the snip below. [snip] chvt 1 sleep 1 echo -n "mem" > /sys/power/state vbetool post chvt 7 [/snip] Also nice to include [

Re: Re: Thinkpad Z60T suspend to ram

2006-01-25 Thread Lei Kong
Does your display problem occur when you suspend/resume from a virtual terminal or only when you suspend X? If the problem is with X then the option "UseDummyXServer yes" in hibernate.conf might fix it. Generally I would recommend to start from the hibernate.conf which is shipped with Debian and

Re: Thinkpad Z60T suspend to ram

2006-01-25 Thread [EMAIL PROTECTED]
On Tue, 24 Jan 2006 22:24:05 -0500 Lei Kong <[EMAIL PROTECTED]> wrote: > Hi, > > I have problems with getting suspend-to-ram/resume work on > my thinkpad z60t. When resuming, it always gave me a blank screen. > I know the machine is running because I can ssh onto it. ... > Anyone has a clue ho

Re: Thinkpad Z60T suspend to ram

2006-01-25 Thread Florian Kulzer
Lei Kong wrote: Hi, I have problems with getting suspend-to-ram/resume work on my thinkpad z60t. When resuming, it always gave me a blank screen. I know the machine is running because I can ssh onto it. Z60T comes with Intel 915GM display controller, and I am using the i810 driver shipped with

Thinkpad Z60T suspend to ram

2006-01-24 Thread Lei Kong
Hi, I have problems with getting suspend-to-ram/resume work on my thinkpad z60t. When resuming, it always gave me a blank screen. I know the machine is running because I can ssh onto it. Z60T comes with Intel 915GM display controller, and I am using the i810 driver shipped with xorg.6.8.2. My lo