https://bugzilla.novell.com/show_bug.cgi?id=190481 ------- Comment #15 from seife@novell.com 2006-12-19 13:41 MST ------- Created an attachment (id=110414) --> (https://bugzilla.novell.com/attachment.cgi?id=110414&action=view) rpm package of current suspend CVS + the pci_save patch Usage is simple: root@strolchi:/tmp# s2ram -h Usage: s2ram [-nhi] [-fspmra] Options: -h, --help: this text. -n, --test: test if the machine is in the database. returns 0 if known and supported -i, --identify: prints a string that identifies the machine. -f, --force: force suspending, even on unknown machines. the following options are only available with --force: -s, --vbe_save: save VBE state before suspending and restore after resume. -p, --vbe_post: VBE POST the graphics card after resume -m, --vbe_mode: get VBE mode before suspend and set it after resume -r, --radeontool: turn off the backlight on radeons before suspending. -a, --acpi_sleep: set the acpi_sleep parameter before suspend 1=s3_bios, 2=s3_mode, 3=both -v, --pci_save: save the PCI config space for the VGA card. -------- so you just add "-v" to the flags you already found out working, in your case the complete command line will probably be "s2ram -f -v -a3" or "s2ram -f -v -p -m" Let me know if this helps :-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.