Gentoo Archives: gentoo-user

From: Uwe Thiem <uwix@××××.na>
To: gentoo-user@l.g.o
Subject: [gentoo-user] xorg / keyboard
Date: Sat, 19 Jan 2008 18:52:53
Message-Id: 200801192052.09119.uwix@iway.na
1 Hi folks,
2
3 somehow I have messed up my xorg configuration. The block of sic buttons
4 from "Insert" to "Page Down" and the four separate3 arrow key (up, left,
5 down, right) don't work or don't work as expected. For example, "up" invokes
6 ksnapshot, the others don't do anything. My keyboard is a US 104 buttons
7 keyboard.
8
9 The relevant section in my xorg.conf looks like this:
10
11 Section "InputDevice"
12 Identifier "Keyboard0"
13 Driver "kbd"
14 Option "XkbModel" "pc104"
15 Option "XkbLayout" "us"
16 EndSection
17
18
19 When X starts up, it first says:
20
21 (**) Keyboard0: XkbRules: "xorg"
22 (**) Option "XkbModel" "pc104"
23 (**) Keyboard0: XkbModel: "pc104"
24 (**) Option "XkbLayout" "us"
25 (**) Keyboard0: XkbLayout: "us"
26 (**) Option "CustomKeycodes" "off"
27 (**) Keyboard0: CustomKeycodes disabled
28 (II) evaluating device (Keyboard0)
29 (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
30
31
32 It says later:
33
34 (II) evdev brain: Rescanning devices (2).
35 (**) AT Translated Set 2 keyboard-isa0060/serio0/input0: always reports core
36 events
37 (**) Option "XkbModel" "evdev"
38 (**) Option "XkbLayout" "us"
39 (II) XINPUT: Adding extended input device "AT Translated Set 2
40 keyboard-isa0060/serio0/input0" (type: KEYBOARD)
41 (II) AT Translated Set 2 keyboard-isa0060/serio0/input0: Init
42 (II) AT Translated Set 2 keyboard-isa0060/serio0/input0: On
43 (II) AT Translated Set 2 keyboard-isa0060/serio0/input0: Off
44
45
46 So it seems to me, it overwrites my settings.
47
48 Should I disable "evdev"? How?
49
50 Should I do something else?
51
52 Uwe
53
54 --
55 If a man speaks in a forest, and no woman listens to him,
56 is he still lying?
57 --
58 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] xorg / keyboard Sascha Hlusiak <saschahlusiak@×××××.de>