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 317AE1382C5 for ; Sun, 6 May 2018 15:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 471C3E08FA; Sun, 6 May 2018 15:14:06 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (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 BC07AE0849 for ; Sun, 6 May 2018 15:14:05 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fFLKJ-0002y4-V1 for gentoo-user@lists.gentoo.org; Sun, 06 May 2018 17:11:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: X11 recovery ... somehow Date: Sun, 6 May 2018 18:13:57 +0300 Message-ID: References: <20180506124551.f4sbh5oh7ffg2man@solfire> 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 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@blaine.gmane.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 In-Reply-To: <20180506124551.f4sbh5oh7ffg2man@solfire> Content-Language: en-US X-Archives-Salt: 351f2f5c-02e4-4b3a-ae18-3bc2e3a88a7a X-Archives-Hash: 1e96e92336885c83ebc2199d7a0e1ac2 On 06/05/18 15:45, tuxic@posteo.de wrote: > Hi, > > I am running X11 with Nvidia-drivers 396.18-r1. > > From time to time I accidentally hit a key combo > (ALT F*) and I am thrown to the LINUX console. > > Back in the years when one setups X11 by hand > carefully inserting timings for the Cathod Ray Tube > it was possible to swicth back with CTRL-ALT-F12 > (or was it ALT-F12). You can't switch to the console with alt+fN. X11 to console requires ctrl+alt+fN. From console to X11, it's just alt+fN. On most modern installs, X11 runs on tty1 (when running systemd) or tty7 (when running openrc.) So just try alt+f1 or alt+f7 to go back to X11.