[SOLVED] Samsung chromebook touchpad configuration

This forum is for supported devices using an ARMv7 Samsung SoC.

[SOLVED] Samsung chromebook touchpad configuration

Postby bharath1097 » Sat Apr 19, 2014 4:57 pm

Hi,

I installed arch linux arm on my samsung chromebook. Everything is working perfectly except two finger tap is being recognised as middle click and two finger click is being recongised as right click.

Can i swap the two gestures?
Last edited by bharath1097 on Tue Apr 29, 2014 3:39 pm, edited 2 times in total.
bharath1097
 
Posts: 3
Joined: Sat Apr 19, 2014 4:54 pm

Re: Samsung chromebook touchpad configuration

Postby bharath1097 » Tue Apr 29, 2014 3:38 pm

I swapped the buttons with xinput in .xinitrc.
bharath1097
 
Posts: 3
Joined: Sat Apr 19, 2014 4:54 pm

Re: [SOLVED] Samsung chromebook touchpad configuration

Postby 5ilver » Fri Jun 06, 2014 7:33 am

Synclient options for the touchpad can be placed in /etc/X11/xorg.conf.d/50-synaptics.conf
$this->bbcode_second_pass_code('', '
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "BottomEdge" "644"
Option "FingerLow" "5"
Option "FingerHigh" "5"
Option "VertEdgeScroll" "0"
Option "HorizEdgeScroll" "0"
Option "VertTwoFingerScroll" "1"
Option "HorizTwoFingerScroll" "1"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "ClickFinger1" "1"
Option "ClickFinger2" "3"
Option "ClickFinger3" "2"
Option "ClickPad" "1"
EndSection
')
5ilver
 
Posts: 2
Joined: Fri Jun 06, 2014 7:00 am

Re: [SOLVED] Samsung chromebook touchpad configuration

Postby Veyrdite » Fri Jun 06, 2014 9:27 am

Use synclient to have a look at the other parameters you can change, and also fiddle with them without having to restart X. I discovered that disabling tap-and-drag removed the horrible click-latency (that you probably have).

EDIT: I can't find the config option for this anymore, so perhaps this was fixed anyway. YMMV
Veyrdite
 
Posts: 22
Joined: Thu Jun 05, 2014 11:09 am


Return to Samsung

Who is online

Users browsing this forum: No registered users and 15 guests