From owner-freebsd-x11@FreeBSD.ORG Fri Oct 11 09:34:22 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D1F44959 for ; Fri, 11 Oct 2013 09:34:22 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 680A32425 for ; Fri, 11 Oct 2013 09:34:21 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 7D01540023 for ; Fri, 11 Oct 2013 11:28:16 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 72B6240021; Fri, 11 Oct 2013 11:28:16 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 03D9440005; Fri, 11 Oct 2013 11:28:14 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3cx3k56ZMXz8jL9; Fri, 11 Oct 2013 11:28:13 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id lyg8jnX_J_wB; Fri, 11 Oct 2013 11:28:11 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3cx3k34nTzz8jLB; Fri, 11 Oct 2013 11:28:11 +0200 (CEST) Received: from [IPv6:::1] (celes.daemonic.se [IPv6:2001:470:dca9:1::3]) by mail.daemonic.se (Postfix) with ESMTPSA id 3cx3k341c2z9D6J; Fri, 11 Oct 2013 11:28:11 +0200 (CEST) Message-ID: <5257C4A5.2020908@freebsd.org> Date: Fri, 11 Oct 2013 11:28:05 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Matthias Apitz , freebsd-x11@freebsd.org Subject: Re: Xorg does not return to alpha console References: <20131011085405.GA8670@sh4-5.1blu.de> In-Reply-To: <20131011085405.GA8670@sh4-5.1blu.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 131010-1, 2013-10-10), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 09:34:22 -0000 On 2013-10-11 10:54, Matthias Apitz wrote: > > Hello, > > This is with 10-CURRENT r255948 and ports from r328930 on i486: > > # pkg_info | fgrep xorg > xorg-7.7 X.Org complete distribution metaport > xorg-apps-7.7 X.org apps meta-port > xorg-cf-files-1.0.5_1 X.org cf files for use with imake builds > xorg-docs-1.7,1 X.org documentation files > xorg-drivers-7.7 X.org drivers meta-port > xorg-fonts-100dpi-7.7 X.Org 100dpi bitmap fonts > xorg-fonts-7.7 X.org fonts meta-port > xorg-fonts-75dpi-7.7 X.Org 75dpi bitmap fonts > xorg-fonts-cyrillic-7.7 X.Org Cyrillic bitmap fonts > xorg-fonts-miscbitmaps-7.7 X.Org miscellaneous bitmap fonts > xorg-fonts-truetype-7.7_1 X.Org TrueType fonts > xorg-fonts-type1-7.7 X.Org Type1 fonts > xorg-libraries-7.7 X.org libraries meta-port > xorg-macros-1.17.1 X.Org development aclocal macros > xorg-server-1.12.4_3,1 X.Org X server and related programs > > After starting Xorg with 'startx' and having only 'xterm' and 'twm' > started, it does not return to the alpha console on termination of Xorg; > only a blank dark screen is left and one has to reboot with Ctrl-Alt-Del > or power-off short pressed. > > Should I provide more information or file a bug report? What driver are you using? If you are using the KMS driver for either intel or amd/ati, then it is a known issue that VT switching don't work, and this also means that you won't get the console back when exiting X. This is a FAQ. Regards! -- Niclas