Bugzilla – Bug 117627
Suspend modus does not work
Last modified: 2005-09-20 19:17:36 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.
After restarting the computer from suspend mode, the kernel and kernelmodules are loaded. After that the computer hangs with a kernel panic.
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?
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 /.
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.
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;...)
(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