問題:
ThinkPad T400にUbuntu 10.10をインストールしたが、
トラックポイントのスクロール機能を有効にする方法がわからない。
解決方法:
1.ファイルを作成する
touch /usr/share/X11/xorg.conf.d/20-thinkpad.conf
2.ファイルを編集して保存する
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|Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
3. Ubuntuを再起動する
参考URL:
http://d.hatena.ne.jp/hiro_nemu/20101024/1287898287
No comments:
Post a Comment