From owner-freebsd-questions@FreeBSD.ORG Mon Nov 9 22:43:23 2009 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 4917D1065670 for ; Mon, 9 Nov 2009 22:43:23 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 20D668FC0C for ; Mon, 9 Nov 2009 22:43:23 +0000 (UTC) Received: by pwj15 with SMTP id 15so2408736pwj.3 for ; Mon, 09 Nov 2009 14:43:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=1OCH1DPmelsSgz2R8S9i31X0EWvElJMgLbfoSzUi9bI=; b=K9aECcJshDSwzv/rzB9+BJ1php5irPMefANFZg3oNds42BukeuOqujOl+vfKWLvv3o kUT6QXhUlsSKlSfpg9/HENVVwFisoAk9srb2GapPW07euqMw8L2LAqgko/edtG7PUyOm zSu194OyBlEAcqWF4XSl3sv/jJ6nSCZj9zm+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ZVPuZQXfvfeS7bZW+28B29t3hzUwfFU4TyIwxeUbGqrgdF61CSVTbFez2MYYzm8seb NigYMyvmOl48eHllZdzI6CONFRQqkWn/8uZ2arlD6ZpcVW+To6z/bcF35EbHR4ZXgGgc xCfznmHXK86qdK+3WU7nch+zy4Akp+4peLYMk= MIME-Version: 1.0 Received: by 10.114.2.38 with SMTP id 38mr1041028wab.64.1257806602782; Mon, 09 Nov 2009 14:43:22 -0800 (PST) In-Reply-To: <17331.1257805180@tristatelogic.com> References: <17331.1257805180@tristatelogic.com> Date: Mon, 9 Nov 2009 15:43:22 -0700 Message-ID: From: Tim Judd To: "Ronald F. Guilmette" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE 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, 09 Nov 2009 22:43:23 -0000 On 11/9/09, Ronald F. Guilmette wrote: > > I've just been installing 7.2-RELEASE/amd64 on a fresh/wiped system > that I plan to use as my future "main" workstation. > > Anyway, I've already noticed a couple of things that seem to be different > from prior release that I need to ask about, i.e.: > > 1) It appears that CNTL-ALT-DEL now causes a shutdown/reboot. (I don't > know what release this new feature started in... I only just noticed it > now.) Anyway, I'd like to know how I can disable this particular bit of > functionality. How do I do that? # sysctl -d hw.syscons.kbd_reboot hw.syscons.kbd_reboot: enable keyboard reboot > > 2) Prior versions of X (Xorg?) allowed CNTL-ALT-BACKSPACE to cause an > immediate shutdown of the X server, but now, that doesn't see to work > anymore. How can I (re-)enable this functionality? Thanks to the new versions of xorg, they removed that functionality. A config file with "DontZap" equal to "off" re-enables it. Google for DontZap to find where to put it in the config. > > Thanks in advance for any answers.