Last active
August 29, 2015 14:03
-
-
Save M66B/655f0f9b297c2136b2c0 to your computer and use it in GitHub Desktop.
Acer C720 suspend/resume
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo nano /etc/default/grub | |
GRUB_TIMEOUT=1 | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash tpm_tis.interrupts=0 modprobe.blacklist=ehci_hcd,ehci_pci nmi_watchdog=panic,lapic i915.modeset=1" | |
sudo update-grub | |
sudo update-grub2 | |
sudo nano /etc/rc.local | |
echo EHCI > /proc/acpi/wakeup | |
echo HDEF > /proc/acpi/wakeup | |
echo XHCI > /proc/acpi/wakeup | |
echo LID0 > /proc/acpi/wakeup | |
echo TPAD > /proc/acpi/wakeup | |
echo TSCR > /proc/acpi/wakeup | |
echo 300 > /sys/class/backlight/intel_backlight/brightness | |
rfkill block bluetooth | |
/etc/init.d/bluetooth stop | |
sudo nano /etc/systemd/logind.conf | |
HandleLidSwitch=ignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment