On Mon, 24 Jan 2011 00:25:39 +0000
Ken Moffat <[email protected]> wrote:
> I've just noticed a weird problem here - in fluxbox, the keyboard
> has become american. At first, I thought it was from upgrading
> fluxbox, but reverting to the previous version I've been using for a
> year didn't solve it. This is with xorg.conf specifying
>
> Section "InputDevice"
> Identifier "Keyboard0"
> Driver "evdev"
> Option "Device"
> "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
> Option "XkbLayout" "gb"
> EndSection
>
> At first, I only noticed it trying to run a pipe in a shell ('|'
> isn't where it should be), and I assumed that since I only use
> fluxbox until I can build a better wm (icewm - needs gtk+) I'd
> simply not done much in fluxbox in my recent builds.
>
> But now I've discovered that the '@' key has also moved, which
> I notice when I ssh to my server to read mail. That's something I
> do often enough during builds to believe it is a recent change even
> though I didn't notice it before.
>
Should it be "xkb_layout"? This works for me in /etc/X11/xorg.conf:
Section "InputDevice"
Identifier "Keyboard"
Option "Device" "/dev/input/keyboard"
Driver "evdev"
Option "xkb_layout" "gb"
EndSection
(I use custom udev rules to make a symlink, /dev/input/keyboard, that
points at the actual keyboard device.)
Andy
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page