[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference csc32::consolemanager

Title:POLYCENTER Console Manager
Notice:Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS:
Moderator:CSC32::BUTTERWORTH
Created:Thu Aug 06 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1541
Total number of notes:6564

658.0. "Is there a way to disable screen saver ?" by CSC32::G_COLLINS () Wed Mar 22 1995 05:50

    Does anyone know how to disable the screen saver if you just start a C3
    windows upon boot on a VS4000 VLC.  The customer does not want to start
    a login box and have users login so the session manager is out of the 
    picture.  Can you use 
    
    sm.screen_saver_enable
    
    or some sort of equivilent in a PCM X resource file ?
    
    
    Thank you for any help,
    -Gary
T.RTitleUserPersonal
Name
DateLines
658.1XSET S OFF should disable screen saverCSC32::G_COLLINSWed Mar 22 1995 23:337
    I have not verifed if this works (due to lack of physical resources).
    However, the following "should" disable the screen saver.
    
    $ @decw$utils:decw$define_utils.com
    $ xset s off
    
    -Gary