#!/bin/sh #use the ondemand cpufreq governor echo "ondemand" >> /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor #install the intel wireless module modprobe ipw2200 # A hack to get the native resolution from # Dells buggy bios. 915resolution 3c 1400 1050 # headphones on and speakers off by default: # -w is PCM, -v is audio volume, -W is PCM2 (headphone volume) aumix -v 0 -w 80 -W 80