From owner-freebsd-questions@FreeBSD.ORG Sun Jan 29 17:27:09 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 0387716A420 for ; Sun, 29 Jan 2006 17:27:09 +0000 (GMT) (envelope-from erik@cepheid.org) Received: from mail.cepheid.org (wintermute.cepheid.org [64.92.165.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA97843D46 for ; Sun, 29 Jan 2006 17:27:08 +0000 (GMT) (envelope-from erik@cepheid.org) Received: by mail.cepheid.org (Postfix, from userid 1006) id 2F27D170B7; Sun, 29 Jan 2006 11:27:08 -0600 (CST) Date: Sun, 29 Jan 2006 11:27:08 -0600 From: Erik Osterholm To: Ian Moore Message-ID: <20060129172708.GA8228@idoru.cepheid.org> Mail-Followup-To: Erik Osterholm , Ian Moore , freebsd-questions@freebsd.org References: <200601282258.11962.no-spam@swiftdsl.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601282258.11962.no-spam@swiftdsl.com.au> User-Agent: Mutt/1.4.2.1i Cc: 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: Sun, 29 Jan 2006 17:27:09 -0000 On Sat, Jan 28, 2006 at 10:58:10PM +1030, Ian Moore wrote: > Hi, > 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? It seems to happen when running both kde & twm, so it's not window > manger related. > > I'm running 5.4-RELEASE and Xorg6.9 built from ports about a week ago. All > ports up to date as of 3 nights ago. > > Cheers, For starters, isn't it usually Ctrl+Alt+F1, Ctrl+Alt+F2, etc? Second, there's an option in your xorg.conf file for "DontVTSwitch". Could that have accidentally been turned on? man xorg.conf Erik