# -*- sh -*- for Emacs # Initial version: imz@altlinux.org 2008-03-28. # The default governor to set up on startup. # There are the following governors for the kernel: # performance, ondemand, conservative, powersave # (and userspace). # The "ondemand" governor should be good in many cases: #DEFAULTGOVERNOR=ondemand # but it has buggy behavior on AC unplugging # on Dell Latitude D610 + linux 2.6.24-std-def-alt6, # so I use "conservative": #DEFAULTGOVERNOR=conservative # If a parameter is unset, the startup script will do nothing.