On Monday 29 October 2001 12:28, you wrote: > this option won't work on my USB tablett but also not with my PS/2 > Mouse. Mh, what am I doing wrong...
It might be that it won't work :(.. from the XF86Config-v3 man pages: Resolution count sets the resolution of the device in counts per inch. This is not always supported by all the mice. Try it with just a window manager, I know that KDE blows away the resolution setings for my mice :(, and I'd have a good guess that Gnome would do the same as well :(. FWIW ripped from my config file: Section "InputDevice" Identifier "TrackMan FX" Driver "mouse" Option "CorePointer" Option "SendCoreEvents" "true" Option "Device" "/dev/mouse" Option "Protocol" "MouseManPlusPS/2" Option "Resolution" "255" EndSection Section "InputDevice" Identifier "M-C48" Driver "mouse" Option "SendCoreEvents" "true" Option "CorePointer" Option "Device" "/dev/mouse1" Option "Protocol" "MouseMan" Option "Resolution" "130" Option "ZAxisMapping" "4 5" # does this work? EndSection Ani