Elo ;)

Maybe you should try to change your driver..

Add the elodriver into your module section
Load "elographics_drv.o"

It should be in /usr/X11R6/lib/modules/input/elographics_drv.o
If not, find it on the net...

Then change your Driver in the input section to 

Driver "elographics"

If you have the right value for Xmin etc.. It should work.

These works for me (Xfree 4.3..)

Ps :http://www.elotouch.com/support/linux.asp

______________________________
>From Oscar Ruiz

Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
EndSection

[...]

Section "InputDevice"
Identifier "touchscreen1"
Driver "elographics"
Option "Device" "/dev/ttyS0"
Option "MinX" "4079"
Option "MaxX" "39"
Option "MinY" "4176"
Option "MaxY" "1"
Option "ScreenNumber" "0"
Option "ReportingMode" "Scaled"
Option "ButtonThreshold" "17"
Option "ButtonNumber" "1"
Option "SendCoreEvents"
EndSection

[...]

(EE) No Input driver matching `elo2300'
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(EE) Mouse1: cannot determine the mouse protocol Could not init font path
element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!
[FVWM][OldMenuStyle]: <<ERROR>> error in        Black #c3c3c3 DarkGrey
-adobe-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*
 style specification

-----------------------------------------------------------

the problem I see is this

(II) Loading /usr/X11R6/lib/modules/input/elo2300_drv.o
(II) Module elo2300: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
***** (EE) xf86OpenSerial: No Device specified.  **** ELO 2300 driver unable
to open device

But I did!!!!

Is there anything else Im missing???

Please help...I had spent 3 days on this =(


_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to