i got 2 keys working! yay!
although there are still alot that dont work.
Code:
(EE) Keyboard[1]-usb-0000:00:03.0-1/input1: AbsoluteTouch: 'DIGI_Touch' does not exist.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Multiple names for keycode 211
> Using <I211>, ignoring <AB11>
expected keysym, got XF86AudioEject: line 2232 of inet
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Multiple names for keycode 211
> Using <I211>, ignoring <AB11>
expected keysym, got XF86AudioEject: line 2232 of inet
> Warning: Symbol map for key <MUTE> redefined
> Using last definition for conflicting fields
> Warning: Sy(EE) Keyboard[1]-usb-0000:00:03.0-1/input1: AbsoluteTouch: 'DIGI_Touch' does not exist.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Multiple names for keycode 211
> Using <I211>, ignoring <AB11>
expected keysym, got XF86AudioEject: line 2232 of inet
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Multiple names for keycode 211
> Using <I211>, ignoring <AB11>
expected keysym, got XF86AudioEject: line 2232 of inet
> Warning: Symbol map for key <MUTE> redefined
> Using last definition for conflicting fields
> Warning: Symbol map for key <VOL-> redefined
> Using last definition for conflicting fields
> Warning: Symbol map for key <VOL+> redefined
> Using last definition for conflicting fields
> Warning: Symbol map for key <POWR> redefined
> Using last definition for conflicting fields
mbol map for key <VOL-> redefined
> Using last definition for conflicting fields
> Warning: Symbol map for key <VOL+> redefined
> Using last definition for conflicting fields
> Warning: Symbol map for key <POWR> redefined
> Using last definition for conflicting fields
this goes on for some more time. Is all the conflicts overwriting the keys?
This is part of my xorg.conf
Code:
Section "InputDevice"
Identifier "Keyboard[0]"
Driver "evdev"
Option "Protocol" "evdev"
Option "Device" "/dev/input/event4"
Option "CoreKeyboard"
Option "XkbModel" "evdev"
EndSection
Section "InputDevice"
Identifier "Keyboard[1]"
Driver "evdev"
Option "Device" "/dev/input/event7"
Option "XkbModel" "evdev"
Option "SendCoreEvents"
EndSection
Section "InputDevice"
Identifier "Mouse[1]"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "CorePointer"
Option "ZAxisMapping" "4 5"
EndSection
help?