Skip to content

Instantly share code, notes, and snippets.

@robinp
Created July 10, 2012 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinp/3085708 to your computer and use it in GitHub Desktop.
Save robinp/3085708 to your computer and use it in GitHub Desktop.
Ubuntu 12.04 for Acer Aspire TimelineX 5820TG
# for SSD
echo deadline > /sys/block/sda/queue/scheduler
echo 0 > /proc/sys/vm/swappiness
# turn off Radeon by default so it doesn't consume battery
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
# turn off bluetooth by default
rfkill block bluetooth
# set brightness (0: min, 9: max)
echo 2 > /sys/class/backlight/acpi_video0/brightness
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment