마우스 커스가 꼼짝을 안합니다.
데비안 사지입니다. 하드의 한쪽에 깔린 우분투로 부팅을 해 보면 마우스는 잘 작동을 합니다.
다행인 것은 synergy로 마우스를 쓸 수는 있습니다. 하지만 정작 이 컴에 달린 마우스에는 반응을 하지 않습니다.
이런 컴이 세대나 되다보니 재 설치는 생각만 해도 막막 하군요. 그리고 재 설치 후에 업그레이드를 하지 않고 쓸 수도 없는 문제고 말입니다.
잘 아시는 바와 같이 크롭픽스는 KDE를 쓰게 되어 있습니다. 이것을 Gnome을 쓰기 위해서 apt-get install gnome-core를 설치나니 kdm이 뜨기는 하지만 로긴이 안됩니다. kdm을 종료시키고 나서 startx로 그놈을 쓰기 시작했습니다. 이때까지만 해도 문제가 없었는데, 아무래도 kdm을 어떻게 해볼까 하는 생각에서 kde-core를 업그레이드 시켰습니다. 이때 부터 안되기 시작 했는지는 확실하지 않습니다. 그 뒤에 집에서 몇번 원격으로 업그레이드를 시도를 하고나서 사무실에 왔더니 마우스가 안되는 군요.
마우스는 로지텍껄로 아주 평범한 usb마우스를 ps/2에 연결해서 사용하고 있습니다. 광마우스로 불은 들어 옵니다. 사실은 어떻게 여쭈어 봐야 될지, 뭘 정보로 드려야 될지 모르겠습니다. 일단 dev에 있는 마우스 비슷한 것과 /etc/X/XF86Config-4중에서 마우스와 관련이 있어 보는 것을 첨부 합니다.
root@c0:/dev# ls mouse psaux input/* -al crw-rw---- 1 root root 13, 64 Jun 14 2001 input/event0 crw-rw---- 1 root root 13, 65 Jun 14 2001 input/event1 crw-rw---- 1 root root 13, 66 Jun 14 2001 input/event2 crw-rw---- 1 root root 13, 67 Jun 14 2001 input/event3 crw-rw---- 1 root root 13, 0 Jun 14 2001 input/js0 crw-rw---- 1 root root 13, 1 Jun 14 2001 input/js1 crw-rw---- 1 root root 13, 2 Jun 14 2001 input/js2 crw-rw---- 1 root root 13, 3 Jun 14 2001 input/js3 crw-rw---- 1 root root 13, 63 Jun 14 2001 input/mice crw-rw---- 1 root root 13, 32 Jun 14 2001 input/mouse0 crw-rw---- 1 root root 13, 33 Jun 14 2001 input/mouse1 crw-rw---- 1 root root 13, 34 Jun 14 2001 input/mouse2 crw-rw---- 1 root root 13, 35 Jun 14 2001 input/mouse3 lrwxrwxrwx 1 root root 10 Apr 21 2006 mouse -> /dev/psaux crw------- 1 root root 10, 1 Dec 29 11:04 psaux
XF86Config-4 파일 중에 마우스 관련 내용입니다.
Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "PS/2 Mouse" "CorePointer" # Serial Mouse not detected # USB Mouse not detected EndSection 중략 Section "InputDevice" Identifier "PS/2 Mouse" Driver "mouse" Option "Protocol" "auto" Option "ZAxisMapping" "4 5" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "70" Option "SendCoreEvents" "true" EndSection
감사합니다.
댓글 달기