From owner-freebsd-questions@FreeBSD.ORG Sun Jul 11 05:11:52 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CC6D106566B for ; Sun, 11 Jul 2010 05:11:52 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [83.235.67.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6ECDC8FC08 for ; Sun, 11 Jul 2010 05:11:51 +0000 (UTC) Received: from pulstar.local (athedsl-4363724.home.otenet.gr [79.130.5.188]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id o6B5BndS023889; Sun, 11 Jul 2010 08:11:49 +0300 Message-ID: <4C395295.40001@otenet.gr> Date: Sun, 11 Jul 2010 08:11:49 +0300 From: Manolis Kiagias User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: Giorgos Tsiapaliokas References: In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: screen saver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2010 05:11:52 -0000 On 11/07/2010 4:00 π.μ., Giorgos Tsiapaliokas wrote: > hello, > > i am new to the freebsd world and i am trying to put screen saver to my box. > > i have a freebsd 8.0-release,i386 system i have loaded to rc.conf > > > saver="rain" > > > i have gave the command "vidcontrol -t 3" in the ttyv and i am in ttyv > but screen saver doesn't appear after 3 seconds. > > the command "kldstat" shows that the module "rain_saver.ko" is loaded. > > > i think that i am doing everything right but screen saver doesn't appear.. > > > > thanks in advance > Did you run /etc/rc.d/syscons restart (or reboot) after changing the saver= line in rc.conf? It works fine here.