사용자 도구

사이트 도구


linux:arch:touchpad

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:arch:touchpad [2019/12/31 00:01]
kwon37xi [Arch Linux Touchpad]
linux:arch:touchpad [2020/11/26 09:40] (현재)
kwon37xi [Arch Linux Touchpad]
줄 3: 줄 3:
   * [[https://wiki.archlinux.org/index.php/Libinput|libinput - ArchWiki]]   * [[https://wiki.archlinux.org/index.php/Libinput|libinput - ArchWiki]]
   * [[https://wiki.archlinux.org/index.php/Xinput|Xinput - ArchWiki]]   * [[https://wiki.archlinux.org/index.php/Xinput|Xinput - ArchWiki]]
 +  * [[https://wayland.freedesktop.org/libinput/doc/latest/palm-detection.html|libinput palm detection]]
   * [[linux:ubuntu:touchpad|Ubuntu Linux Touchpad]]   * [[linux:ubuntu:touchpad|Ubuntu Linux Touchpad]]
-  * 기본적으로 ''libinput''을 사용하며, 이 경우 타이핑 중 터치패드 자동 비활성 기능(Palm Detect)이 기본으로 켜져 있다. +  * [[linux:fusuma|Fusuma]] 
-  * 설정파일 : ''/usr/share/X11/xorg.conf.d/40-libinput.conf''+  * [[linux:touchegg|touchegg]] 
 +  * [[linux:libinput_gestures|libinput-gestures]] 
 +  * 기본적으로 ''libinput''을 사용하며, 이 경우 타이핑 중 터치패드 자동 비활성 기능(Palm Detect)이 기본으로 켜져 있다. 그러나 내가 원하는 수준의 설정이 아니다. 
 + 
 ===== xinput ===== ===== xinput =====
 <code sh> <code sh>
줄 12: 줄 17:
  
 ===== Touchpad 끄기 ===== ===== Touchpad 끄기 =====
 +  * [[linux:xfce|XFCE]] 는 마우스와 터치패드 설정에서 "누르려면 터치패드를 가볍게 두드림" 을 꺼주면 된다.
   * ''xinput list'' 명령으로 입력장치 목록에서 터치 패드 이름 확인<code sh>   * ''xinput list'' 명령으로 입력장치 목록에서 터치 패드 이름 확인<code sh>
 xinput list xinput list
줄 30: 줄 36:
 # 켜기 # 켜기
 xinput enable "AlpsPS/2 ALPS DualPoint TouchPad" xinput enable "AlpsPS/2 ALPS DualPoint TouchPad"
 +</code>
 +  * 터치패드 자체를 끄기 보다는 Tap 기능만 끄는게 보통이다.<code sh>
 +xinput list-props "name"
 +
 +# libinput Tapping Enabled (299) 이 부분을 찾아서
 +
 +xinput set-prop "name" 299 0 # 0 이 false
 </code> </code>
linux/arch/touchpad.1577718092.txt.gz · 마지막으로 수정됨: 2019/12/31 00:01 저자 kwon37xi