Logitech MX310 and X.org
 cb | cs | debian | bridge | irc | df7cb | projects | stuff  
Update for Debian xserver-xorg/6.9.0.dfsg.1-2
# xorg.conf (Xorg X Window System server configuration file)
Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Buttons"		"8"
	Option		"ZAxisMapping"		"4 5 6 7"
	Option		"Emulate3Buttons"	"false"
	Option		"Resolution"		"800"
EndSection
xmodmap -e 'pointer = 1 2 3 4 5 8 9 6 7 10 11 12'

Yes, this is ugly, but works for the side buttons. I still haven't managed to get the 8th (middle) button to work. (It just sends button 1.)

Thu, 12 Jan 2006 13:04:59 +0100

 
 Christoph Berg | Page last changed Thu Jan 12 13:05:31 2006 CET