From owner-freebsd-questions@FreeBSD.ORG Mon Jan 30 11:21:16 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 EBC8C16A423 for ; Mon, 30 Jan 2006 11:21:16 +0000 (GMT) (envelope-from no-spam@swiftdsl.com.au) Received: from smtp.ade.swiftdsl.com.au (smtp.ade.swiftdsl.com.au [218.214.228.98]) by mx1.FreeBSD.org (Postfix) with SMTP id 7350B43D5F for ; Mon, 30 Jan 2006 11:21:12 +0000 (GMT) (envelope-from no-spam@swiftdsl.com.au) Received: (qmail 30820 invoked from network); 30 Jan 2006 11:21:14 -0000 Received: from unknown (HELO daemon.foo.lan) (218.214.176.70) by smtp.ade.swiftdsl.com.au with SMTP; 30 Jan 2006 11:21:14 -0000 From: Ian Moore To: Parv Date: Mon, 30 Jan 2006 21:51:09 +1030 User-Agent: KMail/1.9.1 References: <200601282258.11962.no-spam@swiftdsl.com.au> <20060130024621.GA7895@holestein.holy.cow> In-Reply-To: <20060130024621.GA7895@holestein.holy.cow> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200601302151.09866.no-spam@swiftdsl.com.au> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Ian Moore , freebsd-questions@freebsd.org Subject: Re: Ctrl+Alt+number terminal switching stopped working 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, 30 Jan 2006 11:21:17 -0000 On Monday 30 January 2006 13:16, Parv wrote: > in message <200601282258.11962.no-spam@swiftdsl.com.au>, wrote Ian > Moore thusly... > > > I've just noticed I can't switch from my X session back to the > > other vtty screens using Ctrl+Alt+1, Ctrl+Alt+2 etc. I can't seem > > to find any info on this - is it a known issue or is it just my > > system? > > I can't say if "XkbDisable" would help in your case ... > > Section "ServerFlags" > Option "DontZap" "false" > 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 > > > ... but try it. > > > - Parv I've never had to specify any of those before - they always defaulted to those values, but I guess the default has changed in 6.9 - VT Switching works again now. Cheers, Ian