I am currently trying to set up a T60 laptop with Debian Etch Stable. I have installed the OS alright, but for some unknown reason, both the trackpoint and touchpad are not working. I am able to plug in an external USB mouse, and this works. I have searched this forum and also done some looking on ThinkWiki (the general consensus seems to be that after installing Etch, the touchpad and trackpoint should work "out of the box", so I guess I'm just lucky), but nothing I have tried yet has worked.
the relevant section of my xorg.conf looks like this:
Code: Select all
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
I have yet to do anything with the touchpad as I thought I'd try and get the trackpoint working first.
I'm hoping that it's not a hardware issue, and I'm wondering if there is any way I can test whether it is or not without installing Windows or something.
Any help much appreciated... Not really sure where to go from here.



