ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / Documentation / power / tricks.txt
1         swsusp/S3 tricks
2         ~~~~~~~~~~~~~~~~
3 Pavel Machek <pavel@suse.cz>
4
5 If you want to trick swsusp/S3 into working, you might want to try:
6
7 * go with minimal config, turn off drivers like USB, AGP you don't
8   really need
9
10 * use ext2. At least it has working fsck. [If something seemes to go
11   wrong, force fsck when you have a chance]
12
13 * turn off modules
14
15 * use vga text console, shut down X. [If you really want X, you might
16   want to try vesafb later]
17
18 * try running as few processes as possible, preferably go to single
19   user mode.
20
21 * due to video issues, swsusp should be easier to get working than
22   S3. Try that first.
23
24 When you make it work, try to find out what exactly was it that broke
25 suspend, and preferably fix that.