Sounds like a bug to me. I really need to refactor kioskresetstation
to make it not suck as it does now.
https://groups.google.com/d/msg/webc-users/96LWLwufKH4/SpLmfs9WIBoJ
Just created an issue for me to track:
https://github.com/Webconverger/base/issues/1
I think I want to move away from my low-tech todo list when it comes
to tracking issues.
http://webconverger.org/todo
> Other than that, I really appreciate the work you've put into this...
> the best kiosk solution out there.
Thank you for writing in!
Hmm. I assume that when X resets, the DPMI counter resets as well...
thus if the blank time is set to 10 minutes (seems to be on my webc VM),
and you're resetting the workstation (via "pkill X") every 5 minutes,
the blank time will never be hit.
I guess that, similar to kioskresetstation, you could use
/usr/bin/idleseconds to keep track of state outside of X such that if no
input had been received then after X restarts, then "xset dpms force
off" is invoked to blank the screen immediately.
Dan
With the help of Patrick I've re-written the script:
https://github.com/Webconverger/Debian-Live-config/commit/7a5d719210d7ff630460f2cf2b5e02b2aca3c753
Please review.
Many thanks,
logger "killing '$CURRENT' for '$DEFAULT'"
and instead of test "$( title )"
CURRENT="$( title )"
if test "$CURRENT" = "$DEFAULT"
> --
> You received this message because you are subscribed to the Google Groups "Webconverger Users" group.
> To post to this group, send email to webc-...@googlegroups.com.
> To unsubscribe from this group, send email to webc-users+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/webc-users?hl=en.
>
Though I do wonder what black hole github sinks this data in.
We've fixed this kioskresetstation/blanking issue with
https://github.com/Webconverger/Debian-Live-config/blob/master/webconverger/config/includes.chroot/usr/bin/kioskresetstation
However it will be even more sure proof if we get
https://github.com/Webconverger/iceweasel-webconverger/issues/6
implemented.
You can try this fix out now in the daily builds: http://build.webconverger.org/
Kind regards,
Thanks for confirming! :)
Just re-tested this with kioskresetstation=1
These are my test steps:
1) Visit different page off $HOMEPAGE
2) Check it reset to $HOMEPAGE after one minute
3) Notice the monitor goes to sleep after 10 minutes
10 minute screen sleeping works on my test hardware, a mini-ITX
machine and a X200.
Patrick proposes adding a blank variable that just sets the screen
black. So I suspect in your case, your monitor's power save features
or X's ability to communicate that to monitor is failing. So in this
case the best we can do is blank the screen without power saving IIUC.
Can you please test his patch proposal?
https://github.com/Webconverger/webc/commit/637ec43f36ff1d8b104b5a0035092eb49db602ea
Look out for webc-12.1-6-g637ec43 in http://build.webconverger.org/
This meant that I could have a bank of three computers displaying 10 minutes out of 11, with one minute of 'rest' for the monitor.
And you'd want this functionality for the health of the monitor's sake?
And you'd want this functionality for the health of the monitor's sake?The thinking was to help prevent screen burn-in - even though LCD monitors are a mostly a bit resistant to burn-in, the three computers are actually unused for the majority of the time.
That should be doable with a HTML5 screen saver as well ...