[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

2. Keyboard under X



Hallo!

(Sorry, if this mail is posted twice, but I didn't find it in the archive, so I posted it again ...)

I have the following problem:
I want that an additional keyboard to the laptop is _not_ recognized from X, but I should be able to read from /dev/input/event*
(kde3.3, debian, kernel 2.6.8)

My XF86Config-4 see above.

Normally this configuration should work, because a 3.mouse behaves as I want with the same settings ... but I don`t know.

I have posted my /var/log/XFree86.0.log at http://grh.mur.at/XFree86.0.log if it is needed!

Many thanks,
LG
Georg


-----8<------------------8<-------------------
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# for 2. keyboard (von mir):
InputDevice "Keyboard1"
# PS/2 Mouse not detected
# Serial Mouse not detected
InputDevice "TouchPad" "CorePointer"
InputDevice "USB Mouse"
# for 3. mouse (von mir):
InputDevice "Mouse3"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"

EndSection

Section "Files"
...
EndSection

Section "Module"
Load "ddc" # ddc probing of monitor
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
Load "synaptics"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "SendCoreEvents" "true"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "Device" "/dev/input/event1"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "SendCoreEvents" "false"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "Device" "/dev/input/event5"
EndSection

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mouse1"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

# wieder von mir, wegen 3. mouse:
Section "InputDevice"
Identifier "Mouse3"
Driver "mouse"
Option "SendCoreEvents" "false"
Option "ZAxisMapping" "4 5"
Option "Protocol" "IMPS/2"
Option "Buttons" "5"
Option "Device" "/dev/input/mouse2"
EndSection

Section "InputDevice"
Identifier "TouchPad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
Option "Repeater" "/dev/ps2mouse"
EndSection

....

----------->8----------------->8-------------------------



Reply to: