[NTLUG:Discuss] 2 Different Mice in XF86Config

Kyle Davenport Kyle_Davenport at compusa.com
Tue May 27 14:53:49 CDT 2003


My RedHat upgrade screwed it up to.  I just put it back.  Here's what mine
looks like:

Section "ServerLayout"
        Identifier     "Layout 1"
        Screen         0 "DFP"
        Screen         1 "CRT" RightOf "DFP"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Mouse1" "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

...

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Device" "/dev/psaux"
        Option      "Protocol" "PS/2"
        Option      "Emulate3Buttons" "yes"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "IMPS/2"
        Option          "Emulate3Buttons"       "no"
        Option          "ZAxisMapping"          "4 5"
EndSection







More information about the Discuss mailing list