Brise

X250 ubuntu mouse button enable(씽크패드 마우스 버튼 활성화) 본문

Linux

X250 ubuntu mouse button enable(씽크패드 마우스 버튼 활성화)

naudhizb 2015. 5. 21. 14:50
반응형


--



  • Add the file /etc/modprobe.d/psmouse.conf with the following contents:

    options psmouse proto=imps

  • Add the file /usr/share/X11/xorg.conf.d/90-evdev.conf:

    Section "InputClass"
        Identifier "Touchpad/TrackPoint"
        MatchProduct "PS/2 Synaptics TouchPad"
        MatchDriver "evdev"
        Option "EmulateWheel" "1"
        Option "EmulateWheelButton" "2"
        Option "Emulate3Buttons" "0"
        Option "XAxisMapping" "6 7"
        Option "YAxisMapping" "4 5"
    EndSection
  • http://askubuntu.com/questions/586648/how-to-enable-physical-trackpoint-buttons-in-lenovo-x250


    --




    반응형
    Comments