OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => C1000/3x00 General discussions => Topic started by: arcanjl on January 20, 2005, 10:03:41 am

Title: Newbie Help : Screen Saver
Post by: arcanjl on January 20, 2005, 10:03:41 am
I know where I can change the length of time until the screen saver turns on (30 min max) but how do I turn it off - can I?

Gabe
Title: Newbie Help : Screen Saver
Post by: m-morino on January 21, 2005, 08:06:26 am
Hi,

the following command will turn off the screensaver.

$ qcop QPE/System 'setScreenSaverInterval(int)' 0

FYI: trolltech's technical document
http://doc.trolltech.com/2.3/qwsserver.html#7f42d5 (http://doc.trolltech.com/2.3/qwsserver.html#7f42d5)

HTH
Title: Newbie Help : Screen Saver
Post by: tumnus on January 21, 2005, 09:27:09 am
That only turns off the auto-suspend and auto-light dimming. To turn off the real screen saver that Sharp added to their version of Qtopia, you need to use the command I gave in the other post about this:

https://www.oesf.org/forums/index.php?showt...indpost&p=63339 (https://www.oesf.org/forums/index.php?showtopic=10244&view=findpost&p=63339)

All the documentation on Trolltech's website refers only to the GPL and standard version of Qtopia. Sharp has a commercial license (and hence close-source) and has tweaked Qtopia quite a lot.