Comment 4 for bug 144277

Revision history for this message
Alex Grönholm (agronholm) wrote : Re: mouse sucks in linux

Too bad the wheel tilt function does not work with that config. You have to use an actual event device for that.
So, use:

Option "Name" "*Mouse"
Option "CorePointer"

instead of
Option "Device" "/dev/input/mice"

I tried it without the "CorePointer" option, and X11 does start but the mouse didn't respond.