T60 drivers for Linux (Ubuntu)
T60 drivers for Linux (Ubuntu)
How to obtain a Trackpoint driver? I can't adjust speed and sensitivity
Cheers, Michael
Thinkwiki is your friend:
http://www.thinkwiki.org
I think GNOME has a GUI for doing this, but here's how I adjust the speed and sensitivity.
As root (or sudo) enter the following:
NOTE: The path may vary (e.g. /sys/devices/platform/i8042/serio0/serio2/speed) so look before you do this.
The values range from 0-255 (least sensitive/slowest to most sensitive/fastest). Once you have feel for what you like you can add those lines to your local startup script (e.g. /etc/rc.d/rc.local).
Edit:
You wont have to get a driver for the trackpoint. It's enabled by default in the lastest kernel (unless of course you compile your own kernel
)
http://www.thinkwiki.org
I think GNOME has a GUI for doing this, but here's how I adjust the speed and sensitivity.
As root (or sudo) enter the following:
Code: Select all
echo -n 160 > /sys/devices/platform/i8042/serio1/serio2/speed
echo -n 218 > /sys/devices/platform/i8042/serio1/serio2/sensitivity
The values range from 0-255 (least sensitive/slowest to most sensitive/fastest). Once you have feel for what you like you can add those lines to your local startup script (e.g. /etc/rc.d/rc.local).
Edit:
You wont have to get a driver for the trackpoint. It's enabled by default in the lastest kernel (unless of course you compile your own kernel
W510: i7-820QM / 8GB 1066 RAM/ 1 GB NVIDIA Quadro FX 880M / 500GB 7200rpm / 15.6" HD 1080 / Arch Linux
I tried on my x61t and the location is slightly different.
sudo echo -n 120 > /sys/devices/platform/i8042/serio1/sensitivity 210
Also it tells me that I don't have permission, even as root. Strange.
So, not scrolling for me yet.
sudo echo -n 120 > /sys/devices/platform/i8042/serio1/sensitivity 210
Also it tells me that I don't have permission, even as root. Strange.
So, not scrolling for me yet.
X22 - 800mhz - 640MB RAM - 60GB Hitachi 7200rpm 7k100
X40 - 1.4ghz - 1.5GB RAM - 8GB Transcend 300x CF on Addonics CF/IDE Adapter
T42p - 1.8ghz - 15" UXGA - 1GB RAM - 160GB HDD
X61t - C2D 1.6ghz - 12.1" SXGA+ - 8GB RAM - Intel G3 300GB SSD
X40 - 1.4ghz - 1.5GB RAM - 8GB Transcend 300x CF on Addonics CF/IDE Adapter
T42p - 1.8ghz - 15" UXGA - 1GB RAM - 160GB HDD
X61t - C2D 1.6ghz - 12.1" SXGA+ - 8GB RAM - Intel G3 300GB SSD
Your syntax is wrong. It's
echo -n value /path/to/file
not
echo -n 120 /path/to/file value
Sorry if my previous post wasn't clear.
So, for example, if you wanted to try the value of of 210 (I'm assuming that's what you wanted, going off your post), then you would enter the following as root:
Try that first. As a test I tried to change my sensitivity using sudo as I wasn't able to because of permissions. I set this up a while ago as a script so I wouldn't have to change it manually and I forgot if sudo vs. su made a difference...apparently it does.
What distro are you using? For my Arch Linux I had to install the synaptics driver to enable the advanced features of the touchpad (two-fingered scrolling, vertical scrolling via right side of the touchpad, etc.). After that I had to modify my /etc/X11/xorg.conf. You should check out this link at thinkwiki before modifying anything.
echo -n value /path/to/file
not
echo -n 120 /path/to/file value
Sorry if my previous post wasn't clear.
So, for example, if you wanted to try the value of of 210 (I'm assuming that's what you wanted, going off your post), then you would enter the following as root:
Code: Select all
echo -n 210 > /sys/devices/platform/i8042/serio1/sensitivity
What exactly do you mean? Are you trying to get scrolling enabled on your X61? If so that's different from setting the speed and sensitivity.ace07 wrote: So, not scrolling for me yet.
What distro are you using? For my Arch Linux I had to install the synaptics driver to enable the advanced features of the touchpad (two-fingered scrolling, vertical scrolling via right side of the touchpad, etc.). After that I had to modify my /etc/X11/xorg.conf. You should check out this link at thinkwiki before modifying anything.
W510: i7-820QM / 8GB 1066 RAM/ 1 GB NVIDIA Quadro FX 880M / 500GB 7200rpm / 15.6" HD 1080 / Arch Linux
Superego wrote:Your syntax is wrong. It's
echo -n value /path/to/file
not
echo -n 120 /path/to/file value
Sorry if my previous post wasn't clear.
So, for example, if you wanted to try the value of of 210 (I'm assuming that's what you wanted, going off your post), then you would enter the following as root:
Try that first. As a test I tried to change my sensitivity using sudo as I wasn't able to because of permissions. I set this up a while ago as a script so I wouldn't have to change it manually and I forgot if sudo vs. su made a difference...apparently it does.Code: Select all
echo -n 210 > /sys/devices/platform/i8042/serio1/sensitivity
What exactly do you mean? Are you trying to get scrolling enabled on your X61? If so that's different from setting the speed and sensitivity.ace07 wrote: So, not scrolling for me yet.
What distro are you using? For my Arch Linux I had to install the synaptics driver to enable the advanced features of the touchpad (two-fingered scrolling, vertical scrolling via right side of the touchpad, etc.). After that I had to modify my /etc/X11/xorg.conf. You should check out this link at thinkwiki before modifying anything.
Hmmm... I'm running Ubuntu now and was looking for a similar interface to the Think Vantage tools.
Cheers, Michael
Hmmm... plughed thru Thinkwiki - something for the Linux nerd & more or less unuseable for an "uneducated user".Superego wrote:Thinkwiki is your friend:
http://www.thinkwiki.org
I think GNOME has a GUI for doing this, but here's how I adjust the speed and sensitivity.
As root (or sudo) enter the following:NOTE: The path may vary (e.g. /sys/devices/platform/i8042/serio0/serio2/speed) so look before you do this.Code: Select all
echo -n 160 > /sys/devices/platform/i8042/serio1/serio2/speed echo -n 218 > /sys/devices/platform/i8042/serio1/serio2/sensitivity
The values range from 0-255 (least sensitive/slowest to most sensitive/fastest). Once you have feel for what you like you can add those lines to your local startup script (e.g. /etc/rc.d/rc.local).
Edit:
You wont have to get a driver for the trackpoint. It's enabled by default in the lastest kernel (unless of course you compile your own kernel)
Cheers, Michael
There is the graphical gsynaptics tool, after you install it, it'll show up in System->Preferences->Touchpad, You have to enable SHMConfig first though, which isn't as easy.:
https://help.ubuntu.com/community/SynapticsTouchpad
https://help.ubuntu.com/community/SynapticsTouchpad
aaa wrote:There is the graphical gsynaptics tool, after you install it, it'll show up in System->Preferences->Touchpad, You have to enable SHMConfig first though, which isn't as easy.:
https://help.ubuntu.com/community/SynapticsTouchpad
Cheers, Michael
mgw,
Not sure if you found this on Thinkwiki or not, but here's their page on how to configure the trackpoint (not the touchpad, which would be something separate):
http://www.thinkwiki.org/wiki/How_to_co ... TrackPoint
I found this on google, and may be more what you're looking for:
http://tpctl.sourceforge.net/configure-trackpoint.html
It even has a .deb file so you should be able to install in Ubuntu with no problem.
Not sure if you found this on Thinkwiki or not, but here's their page on how to configure the trackpoint (not the touchpad, which would be something separate):
http://www.thinkwiki.org/wiki/How_to_co ... TrackPoint
I found this on google, and may be more what you're looking for:
http://tpctl.sourceforge.net/configure-trackpoint.html
It even has a .deb file so you should be able to install in Ubuntu with no problem.
W510: i7-820QM / 8GB 1066 RAM/ 1 GB NVIDIA Quadro FX 880M / 500GB 7200rpm / 15.6" HD 1080 / Arch Linux
Superego wrote:mgw,
Not sure if you found this on Thinkwiki or not, but here's their page on how to configure the trackpoint (not the touchpad, which would be something separate):
http://www.thinkwiki.org/wiki/How_to_co ... TrackPoint
I found this on google, and may be more what you're looking for:
http://tpctl.sourceforge.net/configure-trackpoint.html
It even has a .deb file so you should be able to install in Ubuntu with no problem.
Thank you Sir,
exactly what I was looking for!
Cheers, Michael
For Ubuntu 8.xx trackpoint speed and sensitivity: (as root)
In order to avoid typing this each time you reboot, you only need to add both lines to /etc/rc.local. Note: you can edit rc.local only as root and you have to add both lines before End.
For scrolling you will have to edit /etc/X11/xorg.conf in the following way: Under the section configured mouse add
Hope this helps
Marin
Code: Select all
# echo -n 210 > /sys/devices/platform/i8042/serio1/serio2/sensitivity
# echo -n 150 > /sys/devices/platform/i8042/serio1/serio2/speed
For scrolling you will have to edit /etc/X11/xorg.conf in the following way: Under the section configured mouse add
Code: Select all
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "2"
Marin
IBM Lenovo Z61p | 15.4'' WUXGA | Intel Core 2 Duo T7400 2x 2.16GHz | 4 GB Kingston HyperX | Hitachi 7K500 500 GB + WD 1TB (USB) | ATI Mobility FireGL V5200 | ThinkPad Atheros a/b/g | Analog Devices AD1981HD | Win 7 x86 + ArchLinux 2009.08 x64 (number crunching)
You don´t need to enable the root login (if you are asking that), sudo will do 
IBM Lenovo Z61p | 15.4'' WUXGA | Intel Core 2 Duo T7400 2x 2.16GHz | 4 GB Kingston HyperX | Hitachi 7K500 500 GB + WD 1TB (USB) | ATI Mobility FireGL V5200 | ThinkPad Atheros a/b/g | Analog Devices AD1981HD | Win 7 x86 + ArchLinux 2009.08 x64 (number crunching)
-
- Similar Topics
- Replies
- Views
- Last post
-
-
The Newest GPD Pocket with Z8750 CPU Windows 10 System or Ubuntu 16.04
by laozhu » Thu Jan 12, 2017 5:02 am » in Off-Topic Stuff - 12 Replies
- 1435 Views
-
Last post by QWERTY Andreas
Wed Feb 15, 2017 3:52 am
-
-
-
How to improve audio on a Thinkpad T530 under Ubuntu?
by wrybread » Sun Mar 05, 2017 2:14 am » in Linux Questions - 1 Replies
- 1193 Views
-
Last post by wrybread
Fri Apr 07, 2017 5:38 pm
-
-
-
770X Aftermarket Battery? (*And quick PIII linux question)
by Choram » Wed Jan 04, 2017 6:52 am » in ThinkPad Legacy Hardware - 1 Replies
- 928 Views
-
Last post by Dekks
Thu Jan 05, 2017 12:43 am
-
-
-
What is a good Linux OS for legacy thinkpads?
by Blender » Sat Jan 07, 2017 1:47 am » in ThinkPad Legacy Hardware - 26 Replies
- 2626 Views
-
Last post by Farro
Thu Jan 19, 2017 11:55 am
-
Who is online
Users browsing this forum: No registered users and 0 guests






