From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JCiAd-0004E7-Qx for garchives@archives.gentoo.org; Wed, 09 Jan 2008 21:09:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC664E0818; Wed, 9 Jan 2008 21:01:05 +0000 (UTC) Received: from dcnode-02.unlimitedmail.net (139.Red-80-26-111.staticIP.rima-tde.net [80.26.111.139]) by pigeon.gentoo.org (Postfix) with ESMTP id C0B04E0801 for ; Wed, 9 Jan 2008 21:01:04 +0000 (UTC) Received: from ppp.zz ([137.204.208.98]) (authenticated bits=0) by dcnode-02.unlimitedmail.net (8.14.2/8.14.0) with ESMTP id m09L0rXh014772 for ; Wed, 9 Jan 2008 22:00:54 +0100 From: Etaoin Shrdlu To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Kernel setting for frame buffer (2.6.23-r5) Date: Wed, 9 Jan 2008 22:17:37 +0100 User-Agent: KMail/1.9.7 References: <87odbu982e.fsf@newsguy.com> <87odbun3i0.fsf@newsguy.com> <87k5min2qi.fsf@newsguy.com> In-Reply-To: <87k5min2qi.fsf@newsguy.com> 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="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801092217.37172.shrdlu@unlimitedmail.org> X-UnlimitedMail-MailScanner-From: shrdlu@unlimitedmail.org X-Spam-Status: No X-Archives-Salt: e77ef71b-b12f-4d89-b336-98a51773e41a X-Archives-Hash: c9a254c52e06c9691738ba28091b258c On Wednesday 9 January 2008, reader@newsguy.com wrote: > reader@newsguy.com writes: > > do you know of a chart that shows the decimal notation like you > > posted? (Its not in `man vga') > > > > And I don't recall where I got that from... where ever it was, it > > probably also has the decimal equivalents. > > You can ignore this request... I found a nifty hex to decimal > converter for vim here: > http://vim.wikia.com/wiki/VimTip27 A perhaps simpler way is to use the bc program (which needs to be installed for this to work, of course): $ echo 'obase=10; ibase=16; 31A' | bc 794 (you can do that from inside vim also by using the "!" vim command) -- gentoo-user@lists.gentoo.org mailing list