How to get the trackpad to work? (the scroll button)

Solaris, RedHat, FreeBSD and the like
Post Reply
Message
Author
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)

#1 Post by crushedumblr » Fri Jan 22, 2010 1:44 pm

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

dcast
Posts: 40
Joined: Mon Sep 15, 2008 11:27 am
Location: Halifax, NS, Canada.

Re: How to get the trackpad to work? (the scroll button)

#2 Post by dcast » Sat Jan 23, 2010 10:41 pm

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:

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>
5. save this file to '/etc/hal/fdi/policy/mouse-wheel.fdi'
6. reboot.
DCast.

ThinkPads:
T410 Core i7@2.66GHz, 4GB RAM, 500GB, NVS 3100m

Previous: R61, X40, 600X

t140568
Junior Member
Junior Member
Posts: 323
Joined: Mon Mar 26, 2007 5:46 pm
Location: Tacoma, WA

Re: How to get the trackpad to work? (the scroll button)

#3 Post by t140568 » Sat Feb 06, 2010 3:35 pm

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

GomJabbar
Moderator
Moderator
Posts: 9765
Joined: Tue Jun 07, 2005 6:57 am

Re: How to get the trackpad to work? (the scroll button)

#4 Post by GomJabbar » Sat Feb 06, 2010 5:00 pm

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?
I believe 3 years ago the method was different. :lol:
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

t140568
Junior Member
Junior Member
Posts: 323
Joined: Mon Mar 26, 2007 5:46 pm
Location: Tacoma, WA

Re: How to get the trackpad to work? (the scroll button)

#5 Post by t140568 » Sun Feb 07, 2010 1:03 am

GomJabbar wrote: I believe 3 years ago the method was different. :lol:
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. :?
Well, at least I can use it for the time being. Good info to know, though.
Some call me...Tim.
Present: T420 | Acer C720 Chromebook

Past: T500 || X61T || X60T || R50 || X30 || T30 || A31p || 3xx || 600E || Intellistation Z Pro

Zedicus
Sophomore Member
Posts: 134
Joined: Fri Apr 29, 2005 4:15 pm
Location: Garden City KS

Re: How to get the trackpad to work? (the scroll button)

#6 Post by Zedicus » Mon Feb 08, 2010 10:56 am

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)

#7 Post by frankausmtank » Mon Feb 08, 2010 2:35 pm

Zedicus wrote:is this preferable to just adding the blurb in the xorg.conf file? and why?
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
Sophomore Member
Posts: 134
Joined: Fri Apr 29, 2005 4:15 pm
Location: Garden City KS

Re: How to get the trackpad to work? (the scroll button)

#8 Post by Zedicus » Mon Feb 08, 2010 2:47 pm

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?

t140568
Junior Member
Junior Member
Posts: 323
Joined: Mon Mar 26, 2007 5:46 pm
Location: Tacoma, WA

Re: How to get the trackpad to work? (the scroll button)

#9 Post by t140568 » Sat Mar 20, 2010 12:13 am

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

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)

#10 Post by untitled_no4 » Tue Mar 23, 2010 5:58 pm

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?
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:

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
and for horizontal scrolling add:

Code: Select all

xinput set-prop '"TPPS/2 IBM TrackPoint"' "Evdev Wheel Emulation Axes" 6 7 4 5
You can run it every time you log on, but if you want it automated create a /usr/bin/trackpoing.sh file and put the command there, then set the file to executable by running:

Code: Select all

sudo chmod +x /usr/bin/trackpoint.sh
and run it on startup. I'm a KDE user so I'm don't know how to do it on Gnome, but on KDE just create a link to this file in ~/.kde/Autostart

NorrisCell
Senior Member
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)

#11 Post by NorrisCell » Wed Apr 14, 2010 5:22 am

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...
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?
Cell phones are my specialty. Got questions? Ask away.

t140568
Junior Member
Junior Member
Posts: 323
Joined: Mon Mar 26, 2007 5:46 pm
Location: Tacoma, WA

Re: How to get the trackpad to work? (the scroll button)

#12 Post by t140568 » Thu Apr 15, 2010 1:06 am

NorrisCell wrote:It numbers the buttons left to right, so the center is button #2. What settings did you try?
Didn't even think to change this. Changed to #2 on mine and it worked like a charm.
Some call me...Tim.
Present: T420 | Acer C720 Chromebook

Past: T500 || X61T || X60T || R50 || X30 || T30 || A31p || 3xx || 600E || Intellistation Z Pro

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Linux Questions”

Who is online

Users browsing this forum: No registered users and 1 guest