[ltp] trackpoint + touchpad + usb mouse
mario
linux-thinkpad@linux-thinkpad.org
Sun, 12 Feb 2006 00:22:02 -0800 (PST)
1 more thing ...
So, mario wrote:
> So, Pino Giaquinto wrote:
>> My trackpoint and touchpad work fine on my notebook... but now I wish
>> to use an usb mouse also. What I must add/modify in my xorg.conf?
>
> Not sure what your xorg.conf file looks like. Mine worked out of the
> box. Have you tried just plugging the mouse in?
> Anyway, this here does the trick for me. Your milage may vary.
>
>
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "ImPS/2"
> Option "Emulate3Buttons" "true"
> Option "ZAxisMapping" "4 5"
> EndSection
>
I forgot to add:
If you add something like this be sure to have this in your ServerLayout
Section.
InputDevice "Configured Mouse" "CorePointer"
mario;>