Hallo,
ich kann nach update meine Ziffernblock nicht mehr richtig nutzen (Laptop- sowie externe USB tastatur]. Es handelt sich dabi um einen Acer 7750G.
Ich kann die Numlock einfach nicht aktivieren. Wenn ich "Schift + Zahl" drücke, bekomme ich die zahlen. +, Enter, *, / funktioniert
Hat jemand eine Idee?
xev numlock gibt mir folgendes aus:
KeyPress event, serial 36, synthetic NO, window 0x1a00001,
root 0x155, subw 0x0, time 1059977, (607,641), root:(611,718),
state 0x0, keycode 77 (keysym 0xff7f, Num_Lock), same_screen YES,
XKeysymToKeycode returns keycode: 66
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 36, synthetic NO, window 0x1a00001,
root 0x155, subw 0x0, time 1060013, (607,641), root:(611,718),
state 0x0, keycode 77 (keysym 0xff7f, Num_Lock), same_screen YES,
XKeysymToKeycode returns keycode: 66
XLookupString gives 0 bytes:
XFilterEvent returns: False
mein 10-evdev.conf hat folgenden inhalt:
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputClass"
Identifier "evdev touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Mit numlockx on kann ich die Numtaste per Konsol aktivieren. Keine Ahnung warum das nicht mehr per Num-Taste geht
Gruß
undGo