Using the 2.0 series of the Intel driver, suspend and resume works for me on my IBM G40 without doing any additional fixups. Doing a VBE_SAVE which was necessary with the older drivers is now actually harmful as it will kill 3D capabilities.

The attached patch fixes this.

--
David Härdeman
--- whitelist.c.orig	2007-05-28 13:50:31.000000000 +0200
+++ whitelist.c	2007-05-28 13:51:41.000000000 +0200
@@ -284,8 +284,8 @@
 	{ "IBM",			"",		"ThinkPad T43",	"", S3_BIOS|S3_MODE },
 	/* T43p reported by Magnus Boman */
 	{ "IBM",			"",	"ThinkPad T43p",	"", S3_BIOS|S3_MODE },
-	/* G40 confirmed by David H"ademan */
-	{ "IBM",			"2388*",		"",	"", VBE_SAVE },
+	/* G40 confirmed by David Härdeman */
+	{ "IBM",			"2388*",		"",	"", 0 },
 	/* R32 */
 	{ "IBM",			"2658*",		"",	"", 0 },
 	/* R40 */
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to