PDA

View Full Version : Numeric keypad don't works on X


aleunix
06-04-2008, 10:24 AM
Numeric keypad don't works on X
I have see the Faq 7 - Keyboard and Display Controls (http://www.openbsd.org/faq/faq7.html) but i don't see the solution.

cubo
06-04-2008, 10:40 AM
that faq page is not for X.

I see from the other post that you have problems with xorg.conf.

did you try "xorgconfig" telling the program that you have a keyboard with 105-keys (or 104...)?

for example in my /etc/X11/xorg.conf in the keyboard section:
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

aleunix
06-04-2008, 11:58 AM
I have the same code.

The only difference is that i don't have this line:
Option "XkbRules" "xorg"

So i have add the line:
Option "XkbRules" "xkb"
after i read Changing XkbRules to "xkb" resolved issue (http://lists.debian.org/debian-x/2004/05/msg00707.html)
but the problem persist.

Also I had remove all of this line otherwise even xterm don't recognized the italian keyboard layout.

aleunix
06-15-2008, 12:59 PM
Now I noticed that the problem is present in vmware not in my real installation. :)