Comment 32 for bug 1189142

Revision history for this message
jerger (jerger) wrote :

Found an workaround on ubuntu13.10:

##### vi /etc/pm/power.d/20_disable_ati
#!/bin/sh

# Action script ensure that unattended-upgrades is finished
# before a hibernate
#
# Copyright: Copyright (c) 2009 Michael Vogt
# License: GPL-2
#
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch

##### vi /etc/pm/sleep.d/20_reenable_ati
#!/bin/sh

# Action script ensure that unattended-upgrades is finished
# before a hibernate
#
# Copyright: Copyright (c) 2009 Michael Vogt
# License: GPL-2
#
echo ON > /sys/kernel/debug/vgaswitcheroo/switch