사용자 도구

사이트 도구


linux:ubuntu:mouse

차이

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

차이 보기로 링크

다음 판
이전 판
linux:ubuntu:mouse [2011/11/19 23:49]
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]] 
 + 
 +===== Mouse Speed / Acceleration ===== 
 +<code sh> 
 +xset q # 현재 상태 확인 
 + 
 +xset mouse 1 5 # acceleration threshold 느려짐 
 +xset mouse 10 5 # acceleration threshold 빨라짐 
 +</code> 
 + 
 +실행 아이콘을 만들 때는 ''xterm -e "명령"''으로 만들면 된다.
 ===== Mouse Cursor Theme ===== ===== Mouse Cursor Theme =====
   * http://urukrama.wordpress.com/openbox-guide/#Mousethemes 참조   * http://urukrama.wordpress.com/openbox-guide/#Mousethemes 참조
줄 9: 줄 20:
  
 # 커서 변경 # 커서 변경
-sudo update-alternatives config x-cursor-theme+sudo update-alternatives --config x-cursor-theme 
 + 
 +# gcursor 라는 프로그램을 통해서 마우스 커서 테마를 미리보기 할 수 있다. 
 +</code> 
 + 
 +===== Lenovo Thinkpad Bluetooth Mouse ===== 
 +  * Bluetooth 마우스의 Backward/Forward 버튼 비활성화 ''xev'' 사용 
 +    * [[https://unix.stackexchange.com/questions/20550/how-to-disable-the-forward-back-buttons-on-my-mouse|xorg - How to disable the Forward/Back buttons on my mouse - Unix & Linux Stack Exchange]] 
 +  * 아래 명령을 매번 실행하면 된다. Forward/Backward 버튼은 8, 9번에 할당되는듯. 
 +<code> 
 +xmodmap -e "pointer = 1 2 3 4 5 6 7 0 0 0 0 0 0" #the fix 
 +</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
  
-# gcursor 라는 프로그램을 통해서도 변경할 수 있다.+===== find cursor ===== 
 +  * [[https://github.com/arp242/find-cursor|find-cursor]] X11 에서 마우스 커서 찾기 
 +  * [[linux:gnome:extension|Gnome Shell Extension]] - Jiggle
  
linux/ubuntu/mouse.1321714157.txt.gz · 마지막으로 수정됨: 2011/11/19 23:49 저자 kwon37xi