You are not logged in.
Pages: 1
Following the arch wiki guide for tap to click with the touchpad was a success, but I'm interested in carrying the same behavior over to the trackpoint.
I figured I could just mix the configuration options on the wiki, like so:
10-synaptics.confSection "InputClass"
Identifier "Trackpoint tap to click"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
EndSectionBut this didn't work. Can anyone experienced with X give me a hand to enabling this functionality?
Offline
Have you looked through the synaptics wiki?
Offline
Have you looked through the synaptics wiki?
Yes.
synclient -lonly lists trackpad properties, not trackPOINT properties, as far as I can tell. Either that or they're all mixed together. In any case:
synclient -lParameter settings:
LeftEdge = 1780
RightEdge = 5576
TopEdge = 1687
BottomEdge = 5123
FingerLow = 25
FingerHigh = 30
FingerPress = 256
MaxTapTime = 180
MaxTapMove = 261
MaxDoubleTapTime = 180
SingleTapTimeout = 180
ClickTime = 100
FastTaps = 0
EmulateMidButtonTime = 75
EmulateTwoFingerMinZ = 282
EmulateTwoFingerMinW = 7
VertScrollDelta = 119
HorizScrollDelta = 119
VertEdgeScroll = 1
HorizEdgeScroll = 0
CornerCoasting = 0
VertTwoFingerScroll = 0
HorizTwoFingerScroll = 0
MinSpeed = 1
MaxSpeed = 1.75
AccelFactor = 0.0336078
TrackstickSpeed = 40
EdgeMotionMinZ = 30
EdgeMotionMaxZ = 160
EdgeMotionMinSpeed = 1
EdgeMotionMaxSpeed = 476
EdgeMotionUseAlways = 0
TouchpadOff = 0
LockedDrags = 0
LockedDragTimeout = 5000
RTCornerButton = 0
RBCornerButton = 0
LTCornerButton = 0
LBCornerButton = 0
TapButton1 = 1
TapButton2 = 3
TapButton3 = 2
ClickFinger1 = 1
ClickFinger2 = 1
ClickFinger3 = 1
CircularScrolling = 0
CircScrollDelta = 0.1
CircScrollTrigger = 0
CircularPad = 0
PalmDetect = 0
PalmMinWidth = 10
PalmMinZ = 200
CoastingSpeed = 20
CoastingFriction = 50
PressureMotionMinZ = 30
PressureMotionMaxZ = 160
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
GrabEventDevice = 1
TapAndDragGesture = 1
AreaLeftEdge = 0
AreaRightEdge = 0
AreaTopEdge = 0
AreaBottomEdge = 0
HorizHysteresis = 8
VertHysteresis = 8
ClickPad = 0xinput list-props "TPPS/2 IBM TrackPoint"Device 'TPPS/2 IBM TrackPoint':
Device Enabled (138): 1
Coordinate Transformation Matrix (140): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (262): 0
Device Accel Constant Deceleration (263): 1.000000
Device Accel Adaptive Deceleration (264): 1.000000
Device Accel Velocity Scaling (265): 10.000000
Device Product ID (257): 2, 10
Device Node (258): "/dev/input/event12"
Evdev Axis Inversion (304): 0, 0
Evdev Axes Swap (306): 0
Axis Labels (307): "Rel X" (148), "Rel Y" (149)
Button Labels (308): "Button Left" (141), "Button Middle" (142), "Button Right" (143), "Button Wheel Up" (144), "Button Wheel Down" (145)
Evdev Middle Button Emulation (309): 0
Evdev Middle Button Timeout (310): 50
Evdev Third Button Emulation (311): 0
Evdev Third Button Emulation Timeout (312): 1000
Evdev Third Button Emulation Button (313): 3
Evdev Third Button Emulation Threshold (314): 20
Evdev Wheel Emulation (315): 0
Evdev Wheel Emulation Axes (316): 0, 0, 4, 5
Evdev Wheel Emulation Inertia (317): 10
Evdev Wheel Emulation Timeout (318): 200
Evdev Wheel Emulation Button (319): 4
Evdev Drag Lock Buttons (320): 0Offline
The hardware must support Tap-to-Click on the Trackpoint, of course.
I've looked for Tap-to-Click in the OEM Win7, but never found it. Can you confirm it's a hardware feature?
Offline
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Pages: 1