module evtouch does not have a evtouchModuleData data object

Sergei Frankoff sfrankoff at cbnco.com
Thu Mar 6 15:10:00 PST 2008


Hi all:

I am trying to get a generic serial touch screen to run under xorg 
v6.9.0 using the evtouch driver v0.8.07 compiled from source. With the 
following xorg.conf section:
==================================================
Section "ServerLayout"
    ...
    InputDevice "touchscreen" "CorePointer"
EndSection

...

Section "InputDevice"
    Identifier "touchscreen"
    Driver "evtouch"
    Option "Device" "/dev/input/event1"
    Option "DeviceName" "touchscreen"
    Option "MinX" "98"
    Option "MinY" "43"
    Option "MaxX" "940"
    Option "MaxY" "925"
    Option "ReportingMode" "Raw"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
    Option "SendCoreEvents" "On"
EndSection
===================================

I get the following error:

Module evtouch does not have a evtouchModuleData data object.
Failed to load module "evtouch" (invalid module, 0)

Has anyone come accross this error? Can someone explain what xorg means 
by data object?

Thank you,

Sergei




More information about the xorg mailing list