Difference between revisions of "Talk:Install Slackware 12.2 on a Thinkpad T400"
(â†Created page with '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 proble...') |
(→Second pointing device not working..) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | 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 | + | 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 | -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 |
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