public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* suspend to RAM on lifebook 7110
@ 2006-12-07 22:18 Miroslav Ruda
  2006-12-18  6:38 ` Stefan Seyfried
  0 siblings, 1 reply; 14+ messages in thread
From: Miroslav Ruda @ 2006-12-07 22:18 UTC (permalink / raw)
  To: seife; +Cc: linux-acpi

Hi,

 I'm installing opensuse 10.2 on Fujitsu Siemens Lifebook 7110 (intel
dual core, intel 965 chipset, intel 945 graphics chipset ...).
Most of hardware works fine, but I have some problems with suspend to
ram - suspend/resume using s2ram works fine, but display remains nearly 
black. I can see very hardly what's on display, but machine including
network works fine.

I have tested s2ram on Suse 2.6.18.2-23-default or vanila 2.6.19+swsusp2
with the same problems.

s2ram -i returns
This machine can be identified by:
    sys_vendor   = "FUJITSU SIEMENS"
    sys_product  = "LIFEBOOK S7110"
    sys_version  = " "
    bios_version = "Version 1.18 "

s2ram -f -a[0123] gives the same result, -s -p combinations doesn't work
too. Switching back to text console doesn't help. Using xset dpms force
off doesn't help too. The same problem I have both on text console and
using Xserver.

Do you have any idea what may be wrong? 

-- 
                  Mirek Ruda 

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: suspend to RAM on lifebook 7110
@ 2006-12-08 12:33 Frank Ursel
  2006-12-08 21:13 ` Miroslav Ruda
  0 siblings, 1 reply; 14+ messages in thread
From: Frank Ursel @ 2006-12-08 12:33 UTC (permalink / raw)
  To: linux-acpi; +Cc: ruda

Hi,

> ram - suspend/resume using s2ram works fine, but display remains nearly 
> black. I can see very hardly what's on display, but machine including
> network works fine.

After resume the backlight remains off. All other stuff is working, but
whitout backlight its a bit hard to work :-) I have the same Lifebook
and for me the following is working very well:

Before i actually suspend the notebook, i write some data about the
graphic card on disk and on resume the data is written back to the
graphic card and everything works fine (I'm writing only the relevant
parts in here):

 # discover video card's ID
 ID=`lspci | grep VGA | awk '{ print $1 }' | sed -e 's@0000:@@' -e 's@:@/@'`

 # dump current data from the video card to the temporary file
 cat /proc/bus/pci/$ID > $TMP_FILE

 # suspend
 echo -n mem > /sys/power/state

 # restore video card data from the temporary file
 # on resume
 cat $TMP_FILE > /proc/bus/pci/$ID

Note: This works fine for me in a script, which is invoked by acpi on
      button-press. I'm using Debian/SID and i don't know where the right
      place for manipulation on Suse is. Maybe you need to tweek a bit
      ;-)

HTH,
Frank

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-12-18 20:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-07 22:18 suspend to RAM on lifebook 7110 Miroslav Ruda
2006-12-18  6:38 ` Stefan Seyfried
2006-12-18  9:30   ` Frank Ursel
2006-12-18 16:53   ` Miroslav Ruda
  -- strict thread matches above, loose matches on Subject: below --
2006-12-08 12:33 Frank Ursel
2006-12-08 21:13 ` Miroslav Ruda
2006-12-18  6:51   ` Stefan Seyfried
2006-12-18 11:11     ` Matthew Garrett
2006-12-18 11:29       ` Stefan Seyfried
2006-12-18 12:05         ` Matthew Garrett
2006-12-18 17:48           ` Stefan Seyfried
2006-12-18 20:00             ` Rafael J. Wysocki
2006-12-18 12:16         ` Pavel Machek
2006-12-18 15:55           ` Rafael J. Wysocki

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