I have NOT set the "noblank" option at boot, but I did add
kioskresetstation=10 to my boot arguments, and the system resets every
15 minutes as expected. The monitor will not blank however... are
these options exclusive? I am building off the latest git, but this
occurs even with your precompiled version.
Other than that, I really appreciate the work you've put into this...
the best kiosk solution out there.
On 4 February 2012 08:08, c4v3man <matthewry...@gmail.com> wrote:
> I have NOT set the "noblank" option at boot, but I did add > kioskresetstation=10 to my boot arguments, and the system resets every > 15 minutes as expected. The monitor will not blank however... are > these options exclusive? I am building off the latest git, but this > occurs even with your precompiled version.
I have exactly same problem. If I use kioskresetstation=5, the display never gets blank. If I remove kioskresetstation boot option, display goes blank after 10 min as expected.
It's quite important for our application. Please do your best.
On Sun, Feb 26, 2012 at 12:23:19PM -0800, g.janiszew...@gmail.com wrote: > Hello,
> +1
> I have exactly same problem. > If I use kioskresetstation=5, the display never gets blank. > If I remove kioskresetstation boot option, display goes blank after 10 min > as expected.
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.
> -- > You received this message because you are subscribed to the Google Groups "Webconverger Users" group. > To post to this group, send email to webc-users@googlegroups.com. > To unsubscribe from this group, send email to webc-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/webc-users?hl=en.
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.
On Tue, Apr 17, 2012 at 12:50 PM, <dar...@thecollinshouse.com> wrote: > 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? I'd imagine that the process of turning it off and on very often would add more wear than the one minute 'rest' would reduce wear.
> 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.
On Tue, Apr 17, 2012 at 1:31 PM, <dar...@thecollinshouse.com> wrote: > 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 (depending on if it can do full screen or not), if you search Google for HTML5 screensaver Webconverger's github repository for it ranks pretty high :D
I realise that now kioskresetstation does not reset the blanking
timer, this is regarded as "fixed".
My problem is that I was relying on this functionality because I was
allowing computer the blank on 10 mins, then I had a
kioskresetstation=11 setting so that it 'un-blanked' after the 11th
minute.
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.
Therefore, now you've fixed the bug, I've lost this functionality.
Is it possible to have a setting like 'kioskresetstationtimerreset' so
that the kioskresetstation paramter will deliberately re-wake the
screen if required?
Many thanks, (and keep up the great work on webconverger!)
Darren.