Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#34274 - Numpad keys not working after upgrade
Attached to Project:
Arch Linux
Opened by Ebubekir KARUL (EbubekirK) - Tuesday, 12 March 2013, 10:15 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 12 March 2013, 16:45 GMT
Opened by Ebubekir KARUL (EbubekirK) - Tuesday, 12 March 2013, 10:15 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 12 March 2013, 16:45 GMT
|
DetailsHello, after upgrade my system, numpad keys not working in gnome session, but in gdm keys works good. I can't solve this problem.
Here is xorg log (grep keyboard) .... [ 7.720] (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/ [ 7.720] (==) ModulePath set to "/usr/lib/xorg/modules" [ 7.720] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 7.720] (WW) Disabling Keyboard0 [ 7.720] (WW) Disabling Mouse0 [ 7.720] (II) Loader magic: 0x7fcc20 [ 7.720] (II) Module ABI versions: .... |
This task depends upon
Here is xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 313.26 (buildmeister@swio-display-x86-rhel47-05) Wed Feb 27 13:56:11 PST 2013
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection