Hello, it works for me on Thinkpad X61

To enable vertical scrolling, I have created default 'xorg.conf.new'  
using the command 'Xorg -configure' from console (gdm was disabled),  
then added three lines below and copied this file into the '/etc/X11'  
directory.

$ diff xorg.conf.new /etc/X11/xorg.conf
42a43,45
 > Option "EmulateWheel" "on"
 > Option "EmulateWheelButton" "2"
 > Option "EmulateWheelTimeout" "200"
44a48
 >

or, mouse section as a whole:

Section "InputDevice"
        Identifier "Mouse0"
        Driver "mouse"
        Option "Protocol" "auto"
        Option "Device" "/dev/mouse"
        Option "ZAxisMapping" "4 5 6 7"
        Option "EmulateWheel" "on"
        Option "EmulateWheelButton" "2"
        Option "EmulateWheelTimeout" "200"
EndSection


On 08.07.2008, at 3:51, Praveen Kumar wrote:

> I have OpenSolaris 2008.05 (snv_91) installed on Lenovo Thinkpad T60
> (bare metal). I am not able to get the trackpoint middle button to  
> work.
> It was working out-of-the-box with Xorg on GNU/Linux. I tried
> 'Option      "Emulate3Buttons"     "on"' in my xorg.conf and it didn't
> help. Can someone point me in the right direction?
>
> Thanks -
> Praveen
> _______________________________________________
> indiana-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to