From owner-freebsd-questions@FreeBSD.ORG Wed Aug 13 07:25:20 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 6C2FC37B401 for ; Wed, 13 Aug 2003 07:25:20 -0700 (PDT) Received: from munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C69C43FBF for ; Wed, 13 Aug 2003 07:25:19 -0700 (PDT) (envelope-from munk@munk.nu) Received: from munk by munk.nu with local (Exim 4.20) id 19mwYu-00022h-Ey for freebsd-questions@freebsd.org; Wed, 13 Aug 2003 15:25:16 +0100 Date: Wed, 13 Aug 2003 15:25:16 +0100 From: Jez Hancock To: FreeBSD questions List Message-ID: <20030813142516.GB712@users.munk.nu> Mail-Followup-To: FreeBSD questions List References: <279159971.20030813132234@dazdaz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <279159971.20030813132234@dazdaz.org> User-Agent: Mutt/1.4.1i Sender: User Munk Subject: Re: UK keyboard and missing ? character X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 14:25:20 -0000 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 This works for me: # # Auxiliary devices # # vid/keybd mode settings: keymap="uk.cp850" keyrate="fast" font8x8="swiss-8x8" allscreens_flags="-h 14500 80x50" the scrollback buffer 14500 might be overkill, remove it or set it lower to your taste. 80x50 is quite a nice resolution, again up to you. I think the 'fast' keyrate is equivalent to 250.34 IIRC. -- Jez http://www.munk.nu/