From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F16C21382C5 for ; Sat, 19 Dec 2020 08:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51006E0891; Sat, 19 Dec 2020 08:07:33 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB80EE0886 for ; Sat, 19 Dec 2020 08:07:32 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kqXH1-0009cr-26 for gentoo-user@lists.gentoo.org; Sat, 19 Dec 2020 09:07:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: XWindow appearing in a non-graphical tty. A bug or feature? Date: Sat, 19 Dec 2020 10:07:26 +0200 Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 In-Reply-To: Content-Language: en-US X-Archives-Salt: 9e7763f0-007a-4e41-8135-0d30043cd3cb X-Archives-Hash: f6097586a6dc32ff20d527350b5c4e27 On 18/12/2020 18:04, gevisz wrote: > During the last 22 years, I got used to the setting > when the XWindow system appeared on one of > the "graphical" virtual terminals, mostly on tty6 or tty7. > > However, after installing a new Gentoo system with > gentoo-kernel, I found out that the XWindow system > started to appear in the same tty, where I started it > using the startx command, shadowing all that was > typed there including the messages from the xorg-server. > > So, I just wonder: "Is it a bug or a feature?" > > And where exactly can one configure it? Are you using systemd? In contrast to OpenRC, systemd launches X11 on the current TTY: https://bbs.archlinux.org/viewtopic.php?id=169903