사용자 도구

사이트 도구


linux:ubuntu:mouse

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:ubuntu:mouse [2019/11/10 14:18]
kwon37xi 제거됨
linux:ubuntu:mouse [2023/09/20 14:58] (현재)
kwon37xi [Lenovo Thinkpad Bluetooth Mouse]
줄 1: 줄 1:
-====== Ubuntu Linux Mouse ======+====== Linux Mouse ======
   * [[linux:trackpoint|Linux TrackPoint]]   * [[linux:trackpoint|Linux TrackPoint]]
  
줄 32: 줄 32:
 xmodmap -e "pointer = 1 2 3 4 5 6 7 0 0 0 0 0 0" #the fix xmodmap -e "pointer = 1 2 3 4 5 6 7 0 0 0 0 0 0" #the fix
 </code> </code>
 +  * [[linux:wayland|Wayland]] 에서는 ''xinput'' 을 사용해야 한다.
 +    * https://askubuntu.com/a/1293796
 +    * TBD
 +
 +
 +===== Mouse Cursor Size =====
 +  * [[https://vitux.com/how-to-change-cursor-size-on-ubuntu-desktop/|How to Change Cursor Size on Ubuntu Desktop]]
 +  * 테마에 따라서 사이즈 적용이 안 될 수 있다. ''Yaru'' mouse cursor 테마는 잘 된다.
 +<code sh>
 +gsettings get org.gnome.desktop.interface cursor-size
 +gsettings set org.gnome.desktop.interface cursor-size 96 # 제일 크게
 +gsettings set org.gnome.desktop.interface cursor-size 24 # 일반
 +</code>
 +  * 24: Default
 +  * 32: Medium
 +  * 48: Large
 +  * 64: Larger
 +  * 96: Largest
 +
 +===== find cursor =====
 +  * [[https://github.com/arp242/find-cursor|find-cursor]] X11 에서 마우스 커서 찾기
 +  * [[linux:gnome:extension|Gnome Shell Extension]] - Jiggle
  
linux/ubuntu/mouse.1573363135.txt.gz · 마지막으로 수정됨: 2019/11/10 14:18 저자 kwon37xi