Difference between revisions of "Talk:Install Slackware 12.2 on a Thinkpad T400"
(→Second pointing device not working..) |
(→Second pointing device not working..) |
||
Line 12: | Line 12: | ||
Section "ServerLayout" | Section "ServerLayout" | ||
− | |||
Identifier "T400" | Identifier "T400" | ||
− | |||
Screen "T400 Internal LCD" | Screen "T400 Internal LCD" | ||
− | |||
InputDevice "UltraNav Trackpoint" "CorePointer" | InputDevice "UltraNav Trackpoint" "CorePointer" | ||
InputDevice "Synaptics Touchpad" "SendCoreEvents" | InputDevice "Synaptics Touchpad" "SendCoreEvents" | ||
#InputDevice "Synaptics" "CorePointer" | #InputDevice "Synaptics" "CorePointer" | ||
InputDevice "T400kbd" "CoreKeyboard" | InputDevice "T400kbd" "CoreKeyboard" | ||
− | |||
EndSection | EndSection |
Latest revision as of 06:27, 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 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