Arrivée Lenovo X201
Un peu limité par la faible puissance de mes netbooks, je me suis laissé tenter par un portable (d’occasion). J’ai donc acheté un Lenovo x201.
Installation
WiFi
iwlwifi : iwlwifi-6000-4.ucode
=> https://packages.debian.org/squeeze/firmware-iwlwifi
TrackPoint
Section "ServerLayout"
Identifier "X.org Configured"
InputDevice "TPPS/2 IBM TrackPoint" "CorePointer"
# Use default for everything else
EndSection
Section "InputDevice"
Identifier "TPPS/2 IBM TrackPoint"
Driver "evdev"
Option "Device" "/dev/input/by-path/platform-i8042-serio-1-event-mouse"
Option "GrabDevice" "False"
Option "EmulateWheel" "true" #Enable wheel emulation for the Trackpoint
Option "EmulateWheelButton" "2" #Use the middle button for the emulation
Option "XAxisMapping" "6 7" #Map trackpoint X axis to X axis of emulated wheel
Option "YAxisMapping" "4 5" #Map trackpoint Y axis to Y axis of emulated wheel
EndSection