Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - How to temporarily disable photon ScreenSaver ? : (3 Items)
   
How to temporarily disable photon ScreenSaver ?  
I need somehow temporarily suspend photon screensaver during my application execution. Is it possible to do this ? If 
possible, how I can do this ?
Re: How to temporarily disable photon ScreenSaver ?  
The Photon ScreenSaver application is called "saver". If you do a "pidin arg", you will see this application running. 
You can then simply slay this application whenever you don't want it to run. To restore it, just launch "saver &" from 
command line.
Re: How to temporarily disable photon ScreenSaver ?  
It would be too late to kill the saver. At least I will get screen blinking. It would be nice to suspend saver before 
execution, than killing it after.