From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: 48 line console Date: Fri, 08 Jun 2007 02:03:18 +0200 Message-ID: <87fy53qpmh.fsf@ambire.localdomain> References: <878xb05ras.fsf@stupidchicken.com> <864plnorgn.fsf@lola.quinscape.zz> <85ps4ap0kh.fsf@lola.goethe.zz> <18024.30252.846428.246125@kahikatea.snap.net.nz> <20070607235855.GB1264@muc.de> <18024.36714.594298.928727@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181262430 13140 80.91.229.12 (8 Jun 2007 00:27:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2007 00:27:10 +0000 (UTC) Cc: Alan Mackenzie , emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 08 02:27:09 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HwSJl-0008Al-Rs for ged-emacs-devel@m.gmane.org; Fri, 08 Jun 2007 02:27:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwSJl-0007Ra-9l for ged-emacs-devel@m.gmane.org; Thu, 07 Jun 2007 20:27:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwSJh-0007R7-1s for emacs-devel@gnu.org; Thu, 07 Jun 2007 20:27:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwSJe-0007Qu-7p for emacs-devel@gnu.org; Thu, 07 Jun 2007 20:26:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwSJe-0007Qr-3T for emacs-devel@gnu.org; Thu, 07 Jun 2007 20:26:58 -0400 Original-Received: from smtp-out3.libero.it ([212.52.84.43]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HwRxk-0005G6-Ip for emacs-devel@gnu.org; Thu, 07 Jun 2007 20:04:21 -0400 Original-Received: from localhost (172.31.0.46) by smtp-out3.libero.it (7.3.120) id 4611FE5E047A83B7; Fri, 8 Jun 2007 02:03:19 +0200 X-Scanned: with antispam and antivirus automated system at libero.it Original-Received: from smtp-out1.libero.it ([172.31.0.37]) by localhost (asav-out5.libero.it [192.168.32.33]) (amavisd-new, port 10024) with ESMTP id ECVapvTDsVQr; Fri, 8 Jun 2007 02:03:19 +0200 (CEST) Original-Received: from ambire.localdomain (151.21.33.102) by smtp-out1.libero.it (7.3.120) id 4611FC9105166FCD; Fri, 8 Jun 2007 02:03:19 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1HwRwk-0005z6-EF; Fri, 08 Jun 2007 02:03:18 +0200 In-Reply-To: <18024.36714.594298.928727@kahikatea.snap.net.nz> (Nick Roberts's message of "Fri\, 8 Jun 2007 11\:06\:18 +1200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:72450 Archived-At: () Nick Roberts () Fri, 8 Jun 2007 11:06:18 +1200 I realise it's a bit off-topic, but just how do you set up a 48 line console? I'd like to just use the console for Emacs more often, but getting just 24/25 lines can be a real killer. in /boot/grub/menu.lst, i see: # kopt=root=/dev/hda2 ro vga=0x307 vga=0x307 results in 64 lines by 160 characters on a 1280x1024 pixel monitor. see vsafb.txt for more info. thi