/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.YAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelTimeout" type="string">200</merge>
</match>


그리고 콘솔에서 다음을 친다.
rmmod psmouse && modprobe psmouse

그럼 바로 반영된다. 스피드가 느리면

gedit /etc/rc.local 을 수정하여

echo -n 150 > /sys/devices/platform/i8042/serio1/speed
echo -n 250 > /sys/devices/platform/i8042/serio1/sensitivity

를 추가해준다.

exit0 위에 추가해주었다.

재부팅하면 끝
Posted by The케이아스
,