From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 16:31:14 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 D42AA16A4CE for ; Tue, 16 Nov 2004 16:31:14 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A60F43D5F for ; Tue, 16 Nov 2004 16:31:14 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so742123rnf for ; Tue, 16 Nov 2004 08:31:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=R3P5ICTRN/USElSqM+psoDv4M53f7hTBls2FZYGUC0O0VB+kwsgTy8+Ryqto21Vosob5fTDOHzwgnVl5GY64bS4F1NT2nHTqlMQMky000wk8n54KLCfZb7Y8olycpllKWZyLFsDu1Nuf4hfVd640dHh2GnKddcTx663CWgzHKus= Received: by 10.38.163.54 with SMTP id l54mr109527rne; Tue, 16 Nov 2004 08:31:13 -0800 (PST) Received: by 10.38.15.10 with HTTP; Tue, 16 Nov 2004 08:31:13 -0800 (PST) Message-ID: Date: Tue, 16 Nov 2004 10:31:13 -0600 From: Eric Kjeldergaard To: Jay O'Brien In-Reply-To: <41982C89.9090600@att.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41982C89.9090600@att.net> cc: FreeBSD - questions Subject: Re: How to make configuration changes without a reboot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eric Kjeldergaard List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 16:31:14 -0000 > 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. -- If I write a signature, my emails will appear more personalised.