From owner-freebsd-questions Wed Sep 20 23:19:02 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA26702 for questions-outgoing; Wed, 20 Sep 1995 23:19:02 -0700 Received: from chrome.jdl.com (chrome.onramp.net [199.1.166.202]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA26695 for ; Wed, 20 Sep 1995 23:18:54 -0700 Received: from localhost.jdl.com (localhost.jdl.com [127.0.0.1]) by chrome.jdl.com (8.6.11/8.6.9) with SMTP id BAA00453 for ; Thu, 21 Sep 1995 01:17:45 -0500 Message-Id: <199509210617.BAA00453@chrome.jdl.com> X-Authentication-Warning: chrome.jdl.com: Host localhost.jdl.com didn't use HELO protocol To: freebsd-questions@freebsd.org Subject: screensaver and X Clarity-Index: null Threat-Level: none Software-Engineering-Dead-Seriousness: There's no excuse for unreadable code. Net-thought: If you meet the Buddha on the net, put him in your Kill file. Date: Thu, 21 Sep 1995 01:17:45 -0500 From: Jon Loeliger Sender: owner-questions@freebsd.org Precedence: bulk [I asked this a bit ago, and it appears to have hit the void. Can't find it in the archives either, so it *could* be that I *wasn't* just ignored after all. :-] I want to use the "green" screen saver on my Viewsonic 21PS. Sysconfig has this: # Set blank time (in seconds) or "off" to turn it off (or NO for default) blanktime=600 # Set to screen saver desired: blank, green, snake, star (or NO for none) saver="green" This causes rc.i386 to: vidcontrol < /dev/ttyv0 -t 600 If I just use the ttyv0 console, this works great. My screen shuts down after 10 minutes of just staring at it. However I use X! So, I think we switch over to ttyv3. What's the correct way to get it to now shut down? I can't seem to do the "obvious" extension as root: vidcontrol < /dev/ttyv3 -t 600 This doesn't work or I can't make it work. What's the "normal" way to do this? I appear to only be able to get X's screen saver to kick in (ie, just screen blanking). I really want it to go green and shut down eventually too. Thanks, jdl