마우스의 스크롤이 안먹힙니다

lkjt의 이미지

설정할때 분명히 스크롤 기능을 Enable 시켯는데 안되내요.

어떻게 해야 하나요?

Prentice의 이미지

어디서 무엇을 어떻게 고치셨는지 자세히 알려주세요.

스무고개는 싫어요..

man XF86Config-4

lkjt의 이미지

고친게 아니라 설치 하고 나서 재설정에서 다 기본값으로 했는데요.

lkjt의 이미지

현재 마우스 설정이

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

이렇게 되어 있습니다.

Prentice의 이미지

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

XFree86 4.3.0, USB 마우스를 쓰기 때문에 Device는 /dev/input/mice입니다. 참고하세요..

lkjt의 이미지

안되는군요...

다시 설치해봐야겠습니다.

lkjt의 이미지

그런데

이런거 재 설정하는 방법이...

명령어가 있엇는데 기억이 안나네요 :(

Prentice의 이미지

또 스무고개를 하시려는 것인지.. :(

데비안에서는 root로 dpkg-reconfigure xserver-xfree86을 하시면 됩니다.

lkjt의 이미지

Thank you. :D

I can't use hangle in Linux now...