Comment 136 for bug 625364

Revision history for this message
hamish cunningham (hamish-dcs) wrote : Re: lenovo/thinkpad R500/T6x/T400[s]/T500/W500/W700/X60/X200 suspend fails

The workaround in posts 35 + 43 work well for me on an X200. Thanks!

Summary: put the script below in /usr/lib/pm-utils/sleep.d/01-lp-bug-625364

#!/bin/sh
# LP: #625364

case "${1}" in
   suspend|hibernate)
      echo "${1}: changing to vt 1 for LP: #625364 work around";
      chvt 1;;
   resume|thaw)
      echo "${1}: changing to vt 7 for LP: #625364 work around";
      chvt 7;;
esac

Hamish Cunningham -- http://gate.ac.uk/hamish/