Skip to content

Instantly share code, notes, and snippets.

@M66B
Last active August 29, 2015 14:03
Show Gist options
  • Save M66B/655f0f9b297c2136b2c0 to your computer and use it in GitHub Desktop.
Save M66B/655f0f9b297c2136b2c0 to your computer and use it in GitHub Desktop.
Acer C720 suspend/resume
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