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:02:24 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
-
There is no setting in any config file to turn it off permanently. The only thing you can do is turn the screensaver off along with all other light and power saving settings until you next suspend and resume, using the following command:
qcop QPE/System 'setScreenSaverIntervals(int,int,int)' 0 0 0
Everything can be set back to how it was without a suspend/resume with the following command:
qcop QPE/System 'setScreenSaverIntervals(int,int,int)' -1 -1 -1
-
Great! Can I add this command to QPE.sh and it will work everyt time? I am asking cause I don't want to screw that up