$ xsetwacom --list devices Wacom Intuos Pro M Pen stylus id: 9 type: STYLUS Wacom Intuos Pro M Pad pad id: 10 type: PAD Wacom Intuos Pro M Finger touch id: 11 type: TOUCH Wacom Intuos Pro M Pen eraser id: 24 type: ERASER Wacom Intuos Pro M Pen cursor id: 25 type: CURSOR
$ xsetwacom --get 9 Rotate none
$ xsetwacom --get 10 Rotate Property 'Wacom Rotation' does not exist on device.
$ xsetwacom --get 11 Rotate none
$ xsetwacom --get 24 Rotate none
$ xsetwacom --get 25 Rotate none
이름을 쳐도 되고 id를 쳐도 되는데
stylus의 방향을 바꾸어야 하는데.. 모니터 별로 설정되는게 아니다 보니
모니터 하나가 90도 돌려져 있으면 해당 모니터 갈때만 명령어로 stylus의 방향을 돌려주어야 한다. 드럽게 귀찮네 -_-
이전 세대의 Intuos Pro / Cintiq의 펜을 Wacom Intuos Pro (2017)에도 같이 사용할 수 있습니까?
예, 이전 세대 Wacom 제품의 펜을 일부 사용할 수 있습니다. 하지만 이전 세대 제품에는 Wacom Intuos Pro 타블렛에 포함 된 Pro Pen 2를 사용할 수는 없습니다.
프로 펜 (KP503E): 대중적인 Wacom 펜 기능을 제공하는 인체 공학적 디자인의 펜. 새로운 Wacom Intuos Pro에서 이 펜을 사용하면 8192가 아닌 2048 개의 압력 수준이 제공됩니다.
아트 펜 (KP701E2): 가장 인기있는 액세서리 펜은 회전 브러시, 마커, 서예 펜 및 기타 자연 매체 도구의 느낌을 제공합니다. 라운드 또는 끌 포인트 펜촉과 함께 사용하십시오. 응용 프로그램 소프트웨어 지원이 필요합니다. 새로운 Wacom Intuos Pro에서 이 펜을 사용하면 8192가 아닌 2048 개의 압력 수준이 제공됩니다.
클래식 펜 (KP300E2): 더 얇은 펜을 선호하는 사람들을 위해 디자인 되었기 때문에 표준 그립 펜 대신 사용할 수 있습니다. 새로운 Wacom Intuos Pro에서 이 펜을 사용하면 8192 에어 브러시 (KP400E2)가 아닌 2048 개의 압력 레벨이 제공됩니다. 에어 브러시 효과를 선호하는 사람들을 위해 설계되었습니다. 새로운 Wacom Intuos Pro에서이 펜을 사용하면 8192가 아닌 2048 개의 압력 수준이 제공됩니다.
그립 펜 (KP501E2): 모든 인기있는 Wacom 펜 기능을 제공하는 인체 공학적 디자인의 펜. 새로운 Wacom Intuos Pro에서이 펜을 사용하면 8192가 아닌 2048 개의 압력 수준이 제공됩니다. 이전 세대 제품에 Wacom Intuos Pro 태블릿에 포함 된 Pro Pen 2를 사용할 수 없습니다.
Notmare 4y ago I could be wrongz but I think this means that it will allow the application in use to control what the button does.
jigpu 4y ago This is exactly correct. Unfortunately, I'm not aware of any applications that have bothered to implement this feature, so the "Default" / "Application defined" option is basically equivalent to "None".
Commands: --list devices - display detected devices --list parameters - display supported parameters --list modifiers - display supported modifier and specific keys for keystrokes --set "device name" parameter [values...] - set device parameter by name --get "device name" parameter [param...] - get current device parameter(s) value by name
$ xsetwacom --list devices Wacom Intuos Pro M Pen stylus id: 12 type: STYLUS Wacom Intuos Pro M Pen eraser id: 22 type: ERASER Wacom Intuos Pro M Pen cursor id: 23 type: CURSOR Wacom Intuos Pro M Pad pad id: 24 type: PAD Wacom Intuos Pro M Finger touch id: 25 type: TOUCH
파라미터는 get이나 set에서 사용되는 식별자.
$ xsetwacom --list parameters Area - Valid tablet area in device coordinates. Button - X11 event to which the given button should be mapped. ToolDebugLevel - Level of debugging trace for individual tools (default is 0 [off]). TabletDebugLevel - Level of debugging statements applied to shared code paths between all tools associated with the same tablet (default is 0 [off]). Suppress - Number of points trimmed (default is 2). RawSample - Number of raw data used to filter the points (default is 4). PressureCurve - Bezier curve for pressure (default is 0 0 100 100 [linear]). Mode - Switches cursor movement mode (default is absolute). TabletPCButton - Turns on/off Tablet PC buttons (default is off for regular tablets, on for Tablet PC). Touch - Turns on/off Touch events (default is on). HWTouchSwitchState - Touch events turned on/off by hardware switch. Gesture - Turns on/off multi-touch gesture events (default is on). ZoomDistance - Minimum distance for a zoom gesture (default is 50). ScrollDistance - Minimum motion before sending a scroll gesture (default is 20). TapTime - Minimum time between taps for a right click (default is 250). CursorProximity - Sets cursor distance for proximity-out in distance from the tablet (default is 10 for Intuos series, 42 for Graphire series). Rotate - Sets the rotation of the tablet. Values = none, cw, ccw, half (default is none). RelWheelUp - X11 event to which relative wheel up should be mapped. RelWheelDown - X11 event to which relative wheel down should be mapped. AbsWheelUp - X11 event to which absolute wheel up should be mapped. AbsWheelDown - X11 event to which absolute wheel down should be mapped. AbsWheel2Up - X11 event to which absolute wheel up should be mapped. AbsWheel2Down - X11 event to which absolute wheel down should be mapped. StripLeftUp - X11 event to which left strip up should be mapped. StripLeftDown - X11 event to which left strip down should be mapped. StripRightUp - X11 event to which right strip up should be mapped. StripRightDown - X11 event to which right strip down should be mapped. Threshold - Sets tip/eraser pressure threshold (default is 27). ResetArea - Resets the bounding coordinates to default in tablet units. ToolType - Returns the tool type of the associated device. ToolSerial - Returns the serial number of the current device in proximity. ToolID - Returns the tool ID of the current tool in proximity. ToolSerialPrevious - Returns the serial number of the previous device in proximity. BindToSerial - Binds this device to the serial number. TabletID - Returns the tablet ID of the associated device. PressureRecalibration - Turns on/off Tablet pressure recalibration PanScrollThreshold - Adjusts distance required for pan actions to generate a scroll event MapToOutput - Map the device to the given output. all - Get value for all parameters.
버튼에 키 할당하기 위한 건데.. super 있는지 왜 gui에서는 안되는겨?
$ xsetwacom --list modifiers 21 modifiers are supported: ctrl ctl control lctrl rctrl meta lmeta rmeta alt lalt ralt shift lshift rshift super lsuper rsuper hyper lhyper rhyper altgr
83 specialkeys are supported: f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15 f16 f17 f18 f19 f20 f21 f22 f23 f24 f25 f26 f27 f28 f29 f30 f31 f32 f33 f34 f35 esc Esc up down left right backspace Backspace return tab PgUp PgDn del home end insert ` - = [ ] \ ; ' , . / ~ ! @ # $ % ^ & * ( ) _ + { } | : " < > ? Keys not listed above can be specified via their KeySyms. See the man page for details.
$ xsetwacom --get "Wacom Intuos Pro M Pen stylus" all Option "Area" "0 0 44704 27940" Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Option "DebugLevel" "0" Option "CommonDBG" "0" Option "Suppress" "2" Option "RawSample" "4" Option "PressCurve" "0 0 100 100" Option "Mode" "Absolute" Option "TPCButton" "off" Option "Touch" "off" Property 'Wacom Hardware Touch Switch' does not exist on device. Option "Gesture" "off" Option "ZoomDistance" "0" Option "ScrollDistance" "0" Option "TapTime" "250" Option "CursorProx" "30" Option "Rotate" "none" Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Option "Threshold" "26" Option "Serial" "0" Option "PressureRecalibration" "on" Option "PanScrollThreshold" "2600"PressCurve" "0 0 100 100" Option "Mode" "Absolute" Property 'Wacom Hover Click' does not exist on device. Option "Touch" "on" Property 'Wacom Hardware Touch Switch' does not exist on device. Option "Gesture" "on" Option "ZoomDistance" "117" Option "ScrollDistance" "52" Option "TapTime" "250" Property 'Wacom Proximity Threshold' does not exist on device. Option "Rotate" "none" Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Option "Threshold" "0"
$ xsetwacom -s --get "Wacom Intuos Pro M Pen stylus" all xsetwacom set "Wacom Intuos Pro M Pen stylus" "Area" "0 0 44704 27940" xsetwacom set "Wacom Intuos Pro M Pen stylus" "Button" "1" "button +1 " xsetwacom set "Wacom Intuos Pro M Pen stylus" "Button" "2" "button +2 " xsetwacom set "Wacom Intuos Pro M Pen stylus" "Button" "3" "button +3 " xsetwacom set "Wacom Intuos Pro M Pen stylus" "Button" "8" "button +8 " xsetwacom set "Wacom Intuos Pro M Pen stylus" "Button" "9" "button +9 " xsetwacom set "Wacom Intuos Pro M Pen stylus" "ToolDebugLevel" "0" xsetwacom set "Wacom Intuos Pro M Pen stylus" "TabletDebugLevel" "0" xsetwacom set "Wacom Intuos Pro M Pen stylus" "Suppress" "2" xsetwacom set "Wacom Intuos Pro M Pen stylus" "RawSample" "4" xsetwacom set "Wacom Intuos Pro M Pen stylus" "PressureCurve" "0 0 100 100" xsetwacom set "Wacom Intuos Pro M Pen stylus" "Mode" "Absolute" xsetwacom set "Wacom Intuos Pro M Pen stylus" "TabletPCButton" "off" xsetwacom set "Wacom Intuos Pro M Pen stylus" "Touch" "off" Property 'Wacom Hardware Touch Switch' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pen stylus" "Gesture" "off" xsetwacom set "Wacom Intuos Pro M Pen stylus" "ZoomDistance" "0" xsetwacom set "Wacom Intuos Pro M Pen stylus" "ScrollDistance" "0" xsetwacom set "Wacom Intuos Pro M Pen stylus" "TapTime" "250" xsetwacom set "Wacom Intuos Pro M Pen stylus" "CursorProximity" "30" xsetwacom set "Wacom Intuos Pro M Pen stylus" "Rotate" "none" Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pen stylus" "Threshold" "26" xsetwacom set "Wacom Intuos Pro M Pen stylus" "BindToSerial" "0" xsetwacom set "Wacom Intuos Pro M Pen stylus" "PressureRecalibration" "on" xsetwacom set "Wacom Intuos Pro M Pen stylus" "PanScrollThreshold" "2600"
$ xsetwacom --get "Wacom Intuos Pro M Pen eraser" all Option "Area" "0 0 44704 27940" Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Option "DebugLevel" "0" Option "CommonDBG" "0" Option "Suppress" "2" Option "RawSample" "4" Option "PressCurve" "0 0 100 100" Option "Mode" "Absolute" Property 'Wacom Hover Click' does not exist on device. Option "Touch" "off" Property 'Wacom Hardware Touch Switch' does not exist on device. Option "Gesture" "off" Option "ZoomDistance" "0" Option "ScrollDistance" "0" Option "TapTime" "250" Option "CursorProx" "10" Option "Rotate" "none" Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Option "Threshold" "26" Option "Serial" "0" Option "PressureRecalibration" "on" Option "PanScrollThreshold" "2600"
$ xsetwacom -s --get "Wacom Intuos Pro M Pen eraser" all xsetwacom set "Wacom Intuos Pro M Pen eraser" "Area" "0 0 44704 27940" xsetwacom set "Wacom Intuos Pro M Pen eraser" "Button" "1" "button +1 " xsetwacom set "Wacom Intuos Pro M Pen eraser" "Button" "2" "button +2 " xsetwacom set "Wacom Intuos Pro M Pen eraser" "Button" "3" "button +3 " xsetwacom set "Wacom Intuos Pro M Pen eraser" "Button" "8" "button +8 " xsetwacom set "Wacom Intuos Pro M Pen eraser" "Button" "9" "button +9 " xsetwacom set "Wacom Intuos Pro M Pen eraser" "ToolDebugLevel" "0" xsetwacom set "Wacom Intuos Pro M Pen eraser" "TabletDebugLevel" "0" xsetwacom set "Wacom Intuos Pro M Pen eraser" "Suppress" "2" xsetwacom set "Wacom Intuos Pro M Pen eraser" "RawSample" "4" xsetwacom set "Wacom Intuos Pro M Pen eraser" "PressureCurve" "0 0 100 100" xsetwacom set "Wacom Intuos Pro M Pen eraser" "Mode" "Absolute" Property 'Wacom Hover Click' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pen eraser" "Touch" "off" Property 'Wacom Hardware Touch Switch' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pen eraser" "Gesture" "off" xsetwacom set "Wacom Intuos Pro M Pen eraser" "ZoomDistance" "0" xsetwacom set "Wacom Intuos Pro M Pen eraser" "ScrollDistance" "0" xsetwacom set "Wacom Intuos Pro M Pen eraser" "TapTime" "250" xsetwacom set "Wacom Intuos Pro M Pen eraser" "CursorProximity" "10" xsetwacom set "Wacom Intuos Pro M Pen eraser" "Rotate" "none" Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pen eraser" "Threshold" "26" xsetwacom set "Wacom Intuos Pro M Pen eraser" "BindToSerial" "0" xsetwacom set "Wacom Intuos Pro M Pen eraser" "PressureRecalibration" "on" xsetwacom set "Wacom Intuos Pro M Pen eraser" "PanScrollThreshold" "2600"
$ xsetwacom --get "Wacom Intuos Pro M Pen cursor" all Option "Area" "0 0 44704 27940" Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Option "DebugLevel" "0" Option "CommonDBG" "0" Option "Suppress" "2" Option "RawSample" "4" Property 'Wacom Pressurecurve' does not exist on device. Option "Mode" "Absolute" Property 'Wacom Hover Click' does not exist on device. Option "Touch" "off" Property 'Wacom Hardware Touch Switch' does not exist on device. Option "Gesture" "off" Option "ZoomDistance" "0" Option "ScrollDistance" "0" Option "TapTime" "250" Option "CursorProx" "10" Option "Rotate" "none" RelWheelUp: Actions are not supported by xorg.conf. Try shell format (-s) instead. RelWheelDown: Actions are not supported by xorg.conf. Try shell format (-s) instead. AbsWheelUp: Actions are not supported by xorg.conf. Try shell format (-s) instead. AbsWheelDown: Actions are not supported by xorg.conf. Try shell format (-s) instead. AbsWheel2Up: Actions are not supported by xorg.conf. Try shell format (-s) instead. AbsWheel2Down: Actions are not supported by xorg.conf. Try shell format (-s) instead. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Option "Threshold" "26" Option "Serial" "0" Property 'Wacom Pressure Recalibration' does not exist on device. Option "PanScrollThreshold" "2600"
$ xsetwacom -s --get "Wacom Intuos Pro M Pen cursor" all xsetwacom set "Wacom Intuos Pro M Pen cursor" "Area" "0 0 44704 27940" xsetwacom set "Wacom Intuos Pro M Pen cursor" "Button" "1" "button +1 " xsetwacom set "Wacom Intuos Pro M Pen cursor" "Button" "2" "button +2 " xsetwacom set "Wacom Intuos Pro M Pen cursor" "Button" "3" "button +3 " xsetwacom set "Wacom Intuos Pro M Pen cursor" "Button" "8" "button +8 " xsetwacom set "Wacom Intuos Pro M Pen cursor" "Button" "9" "button +9 " xsetwacom set "Wacom Intuos Pro M Pen cursor" "ToolDebugLevel" "0" xsetwacom set "Wacom Intuos Pro M Pen cursor" "TabletDebugLevel" "0" xsetwacom set "Wacom Intuos Pro M Pen cursor" "Suppress" "2" xsetwacom set "Wacom Intuos Pro M Pen cursor" "RawSample" "4" Property 'Wacom Pressurecurve' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pen cursor" "Mode" "Absolute" Property 'Wacom Hover Click' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pen cursor" "Touch" "off" Property 'Wacom Hardware Touch Switch' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pen cursor" "Gesture" "off" xsetwacom set "Wacom Intuos Pro M Pen cursor" "ZoomDistance" "0" xsetwacom set "Wacom Intuos Pro M Pen cursor" "ScrollDistance" "0" xsetwacom set "Wacom Intuos Pro M Pen cursor" "TapTime" "250" xsetwacom set "Wacom Intuos Pro M Pen cursor" "CursorProximity" "10" xsetwacom set "Wacom Intuos Pro M Pen cursor" "Rotate" "none" xsetwacom set "Wacom Intuos Pro M Pen cursor" "RelWheelUp" "1" "button +5 -5 " xsetwacom set "Wacom Intuos Pro M Pen cursor" "RelWheelDown" "2" "button +4 -4 " xsetwacom set "Wacom Intuos Pro M Pen cursor" "AbsWheelUp" "3" "button +0 -0 " xsetwacom set "Wacom Intuos Pro M Pen cursor" "AbsWheelDown" "4" "button +0 -0 " xsetwacom set "Wacom Intuos Pro M Pen cursor" "AbsWheel2Up" "5" "button +0 -0 " xsetwacom set "Wacom Intuos Pro M Pen cursor" "AbsWheel2Down" "6" "button +0 -0 " Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pen cursor" "Threshold" "26" xsetwacom set "Wacom Intuos Pro M Pen cursor" "BindToSerial" "0" Property 'Wacom Pressure Recalibration' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pen cursor" "PanScrollThreshold" "2600"
$ xsetwacom --get "Wacom Intuos Pro M Pad pad" all Property 'Wacom Tablet Area' does not exist on device. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Option "DebugLevel" "0" Option "CommonDBG" "0" Option "Suppress" "2" Option "RawSample" "4" Property 'Wacom Pressurecurve' does not exist on device. Option "Mode" "Absolute" Property 'Wacom Hover Click' does not exist on device. Option "Touch" "off" Property 'Wacom Hardware Touch Switch' does not exist on device. Option "Gesture" "off" Option "ZoomDistance" "0" Option "ScrollDistance" "0" Option "TapTime" "250" Property 'Wacom Proximity Threshold' does not exist on device. Property 'Wacom Rotation' does not exist on device. RelWheelUp: Actions are not supported by xorg.conf. Try shell format (-s) instead. RelWheelDown: Actions are not supported by xorg.conf. Try shell format (-s) instead. AbsWheelUp: Actions are not supported by xorg.conf. Try shell format (-s) instead. AbsWheelDown: Actions are not supported by xorg.conf. Try shell format (-s) instead. AbsWheel2Up: Actions are not supported by xorg.conf. Try shell format (-s) instead. AbsWheel2Down: Actions are not supported by xorg.conf. Try shell format (-s) instead. StripLeftUp: Actions are not supported by xorg.conf. Try shell format (-s) instead. StripLeftDown: Actions are not supported by xorg.conf. Try shell format (-s) instead. StripRightUp: Actions are not supported by xorg.conf. Try shell format (-s) instead. StripRightDown: Actions are not supported by xorg.conf. Try shell format (-s) instead. Option "Threshold" "0" Option "Serial" "0" Property 'Wacom Pressure Recalibration' does not exist on device. Option "PanScrollThreshold" "1000"
$ xsetwacom -s --get "Wacom Intuos Pro M Pad pad" all Property 'Wacom Tablet Area' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "1" "button +1 " xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "2" "button +2 " xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "3" "button +3 " xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "8" "button +8 " xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "9" "button +9 " xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "10" "button +10 " xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "11" "button +11 " xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "12" "button +12 " xsetwacom set "Wacom Intuos Pro M Pad pad" "Button" "13" "button +13 " xsetwacom set "Wacom Intuos Pro M Pad pad" "ToolDebugLevel" "0" xsetwacom set "Wacom Intuos Pro M Pad pad" "TabletDebugLevel" "0" xsetwacom set "Wacom Intuos Pro M Pad pad" "Suppress" "2" xsetwacom set "Wacom Intuos Pro M Pad pad" "RawSample" "4" Property 'Wacom Pressurecurve' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pad pad" "Mode" "Absolute" Property 'Wacom Hover Click' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pad pad" "Touch" "off" Property 'Wacom Hardware Touch Switch' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pad pad" "Gesture" "off" xsetwacom set "Wacom Intuos Pro M Pad pad" "ZoomDistance" "0" xsetwacom set "Wacom Intuos Pro M Pad pad" "ScrollDistance" "0" xsetwacom set "Wacom Intuos Pro M Pad pad" "TapTime" "250" Property 'Wacom Proximity Threshold' does not exist on device. Property 'Wacom Rotation' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pad pad" "RelWheelUp" "1" "button +5 -5 " xsetwacom set "Wacom Intuos Pro M Pad pad" "RelWheelDown" "2" "button +4 -4 " xsetwacom set "Wacom Intuos Pro M Pad pad" "AbsWheelUp" "3" "button +4 -4 " xsetwacom set "Wacom Intuos Pro M Pad pad" "AbsWheelDown" "4" "button +5 -5 " xsetwacom set "Wacom Intuos Pro M Pad pad" "AbsWheel2Up" "5" "button +4 -4 " xsetwacom set "Wacom Intuos Pro M Pad pad" "AbsWheel2Down" "6" "button +5 -5 " xsetwacom set "Wacom Intuos Pro M Pad pad" "StripLeftUp" "1" "button +4 -4 " xsetwacom set "Wacom Intuos Pro M Pad pad" "StripLeftDown" "2" "button +5 -5 " xsetwacom set "Wacom Intuos Pro M Pad pad" "StripRightUp" "3" "button +4 -4 " xsetwacom set "Wacom Intuos Pro M Pad pad" "StripRightDown" "4" "button +5 -5 " xsetwacom set "Wacom Intuos Pro M Pad pad" "Threshold" "0" xsetwacom set "Wacom Intuos Pro M Pad pad" "BindToSerial" "0" Property 'Wacom Pressure Recalibration' does not exist on device. xsetwacom set "Wacom Intuos Pro M Pad pad" "PanScrollThreshold" "1000"
$ xsetwacom --get "Wacom Intuos Pro M Finger touch" all Option "Area" "0 0 4096 4096" Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Button: Actions are not supported by xorg.conf. Try shell format (-s) instead. Option "DebugLevel" "0" Option "CommonDBG" "0" Option "Suppress" "2" Option "RawSample" "4" Option " Option "Serial" "0" Property 'Wacom Pressure Recalibration' does not exist on device. Option "PanScrollThreshold" "2600"
$ xsetwacom -s --get "Wacom Intuos Pro M Finger touch" all xsetwacom set "Wacom Intuos Pro M Finger touch" "Area" "0 0 4096 4096" xsetwacom set "Wacom Intuos Pro M Finger touch" "Button" "1" "button +1 " xsetwacom set "Wacom Intuos Pro M Finger touch" "Button" "2" "button +2 " xsetwacom set "Wacom Intuos Pro M Finger touch" "Button" "3" "button +3 " xsetwacom set "Wacom Intuos Pro M Finger touch" "Button" "8" "button +8 " xsetwacom set "Wacom Intuos Pro M Finger touch" "ToolDebugLevel" "0" xsetwacom set "Wacom Intuos Pro M Finger touch" "TabletDebugLevel" "0" xsetwacom set "Wacom Intuos Pro M Finger touch" "Suppress" "2" xsetwacom set "Wacom Intuos Pro M Finger touch" "RawSample" "4" xsetwacom set "Wacom Intuos Pro M Finger touch" "PressureCurve" "0 0 100 100" xsetwacom set "Wacom Intuos Pro M Finger touch" "Mode" "Absolute" Property 'Wacom Hover Click' does not exist on device. xsetwacom set "Wacom Intuos Pro M Finger touch" "Touch" "on" Property 'Wacom Hardware Touch Switch' does not exist on device. xsetwacom set "Wacom Intuos Pro M Finger touch" "Gesture" "on" xsetwacom set "Wacom Intuos Pro M Finger touch" "ZoomDistance" "117" xsetwacom set "Wacom Intuos Pro M Finger touch" "ScrollDistance" "52" xsetwacom set "Wacom Intuos Pro M Finger touch" "TapTime" "250" Property 'Wacom Proximity Threshold' does not exist on device. xsetwacom set "Wacom Intuos Pro M Finger touch" "Rotate" "none" Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Wheel Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. Property 'Wacom Strip Buttons' does not exist on device. xsetwacom set "Wacom Intuos Pro M Finger touch" "Threshold" "0" xsetwacom set "Wacom Intuos Pro M Finger touch" "BindToSerial" "0" Property 'Wacom Pressure Recalibration' does not exist on device. xsetwacom set "Wacom Intuos Pro M Finger touch" "PanScrollThreshold" "2600"
$ sudo vi /usr/share/X11/xorg.conf.d/81-local-touchscreen-tweaks.conf
# Tweaks for the Wacom touchscreen on a ThinkPad X201 Tablet.
Section "InputClass"
Identifier "local touchscreen tweaks"
# Product to configure.
MatchProduct "Wacom Serial Penabled 2FG Touchscreen Finger"
# Driver to use for this device.
# (Identical to the default, so not essential to mention.)
Driver "wacom"
# Disable multi-touch gestures to fix tap-to-click issues.
Option "Gesture" "off"
EndSection