사용자 도구

사이트 도구


linux:arch:touchpad

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:arch:touchpad [2019/07/19 12:27]
kwon37xi
linux:arch:touchpad [2019/12/31 12:43]
kwon37xi [설정파일로 기본 설정]
줄 1: 줄 1:
 ====== Arch Linux Touchpad ====== ====== Arch Linux Touchpad ======
   * [[linux:arch|Arch Linux]] Touchpad   * [[linux:arch|Arch Linux]] Touchpad
-  * [[https://wiki.archlinux.org/index.php/Libinput|libinput]]+  * [[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]]
-  * [[linux:arch:touchpad|Arch Linux Touchpad]]+  * [[linux:ubuntu:touchpad|Ubuntu Linux Touchpad]] 
 +  * 기본적으로 ''libinput''을 사용하며, 이 경우 타이핑 중 터치패드 자동 비활성 기능(Palm Detect)이 기본으로 켜져 있다.
  
 +===== 설정파일로 기본 설정 =====
 +
 +  * ''/etc/X11/xorg.conf.d/40-libinput.conf'' 파일 생성<code>
 +Section "InputClass"
 +        Identifier "libinput touchpad catchall"
 +        MatchIsTouchpad "on"
 +        MatchDevicePath "/dev/input/event*"
 +        Driver "libinput"
 + Option "Tapping" "off"
 + Option "NaturalScrolling" "true"
 +EndSection
 +</code>
 ===== xinput ===== ===== xinput =====
 <code sh> <code sh>
줄 29: 줄 42:
 # 켜기 # 켜기
 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.txt · 마지막으로 수정됨: 2020/11/26 09:40 저자 kwon37xi