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"
--
[radeon] pointer invisible after resume
https://bugs.launchpad.net/bugs/552246
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.
_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help : https://help.launchpad.net/ListHelp