Author Topic: Newbie Help : Screen Saver  (Read 3006 times)

arcanjl

  • Newbie
  • *
  • Posts: 8
    • View Profile
Newbie Help : Screen Saver
« 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

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
Newbie Help : Screen Saver
« Reply #1 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
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

arcanjl

  • Newbie
  • *
  • Posts: 8
    • View Profile
Newbie Help : Screen Saver
« Reply #2 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