티스토리 뷰
와콤 xorg 드라이버가 설치되어있는지 확인
드라이버 이름: xserver-xorg-input-wacom
드라이버 이름: xserver-xorg-input-wacom
오픈소스 와콤 GUI 패널 설치
압력 설정, 버튼 설정 하기 편함
sudo add-apt-repository ppa:hughescih/ppa && sudo apt-get update && sudo apt-get install wacom-utility
압력 설정, 버튼 설정 하기 편함
sudo add-apt-repository ppa:hughescih/ppa && sudo apt-get update && sudo apt-get install wacom-utility
xsetwacom 명령어 메뉴얼
man wacom
//-- 듀얼 모니터에서 일부 모니터만 타블렛 영역으로 사용하기
와콤 장치 목록 알아내기
xsetwacom --verbose --list
이런 목록이 나옴.
... Found device 'Wacom Graphire4 6x8 stylus' (13).
Wacom Graphire4 6x8 stylus STYLUS
장치의 이름 혹은 ID로 설정 입력
xsetwacom --set "장치 이름이나 ID" twinview horizontal
예) xsetwacom set ' Wacom Graphire4 6x8 stylus '
xsetwacom --set 13 twinview horizontal
TwinView horizontal
# make Pen stylus + eraser use full resolution per screen:
xsetwacom set 'Wacom BambooFun 2FG 4x5 Pen stylus' TwinView horizontal
xsetwacom set 'Wacom BambooFun 2FG 4x5 Pen eraser' TwinView horizontal
# soften stylus' pressure sensitivity a bit:
xsetwacom set 'Wacom BambooFun 2FG 4x5 Pen stylus' PressCurve 0 15 85 100
# not jumping between screens on the edge tho
xsetwacom set 'Wacom BambooFun 2FG 4x5 Pen stylus' mmonitor off
xsetwacom set 'Wacom BambooFun 2FG 4x5 Pen eraser' mmonitor off
# turn off touchpad
xsetwacom set 'Wacom BambooFun 2FG 4x5 Finger touch' touch off
# map buttons
xsetwacom set 'Wacom BambooFun 2FG 4x5 Finger pad' button1 'key ctrl z' # undo
xsetwacom set 'Wacom BambooFun 2FG 4x5 Finger pad' button2 'key shift'
xsetwacom set 'Wacom BambooFun 2FG 4x5 Finger pad' button3 'key ctrl'
xsetwacom set 'Wacom BambooFun 2FG 4x5 Finger pad' button4 'key ctrl shift z' # redo
# screen boundary set (바운더리좌표: topx, topy, bottomx, bottomy)
xsetwacom get stylus 바운더리좌표
xsetwacom set stylus
바운더리좌표 "수치"
그 밖의 방법
/etc/X11/xorg.conf 를 사용하는 방법 참고
https://help.ubuntu.com/community/Wacom