I have a work-around that seems to be working.

Create the file:

/etc/pm/sleep.d/20_chvt_mjf

And make it executable with:

chmod a+x /etc/pm/sleep.d/20_chvt_mjf

And put the following inside:

#!/bin/sh

case "$1" in
  suspend) chvt 1; ;;
  resume) chvt 7; ;;
esac

return 0

-- 
Suspend problem with Maverick on ThinkPad W500
https://bugs.launchpad.net/bugs/644223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to