setting touch sensitivity level to pointer move #


  • find device id
$ xinput
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ Apple Inc. Magic Trackpad 2             	id=20	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]

  • find Finger id
$ xinput list-props 20
Device 'Apple Inc. Magic Trackpad 2':
	Device Enabled (165):	1
	Coordinate Transformation Matrix (167):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	Device Accel Profile (296):	1
	Device Accel Constant Deceleration (297):	2.500000
	Device Accel Adaptive Deceleration (298):	1.000000
	Device Accel Velocity Scaling (299):	12.500000
	Synaptics Edges (321):	-3374, 3630, -2205, 2314
	Synaptics Finger (322):	24, 29, 0
	Synaptics Tap Time (323):	180
	Synaptics Tap Move (324):	402

===> Synaptics Finger (322)

  • change levels (use above device id and finger id)
Synaptics Finger: 32 bit, 3 values, low, high, press.
xinput --set-prop "Apple Inc. Magic Trackpad 2" "Synaptics Finger" 1, 1, 0




Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2022-09-11 23:25:27
Processing time 0.0065 sec