*Easy* keymap question...hopefully
Matthew Seaman
m.seaman at infracaninophile.co.uk
Wed Sep 24 08:36:35 PDT 2003
On Wed, Sep 24, 2003 at 05:13:07PM +0200, Fredrik Carlén wrote:
> Hi! Just installed FreeBSD 5.1-RELEASE, and, since I'm used to the Swedish keymap, I chose 'Swedish ISO' keymap and ISO_8859-1 accordingly in sysinstall. 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?
>
> What's the issue here? I remember choosing something like a special ISO-capable 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
--
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030924/6c23ee15/attachment.bin
More information about the freebsd-questions
mailing list