I would like to change the ratio between the pointer speed and the mouse speed.
Changing the sensitivity and the acceleration is not what I'm looking for:
- sensitivity is something like the threshold of speed above which the pointer starts to accelerate
- acceleration is the magnitude of this acceleration
but what I would like is different : I would like to change the speed of the pointer.
I've looked everywhere but I cannot find a solution to my question. I found something about the xorg.conf (don't even konw if it will work) but I cannot find my xorg.conf.
Thank you for your help !
man xorg.conf.d
). Some examples can be found at the Gentoo Xorg documentation: http://www.gentoo.org/doc/en/xorg-config.xml#doc_chap4 . To find out details about your mouse (like: what device to use, which driver,...) read /var/log/Xorg.0.log - that should give you some hints... – soulsource Jul 22 '13 at 11:52