All of lore.kernel.org
 help / color / mirror / Atom feed
* Disable screen standby
@ 2011-05-18  9:32 Gerard van den Bosch
  2011-05-18 10:13 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Gerard van den Bosch @ 2011-05-18  9:32 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

Hello,

My display is always going black after ~10 minutes, I assume this is 
standby.
In which recipe can I disable this or change the timeout?

Regards,
Gerard

[-- Attachment #2: Type: text/html, Size: 491 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Disable screen standby
  2011-05-18  9:32 Disable screen standby Gerard van den Bosch
@ 2011-05-18 10:13 ` Richard Purdie
  2011-05-18 13:53   ` Gerard van den Bosch
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2011-05-18 10:13 UTC (permalink / raw)
  To: Gerard van den Bosch; +Cc: poky

On Wed, 2011-05-18 at 11:32 +0200, Gerard van den Bosch wrote:
> My display is always going black after ~10 minutes, I assume this is
> standby.
> In which recipe can I disable this or change the timeout?

Its the kernel terminal/console screen blanking which does this. A quick
google found:

http://www.cyberciti.biz/tips/linux-disable-screen-blanking-screen-going-blank.html

which shows how to disable it on the device. I think you might have to
patch the kernel to disable it by default. There may be an option in the
kernel config, I'm not sure.

Hopefully this at least gives you information on where to start looking.
If you do figure it out please report back so others can benefit! :)

Cheers,

Richard






^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Disable screen standby
  2011-05-18 10:13 ` Richard Purdie
@ 2011-05-18 13:53   ` Gerard van den Bosch
  0 siblings, 0 replies; 3+ messages in thread
From: Gerard van den Bosch @ 2011-05-18 13:53 UTC (permalink / raw)
  To: Richard Purdie; +Cc: poky

On 05/18/2011 12:13 PM, Richard Purdie wrote:

> On Wed, 2011-05-18 at 11:32 +0200, Gerard van den Bosch wrote:
>> My display is always going black after ~10 minutes, I assume this is
>> standby.
>> In which recipe can I disable this or change the timeout?
> Its the kernel terminal/console screen blanking which does this. A quick
> google found:
>
> http://www.cyberciti.biz/tips/linux-disable-screen-blanking-screen-going-blank.html
>
> which shows how to disable it on the device. I think you might have to
> patch the kernel to disable it by default. There may be an option in the
> kernel config, I'm not sure.
>
> Hopefully this at least gives you information on where to start looking.
> If you do figure it out please report back so others can benefit! :)
>
> Cheers,
>
> Richard
Thanks for the directions, I have got it working by creating a .profile file in /home/root containing the following command:
xset s off>  /dev/null 2>&1
The redirection to /dev/null removes the error on the console it can't find a display.

Regards,
Gerard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-18 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-18  9:32 Disable screen standby Gerard van den Bosch
2011-05-18 10:13 ` Richard Purdie
2011-05-18 13:53   ` Gerard van den Bosch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.