Talk:Install Slackware 12.2 on a Thinkpad T400
I've added a guide on some notes I have taken down while installing Slackware 12.2. For many of the sections I have used guides from the T61 Slackware installation section and updated them for use with the T400 with Slack 12.2.
-Coto
Second pointing device not working..
Thanks, This is a great guide for the T400, one correction that I needed to do to get both the Trackpad and the Trackpoint devices working with scroll functionality I needed to add the line
InputDevice "Synaptics Touchpad" "SendCoreEvents"
so the ServerLayout section in the guide should look like:
Section "ServerLayout"
Identifier "T400" Screen "T400 Internal LCD" InputDevice "UltraNav Trackpoint" "CorePointer" InputDevice "Synaptics Touchpad" "SendCoreEvents" #InputDevice "Synaptics" "CorePointer" InputDevice "T400kbd" "CoreKeyboard"
EndSection