Jump to content
1 post in this topic

Recommended Posts

Hello again

 

i have found in other Posts this here:

 

 

 

 

 

Found a solution!

 

Evtouch works on Asus Eee ET2002T! (LINUX)

 

The event wasn't configured correctly on my xorg.conf, and that was why it didn't work.

 

Here is my settings that works:

 

Add this to ServerSection in xorg.conf:

 

 

InputDevice "dummy"

InputDevice "touchscreen"

 

 

and below the SeverSection add this:

 

 

Section "InputDevice"

Identifier "dummy"

Driver "void"

Option "Device" "/dev/input/mice"

EndSection

 

Section "InputDevice"

Identifier "touchscreen"

Driver "evtouch"

Option "device" "/dev/input/event3"

Option "TapTimer" "10"

Option "LongTouchTimer" "1500"

Option "MinX" "10"

Option "MinY" "10"

Option "MaxX" "8196"

Option "MaxY" "8196"

Option "ReportingMode" "Raw"

Option "Emulate3Buttons" "false"

Option "Emulate3Timeout" "50"

Option "SendCoreEvents" "on"

Option "MoveLimit" "0"

EndSection

 

 

 

Please note that my TapTimer and LongTouchTimer is a little special. Default values are TapTimer=200ms, LongTouchTimer=400ms.

 

 

 

 

 

why i can use it from 10.6.1 and an Driver?

 

mt

Link to comment
https://www.insanelymac.com/forum/topic/203117-asus-et20-and-touch-driver/
Share on other sites

×
×
  • Create New...