Skip to content

Instantly share code, notes, and snippets.

@keedi
Created December 6, 2012 15:23
Show Gist options
  • Save keedi/4225288 to your computer and use it in GitHub Desktop.
Save keedi/4225288 to your computer and use it in GitHub Desktop.
sony vaio - /etc/pm/sleep.d/10_disable_radeon
#!/bin/sh
case "${1}" in
resume|thaw)
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
modprobe -r radeon
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment