Greetings:
For those out there using the Ultimarc U-Trak, could you confirm some of your sensitivity settings on games that use the trackball / mouse? Do you use any special settings other than "-mouse"?
I ask because I have my sensitivity cranked all the way to "255" on games such as Centipede for the movement to be acceptable. In comparison, standard mouse movement works great with the default settings (30 or 50 sensitivity, can't remember). I am running SDL MAME, but would still like info from Windows users to compare against.
SDL has a couple important environment vars but I have been unsuccessful in "offsetting" the U-Trak sensitivity due to their limiations:
SDL_MOUSE_RELATIVE: must be set to "1" for MAME or else movement will have an "invisible wall" effect
SDL_VIDEO_X11_MOUSEACCEL: with SDL_MOUSE_RELATIVE set to "1" (enabled), changing this has no effect.
Compared to a standard mouse, the U-Trak is a high-precision device, and pumps out way more event messages. I will probably end up having to toy around with programmatically skipping event messages so that MAME and my front end can respond faster.
Any U-Trak users out there offer any sensitivity advice (windows or linux)?
Thanks.