I am running OpenSolaris natively on Dell XPS M1530 and the normal mouse actions work fine with the inbuilt touchpad and the bluetooth Dell Travel Mouse that it also came with. The mouse features:
- the usual left and right buttons - a mouse wheel that scrolls up and down, left and right and is also a button - two thumb buttons on the side I've been trying to get the mouse wheel to scroll but with no success at all. I understand that ZAxisMapping is need in /etc/X11/xorg.conf to map the mouse wheel buttons. I've tried various combinations from various posts over the internet but none have yielded any success. After each change I've logged out and back in for the changes to take effect. My xorg.conf section is currently: Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" Option "Buttons" "7" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5 6 7" EndSection And from /var/log/Xorg.log: (II) Mouse0: Setting Device option to "/dev/mouse" (**) Mouse0: Protocol: VUID (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/mouse" (**) Option "Buttons" "7" (**) Option "Emulate3Buttons" "no" (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) Any ideas how to get this working? Thanks -- This message posted from opensolaris.org