ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #64329
[Bug 552246] Re: [radeon] pointer invisible after resume
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.