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

Title: Newbie Help : Screen Saver
Post 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
Title: Newbie Help : Screen Saver
Post by: tumnus on January 20, 2005, 10:12:08 am
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:
Code: [Select]
qcop QPE/System 'setScreenSaverIntervals(int,int,int)' 0 0 0Everything can be set back to how it was without a suspend/resume with the following command:
Code: [Select]
qcop QPE/System 'setScreenSaverIntervals(int,int,int)' -1 -1 -1
Title: Newbie Help : Screen Saver
Post by: arcanjl on January 27, 2005, 04:24:21 pm
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