알고보면 넘 간단한데..
/etc/X11/XF86config file을 열고(vi) 몇개 수정하면됨..
1.Pointer setion 부분을 찾는다.
2.#Section "Pointer"
#protocol "PS/2"
#Device "/dev/mouse"
#Emulate3Buttons
#Enulate3Timeout 50
// 2번내용을 찾아서 아래와 같이 수정한다.
3. Setion "Pointer"
Protocol "IMPS/2"
Device "dev/mouse"
ZAxisMapping 4 5
Buttons 3
끝..글구. 재부팅하면 됩니다.^^
참고로, 윗 내용만 수정하면 거의다 휠마우스는 잡히는 걸로 알고 있네요....
아님말구..^^;
: 휠마우스를 설치해서 자동실행이 되게 하려고
: rc.local 에다 imwheel 을 입력하고 저장을 했는데
: 부팅후 자동실행이 않되더라구요. 그래서 한텀에서
: imwheel하고 입력하면 아래와 같은 메세지가 나옵니다.
: imwheel 입력하면 한텀에서 아래아와 같은 메세지가 나오는것
: 말고는 아주 작동이 잘됩니다. 한텀에서도 휠마우스
: 사용이 가능하더라구요.
: imwheel is not checking/writing a pid file, BE CAREFUL!
: An imwheel may be running already, two or more imwheel processes
: on the same X display, or using gpm -W, will not operate as expected!
: imwheel started (pid=1193)
: 따로 설정을 해주어야 하는부분이 있는가요?