It seems like every new release breaks my old method of doing things. I've had to revisit and edit this topic a number of times. This time I feel I've almost gone round circle with an xorg configuration file. Credit goes to
sillav who posted this solution a couple of weeks ago.
http://forums.fedoraforum.org/showthread.php?t=280107
I repost sillav's solution (with a minor edit) as I feel this topic deserves its own thread.
Create the following file as root:
Code:
/etc/X11/xorg.conf.d/20-thinkpad-trackpoint.conf
Put the following content in that file:
Code:
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
This is also posted down the list of possible solutions at
www.thinkwiki.org (I was using the xinput method in F16, but cannot get that method to autostart in F17).
http://www.thinkwiki.org/wiki/How_to...nt#xorg.conf.d