Here's a fix from the Ubuntu forum I found today.... And it Works....!!!
Alejandro J. Cura wrote on 2010-04-21: #23
A poor man's solution is saving this script as /etc/pm/sleep.d/99_chvts
#!/bin/bash
case $1 in
resume | thaw)
chvt 1
chvt 7
;;
esac
and then doing "sudo chmod +x /etc/pm/sleep.d/99_chvts"
So here's what I did. I copied everything from "#" all the way to "esac" into kate opened by typing "gksudo kate" in terminal.
I saved it to the directory above, then ran the "sudo" command mentioned above, and now when I suspend to ram I have a cursor again. Worked like a charm....and it just plain works now.!
Here's the direct link...
https://bugs.launchpad.net/ubuntu/+s...46/comments/23
Alejandro J. Cura wrote on 2010-04-21: #23
A poor man's solution is saving this script as /etc/pm/sleep.d/99_chvts
#!/bin/bash
case $1 in
resume | thaw)
chvt 1
chvt 7
;;
esac
and then doing "sudo chmod +x /etc/pm/sleep.d/99_chvts"
So here's what I did. I copied everything from "#" all the way to "esac" into kate opened by typing "gksudo kate" in terminal.
I saved it to the directory above, then ran the "sudo" command mentioned above, and now when I suspend to ram I have a cursor again. Worked like a charm....and it just plain works now.!
Here's the direct link...
https://bugs.launchpad.net/ubuntu/+s...46/comments/23