*** This bug is a duplicate of bug 38272 ***

With Edgy, the following settings work perfectly on my T60p.

xorg.conf:

Section "InputDevice"
        Identifier      "Trackpoint"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/trackpoint"
        Option          "Protocol"              "ExplorerPS/2"
        #Option         "ZAxisMapping"          "4 5"
        #Option         "Emulate3Buttons"       "true"         #No need to 
disable this
        Option          "EmulateWheel"          "true"            #Required for 
thinkpads
        Option          "EmulateWheelButton"    "2"            #Required for 
thinkpads
        Option          "EmulateWheelTimeout"   "200"        #Allows paste as 
well as scroll
        Option          "XAxisMapping"          "6 7"              #Horiz scroll
        Option          "YAxisMapping"          "4 5"              #Vert scroll
EndSection


/etc/udev/rules.d/10-local.rules:

[EMAIL PROTECTED] ~/gyro]$ cat /etc/udev/rules.d/10-local.rules
#Rule for the trackpoint:   udevinfo -a -p /sys/class/input/mouse1
BUS=="input", kernel=="mouse*", SYSFS{name}=="TPPS/2 IBM TrackPoint", 
NAME="input/%k", SYMLINK="input/trackpoint"

#Rule for the synaptics touchpad:  udevinfo -a -p /sys/class/input/mouse0
BUS=="input", kernel=="mouse*", SYSFS{name}=="SynPS/2 Synaptics TouchPad", 
NAME="input/%k", SYMLINK="input/touchpad"


Firefox -> about:config:

mousewheel.horizscroll.withnokey.action  = 0
#This is required, otherwise a slight sideways motion when scrolling makes the 
browser jump forwards/backwards!


NOTE 1: The only downside of this is that xfig breaks. Xfig is the only
application I know of which actually uses middle-button-drag as a
distinct operation.

NOTE 2: On really old thinkpads (eg A22p), we want to have EmulateWheel
on (on button 2), and emulate3buttons on, but EmulateWheelTimeout = 0.
This is because the older TPs have a more useful button mouse layout.

-- 
add EmulateWheelButtons for ThinkPads
https://launchpad.net/bugs/26207

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to