brintos

brintos / linux-shallow public Read only

0
0
Text · 769 B · ca787f1 Raw
30 lines · plain
1================2swsusp/S3 tricks3================4 5Pavel Machek <pavel@ucw.cz>6 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't10  really need11 12* turn off APIC and preempt13 14* use ext2. At least it has working fsck. [If something seems to go15  wrong, force fsck when you have a chance]16 17* turn off modules18 19* use vga text console, shut down X. [If you really want X, you might20  want to try vesafb later]21 22* try running as few processes as possible, preferably go to single23  user mode.24 25* due to video issues, swsusp should be easier to get working than26  S3. Try that first.27 28When you make it work, try to find out what exactly was it that broke29suspend, and preferably fix that.30