Having a little trouble with the above hardware.
I have moved from Ubuntu to Mint for the reasons of ease of use, the thing is my MX518 seems slow in response compaired to Ubuntu . looking at my x-org it is configured like this
- Code: Select all
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Now in my ubuntu setup the mouse is configured like this
- Code: Select all
Section "InputDevice"
Identifier "Configured Mouse"
Driver "evdev"
Option "CorePointer"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
Option "Name" "Logitech USB-PS/2 Optical Mouse"
EndSection
Now the driver name is different evdev ! , being that Mint is based on ubuntu source can i replace the mint with the ubuntu section ? or will this break my x-org ?



