From owner-freebsd-questions@FreeBSD.ORG Sat May 7 20:41:00 2011 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 7A729106566B for ; Sat, 7 May 2011 20:41:00 +0000 (UTC) (envelope-from pwnedomina@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 098CA8FC19 for ; Sat, 7 May 2011 20:40:59 +0000 (UTC) Received: by wwc33 with SMTP id 33so4260189wwc.31 for ; Sat, 07 May 2011 13:40:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=lPlAPLrZi4QbeXl9fuuzokvE+HepbX+WY+tyCboFn1E=; b=GlGDGHFMCSphHPpEndAj7n4pHVlU4AJRtR7PikGN9dU4GPUfm6/md1VNm3gJx1dCxI VnbGAt7uGa42SDvHEz+BB39uhWXf4h1054VjGSlmOw7eRHt/jimji7OU0KoB3CjLlxK+ dq5NRs1XnUSdS7mzTAbrUIKYwaxRHrqloNrKg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Enlr5jtr81+sV2IVfO6l4ktCQNK05WASjzCsjnGX9zgD9nKIw4+9DEcbgYfSMIlIrl xo81/fduTJYNdL0ZVKPexKgtq4eYGkueAZVpgjfFOYrk4TSpqlBgWUrEP8FurZ8queMq RRlzLRVchbVAOMgUaRwWb3rsVlFCGMKG4tRtc= Received: by 10.227.5.193 with SMTP id 1mr1080006wbw.33.1304800858792; Sat, 07 May 2011 13:40:58 -0700 (PDT) Received: from [192.168.1.71] (bl19-97-98.dsl.telepac.pt [2.80.97.98]) by mx.google.com with ESMTPS id bs4sm2785033wbb.1.2011.05.07.13.40.57 (version=SSLv3 cipher=OTHER); Sat, 07 May 2011 13:40:57 -0700 (PDT) Message-ID: <4DC5AE58.7010503@gmail.com> Date: Sat, 07 May 2011 21:40:56 +0100 From: pwnedomina User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-PT; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4DC54538.3020605@gmail.com> <20110507131559.GA46749@guilt.hydra> In-Reply-To: <20110507131559.GA46749@guilt.hydra> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD logon screen 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, 07 May 2011 20:41:00 -0000 Em 07-05-2011 14:15, Chad Perrin escreveu: > On Sat, May 07, 2011 at 09:17:12AM -0400, Eitan Adler wrote: >> On Sat, May 7, 2011 at 9:12 AM, pwnedomina wrote: >>> there is any logon screen manager for freebsd? >>> sometimes computer is idle for sometime and i would like to add a logon >>> screen in it.. >> I'm guessing you mean a screen locker for X, not a logon screen. Take >> a look at x11/xlockmore or x11/xscreensaver. >> If you do want a logon screen take a look at x11/gdm (gnome) and >> x11/xdm both of which act as a display manager and a logon screen. > A much simpler screen locker is slock: > > > pkgsearch -d slock > /usr/ports/x11/slock > DESC:: > Simple screen locker utility for X > > WWW: http://tools.suckless.org/slock > how can i configure slock to work properly?