スクロールを有効にする。 [#ce391434]

参考ページ [#c8a5c1e4]


実際に変更する [#fb6eec9b]

10.04 になって、トラックポインタの有効化の方法が変更されたようです。参考ページから/usr/lib/X11/xorg.conf.d/20-thinkpad.confを作成して、次の内容を書き込みます。
Section "InputClass"
    Identifier "Trackpoint Wheel Emulation"
    MatchProduct "TrackPoint"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "2"
    Option "Emulate3Buttons" "false"
    Option "XAxisMapping" "6 7"
    Option "YAxisMapping" "4 5"
EndSection

メモ [#c9df186d]

 # vim /usr/lib/X11/xorg.conf.d/20-thinkpad.conf

##########################
# 内容
##########################
Section "InputClass"
    Identifier "Trackpoint Wheel Emulation"
    MatchProduct "TrackPoint"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "2"
    Option "Emulate3Buttons" "false"
    Option "XAxisMapping" "6 7"
    Option "YAxisMapping" "4 5"
EndSection

目安箱バナー