summaryrefslogtreecommitdiffstats
path: root/configs/rc.local
blob: 34cabfb1efc7054720cd19ac326038b7807ec7f7 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# /etc/rc.local: Local multi-user startup script.
#
# enable use of the webcam
echo 1 > /proc/acpi/asus/camera
# lower the threshold to 40% so X is a bit more responsive
echo 40 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold