Thread
:
Any way of keeping n800-screen turned ON??
View Single Post
armin
2009-03-27 , 16:50
Posts: 39 | Thanked: 13 times | Joined on May 2006 @ Bonn, Germany
#
9
You could run
noscreenblank
in the background, e.g. from an xterm.
The executable starts a process which runs in an infinite loop, calls
osso_display_state_on
and
osso_display_blanking_pause
, then sleeps for 50 seconds, and so on, until it is killed.
If you want to return to the normal blanking behaviour, just kill the process.
Executable:
http://armin-warda.de/noscreenblank
Source:
http://armin-warda.de/noscreenblank.c
regards, Armin.
Quote & Reply
|
The Following 3 Users Say Thank You to armin For This Useful Post:
Capt'n Corrupt
,
lcuk
,
qwerty12
armin
View Public Profile
Send a private message to armin
Visit armin's homepage!
Find all posts by armin