Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Blanking and kioskresetstation exclusive?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  16 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
c4v3man  
View profile  
 More options Feb 3, 7:08 pm
From: c4v3man <matthewry...@gmail.com>
Date: Fri, 3 Feb 2012 16:08:37 -0800 (PST)
Local: Fri, Feb 3 2012 7:08 pm
Subject: Blanking and kioskresetstation exclusive?
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kai Hendry  
View profile  
 More options Feb 4, 6:26 am
From: Kai Hendry <hen...@webconverger.com>
Date: Sat, 4 Feb 2012 19:26:46 +0800
Local: Sat, Feb 4 2012 6:26 am
Subject: Re: [webc] Blanking and kioskresetstation exclusive?
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.

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!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
g.janiszew...@gmail.com  
View profile  
 More options Feb 26, 3:23 pm
From: g.janiszew...@gmail.com
Date: Sun, 26 Feb 2012 12:23:19 -0800 (PST)
Local: Sun, Feb 26 2012 3:23 pm
Subject: Re: [webc] Blanking and kioskresetstation exclusive?

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.

It's quite important for our application.
Please do your best.

Webconverger is the perfect tool for us!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Scott  
View profile  
 More options Feb 26, 4:39 pm
From: Dan Scott <d...@coffeecode.net>
Date: Sun, 26 Feb 2012 16:39:37 -0500
Local: Sun, Feb 26 2012 4:39 pm
Subject: Re: [webc] Blanking and kioskresetstation exclusive?

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.

Dan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kai Hendry  
View profile  
 More options Feb 27, 3:40 am
From: Kai Hendry <hen...@webconverger.com>
Date: Mon, 27 Feb 2012 16:40:06 +0800
Local: Mon, Feb 27 2012 3:40 am
Subject: Re: [webc] Blanking and kioskresetstation exclusive?
Hi guys,

With the help of Patrick I've re-written the script:
https://github.com/Webconverger/Debian-Live-config/commit/7a5d719210d...

Please review.

Many thanks,


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Patrick Haller  
View profile  
 More options Feb 27, 3:44 am
From: Patrick Haller <patrick.hal...@gmail.com>
Date: Mon, 27 Feb 2012 16:44:08 +0800
Local: Mon, Feb 27 2012 3:44 am
Subject: Re: [webc] Blanking and kioskresetstation exclusive?
instead of 3 logger lines for killing, put on one line to prevent log
pollution? =

        logger "killing '$CURRENT' for '$DEFAULT'"

and instead of test "$( title )"

        CURRENT="$( title )"
        if test "$CURRENT" = "$DEFAULT"

On 2012-02-27 16:40, Kai Hendry wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kai Hendry  
View profile  
 More options Feb 27, 3:47 am
From: Kai Hendry <hen...@webconverger.com>
Date: Mon, 27 Feb 2012 16:47:40 +0800
Local: Mon, Feb 27 2012 3:47 am
Subject: Re: [webc] Blanking and kioskresetstation exclusive?
Good suggestions, oh btw you can comments inline on Github's
interface: https://github.com/Webconverger/Debian-Live-config/commit/7a5d719210d...

Though I do wonder what black hole github sinks this data in.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kai Hendry  
View profile  
 More options Feb 29, 2:02 am
From: Kai Hendry <hen...@webconverger.com>
Date: Wed, 29 Feb 2012 15:02:22 +0800
Local: Wed, Feb 29 2012 2:02 am
Subject: Re: [webc] Blanking and kioskresetstation exclusive?
Hi guys,

We've fixed this kioskresetstation/blanking issue with
https://github.com/Webconverger/Debian-Live-config/blob/master/webcon...

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,


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg J  
View profile  
 More options Mar 6, 6:00 pm
From: Greg J <g.janiszew...@gmail.com>
Date: Tue, 6 Mar 2012 15:00:54 -0800 (PST)
Local: Tues, Mar 6 2012 6:00 pm
Subject: Re: [webc] Blanking and kioskresetstation exclusive?

Hello all,

It works for me now with latest march the 6th build.

Thank you a lot.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kai Hendry  
View profile  
 More options Mar 7, 2:09 am
From: Kai Hendry <hen...@webconverger.com>
Date: Wed, 7 Mar 2012 15:09:42 +0800
Local: Wed, Mar 7 2012 2:09 am
Subject: Re: [webc] Blanking and kioskresetstation exclusive?
On 7 March 2012 07:00, Greg J <g.janiszew...@gmail.com> wrote:

> It works for me now with latest march the 6th build.
> Thank you a lot.

Thanks for confirming! :)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kai Hendry  
View profile  
 More options Mar 29, 9:12 pm
From: Kai Hendry <hen...@webconverger.com>
Date: Fri, 30 Mar 2012 09:12:14 +0800
Local: Thurs, Mar 29 2012 9:12 pm
Subject: Re: [webc] Blanking and kioskresetstation exclusive?
Hi Greg,

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/637ec43f36ff1d8b104b5a003...

Look out for webc-12.1-6-g637ec43 in http://build.webconverger.org/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guttorm Flatabų  
View profile  
 More options Apr 17, 7:21 am
From: Guttorm Flatabų <p...@guttormflatabo.com>
Date: Tue, 17 Apr 2012 13:21:07 +0200
Local: Tues, Apr 17 2012 7:21 am
Subject: Re: [webc] Blanking and kioskresetstation exclusive?

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.

--
Guttorm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dar...@thecollinshouse.com  
View profile  
 More options Apr 17, 7:31 am
From: dar...@thecollinshouse.com
Date: Tue, 17 Apr 2012 04:31:05 -0700 (PDT)
Local: Tues, Apr 17 2012 7:31 am
Subject: Re: [webc] Blanking and kioskresetstation exclusive?

> 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.

Darren.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guttorm Flatabų  
View profile  
 More options Apr 17, 7:39 am
From: Guttorm Flatabų <p...@guttormflatabo.com>
Date: Tue, 17 Apr 2012 13:39:23 +0200
Local: Tues, Apr 17 2012 7:39 am
Subject: Re: [webc] Blanking and kioskresetstation exclusive?

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

--
Guttorm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dar...@thecollinshouse.com  
View profile  
 More options Apr 17, 7:41 am
From: dar...@thecollinshouse.com
Date: Tue, 17 Apr 2012 04:41:20 -0700 (PDT)
Local: Tues, Apr 17 2012 7:41 am
Subject: Re: [webc] Blanking and kioskresetstation exclusive?

> That should be doable with a HTML5 screen saver as well ...

I guess I'm going to have to push beyond my comfort zone ;o)

Cheers,
Darren.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darren Collins  
View profile  
 More options Apr 17, 5:56 am
From: Darren Collins <dar...@thecollinshouse.com>
Date: Tue, 17 Apr 2012 02:56:58 -0700 (PDT)
Local: Tues, Apr 17 2012 5:56 am
Subject: Re: Blanking and kioskresetstation exclusive?
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »