From owner-freebsd-questions@FreeBSD.ORG Fri Feb 1 23:14:11 2008 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 4093B16A418 for ; Fri, 1 Feb 2008 23:14:11 +0000 (UTC) (envelope-from oren.almog@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.freebsd.org (Postfix) with ESMTP id D887C13C457 for ; Fri, 1 Feb 2008 23:14:10 +0000 (UTC) (envelope-from oren.almog@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so1289026wri.3 for ; Fri, 01 Feb 2008 15:14:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=O+sGGpPKTu3gF9E+LNGWVxRtWh/LgANGD4xO9g4X/JI=; b=KQTfqCSwgqM6NpzLxu7yLJ5x7IDUgPsEyofh+AjO0R2dJuG5goxnaxl0Qr/4FhpRTTMinKAcwpJXjZNCL93IzcMPlsmMuufK49hMstpS82pYFPHbNltKET288juw5T0R0mCrr4mje6ShQFBIBHG98tubo+6cBbdHeRKzGQGX1ko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=xJoBz8RTvpiy7bATQsBYkILQRYL8exo2Y1NS71DKVCmNM1LxAHv9dRGF0ulUSakYa4uL0SOVcvlQxtgyeyWxGCta1Djiaa9Re0WPOTanaCG/y0u54ceXYn2Je1Yws0K7MWEtKGX6qAc9ykXY1OdcIzfUY6f4cpWz0Rq+0HcHvrs= Received: by 10.151.85.20 with SMTP id n20mr1570592ybl.28.1201907650046; Fri, 01 Feb 2008 15:14:10 -0800 (PST) Received: by 10.150.157.7 with HTTP; Fri, 1 Feb 2008 15:14:10 -0800 (PST) Message-ID: <9e8c58490802011514l5fee10fdo2334330c14df054d@mail.gmail.com> Date: Fri, 1 Feb 2008 20:14:10 -0300 From: "Oren Almog" To: freebsd-questions@freebsd.org In-Reply-To: <20080201125045.N92107@fledge.watson.org> MIME-Version: 1.0 References: <9e8c58490802010522g6d6f819dk1585f348707f2004@mail.gmail.com> <20080201125045.N92107@fledge.watson.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 Subject: Re: Preventing KDE from restarting 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: Fri, 01 Feb 2008 23:14:11 -0000 I do have that line but it is disabled (off). Looking at /usr/local/share/config/kdm/kdmrc does reveal a few options that can immediately restart a session but they are all either commented out or not set. > > > > Hi > > > > I am looking for an easy way to shutdown kde. If I ctrl-alt-backspace, > the > > xserver and kdm restart automatically. Is there a way to make it quit > > directly to console? > > > > Thanks. > > Check /etc/ttys. You probably have something like: > > ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure > > If so, turn it off and reboot. From that point. If not check rc.conf and > related > directories to see where xdm is being started. >