Hi, I started experimenting with Elive again after a long break from it and this time I am using a Bluetooth mouse on my laptop that also have a mousepad.
The problem I have is that my mouse is too sensitive (too fast) and I didn’t find any menu for the mouse.
It is with the Live version on USB.
Those settings are generally done by 'xinput' and can be changed accordingly .... albeit sometimes this a sort of 'hit and miss' afaire.
First find out what your device actually is and what it has o offer with: xinput list
and once he device is determined (use the number, it saves typing): xinput list-props Device-Number
and play about with props like: xinput set-prop "Device-Number" Prop-Num Prop-Settings
Where Device-Number is the found/wanted device , Prop-Num the property number (the number in brackets) and Prop-Settings are usually incremental numbers.
I suspect you'll be wanting props like "Accel Speed"
To be clear: There isn't really a menu for a mouse as ... in general they're correctly set by the system.