> ... but I have found
> out two details uppon switching one soft one
> distressing.... the soft one, (may be related) bl
> (backlight) does not turns on/off anymore by long
> pressings of the power switch (not even with all power
> button mapping removed from the icewm installed
> xmodmap.....) now, normally icewm maps power button to
> a script (power.sh) done by the person who compiled
> ice for the ipaq (dlux) wich basically either
> activates the screensaver or suspends the ipaq. On
The touchscreen driver kernel module controls the power button
("h3600_ts"). It has a mode switch named
"/proc/sys/ts/suspend_button_mode" that controls the power button
behavior: 0=enabled, 1=treat as normal button. You can check the value
of this with "cat /proc/sys/ts/suspend_button_mode" (or set it using
(e.g.) "echo '0' > /proc/sys/ts/suspend_button_mode.
This parameter is initially set on module load, so you may find a line
like "options h3600_ts suspend_button_mode=1" in your
"/etc/modules.conf" file.
> tryign to restore the backlight functioning I
> eliminated all of icewm's asociated power functioning
> (eliminated power.sh and eliminated mapping the power
> button in xmodmap) now when I press the power button
> it seems to suspend in wich host->ipaq connection is
> lost and that the ipaq clears and stops responding
> until repowered.... but, it seemed (I didn't calculate
> closely) that the ipaq consumed four to five times
> more power while on this not-icewm-initiated suspend.
> Is this.... possible? and on the backlight issue, any
> ideas on that side? also I accept recomendations on
> window manages, ion and blackbox are cumbersome, but
> ice is very confortable to use....
Is it possible that the iPAQ was in VESA screen-saver mode? That's
where the iPAQ powers off the LCD screen, but continues to run.
Did you try running the "bl" program directly? Can it turn your
backlight on and off?
- Andrew
Received on Fri Jan 4 05:31:20 2002
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:44:20 EDT