Date: Wed, 24 Sep 2003 16:35:22 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Fredrik =?iso-8859-1?Q?Carl=E9n?= <baterista@arrhythmetic.net> Cc: freebsd-questions@freebsd.org Subject: Re: *Easy* keymap question...hopefully Message-ID: <20030924153522.GC54005@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <WorldClient-F200309241713.AA13070213@arrhythmetic.net> References: <WorldClient-F200309241713.AA13070213@arrhythmetic.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--PuGuTyElPB9bOcsM Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 24, 2003 at 05:13:07PM +0200, Fredrik Carl=E9n wrote: > Hi! Just installed FreeBSD 5.1-RELEASE, and, since I'm used to the Swedis= h keymap, I chose 'Swedish ISO' keymap and ISO_8859-1 accordingly in sysins= tall. When in pure terminal mode, everything's fine, but when running X, I = get the default US keymap (or at least it seems to be just that). Now, isn'= t that just a wee bit weird? >=20 > What's the issue here? I remember choosing something like a special ISO-c= apable tty or something at the end of sysinstall...is that it? X uses it's own, completely independent setup for keymaps and the like, which is entirely different to the way the console is set up. You can choose an appropriate keymap and keyboard layout from the ones available under /usr/X11R6/lib/X11/xkb -- see the README files in that directory for lots of useful information, which boils down to: Use setxkbmap(1) to change the settings at runtime. Add appropriate commands to your /etc/X11/XF86Config file to set the defaults -- that will probably be something like this: Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "se" EndSection Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --PuGuTyElPB9bOcsM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/cbm6dtESqEQa7a0RAtw9AJ9cAVVofo+Sb/Vr9BqRLbxUAopvmgCgh/Le 4JTshtDByEKU0PhoppepoxQ= =SBur -----END PGP SIGNATURE----- --PuGuTyElPB9bOcsM--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030924153522.GC54005>