Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - SuSE Linux > ARCHIVES - Hardware Support > ARCHIVES - Notebooks
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Notebooks This is a special forum dedicated to notebook problems.

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 25-Mar-2005, 15:01
linux_or_bust
Guest
 
Posts: n/a
Default

I have been working on getting the power saving options in SUSE 9.2 to function correctly on my TP 600e. Everytime I try to close the lid on the laptop, the screen is all scrambled and will not resume,and I have to restart the laptop. I have read that putting acpi_sleep=s3_bios to the grub boot line will fix the problem. However, my question is, if I do that, do i need to disable powersaved or APM and enable ACPI? Also where exactly is the grub boot line? I have gone into the boot line editor but am unsure as to were to input the line...

Any help would be appriciated, this is the last thing I need to tweak, and this has me stumped.
  #2 (permalink)  
Old 27-Mar-2005, 09:25
pseudonym
Guest
 
Posts: n/a
Default

re:bootline
the grub bootline like you guessed is accessible through the bootline editor. so the before would look similar to :

Code:
 kernel (hd0,1)/vmlinuz root=/dev/sda6 vga=0x317 selinux=0 splash=silent resume=/dev/sda11 desktop elevator=as showopts
and the after

Code:
 kernel (hd0,1)/vmlinuz root=/dev/sda6 vga=0x317 selinux=0 splash=silent resume=/dev/sda11 desktop elevator=as showopts acpi_sleep=s3_bios
changing the commands from the boot screen is, however, a non permanant change which you would have to do every time you boot. default options can be changed permanantly through modifying /boot/grub/menu.1st

re:apm acpi ...
I'm not sure about the situation regarding these- could you post up the results of

Code:
dmesg | egrep -i 'apm|acpi'
(this should show details of what apm and acpi are doing when the kernel is loaded).
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2