

Xinput set-int-prop 12 "Evdev Wheel Emulation Button" 8 2 Xinput set-int-prop 12 "Evdev Wheel Emulation" 8 1 The following will enable the trackpoint scrolling: ThinkPad USB Keyboard with TrackPoint." with two different ids. Previous approaches needed to find the device's numeric id instead of simply using the name, and used "set-int-prop" instead of "set-prop", which required specifying the format (8-bit, 16-bit etc.).Įxample: openSUSE 11.2 and ThinkPad USB Keyboard with TrackPoint xinput list Xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Middle Button Timeout" 50 Xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Middle Button Emulation" 1 To enable middle button emulation (using left- and right-click simultaneously) Xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5 To enable horizontal scrolling in addition to vertical scrolling Xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 200 Xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2 Xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1 More information can be found in the man-pages for evdev Xinput list-props "TPPS/2 IBM TrackPoint" xsessionrc (depends on your distribution) so they are executed every time X starts. Note that these changes are not saved when the xserver is restarted. If you want to modify changes on the fly, you can do so with xinput (part of the optional xorg-x11-apps rpm on Fedora). Debian Lenny and PCLOS '09) you may still want to use the old xorg config method. For distributions that are lagging a bit (e.g. On a Modern distribution (like Fedora, Ubuntu or OpenSUSE) you will want to use xinput or one of the graphical front ends.
#Ibm thinkpad x200 auto mouse click driver
7.1 Configure Opera for using trackpoint horizontal scrollingīelow are several ways of configuring the kernel psmouse driver for controlling extended TrackPoint features.6.2 Using the "mouse" driver (deprecated, only for old Xorg versions).6.1 Using the "evdev" driver (preferred, especially for recent Xorg versions).6 Configuration using the X server (nf).4.1.4 Reactivate Scrolling after suspend/resume.1.1.1 Example: openSUSE 11.2 and ThinkPad USB Keyboard with TrackPoint.1.1 old method using xinput set-int-prop.
