From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mrsbun.icsmail.net (mrsbun.icsmail.net [69.5.139.23]) by befuddled.reisers.ca (Postfix) with ESMTP id 0AB0E1EF506 for ; Mon, 24 Dec 2012 11:14:02 -0500 (EST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mrsbun.icsmail.net (Postfix) with ESMTP id 82B1542A3B8 for ; Mon, 24 Dec 2012 10:13:57 -0600 (CST) Received: from mrsbun.icsmail.net ([127.0.0.1]) by localhost (mrsbun.icsmail.net [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 25977-01 for ; Mon, 24 Dec 2012 10:13:55 -0600 (CST) Received: from giant.collinsnet.net (ics145-56.icsincorporated.com [69.5.145.56]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mrsbun.icsmail.net (Postfix) with ESMTP id EAED942A220 for ; Mon, 24 Dec 2012 10:13:54 -0600 (CST) Received: from collins (helo=giant.collinsnet.net) by giant.collinsnet.net with local-esmtp (Exim 4.72) (envelope-from ) id 1TnAf3-0006jD-Ow for speakup@linux-speakup.org; Mon, 24 Dec 2012 10:13:53 -0600 Message-Id: From: acollins@icsmail.net To: "Speakup is a screen review system for Linux." Subject: Re: Virtual consoles in Arch In-reply-to: Your message of Mon, 24 Dec 2012 10:51:01 -0500. Date: Mon, 24 Dec 2012 10:13:53 -0600 Sender: collins@icsmail.net X-Virus-Scanned: Maia Mailguard 1.0.2 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2012 16:14:03 -0000 Hello Chuck! Well, I use Debian, instead of arch, but if you look in /etc/inittab, you should find several lines like this. 6:23:respawn:/sbin/getty 38400 tty6 if you duplicate this line, and then change the sixes to sevens, and then do an init 2, the system should allocate another console. If you add more lines, with eights, nines, etc. you can have up to 64 virtual consoles pre-allocated at system startup. You can also look at your distro for a package called openvt, which will let you allocate more consoles on the fly. Hope this helps. Gene >Hi Kyle, > >> Systemd allocates virtual consoles as needed, so simply switching to one wil l >> automatically create it. There should no longer be any need to statically >> allocate more, as you start now with only one. Hope this helps. > >That only seems to work for the first six colnsoles for me, there seems to >be no way to switch to console 7, or 8, etc. I normally move from one >console to another with alt+right-arrow, or alt+left-arrow, and when I am >in console 6 and press alt+right-arrow, I am back in console 1. Likewise, >alt+F7 doesn't do it for me either. > >Chuck > >-- > >Chuck in Hudson, i.e., Hudson on the Hudson. >_______________________________________________ >Speakup mailing list >Speakup@linux-speakup.org >http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup