diff -Nru /tmp/67CQvK1z16/acpi-support-0.89/debian/changelog /tmp/hoCU9G3oC4/acpi-support-0.90/debian/changelog --- /tmp/67CQvK1z16/acpi-support-0.89/debian/changelog 2006-09-15 21:44:04 +0100 +++ /tmp/hoCU9G3oC4/acpi-support-0.90/debian/changelog 2006-10-15 18:09:29 +0100 @@ -1,3 +1,10 @@ +acpi-support (0.90) edgy; urgency=low + + * Explicitly switch the screen back to text mode if it was that way + before resume + + -- Matthew Garrett Sun, 15 Oct 2006 18:09:03 +0100 + acpi-support (0.89) edgy; urgency=low * Add support for high-res uswsusp diff -Nru /tmp/67CQvK1z16/acpi-support-0.89/resume.d/17-video-restore.sh /tmp/hoCU9G3oC4/acpi-support-0.90/resume.d/17-video-restore.sh --- /tmp/67CQvK1z16/acpi-support-0.89/resume.d/17-video-restore.sh 2006-04-21 16:08:43 +0100 +++ /tmp/hoCU9G3oC4/acpi-support-0.90/resume.d/17-video-restore.sh 2006-10-15 18:08:57 +0100 @@ -5,6 +5,8 @@ vbetool vbestate restore <$VBESTATE if [ $VBEMODE != "3" ]; then vbetool vbemode set $VBEMODE; + else + vbetool vgamode set 3; fi fi