Well, as the title says, the keys around the numpad aren't behaving properly now that I've upgraded to Fedora Core 9 (was using version 6 before, without any trouble).
Keys affected :
1,2,3,4,5,6,7,8,9,0,*,-,+,/,","
This is a French layout keyboard, so not sure if a few of them aren't where expected.
Code:
[ NUMLOCK ][/ ][* ][-]
[ 7 ][8 ][9 ]|+|
[ 4 ][5 ][6 ]|+|
[ 1 ][2 ][3 ]|E|
[ 0 ][ Del/, ]|E|
(E for Enter)
The non-numerical keys do nothing at all. 0 also does nothing. Five is behaving as right-click mouse button. 1,2,3,4,6,7,8,9 all move the mouse pointer around the screen in their respective directions. This is both with and without num lock activated.
xorg.conf is below
Code:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
i'm completely confused by all this...