From owner-freebsd-questions@FreeBSD.ORG Thu Aug 14 04:06:32 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBD2837B401 for ; Thu, 14 Aug 2003 04:06:32 -0700 (PDT) Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DE9E43FB1 for ; Thu, 14 Aug 2003 04:06:31 -0700 (PDT) (envelope-from darren@dazdaz.org) Received: from no-dns-yet.demon.co.uk ([62.49.203.115] helo=localhost) by anchor-post-33.mail.demon.net with esmtp (Exim 3.35 #1) id 19nFw4-000LHL-0X; Thu, 14 Aug 2003 12:06:28 +0100 Date: Thu, 14 Aug 2003 12:06:05 +0100 From: Darren X-Mailer: The Bat! (v1.61) X-Priority: 3 (Normal) Message-ID: <474924531.20030814120605@dazdaz.org> To: Jez Hancock In-Reply-To: <20030813142516.GB712@users.munk.nu> References: <279159971.20030813132234@dazdaz.org> <20030813142516.GB712@users.munk.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit cc: FreeBSD questions List Subject: Re[2]: UK keyboard and missing ? character X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Darren List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 11:06:33 -0000 Hello Jez, Thanks for your reply. Unfortunately this and many variations don't allow me to use the £ (UK pound) character. I've spent some more time searching around and hav'nt found a working solution, yet. Of those UK people with a working £ character, what rc.conf* settings do you use? Many thanks. Darren Wednesday, August 13, 2003, 3:25:16 PM, you wrote: JH> On Wed, Aug 13, 2003 at 01:22:34PM +0100, Darren wrote: >> >> I can't use the ? (pound) character under FreeBSD 4.8-RELEASE, i've >> tried with console and remotely logging in. >> >> I have my keymap set to the uk.cp850, here are some of my rc.conf options >> >> keymap="uk.cp850" >> keychange="YES" >> font8x8="YES" >> keyrate="250.34" >> allscreens_flags="" # Set this vidcontrol mode for all virtual screens >> allscreens_kbdflags="" # Set this kbdcontrol mode for all virtual screens JH> This works for me: JH> # JH> # Auxiliary devices JH> # JH> # vid/keybd mode settings: JH> keymap="uk.cp850" JH> keyrate="fast" JH> font8x8="swiss-8x8" JH> allscreens_flags="-h 14500 80x50" JH> the scrollback buffer 14500 might be overkill, remove it or set it JH> lower to your taste. 80x50 is quite a nice resolution, again up to you. JH> I think the 'fast' keyrate is equivalent to 250.34 IIRC.