here is a fix I used for my 700m laptop:

File: /etc/pm/sleep.d/21_915resolution 
#!/bin/bash
case $1 in
    hibernate)
        /etc/init.d/915resolution stop
        ;;
    thaw)
        /etc/init.d/915resolution start
        ;;
    *)
        ;;
esac

Permissions: /etc/pm/sleep.d/21_915resolution 
-rwxr-xr-x 1 root root 173 2008-09-02 00:10 /etc/pm/sleep.d/21_915resolution

That should trigger 915resolution before and after hibernate. It fixed
the resolution problem for me.

-- 
915resolution does not resume from hibernate
https://bugs.launchpad.net/bugs/134972
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to