Hi all

After not being able to get a microtouch screen up, I bought an elo, set it up 
using ubunto stock elgraphics driver. Touch works, but xaxis is inversed. 

Here is my Xorg.conf relevant sections only

"
Section "InputDevice"
    Identifier "TouchScreen"
    Driver "elographics"
#    Driver "evtouch"
    Option "Type" "finger"
    Option "Device" "/dev/ttyS0"
    Option "ScreenNo" "0"
#    Option "MinX" "4101"
#    Option "MaxX" "-7"
#    Option "MinY" "4072"
#    Option "MaxY" "61"
    Option "MinX" "7"
    Option "MaxX" "4101"
    Option "MinY" "61"
    Option "MaxY" "4072"
#    Option "SwapX" "true"
#    Option "SwapY" "true"
#    Option "SwapXY" "true"
    Option "DebugLevel" "5"
EndSection

...
Section "ServerLayout"
        Identifier      "Default Layout"
        screen 0 "Default Screen" 0 0
        InputDevice "TouchScreen"
EndSection
"
This is the output of my Xorg.0.log

"(II) evaluating device (Configured Mouse)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) evaluating device (TOUCHSCREEN)
(II) XINPUT: Adding extended input device "TOUCHSCREEN" (type: Elographics 
TouchScreen)
(--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(**) Option "Device" "/dev/ttyS0"
(**) Option "BaudRate" "9600"
(**) Option "StopBits" "1"
(**) Option "DataBits" "8"
(**) Option "Parity" "None"
(**) Option "Vmin" "10"
(**) Option "Vtime" "1"
(**) Option "FlowControl" "None"
(--) Elographics touchscreen is a Intellitouch, connected through a serial link.
(--) The controller is a model E271-2200, firmware revision 1.7.
(--)  Additional features:
(--)    External A/D converter
(--)    Z axis active
"

Meanwhile I also tried to install these drivers:
xserver-xorg-input-elographics_1.1.0-3ubuntu1~bug218671~1_i386.deb  
xserver-xorg-input-elographics_1.2.3-1ubuntu1_i386.deb
xserver-xorg-input-elographics_1.1.0-4_i386.deb                    
xserver-xorg-input-elographics_1.2.1-1_i386.deb

all of them should be built for hardy. when I touch the screen with one of 
these drivers, the screen freezes.

Has anyone had success with this?

greets chris



__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com 

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to