- Jun 13, 2005
- 3,121
- 1
- 0
So today I have heared from a friend that the trackpoint driver is now part of the latest kernel release , I immediatly updated my kernel through yum, and I rebooted, went to the terminal as root and typed :
echo -n 1 > /sys/devices/platform/i8042/serio0/press_to_select this option enables the click funcion which was at a default value of 0 (note this is a boolean value you can't modfiy it to anything other than 1 or 0 (true or false))
then I tested my trackpoint's click function and it works as it should, but I felt the need to fine tune my trackpoint a little so I went back to the terminal and typed :
echo -n 140 > /sys/devices/platfrom/i8042/serio0/speed
inorder to adjust the speed level .
Again these are a couple of the many options you will have after installing the Kernel 2.6.14-1.1637 .
To see what more options are available for you to play around with go to /sys/devices/platform/i8042/serio0 and you will see files such as press_to_select , speed, sensitivty, and you will be able to see the current values in them, all you have to do is modify them through the commands that I mentioned above , just replace the new value that comes after "-n " with the desired value , and the type of value after "serio0/" with the one desired, and that should be all.
Note : also Kernel 2.6.14-1.1637 fixed my ACPI issues on my thinkpad, now I am able to use the sleep commands too.
echo -n 1 > /sys/devices/platform/i8042/serio0/press_to_select this option enables the click funcion which was at a default value of 0 (note this is a boolean value you can't modfiy it to anything other than 1 or 0 (true or false))
then I tested my trackpoint's click function and it works as it should, but I felt the need to fine tune my trackpoint a little so I went back to the terminal and typed :
echo -n 140 > /sys/devices/platfrom/i8042/serio0/speed
inorder to adjust the speed level .
Again these are a couple of the many options you will have after installing the Kernel 2.6.14-1.1637 .
To see what more options are available for you to play around with go to /sys/devices/platform/i8042/serio0 and you will see files such as press_to_select , speed, sensitivty, and you will be able to see the current values in them, all you have to do is modify them through the commands that I mentioned above , just replace the new value that comes after "-n " with the desired value , and the type of value after "serio0/" with the one desired, and that should be all.
Note : also Kernel 2.6.14-1.1637 fixed my ACPI issues on my thinkpad, now I am able to use the sleep commands too.