Summary: | suspend-to-ram and synaptics driver not working | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Zak Peirce <plastikman> |
Component: | [OLD] Unspecified | Assignee: | X11 External Driver Maintainers <x11-drivers> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2005.0 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Zak Peirce
2006-03-11 21:48:07 UTC
Do you have it set up to switch virtual terminal away from X when going into hibernate? I have read some things saying that you must do this for the touchpad to work after resuming. I think maybe the hibernate script just does it for me, because I have no troubles (I have a Dell Inspiron 6000), but I use the powersave daemon to process my hibernate request, and it does a number of other things (like removing/reinserting kernel modules) to help with the process, so maybe it's taking care of it for me. I'd highly recommend the powersave daemon if you're not already using it. Combined with KPowersave for KDE, it's a dream come true. Almost as smooth as Windows. Even comes back from suspend with the session locked (that's an option). Running "hibernate-ram" has nothing to do with suspend2, it is for suspend-to-ram. Isnt hibernate to ram part of suspend2? The reason that I ask is becuse I was not able to get it to "Work" untill I used a kernel with the suspend2 patch. (In reply to comment #3) > Isnt hibernate to ram part of suspend2? The reason that I ask is becuse I was > not able to get it to "Work" untill I used a kernel with the suspend2 patch. No, it isn't. ok then please explain how i make the suspend to ram function. Make sure you have ACPI Sleep States enabled in your kernel. Then just echo "ram" > /sys/power/state. Of course, it's not likely that your machine will resume cleanly having only done that. That's why there have been tools like s2ram developed. See Bug #128468 for an ebuild of the s2ram tool. turns out that this is not an issue with suspend 2 or the synaptics driver. I have the same problem when using acpi suspend to ram with "acpitool -s" and without the synaptics driver. I thought that maybe this was due to a bad DSDT table to i fived that and injected it into the kernel but still the problem exists. How can i diagnose what is going on when my laptop comes back from slep to make the touchpad non functional? Have you tried switching out to a text console virtual terminal prior to suspend-to-RAM, and then switching back into your X virtual terminal after resume? That has worked for many people. The powersave daemon can be configured to do that automatically. I just tested switching to a VT and I have the same issue. I dont know of a good way to debug the problem any one have any ideas on how to debug the touchpad not comming back after suspend to ram The old synaptics driver is now deprecated and largely superseded by xf86-input-synaptics. If you still have suspend/hibernate issues with the new driver, please don't hesitate to open a new bug with updated information. Thanks |