blob: ca787f142c3f00a2c5b44da9ab1fb4f52f82246f [file] [log] [blame]
Mauro Carvalho Chehab151f4e22019-06-13 07:10:36 -03001================
2swsusp/S3 tricks
3================
4
Pavel Macheka2531292010-07-18 14:27:13 +02005Pavel Machek <pavel@ucw.cz>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
7If you want to trick swsusp/S3 into working, you might want to try:
8
9* go with minimal config, turn off drivers like USB, AGP you don't
10 really need
11
12* turn off APIC and preempt
13
Matt LaPlante53cb4722006-10-03 22:55:17 +020014* use ext2. At least it has working fsck. [If something seems to go
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 wrong, force fsck when you have a chance]
16
17* turn off modules
18
19* use vga text console, shut down X. [If you really want X, you might
20 want to try vesafb later]
21
22* try running as few processes as possible, preferably go to single
23 user mode.
24
25* due to video issues, swsusp should be easier to get working than
26 S3. Try that first.
27
28When you make it work, try to find out what exactly was it that broke
29suspend, and preferably fix that.