Difference between revisions of "Talk:Install Slackware 12.2 on a Thinkpad T400"
(→Second pointing edvice not working..: new section) |
|||
Line 2: | Line 2: | ||
-Coto | -Coto | ||
+ | |||
+ | == Second pointing edvice 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 |
Revision as of 06:26, 24 July 2009
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 edvice 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