Skip to main content

[우분투] ThinkPad X200에서 TrackPoint 휠버튼 사용하기

ThinkPad에서 Windows상에서 잘 작동하는 TrackPoint의 가운데버튼을 누른 상태에서 움직이면

휠처럼 작동을하는데 ubuntu에서는 그렇게 작동하지 않아서 구글링을 통해 알아내었다..

터미널에서

sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi

입력하여 파일을 생성하고 아래 텍스트를 입력한다.

<match key="info.product" string="TPPS/2 IBM TrackPoint">
   <merge key="input.x11_options.EmulateWheel" type="string">true</merge>
   <merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
   <merge key="input.x11_options.ZAxsisMapping" type="string">4 5</merge>
   <merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
</match>

저장하고 텍스트창을 닫고난 다음 터미널에서

sudo /etc/init.d/hal restart

입력하고 횔이 작동하는 것을 확인할 수 있다.

출처 : http://ygmaster.net/blog/entry/Ubuntu-Thinkpad-T61에서-트랙포인트-설정법

 

댓글 남기기