From owner-freebsd-questions@FreeBSD.ORG Sat Feb 28 17:49:08 2009 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 B1E3F1065670 for ; Sat, 28 Feb 2009 17:49:08 +0000 (UTC) (envelope-from roys1012@gmail.com) Received: from mail-fx0-f158.google.com (mail-fx0-f158.google.com [209.85.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 450098FC18 for ; Sat, 28 Feb 2009 17:49:07 +0000 (UTC) (envelope-from roys1012@gmail.com) Received: by fxm2 with SMTP id 2so1446016fxm.43 for ; Sat, 28 Feb 2009 09:49:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=y6V4nrosgJc+YSBKCqnx5NZ62Xmx8IgAvp5fxPcQp84=; b=mpblP8wzsR6xyM/BREld2G2ACtI63MKIggiaWrtbhfk3M/uktBur98TirueMe6OCjQ 1S3ztDk12g3UYKuZQiZWbiD4OoByhInvYYNo0CHYr399ZFYNL2Uv6j/UuoidaF42Ji+6 4Dbogfn3aIpNGWxtHRQ6MuDswwaRFqxa8SVns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=b4/v6FELWmSXEV5LLr8IMBALQrjxImrwosOKJstiy7NglZ7huR93YRBwTY1DpAqO/o TH2S/namn4fBXMINMaaf8b3/J1G7hAhbtd/qG4pUprs06IZ6TUhIUaCVTd79Hmq5i3rM ilhyOPsVAY+qvT0cCui7i9Puan51CwQXvQPqU= MIME-Version: 1.0 Received: by 10.181.216.14 with SMTP id t14mr1137887bkq.201.1235841892620; Sat, 28 Feb 2009 09:24:52 -0800 (PST) Date: Sat, 28 Feb 2009 17:24:52 +0000 Message-ID: From: Roy Stuivenberg To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: screensaver blanktime in the kernel 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: Sat, 28 Feb 2009 17:49:08 -0000 Hello, I would like to set screensaver blanktime in the kernel. I have daemon_saver set in the kernel also, and all the needed components in kernel. When I set blanktime in rc.conf, it's not working. After reboot, daemon_saver starts at the spot, but it's not returning anymore. The same goes for setting blanktime with vidcontrol -t "seconds" I'm working without X11, just because i like that, but prefer to have a screensaver in the console. After spending few days about this issue, I'm hoping someone knows the answer to this. Help! ;) Regards, Roy.