From owner-freebsd-x11@FreeBSD.ORG Fri Oct 11 09:26:57 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3A80D767 for ; Fri, 11 Oct 2013 09:26:57 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 061E6239C for ; Fri, 11 Oct 2013 09:26:56 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id wo20so2555438obc.35 for ; Fri, 11 Oct 2013 02:26:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=OzmiHKifr6ECQZo8dTQA0ZKYSsKM5H/wGjyeqg0tc7Q=; b=DGSOY189FmnH89z3sYc3Qq4I6upK/DRRQpids/YuxpdDKmTaSwV4592DRdU8tB0K1S eUsEnuqh/xGzAU1ANpsRyfNiUk2NgykG8iFqXL/GHr5/wjal0jIY1n+oN/dID0Ahy495 NksnzRRuKEdeT9edTQN6QbBAlPHUWLCLw70B6UhhlmGeGfFnZziG3kdq96U9nwAkpzI9 pWmnPR7dxPvF1X8oJn9rqECcrfYoOQH9UrURNrbM3q2/9fcofo3w5oHrcL0n5A333tE+ 2+OAEfcCzdpt4omEhF53FInNMiAcUizHVWOWDdsgVn8sXhpoRfwaP42EBoWfpE8vfZoJ 3DdA== X-Received: by 10.60.42.203 with SMTP id q11mr84558oel.54.1381483616216; Fri, 11 Oct 2013 02:26:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.167.106 with HTTP; Fri, 11 Oct 2013 02:26:35 -0700 (PDT) In-Reply-To: <20131011085405.GA8670@sh4-5.1blu.de> References: <20131011085405.GA8670@sh4-5.1blu.de> From: Henry Hu Date: Fri, 11 Oct 2013 05:26:35 -0400 Message-ID: Subject: Re: Xorg does not return to alpha console To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-x11@freebsd.org 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:26:57 -0000 It looks like that it's a known problem caused by KMS. See https://wiki.freebsd.org/Intel_GPU?highlight=%28KMS%29, FAQ 4. What's your GPU? On Fri, Oct 11, 2013 at 4:54 AM, 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? > > Thx > > matthias > -- > Matthias Apitz | /"\ ASCII Ribbon Campaign: > www.asciiribbon.org > E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail > WWW: http://www.unixarea.de/ | X - No proprietary attachments > phone: +49-170-4527211 | / \ - Respect for open standards > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > -- Cheers, Henry