From owner-freebsd-questions@FreeBSD.ORG Wed May 30 23:12:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2698A16A421 for ; Wed, 30 May 2007 23:12:08 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.freebsd.org (Postfix) with ESMTP id DC92913C46E for ; Wed, 30 May 2007 23:12:07 +0000 (UTC) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([24.126.17.68]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20070530231206.ETPK10832.mta10.adelphia.net@default.chvlva.adelphia.net>; Wed, 30 May 2007 23:12:06 +0000 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 34A3CB6B4; Wed, 30 May 2007 18:42:52 -0400 (EDT) Date: Wed, 30 May 2007 18:42:52 -0400 From: Parv To: Robert Huff Message-ID: <20070530224252.GA2557@holestein.holy.cow> Mail-Followup-To: Robert Huff , freebsd-questions@freebsd.org References: <23542.217.114.136.135.1180439718.squirrel@llca513-a.servidoresdns.net> <465DD5D1.5000503@barafranca.com> <18013.56864.577603.451969@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18013.56864.577603.451969@jerusalem.litteratus.org> Cc: freebsd-questions@freebsd.org Subject: Post Xorg 7.x - Settings for switching to console from X (was Re: Stranges messages in terminal) 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, 30 May 2007 23:12:08 -0000 in message <18013.56864.577603.451969@jerusalem.litteratus.org>, wrote Robert Huff thusly... > > Ctl-Alt-Fn used to allow me to switch consoles; with Xorg 7.2, no > more. Would some kind sole point me to the documentation on how > to enable this again? I had the following section in xorg.conf (Xorg 6.[89]) which I have copied to the 7.x version to be able to switch to console from X ... Section "ServerFlags" Option "DontZap" "false" Option "DontZoom" "true" Option "AllowMouseOpenFail" "true" # XFree86 4.[34].x - Add "DontVTSwitch" to be false (for # console switching). Option "DontVTSwitch" "false" Option "HandleSpecialKeys" "always" # Xorg 6.8.(2|99.903) - Add "XkbDisable" to be true (for # console switching). Option "XkbDisable" "true" EndSection ... so I suppose one or both of "DontVTSwitch" & "XkbDisable" options would allow the switching; feel free to test. - Parv --