From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 18:31:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C35516A569 for ; Tue, 16 Nov 2004 18:31:16 +0000 (GMT) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B81243D2D for ; Tue, 16 Nov 2004 18:31:15 +0000 (GMT) (envelope-from jayobrien@worldnet.att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc11) with ESMTP id <2004111618311311100j8fjqe> (Authid: jayobrien@att.net); Tue, 16 Nov 2004 18:31:14 +0000 Message-ID: <419A4770.8030508@att.net> Date: Tue, 16 Nov 2004 10:31:12 -0800 From: Jay O'Brien User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions References: <41982C89.9090600@att.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: How to make configuration changes without a reboot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 18:31:16 -0000 Eric Kjeldergaard wrote: >>I learned that in order to make changes to the screen saver, >>I had to reboot the computer. Those changes, made by >>sysinstall, appear in /etc/rc.conf. >> >>Is there a way to make such changes take effect without >>rebooting? (Version 5.3 RELEASE, i386) > > > Of course there are. Reboots are only really necessary for switching > kernels. Unfortunately, this often takes a bit more knowledge. In > the case of screensavers, a combination of kldload (to load the > desired screensaver) and vidcontrol (to set timeouts and such). man > kldload and man vidcontrol should get you going on this. > Eric, Thanks for the vidcontrol reference. I didn't realize that screensaver timeout was in vidcontrol; that will give me easy control of screensaver on/off when I want it. Jay O'Brien