We've got a wacom tablet at our fablab, so I played with it under Mageia :-)

Wacom tablet under Mageia Linux

model: CTE-630BT
alimentation: 6V dc / 550 mA
how old is it? 2007?

using bluetooth, with a pen, a mouse, two buttons and approximately 20 cm x 15 cm

documentation: https://www.wacom.com/-/media/wacomdotcom/files/store-manuals/legacy-models/graphire-bluetooth-manual.pdf
Technical details: which linux command to launch?
Have a look at xsetwacom

use libwacom-list-local-devices and evtest

resolution: 16704x12064

Battery is empty, can be seen with inxi -Ba

Battery:
  ID-1: CMB1 charge: 56.2 Wh (100.0%) condition: 56.2/56.2 Wh (100.0%)
	volts: 12.4 min: 10.8 model: Fujitsu CP345713 type: Li-ion serial: 1
	status: full
  Device-1: wacom_battery_0 model: Wacom Graphire BT serial: N/A
	charge: 100% status: charging




model ET-0405-U
USB connection, furnished with a pen with two buttons

documentation: https://www.wacom.com/en-us/support/product-support/drivers?driver-search=et-0405-u

Using tablet with KDE (Plasma X11)

The interface for calibration seems more precise, works directly.

Using the tablet under wayland

The cursor is working, even when the pen is not touching the surface.
I can resize windows and click options (or double click).

I tried gimp & xournal: nothing appears, though I choose the right tool to draw or write :/

Does it work better under Xorg?

tbd
https://ubuntuforums.org/archive/index.php/t-25151-p-2.html HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity




Technical commands under Linux for wacom pen tablets


https://github.com/linuxwacom/libwacom/wiki/Check-device-support


use libwacom-list-local-devices and evtest



model: CTE-630BT

devices:
  - name: 'Wacom Graphire Wireless'
	bus: 'bluetooth'
	vid: 0x056a
	pid: 0x0081
	nodes: 
	  - /dev/input/event22: 'Wacom Graphire BT Pad'
	  - /dev/input/event21: 'Wacom Graphire BT Pen'
	styli:
	  - id: 0xffffe
		vid: 0x0000
		name: 'General Pen Eraser'
		type: 'general'
		axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
		buttons: 2
		is_eraser: 'true'
		eraser_type: 'invert'
	  - id: 0xfffff
		vid: 0x0000
		name: 'General Pen'
		type: 'general'
		axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
		buttons: 2
		erasers: [0xffffe]


evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:	Sleep Button
/dev/input/event1:	Lid Switch
/dev/input/event10:	HDA Intel HDMI HDMI/DP,pcm=7
/dev/input/event11:	HDA ATI HDMI HDMI/DP,pcm=3
/dev/input/event12:	HDA Intel HDMI HDMI/DP,pcm=8
/dev/input/event13:	HDA ATI HDMI HDMI/DP,pcm=7
/dev/input/event14:	HDA Digital PCBeep
/dev/input/event15:	HDA Intel PCH Mic
/dev/input/event16:	HDA Intel PCH Line
/dev/input/event17:	HDA Intel PCH Dock Line Out
/dev/input/event18:	HDA Intel PCH Headphone
/dev/input/event19:	PS/2 Generic Mouse
/dev/input/event2:	Power Button
/dev/input/event20:	SynPS/2 Synaptics TouchPad
/dev/input/event21:	Wacom Graphire BT Pen
/dev/input/event22:	Wacom Graphire BT Pad
/dev/input/event3:	Video Bus
/dev/input/event4:	Video Bus
/dev/input/event5:	AT Translated Set 2 keyboard
/dev/input/event6:	Wireless hotkeys
/dev/input/event7:	HP WMI hotkeys
/dev/input/event8:	ST LIS3LV02DL Accelerometer
/dev/input/event9:	HDA Intel HDMI HDMI/DP,pcm=3
Select the device event number [0-22]: 21
Input driver version is 1.0.1
Input device ID: bus 0x5 vendor 0x56a product 0x81 version 0x100
Input device name: "Wacom Graphire BT Pen"
Supported events:
  Event type 0 (EV_SYN)
  Event type 1 (EV_KEY)
	Event code 272 (BTN_LEFT)
	Event code 273 (BTN_RIGHT)
	Event code 274 (BTN_MIDDLE)
	Event code 320 (BTN_TOOL_PEN)
	Event code 321 (BTN_TOOL_RUBBER)
	Event code 326 (BTN_TOOL_MOUSE)
	Event code 330 (BTN_TOUCH)
	Event code 331 (BTN_STYLUS)
	Event code 332 (BTN_STYLUS2)
  Event type 2 (EV_REL)
	Event code 8 (REL_WHEEL)
  Event type 3 (EV_ABS)
	Event code 0 (ABS_X)
	  Value    740
	  Min        0
	  Max    16704
	  Fuzz       4
	  Resolution      80
	Event code 1 (ABS_Y)
	  Value    410
	  Min        0
	  Max    12064
	  Fuzz       4
	  Resolution      80
	Event code 24 (ABS_PRESSURE)
	  Value      0
	  Min        0
	  Max      511
	Event code 25 (ABS_DISTANCE)
	  Value     31
	  Min        0
	  Max       32
	  Fuzz       1
Properties:
  Property type 0 (INPUT_PROP_POINTER)


Select the device event number [0-22]: 22
Input driver version is 1.0.1
Input device ID: bus 0x5 vendor 0x56a product 0x81 version 0x100
Input device name: "Wacom Graphire BT Pad"
Supported events:
  Event type 0 (EV_SYN)
  Event type 1 (EV_KEY)
	Event code 256 (BTN_0)
	Event code 257 (BTN_1)
	Event code 331 (BTN_STYLUS)
  Event type 3 (EV_ABS)
	Event code 0 (ABS_X)
	  Value      0
	  Min        0
	  Max        1
	Event code 1 (ABS_Y)
	  Value      0
	  Min        0
	  Max        1
	Event code 40 (ABS_MISC)
	  Value      0
	  Min        0
	  Max        0
Properties:




model ET-0405-U

use libwacom-list-local-devices

devices:
  - name: 'Wacom Graphire'
	bus: 'usb'
	vid: 0x056a
	pid: 0x0010
	nodes: 
	  - /dev/input/event5: 'Wacom Graphire Pen'
	styli:
	  - id: 0xffffe
		vid: 0x0000
		name: 'General Pen Eraser'
		type: 'general'
		axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
		buttons: 2
		is_eraser: 'true'
		eraser_type: 'invert'
	  - id: 0xfffff
		vid: 0x0000
		name: 'General Pen'
		type: 'general'
		axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
		buttons: 2
		erasers: [0xffffe]


use evtest

evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:	Sleep Button
/dev/input/event1:	Lid Switch
/dev/input/event10:	HDA Intel HDMI HDMI/DP,pcm=3
/dev/input/event11:	HDA Intel HDMI HDMI/DP,pcm=7
/dev/input/event12:	HDA Intel HDMI HDMI/DP,pcm=8
/dev/input/event13:	HDA ATI HDMI HDMI/DP,pcm=3
/dev/input/event14:	HDA ATI HDMI HDMI/DP,pcm=7
/dev/input/event15:	HDA Digital PCBeep
/dev/input/event16:	HDA Intel PCH Mic
/dev/input/event17:	HDA Intel PCH Line
/dev/input/event18:	HDA Intel PCH Dock Line Out
/dev/input/event19:	HDA Intel PCH Headphone
/dev/input/event2:	Power Button
/dev/input/event20:	PS/2 Generic Mouse
/dev/input/event21:	SynPS/2 Synaptics TouchPad
/dev/input/event3:	Video Bus
/dev/input/event4:	Video Bus
/dev/input/event5:	Wacom Graphire Pen
/dev/input/event6:	AT Translated Set 2 keyboard
/dev/input/event7:	Wireless hotkeys
/dev/input/event8:	HP WMI hotkeys
/dev/input/event9:	ST LIS3LV02DL Accelerometer
Select the device event number [0-21]: 5
Input driver version is 1.0.1
Input device ID: bus 0x3 vendor 0x56a product 0x10 version 0x100
Input device name: "Wacom Graphire Pen"
Supported events:
  Event type 0 (EV_SYN)
  Event type 1 (EV_KEY)
	Event code 272 (BTN_LEFT)
	Event code 273 (BTN_RIGHT)
	Event code 274 (BTN_MIDDLE)
	Event code 320 (BTN_TOOL_PEN)
	Event code 321 (BTN_TOOL_RUBBER)
	Event code 326 (BTN_TOOL_MOUSE)
	Event code 330 (BTN_TOUCH)
	Event code 331 (BTN_STYLUS)
	Event code 332 (BTN_STYLUS2)
  Event type 2 (EV_REL)
	Event code 8 (REL_WHEEL)
  Event type 3 (EV_ABS)
	Event code 0 (ABS_X)
	  Value   5129
	  Min        0
	  Max    10206
	  Fuzz       4
	  Resolution      80
	Event code 1 (ABS_Y)
	  Value   1955
	  Min        0
	  Max     7422
	  Fuzz       4
	  Resolution      80
	Event code 24 (ABS_PRESSURE)
	  Value      0
	  Min        0
	  Max      511
	Event code 40 (ABS_MISC)
	  Value      0
	  Min        0
	  Max        0
Properties:
  Property type 0 (INPUT_PROP_POINTER)
Testing ... (interrupt to exit)





CategoryFablab
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki