How to get the trackpad to work? (the scroll button)
-
crushedumblr
- Posts: 35
- Joined: Tue Jan 12, 2010 10:24 pm
- Location: BHX, U.K.
How to get the trackpad to work? (the scroll button)
im on the x41, have no idea how to use terminal or commands in linux.
X41-1.5GHz, 1.0 GB RAM, 32GB SSD, Ubuntu 9.10
Re: How to get the trackpad to work? (the scroll button)
I'll assume you mean TrackPoint, since the X41 doesn't have a track pad. What distribution are you using?
Have a look here:
http://www.thinkwiki.org/wiki/How_to_co ... TrackPoint
if you need help post back here. But a quick run through on the HAL method:
1. Open a terminal window> Applications -> Accessories -> Terminal
2. Type: 'su' and enter your password
3. type 'gedit' to open a text editor.
4. paste in this:
5. save this file to '/etc/hal/fdi/policy/mouse-wheel.fdi'
6. reboot.
Have a look here:
http://www.thinkwiki.org/wiki/How_to_co ... TrackPoint
if you need help post back here. But a quick run through on the HAL method:
1. Open a terminal window> Applications -> Accessories -> Terminal
2. Type: 'su' and enter your password
3. type 'gedit' to open a text editor.
4. paste in this:
Code: Select all
<match key="info.product" string="TPPS/2 IBM TrackPoint">
<merge key="input.x11_options.EmulateWheel" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
<merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelTimeout" type="string">200</merge>
</match>
6. reboot.
DCast.
ThinkPads:
T410 Core i7@2.66GHz, 4GB RAM, 500GB, NVS 3100m
Previous: R61, X40, 600X
ThinkPads:
T410 Core i7@2.66GHz, 4GB RAM, 500GB, NVS 3100m
Previous: R61, X40, 600X
Re: How to get the trackpad to work? (the scroll button)
This works perfectly on my T500 running Ubuntu 9.10. Wow, why didn't I do this on my other TPs running linux ~3years ago?
Some call me...Tim.
Present: T420 | Acer C720 Chromebook
Past: T500 || X61T || X60T || R50 || X30 || T30 || A31p || 3xx || 600E || Intellistation Z Pro
Present: T420 | Acer C720 Chromebook
Past: T500 || X61T || X60T || R50 || X30 || T30 || A31p || 3xx || 600E || Intellistation Z Pro
Re: How to get the trackpad to work? (the scroll button)
I believe 3 years ago the method was different.t140568 wrote:This works perfectly on my T500 running Ubuntu 9.10. Wow, why didn't I do this on my other TPs running linux ~3years ago?
The previous method was to edit xorg.conf. This year or next I suspect the method to be different again since HAL is being done away with.
DKB
Re: How to get the trackpad to work? (the scroll button)
Well, at least I can use it for the time being. Good info to know, though.GomJabbar wrote: I believe 3 years ago the method was different.![]()
The previous method was to edit xorg.conf. This year or next I suspect the method to be different again since HAL is being done away with.
Some call me...Tim.
Present: T420 | Acer C720 Chromebook
Past: T500 || X61T || X60T || R50 || X30 || T30 || A31p || 3xx || 600E || Intellistation Z Pro
Present: T420 | Acer C720 Chromebook
Past: T500 || X61T || X60T || R50 || X30 || T30 || A31p || 3xx || 600E || Intellistation Z Pro
Re: How to get the trackpad to work? (the scroll button)
is this preferable to just adding the blurb in the xorg.conf file? and why?
-
frankausmtank
- Freshman Member
- Posts: 111
- Joined: Thu Aug 03, 2006 5:06 am
- Location: Berlin, Germany
Re: How to get the trackpad to work? (the scroll button)
As long as it works, the result will be the same, but configuration via xorg.conf is becoming obsolete and may no longer be supported in future versions of xorg. I just checked and don't even have a xorg.conf file at all (stock fedora 12 install, iirc it's the same on recent versions of ubuntu).Zedicus wrote:is this preferable to just adding the blurb in the xorg.conf file? and why?
Re: How to get the trackpad to work? (the scroll button)
correct, but if you add a xorg.conf it works fine. how are all of thouse settings controlled now with out the xorg.conf anyways?
Re: How to get the trackpad to work? (the scroll button)
I did and tried the DevKit method via GPointingDeviceSettings, but to no avail. The program installed fine through apt-get and runs, but won't effectively make with the scrolling action. Hmmm...
Some call me...Tim.
Present: T420 | Acer C720 Chromebook
Past: T500 || X61T || X60T || R50 || X30 || T30 || A31p || 3xx || 600E || Intellistation Z Pro
Present: T420 | Acer C720 Chromebook
Past: T500 || X61T || X60T || R50 || X30 || T30 || A31p || 3xx || 600E || Intellistation Z Pro
-
untitled_no4
- Posts: 33
- Joined: Sat Apr 25, 2009 4:21 am
- Location: London, UK
Re: How to get the trackpad to work? (the scroll button)
In Ubuntu 10.04 (and probably in other distributions to be released at around the same time) HAL is not is deprecated so the mouse-wheel.fdi method will not work anymore. There seem to be a couple of new methods like the gpointing-device settings but my experience with wasn't good and according to thinkwiki not all new methods will work in the future. The one that is working for me and seems to be future-proof (at least for a while) is the xinput method:Zedicus wrote:correct, but if you add a xorg.conf it works fine. how are all of thouse settings controlled now with out the xorg.conf anyways?
Code: Select all
xinput set-prop '"TPPS/2 IBM TrackPoint"' "Evdev Wheel Emulation" 1
xinput set-prop '"TPPS/2 IBM TrackPoint"' "Evdev Wheel Emulation Button" 2
xinput set-prop '"TPPS/2 IBM TrackPoint"' "Evdev Wheel Emulation Timeout" 200
Code: Select all
xinput set-prop '"TPPS/2 IBM TrackPoint"' "Evdev Wheel Emulation Axes" 6 7 4 5Code: Select all
sudo chmod +x /usr/bin/trackpoint.sh-
NorrisCell
- Senior Member

- Posts: 882
- Joined: Mon Apr 30, 2007 3:41 pm
- Location: Las Vegas, NV
Re: How to get the trackpad to work? (the scroll button)
It took a few tries to get GPointing running on my X31, but it did work. It numbers the buttons left to right, so the center is button #2. What settings did you try?t140568 wrote:I did and tried the DevKit method via GPointingDeviceSettings, but to no avail. The program installed fine through apt-get and runs, but won't effectively make with the scrolling action. Hmmm...
Cell phones are my specialty. Got questions? Ask away.
Re: How to get the trackpad to work? (the scroll button)
Didn't even think to change this. Changed to #2 on mine and it worked like a charm.NorrisCell wrote:It numbers the buttons left to right, so the center is button #2. What settings did you try?
Some call me...Tim.
Present: T420 | Acer C720 Chromebook
Past: T500 || X61T || X60T || R50 || X30 || T30 || A31p || 3xx || 600E || Intellistation Z Pro
Present: T420 | Acer C720 Chromebook
Past: T500 || X61T || X60T || R50 || X30 || T30 || A31p || 3xx || 600E || Intellistation Z Pro
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Cannot get TapAndDragGesture to work on X300 trackpad
by pelago » Thu May 25, 2017 10:59 am » in Linux Questions - 0 Replies
- 61 Views
-
Last post by pelago
Thu May 25, 2017 10:59 am
-
-
-
WTB: T450/s/p trackpad
by Whitieiii » Wed Mar 01, 2017 1:42 am » in Marketplace - Forum Members only - 0 Replies
- 861 Views
-
Last post by Whitieiii
Wed Mar 01, 2017 1:42 am
-
-
-
W510 trackpad acting up after removing dimples
by fafler » Tue Mar 14, 2017 2:01 pm » in ThinkPad W500/510/520 and W7x0 Series - 2 Replies
- 1749 Views
-
Last post by fafler
Thu Mar 23, 2017 2:08 pm
-
-
-
Broke middle scroll key x230
by blink » Sun Feb 19, 2017 9:20 pm » in ThinkPad X230 and later Series - 3 Replies
- 502 Views
-
Last post by blink
Tue Feb 28, 2017 9:04 pm
-
Who is online
Users browsing this forum: No registered users and 3 guests





