LoginSignup
5
5

More than 5 years have passed since last update.

Debian Jessie でThinkpad のトラックポイントのスクロールを有効にする

Last updated at Posted at 2013-06-26

Wheezy と同じように以下のファイルを用意するだけでok だった.
x61s & x220 で確認.

/etc/X11/xorg.conf.d/20-thinkpad.conf
Section "InputClass"
     Identifier "Trackpoint Wheel Emulation"
     MatchProduct       "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device"
     MatchDevicePath    "/dev/input/event*"
     Option             "EmulateWheel"          "true"
     Option             "EmulateWheelButton"    "2"
     Option             "Emulate3Buttons"       "false"
     Option             "XAxisMapping"          "6 7"
     Option             "YAxisMapping"          "4 5"
 EndSection

参考URL
* InstallingDebianOn/Thinkpad/Trackpoint - Debian Wiki

5
5
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5