tech-x11 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
R Alt, arrow keys, and others not working
xorg.conf:
Section "InputDevice"
Identifier "LaptopKeyboard"
Driver "kbd"
Option "Protocol" "wskbd"
Option "Device" "/dev/wskbd0"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
Option "XkbOptions" "grp:switch,grp:ralt_toggle"
EndSection
xdm.log:
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
# xev:
Up
KeyPress event, serial 40, synthetic NO, window 0x1000001,
root 0xab, subw 0x1000002, time 1146924, (39,36), root:(657,332),
state 0x0, keycode 208 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
Down Arrow
KeyPress event, serial 40, synthetic NO, window 0x1000001,
root 0xab, subw 0x0, time 1208446, (2,112), root:(578,569),
state 0x0, keycode 216 (keysym 0x1008ff06, XF86KbdBrightnessDown),
same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
Left Arrow
KeyPress event, serial 40, synthetic NO, window 0x1000001,
root 0xab, subw 0x0, time 1235152, (2,53), root:(578,510),
state 0x0, keycode 211 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
Right Arrow
KeyPress event, serial 40, synthetic NO, window 0x1000001,
root 0xab, subw 0x0, time 1260380, (-1,51), root:(575,508),
state 0x0, keycode 213 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
R Alt
KeyPress event, serial 40, synthetic NO, window 0x1000001,
root 0xab, subw 0x0, time 1284878, (1,56), root:(577,513),
state 0x0, keycode 192 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
Menu
KeyPress event, serial 40, synthetic NO, window 0x1000001,
root 0xab, subw 0x1000002, time 1300526, (11,42), root:(587,499),
state 0x0, keycode 229 (keysym 0x1008ff1b, XF86Search), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
etc. PgDn, PgUp, Del, Ins, Home, End, and family do not work either.
I have the dead keys working fine. This wasn't a problem in NetBSD 5.0.1 with
native Xorg, but now it doesn't work in NetBSD 5.1.0_PATCH with either native
(1.6.3) nor modular (1.6.5 # pkgsrc-2011Q3). I've used xdm and xdm3d and the
same issue is present.
Help?
TIA
Home |
Main Index |
Thread Index |
Old Index