You wrote:

        >Pavel,
        >Thanks for your response with XConfig, unfortunately.....no
attachment.

        > i.e. Section MuTouch, subsection ??, and calibration parameters,
so
        >your sample may be of no use.

Oops, silly me, forgot to attach. 

Shane, perhaps what I found at deja.com (full text at 
http://x47.deja.com/getdoc.xp?AN=537218484&CONTEXT=942172174.1716977675&hitn
um=14)
will be of any help to you? There were no module name for Microtouch in the
module section.

Regards,

Pavel.

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "wsmouse"
Option "Device" "/dev/wsmouse"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

# Option "Protocol" "Xqueue"

EndSection

# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************

# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
#

And below is what I promised before - extract from my XF86Config for Elo.

# **********************************************************************
# Module section - to specify which module to load
# **********************************************************************

Section "Module"

# This loads the module for Elographics touch-screen

    Load "xf86Touch.so"

EndSection

Section "Keyboard"

    Protocol    "Standard"
    AutoRepeat  500 5

EndSection


# **********************************************************************
# Pointer section
# **********************************************************************

Section "Pointer"

    Protocol    "ps/2"
    Device      "/dev/null"
#    Device     "/dev/mouse"

EndSection

# **********************************************************************
# Xinput section - to use extended input devices
# **********************************************************************
Section "Xinput"
    SubSection "Elographics"
        Port "/dev/touch"
        DeviceName "Elo"
        MinimumXPosition 16
        MaximumXPosition 244
        MinimumYPosition 30
        MaximumYPosition 228
        DebugLevel 2 #9
        ScreenNo 0
        UntouchDelay 10
        ReportDelay 10
        AlwaysCore
    EndSubSection
EndSection      


--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to