Bug 117627 - Suspend modus does not work
Summary: Suspend modus does not work
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Kernel (show other bugs)
Version: RC 1
Hardware: x86-64 All
: P5 - None : Minor
Target Milestone: ---
Assignee: Pavel Machek
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-17 12:50 UTC by Armin Mohring
Modified: 2005-09-20 19:17 UTC (History)
0 users

See Also:
Found By: System Test
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Armin Mohring 2005-09-17 12:50:22 UTC
Hardware: AMD Athlon 64 3200, MSI Nforce 250GB Mainboard, 1GB RAM, Geforce
FX5900XT Graphicscard with 128MB RAM, Nvidia Graphicsdriver 1.0-7676.

I tried the suspend mode, but the reawake from suspend mode does not work.
Comment 1 Armin Mohring 2005-09-19 11:55:33 UTC
After restarting the computer from suspend mode, the kernel and kernelmodules
are loaded. After that the computer hangs with a kernel panic.
Comment 2 Forgotten User ZhJd0F0L3x 2005-09-19 18:44:31 UTC
NVidia driver is not really supported wrt. suspend.
Some documentation to get it working is in
http://www.susewiki.org/index.php?title=Suspend_NVidia_HOWTO and in
http://www.susewiki.org/index.php?title=ACPI_suspend

Did you suspend to RAM or suspend to disk? How did you do it?
Comment 3 Armin Mohring 2005-09-20 17:38:27 UTC
From the logout menu I used "Suspend computer" (I think, it was suspend to disk).
In the computer bios, S3 is enabled.

No agp module is loaded. (lsmod | grep agp).

Reawake from S3 done with pressing the power button.

Harddisk layout: 100MB ext2, 1GB swap, 140GB for /.
Comment 4 Forgotten User ZhJd0F0L3x 2005-09-20 18:47:25 UTC
Gnome or KDE?

for reproduceability, you could try in a terminal:

 powersave -u # suspend to RAM
 powersave -U # suspend to disk

But it won't work out of the box with the binary only NVidia driver.
Comment 5 Armin Mohring 2005-09-20 19:07:45 UTC
I use KDE;
I have downloaded the Nvidia driver package from www.nvidia.com
Install: init 3; ./Nvidia....; compiled on my machine for kernel with installed
source; sax2 -m0=nvidia;...)
Comment 6 Forgotten User ZhJd0F0L3x 2005-09-20 19:17:36 UTC
(In reply to comment #5)  
> I have downloaded the Nvidia driver package from www.nvidia.com  
> Install: init 3; ./Nvidia....; compiled on my machine for kernel with  
installed  
> source; sax2 -m0=nvidia;...)  
  
(In reply to comment #4)   
> But it won't work out of the box with the binary only NVidia driver.   
 
(In reply to comment #2) 
> NVidia driver is not really supported wrt. suspend. 
> Some documentation to get it working is in 
> http://www.susewiki.org/index.php?title=Suspend_NVidia_HOWTO and in 
> http://www.susewiki.org/index.php?title=ACPI_suspend