마우스 커스가 꼼짝을 안합니다.

yuni의 이미지

데비안 사지입니다. 하드의 한쪽에 깔린 우분투로 부팅을 해 보면 마우스는 잘 작동을 합니다.
다행인 것은 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

감사합니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.