Hi.
I've installed a new Logitech G5 mouse with the xorg "mouse" driver and I couldn't use the horizontal wheel, but everything else was working ok. I've changed to the "evdev" driver and now almost everything is well since I can use all the mouse buttons and wheels with applications.
I've discovered that the "evdev" driver requires disabling the DGA extension for most games. But I have some additional issues with Doom3 as it ignores slow mouse movements while working for fast mouse movements resulting in important jerkyness. It worked well before with the same mouse and the "mouse" driver.
I've used "export SDL_VIDEO_X11_DGAMOUSE=0" and added this to xorg.conf module section:
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
For doom3, I've played with combinations of "in_dgamouse" and "in_mouse" with no luck. Above behaviour was checked with "in_dgamouse 0" and "in_mouse 1" (also 2 and 3).
Any idea why is this happenning? Possible solutions? Could it be possible having two devices configured with different drivers but the same mouse?
Thanks for reading.