blob: 01a30cd853c73f450d34a1b1c02f8cf57ab1b2bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
################################################################
## This has to be done because a shutdown will otherwise fail ##
################################################################
## nouveau or radeon are unloaded by tlp when the device is on battery
modprobe nouveau
modprobe radeon
echo ON > /sys/kernel/debug/vgaswitcheroo/switch
|