here is how i do it on my notebook

also try synergy2.sf.net
if you use both desktop and notebook at once its like magic

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
EndSection

Section "InputDevice" 
Identifier  "Mouse2"
Driver      "mouse"
Option      "Protocol"      "IMPS/2"
Option      "ZAxisMapping"  "4 5"
Option      "Buttons"       "5"
Option      "Device"        "/dev/input/mice"
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to