public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: laptop screen apm problems
       [not found] <3D6E418A.6010903@ieee.org>
@ 2002-09-03 14:17 ` D. Sen
  0 siblings, 0 replies; only message in thread
From: D. Sen @ 2002-09-03 14:17 UTC (permalink / raw)
  To: sfr; +Cc: D. Sen, hy0, linux-kernel

Hi Steve,

Not having heard from you, I decided to tinker with apm.c to see if I 
could solve the problem. In particular I compared it with the 2.4.18 
apm.c (I had no problems with 2.4.18). The following seems to fix my 
problem.

Changing line 1786 in apm.c (from the 2.4.19 kernel tree) from:
			idle_period = simple_strtol(str + 12, NULL, 0);

to:
			idle_period = simple_strtol(str + 15, NULL, 0);

solves the problem.

DS

D. Sen wrote:
> Hi Steve,
> 
> I am experiencing some intermittent problems trying to suspend my 
> laptop. The laptop (IBM Thinkpad T30) seems to suspend fine after using 
> 'apm -s' or the Fn+F4 key stroke, but a miniscule of a second later, the 
> LCD screen turns back on with a weird display. Going through the 
> resume-suspend cycle a few times, I can usually get the machine to 
> eventually suspend correctly.
> 
> It seems like not enough time is given for the LCD to turn off correctly.
> 
> In fact, when the problem happens if I do an 'apm -S' (or Fn+F3, to just 
> turn the screen off) and then quickly follow it up using an 'apm -s' or 
> Fn+F4, I usually get the correct suspend behaviour.
> 
> Any ideas?
> 
> Thanks,
> DS
> 



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-03 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <3D6E418A.6010903@ieee.org>
2002-09-03 14:17 ` laptop screen apm problems D. Sen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox