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/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/625364 Title: lenovo/thinkpad R500/T6x/T400[s]/T500/W500/W700/X60/X200 suspend fails -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs