I can find very little help regarding the "InputDevice" section of xorg.conf. I have tried various "recommended for Logitech" setups but I can't make any sense of how the mouse works after trying them. There seems no logical connection between the options I set and the resulting way the mouse works.
I have now got a rally minimal InputDevice section:-
Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/mouse" # Option "ZAxisMapping" "4 5 6 7" # Option "Emulate3Buttons" EndSection
This results with the left button being button 1, the right button being button 3 and pressing both being button 2 (so in spite of commenting out Emulate3Buttons it still does!
Then I have the two mini-buttons which are button 8 and button 9, how can I use those?
What I actually want is buttons 1 and 3 as above, one of the little buttons as button 2 (middle/paste) and the other little button ideally as a double click of button 1.
Where can I find out what all the options like "CorePointer", "Buttons", "Protocol", "ZAxisMapping" and so on actually do?