본문 바로가기

Software

Vmware에서 Ubuntu 설치 후 마우스 휠이 안될 때

sudo vi /etc/X11/xorg.conf

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "imps/2"
EndSection

저장 후 재부팅 하면 적용된다.