On Wednesday 26 May 2004 03:29 am, s. keeling wrote:
> The trick is to tell X to use two mice, defining one as CorePointer,
> and telling the other to use SendCoreEvents:


Yup that did it, although my config file puts CorePointer and SendCoreEvents 
into the ServerLayout section, like this: 

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/usbmouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier "Mouse2"
    Driver "mouse"
    Option "Protocol" "GlidePointPS/2"
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "screen1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
EndSection


Now the weird part...I made this configuration change yesterday afternoon and 
rebooted my system and it did not work. This morning when I powered on it 
started working fine. Oh well, so long as it works I guess.

-- 
Peter Pankonin, digitalcrucible

There are 10 kinds of people in the world,
those who understand binary, and those who don't.


_______________________________________________
clug-talk mailing list
[EMAIL PROTECTED]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca

Reply via email to