tricks.txt 753 B

12345678910111213141516171819202122232425262728
  1. swsusp/S3 tricks
  2. ~~~~~~~~~~~~~~~~
  3. Pavel Machek <pavel@ucw.cz>
  4. If you want to trick swsusp/S3 into working, you might want to try:
  5. * go with minimal config, turn off drivers like USB, AGP you don't
  6. really need
  7. * turn off APIC and preempt
  8. * use ext2. At least it has working fsck. [If something seems to go
  9. wrong, force fsck when you have a chance]
  10. * turn off modules
  11. * use vga text console, shut down X. [If you really want X, you might
  12. want to try vesafb later]
  13. * try running as few processes as possible, preferably go to single
  14. user mode.
  15. * due to video issues, swsusp should be easier to get working than
  16. S3. Try that first.
  17. When you make it work, try to find out what exactly was it that broke
  18. suspend, and preferably fix that.