,
I'll try to install the new toy. # First built-in serial port exclude irq 4 # Second built-in serial port (IrDA) exclude irq 3
|
POWERSAVED_DISABLE_USER_SUSPEND=yes POWERSAVED_DISABLE_USER_STANDBY=yes |
| POWERSAVE_CPUFREQD_MODULE="powernow-k7" |
|
> cd /usr/src/linux > patch -p1 < /tmp/patch1 > zcat /proc/config.gz > .config > make all modules_install install |
|
## Path: System/Powermanagement/Powersave/Events ## Type: string(notify,wm_shutdown,wm_logout,standby,suspend,screen_saver,ignore) # # Button events. What functions of the proxy should be # triggered if a ACPI button is pressed? # POWERSAVE_EVENT_BUTTON_POWER="wm_shutdown" POWERSAVE_EVENT_BUTTON_SLEEP="suspend" POWERSAVE_EVENT_BUTTON_LID_OPEN="switch_vt" POWERSAVE_EVENT_BUTTON_LID_CLOSED="screen_saver" |