이전글의 "[Ubuntu]우분투14.04설치후 삼성 노트북 9시리즈 TouchPad 마우스 동작 안할 경우"에 대해서 썼는데 손으로 움직였을때


움직여서 다 된줄 알았습니다.  하지만, 터치패드의 왼쪽, 오른쪽 클릭이 안되더군요...ㅜㅜ 

이건 또 왜 그럴까? 찾아보니 설정이 필요 했습니다.


참고:Installing Ubuntu on the Samsung Series 9


위 글을의 일부만 발췌하면  마우스 설정파일을 만들어야 합니다.

아래와 같은 파일을 만들어야 합니다.


$sudo vi /usr/shar/X11/xorg.conf.d/52-synaptics-samsung.conf


# Place this in /usr/share/X11/xorg.conf.g/52-synaptics/samsung.conf
# Configure clickpad for Samsung Series 9 (NP900X3B).

Section "InputClass"
        Identifier      "touchpad"
        MatchIsTouchpad "on"
        # Enable the clickpad and set click actions
        # Single click = left button
        # Two-finger click = right button
        # Three-finger click = middle button
        Option          "ClickPad"      "1"
        Option          "ClickFinger1"  "1"
        Option          "ClickFinger2"  "3"
        Option          "ClickFinger3"  "2"
        Option          "TapButton2"    "2"
        Option          "TapButton3"    "3"

        # Define the right click area.

        Option          "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"


        Option          "SHMConfig"     "on"
        # Enable palm detection and set palm
        # senstitivity
        Option          "PalmDetect"    "1"
        Option          "PalmMinWidth"  "5"
        Option          "PalmMinZ"      "40"
        Option          "VertTwoFingerScroll" "on"
EndSection

위 내용을 복사하여 파일로 만든 다음 재시작을 하면 그때 부터 왼쪽, 오른쪽 클릭이 됩니다.


그러나, 또 하나에 시련이 왔습니다. ㅜㅜ


화면 보호기 또는 화면 잠그기로 갔다오면 다시 터치패드가 먹통이 됩니다.  OTL


방법을 찾으면 다시 올리 겠습니다.



감사합니다.