← Back to team overview

ubuntu-x-swat team mailing list archive

[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.