Page 1 of 1

Touch screen + right click

Posted: Sat Nov 17, 2012 2:26 pm
by samandiriel
I've just gotten a Windpad 110W from a friend and have been playing with it. Very happy with Linux Mint, which worked flawlessly out of the box and is far snappier than Windows.

The touch screen (eGalax) works splendidly overall, but I can't seem to get a right click going when I long-press. I tried going into Preferences->Mouse->Accessibility and checking "Trigger secondary click by holding down the primary button" but this had no effect.

Does anyone know how to get this working?

Re: Touch screen + right click

Posted: Sat Nov 17, 2012 2:59 pm
by samandiriel
Well, I tried adding /usr/share/X11/xorg.conf.d/99-calibration.conf, but that didn't help either:

Code: Select all

Section "InputClass"
	Identifier	"calibration"
	MatchProduct	"eGalax Inc. USB TouchController"
	Option	"Calibration"	"143 32680 -92 32749"
	Option "EmulateThirdButton" "1"
	Option "EmulateThirdButtonTimeout" "750"
	Option "EmulateThirdButtonThreshold" "30"  
EndSection
Woe :'(