Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user@l.g.o
Cc: realnc@×××××.de
Subject: Re: [gentoo-user] Re: numeric keypad problem
Date: Mon, 01 Sep 2008 22:50:40
Message-Id: 20080901185038.39512918@osage.osagesoftware.com
In Reply to: [gentoo-user] Re: numeric keypad problem by Nikos Chantziaras
1 On Mon, 01 Sep 2008 07:30:21 +0300
2 Nikos Chantziaras wrote:
3
4 > David Relson wrote:
5 > > G'day,
6 > >
7 > > Yesterday I updated from 2.6.24 to 2.6.25 and, after rebooting,
8 > > found that I have problems with my numeric keypad. Its arrow
9 > > keys, home, end, etc are _not_ working. I can use the comparable
10 > > keys between the alpha keys and the keypad.
11 > >
12 > > I'm guessing that it's an xorg.conf issue but don't know what to
13 > > check.
14 > >
15 > > Any suggestions about xorg.conf or other things to check and
16 > > examine?
17 >
18 > If you're using the evdev driver for your keyboard, make sure your
19 > desktop applet that is responsible for keyboard layouts (both Gnome
20 > and KDE have one) is configured to use an "evdev managed keyboard"
21 > rather than something like "pc104" and the like.
22
23 Here's the keyboard section. Looks like I'm using pc104.
24
25 Section "InputDevice"
26 Identifier "Keyboard0"
27 Driver "kbd"
28 Option "CoreKeyboard"
29 Option "XkbRules" "xorg"
30 Option "XkbModel" "pc104"
31 Option "XkbOptions" "grp:toggle,grp_led:scroll"
32 Option "XkbVariant" ",winkeys"
33 EndSection
34
35 The numeric keypad's keys seem to be quite totally nonfunctional. The
36 cursor control keys do nothing in OpenOffice, emacs, claws-mail, etc
37 (while the cursor keys to the keypad's left all work fine). With
38 NumLock on, the keypad's numbers do nothing.

Replies

Subject Author
[gentoo-user] Re: numeric keypad problem Nikos Chantziaras <realnc@×××××.de>