From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 00:43:32 2007 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 7588316A46D for ; Mon, 5 Nov 2007 00:43:32 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 43A8513C4AC for ; Mon, 5 Nov 2007 00:43:31 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1191014rvb for ; Sun, 04 Nov 2007 16:43:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=rtGav95+YK6XDf7qGWuIPPBLIKbO2f0vj0H8H9tGpTE=; b=HWqBLPNfbyTf9mvg3Q7xzX5gRer71ap4bal7HbuB1uYDz21aw/bCwVMEeTOjJTsuMjtdIAZ/Ipa7LbHCRrqhZgysoL5uEsUqBfprbTd4FPkBln+Tt/6R70l3tC/SnypTUqpo2M172N12lvwh13m7zzXpq3ehSu6coV+zRic2dAw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=rkdPrgVgpxBHwEgDhtoHY2sVn7mMVmb4sPiFU+0A7UXpbhfOzNwRlHi42Et/exHv/VV4dH4BaC3YkCTy8KyJXa9HX7UwcQdtRe4T3LVjLRtfA1KeV38DLgCes4tEA8AD83XJbGcWNMbxOQzsL5SkyCLqi+OGEYKmQokimOqCBgM= Received: by 10.142.80.7 with SMTP id d7mr875686wfb.1194222966382; Sun, 04 Nov 2007 16:36:06 -0800 (PST) Received: by 10.142.180.12 with HTTP; Sun, 4 Nov 2007 16:36:06 -0800 (PST) Message-ID: Date: Sun, 4 Nov 2007 17:36:06 -0700 From: James To: "Gary Kline" In-Reply-To: <20071104221819.GA64325@thought.org> MIME-Version: 1.0 References: <20071104061418.GA28570@thought.org> <20071104072207.1b41a334.bsd-unix@embarqmail.com> <20071104221819.GA64325@thought.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Randy Pratt , FreeBSD Mailing List Subject: Re: cannot get screen out of black/black mode... 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: Mon, 05 Nov 2007 00:43:32 -0000 > > Xorg blanking can be set via "xset". To see your settings run > > "xset q". If you run "xset" without arguments, you can get hints > > on settings: > > > > For screen-saver control: > > s [timeout [cycle]] s default s on > > s blank s noblank s off > > s expose s noexpose > > s activate s reset > > > > For more detail, see "man xset". > > > Ty, ty, ty! For unknown reasons (I don't know how I screwed up > and set this:-), I also set the screen to require my passwd to > bring it back to life. But that's another issue; it'll be awhile > before I figure out the widgets and gimmicks of Gnome/KDE. > You've givenme a jump. I always deal with this through system->preferences->screensaver preferences in Gnome. It allows you to configure everything, from whether the screen blanks through whether you need a password to wake up.