Gentoo Archives: gentoo-user

From: Liviu Andronic <landronimirc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: hal-0.5.11-r1 and keyboard layout and input issues
Date: Mon, 25 Aug 2008 20:38:56
Message-Id: 68b1e2610808251338r3e7ca383y55f571d5fde34571@mail.gmail.com
In Reply to: [gentoo-user] hal-0.5.11-r1 and keyboard layout and input issues by Liviu Andronic
1 Oh, I forgot to post the errors X generates at startup:
2
3 The XKEYBOARD keymap compiler (xkbcomp) reports:
4 > Warning: Multiple names for keycode 211
5 > Using <I211>, ignoring <AB11>
6 expected keysym, got XF86AudioEject: line 2232 of inet
7 Errors from xkbcomp are not fatal to the X server
8
9 Liviu
10
11 On Mon, Aug 25, 2008 at 10:24 PM, Liviu Andronic <landronimirc@×××××.com> wrote:
12 > Dear Gentoo users,
13 >
14 > I have installed the latest stable hal-0.5.11-r1 and hal-info-20080508
15 > yesterday, and I give up: i cannot configure the keyboard layout as it
16 > was previously in xorg.conf, and i cannot use the left-hand shift (the
17 > latter is the annoying part). Here's what i have:
18 >
19 > /etc/X11/xorg.conf
20 > Section "InputDevice"
21 > Identifier "Keyboard0"
22 > Driver "keyboard"
23 > Option "CoreKeyboard"
24 > Option "XkbRules" "xorg"
25 > Option "XkbModel" "pc105"
26 > Option "XkbLayout" "gb,fr,ru,ro"
27 > Option "XkbOptions" "grp:alt_shift_toggle"
28 > Option "XkbVariant" ",,winkeys,std"
29 > EndSection
30 >
31 > Trying
32 > Driver "evdev"
33 > would make X not start any more. I tried playing with
34 > /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi to no avail. It
35 > seems to me that X uses evdev, no matter what I try. Also, I have only
36 > en_US as layout and "left shift" launches xfce's help, although as a
37 > shortcut key F1 is disabled here. I also disabled my .Xmodmap.
38 >
39 > Can anyone suggest how to revert to my xorg.conf configuration, and to
40 > make "left shift" a "proper" modifier key, again? Thank you,
41 > Liviu
42 >
43 >
44 >
45 > On Sun, Aug 3, 2008 at 9:31 AM, Daniel Pielmeier
46 > <daniel.pielmeier@××××××××××.com> wrote:
47 >>> This is the symptom I see when I try "evdev" driver and am using a MS
48 >>> Natural Pro keyboard. Briefly the keyboard is handled as two USB
49 >>> devices. The keys that work are on the first device, the ones that
50 >>> don't on the second device. Following gentoo-wiki howtos it looks like
51 >>> you have to hack the kernel. At that point I simply reverted to using
52 >>> the "kbd" driver. Maybe some year evdev will mature...
53 >>>
54 >>> Quick check, look in your xorg.conf "ServerLayout" section, identify
55 >>> which keyboard InputDevice, then check to see which driver it is using.
56 >>>
57 >