From owner-freebsd-questions@freebsd.org Sun Oct 8 20:09:53 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4644CE3EE5A for ; Sun, 8 Oct 2017 20:09:53 +0000 (UTC) (envelope-from deltaski@earthlink.net) Received: from elasmtp-masked.atl.sa.earthlink.net (elasmtp-masked.atl.sa.earthlink.net [209.86.89.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 861AF83CAF for ; Sun, 8 Oct 2017 20:09:52 +0000 (UTC) (envelope-from deltaski@earthlink.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=earthlink.net; s=dk12062016; t=1507493392; bh=H5hC5zIjml2tYnbW0Gi62dGfAYAWWfGjF0Wd oVMqVdo=; h=Received:To:From:Subject:Message-ID:Date:User-Agent: MIME-Version:Content-Type:Content-Transfer-Encoding: Content-Language:X-ELNK-Trace:X-Originating-IP; b=Au8te/JvkJ5QlYCv qR+KinkZ+NXwo/eXgMwed7HIs2DjP8aHvoqWFxZKJWtSn5ciD0MXqA0UIvlG9+VdUnZ qeYPiKsINevybvrrTGIuy4rxzbkWd4sxIqJAwBq8krfK6CEIjxvyHdYfbblZK92eTr7 lgDNc2OOLuviyOoBPaqmawzL4gI3UUr83CKOaz2nu71MAluQg0zKAm8rNtQ5L/XfpX6 AWh5xHS19nxQ7u0JexhDO9FxDSj2IdwogeDpxe4zb3QDL8DSv62ZdwFcnEeXI2kQQv5 o5fJSbsSxyz0TeP87z9N0owds3JDe8I2mRpd50KyBxflWVrgQ338aU9yfg== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk12062016; d=earthlink.net; b=n7rZMb7WQC0rYsyRpeZfroyzw/Tjy6fZCE5NllmbiU88RqewdW8q9eZcTerOfUPZpDHXmLAEIsrYffoDnkoXaeGJOj/3Ti2rBI4K7K8q4dDjQD1Pa5aqce/PkhHBJtTrYfWzU/6HbJDJWN7mt0uqSfy7KGummwLxBtQl0MlPiA+JrGbq8sUI3yidKRkYYqFMZZMQYM3nFEg1oaATt54je1ajYn4Z4Q9JrCSEiaLNPO2vHhR9gO5srY2Ss3G58wV2Htl3b4UAaBevvWQpq1YsEeK4cdFWTDyeevpJfwolBmLbxx4K5lcN4diqUdCgfhZrGjPN7JoWW7nIoFPQxfUmJA==; h=Received:To:From:Subject:Message-ID:Date:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Language:X-ELNK-Trace:X-Originating-IP; Received: from [172.78.51.153] (helo=[192.168.1.45]) by elasmtp-masked.atl.sa.earthlink.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4) (envelope-from ) id 1e1HtQ-0001w9-T4 for freebsd-questions@FreeBSD.org; Sun, 08 Oct 2017 16:09:45 -0400 To: freebsd-questions@FreeBSD.org From: donald Subject: screen saver? Message-ID: <326c66b9-7fc6-3f18-3b80-48abaf09e479@earthlink.net> Date: Sun, 8 Oct 2017 16:09:59 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-ELNK-Trace: 1e868faae89dbb8d1aa676d7e74259b7b3291a7d08dfec79fccbec63871d779d273f2f5f6f94158c350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 172.78.51.153 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Oct 2017 20:09:53 -0000 I am new to BSD 11.1 and am trying to get the screen saver to work. After searching, I came across the following: saver_enable="YES"        saver="daemon"    blanktime="300" entered into the /etc/rc.conf file This does not work. Could anyone point me in the correct direction?      Thanks in advance