From owner-freebsd-questions@FreeBSD.ORG Wed Jan 4 11:24:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D928416A41F for ; Wed, 4 Jan 2006 11:24:15 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D31F43D5A for ; Wed, 4 Jan 2006 11:24:15 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1853854wxc for ; Wed, 04 Jan 2006 03:24:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=csQhE1Q3Q9P/1JM6UZdhi5fWvi7d3AKjwWrgagyOpOCLBHbd3RgbwtMoLCf0TQTt16FVPllUbs29OzCm7JwRP1EZZdvcZuntkad3pxKF5b8rdid9yTEREfh7w/M4H8BftZYOPfQQZrEvE6HwkVwJ1ELVhhH+jndIALye5wHF86A= Received: by 10.70.97.12 with SMTP id u12mr14427652wxb; Wed, 04 Jan 2006 03:24:14 -0800 (PST) Received: by 10.70.66.9 with HTTP; Wed, 4 Jan 2006 03:24:14 -0800 (PST) Message-ID: Date: Wed, 4 Jan 2006 05:24:14 -0600 From: Nikolas Britton To: Leslie Jensen In-Reply-To: <43BB9F0D.2060401@eskk.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43BB9F0D.2060401@eskk.nu> Cc: freebsd-questions@freebsd.org Subject: Re: Trivial question on an irritating "feature" 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: Wed, 04 Jan 2006 11:24:16 -0000 On 1/4/06, Leslie Jensen wrote: > > Hi > > I'm using KDE and my problem is that when I want to finish and shutdown > my PC, I use the little red button "log out" and there is only the > choice of ending the current session and it only takes me back to the > log in dialog. I would like to have the reboot and shutdown options as we= ll. > Any suggestions on how I fix this? > Control Center >> KDE Components >> Session Manager Control Center >> System Administration >> Login Manager You need to use KDM for it to work... add the following line to /etc/ttys: ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on secure then run (as root): genkdmconf Then go back into Login Manager and at the bottom you will see "Administrator Mode", click on it and enter roots password. Now use Login Manager to configure KDM... Save the settings and then use "shutdown now" to start KDM.