Thanks :)
Yeah, I've seen the same problem occasionally.
I don't know exactly why it happens, but I'm convinced it can be fixed
by doing either a "xrefresh" or setting DOUBLE_CONSOLE_SWITCH to true.
Maybe you could try creating an executable shell script in /usr/lib/pm-
utils/sleep.d/90xrefresh, with the following contents?
[[[
#!/bin/bash
case "$1" in
thaw|resume)
xrefresh
;;
esac
exit $?
]]]
--
Suspend-to-ram broken on IBM/Lenovo Thinkpad T61p [FIXED]
https://bugs.launchpad.net/bugs/235284
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs