I wanna make work an Elo Touchscreen 2310 MONITOR, with serial device for
mouse...but pointer just don't work :(

Here is my XF86Config (without the comments)

----------------------------------------------
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 "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "us"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/ttyS0" 
    Option "BaudRate"   "9600"
    Option "SampleRate" "150"
EndSection

Section "InputDevice"
Identifier "touchscreen1"
Driver "elo2300"
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

Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   31.5 - 57.0
    VertRefresh 50-100
EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "Trident 3DImage975 (generic)"
    Driver      "trident"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Trident 3DImage975 (generic)"
    Monitor     "My Monitor"
    DefaultDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Inputdevice "touchscreen1" "SendCoreEvents"
EndSection

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


and here is my XF86.log output

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


XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.2.19 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Jan  1 01:10:36 2002
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "My Monitor"
(**) |   |-->Device "Trident 3DImage975 (generic)"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc101"
(**) XKB: layout: "us"
(**) |-->Input Device "touchscreen1"
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/l
ib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/
X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X
11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) Trident CyberBlade/i1 rev 106, Mem @ 0xd5800000/23,
0xd6000000/17, 0xd5000000/23
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.1.9
(II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.o
(II) Module trident: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
(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
(II) TRIDENT: driver for Trident chipsets: tvga8900d, cyber9320, cyber9388,
        cyber9397, cyber9397dvd, cyber9520, cyber9525dvd, cyberblade/e4,
        tgui9420dgi, tgui9440agi, tgui9660, tgui9680, providia9682,
        providia9685, cyber9382, cyber9385, 3dimage975, 3dimage985, blade3d,
        cyberbladei7, cyberbladei7d, cyberbladei1, cyberbladei1d,
        cyberbladeAi1, cyberbladeAi1d, cyberbladeXP, cyberbladeXPm
(--) Assigning device section with no busID to primary device
(--) Chipset cyberbladei1 found
(**) TRIDENT(0): Depth 16, (--) framebuffer bpp 16
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 0.1.0
(==) TRIDENT(0): RGB weight 565
(==) TRIDENT(0): Default visual is TrueColor
(==) TRIDENT(0): Using gamma correction (1.0, 1.0, 1.0)
(==) TRIDENT(0): Linear framebuffer at 0xD5800000
(--) TRIDENT(0): IO registers at 0xD6000000
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
(II) TRIDENT(0): initializing int10
(II) TRIDENT(0): Primary V_BIOS segment is: 0xc000
(II) TRIDENT(0): VESA BIOS detected
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
(II) TRIDENT(0): VESA VBE DDC supported
(II) TRIDENT(0): Manufacturer: ELO  Model: 215  Serial#: 1118
(II) TRIDENT(0): Year: 2003  Week: 30
(II) TRIDENT(0): EDID Version: 1.2
(II) TRIDENT(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) TRIDENT(0): Sync:  Separate
(II) TRIDENT(0): Max H-Image Size [cm]: horiz.: 30  vert.: 23
(II) TRIDENT(0): Gamma: 2.20
(II) TRIDENT(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) TRIDENT(0): First detailed timing is preferred mode
(II) TRIDENT(0): redX: 0.595 redY: 0.350   greenX: 0.315 greenY: 0.575
(II) TRIDENT(0): blueX: 0.150 blueY: 0.125   whiteX: 0.300 whiteY: 0.320
(II) TRIDENT(0): Supported VESA Video Modes:
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): [EMAIL PROTECTED]
(II) TRIDENT(0): Manufacturer's mask: 0
(II) TRIDENT(0): Supported Future Video Modes:
(II) TRIDENT(0): #0: hsize: 640  vsize 480  refresh: 75  vid: 20273
(II) TRIDENT(0): #1: hsize: 800  vsize 600  refresh: 75  vid: 20293
(II) TRIDENT(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
(II) TRIDENT(0): Monitor name: ELO ET1545L-
(II) TRIDENT(0): Monitor name: 0NWC-N-TR
(II) TRIDENT(0): Ranges: V min: 55  V max: 75 Hz, H min: 31  H max: 60 kHz,
PixClock max 80 MHz
(II) TRIDENT(0):  ELO LCD
(--) TRIDENT(0): Revision is 106
(==) TRIDENT(0): Using HW cursor
(--) TRIDENT(0): Found CyberBlade/i1 chip
(--) TRIDENT(0): RAM type is SDRAM
(--) TRIDENT(0): Found 8MB board, using 4MB
(--) TRIDENT(0): VideoRAM: 4096 kByte
(--) TRIDENT(0): TFT Panel 1024x768 found
(--) TRIDENT(0): Memory Clock is 57.27 MHz
(==) TRIDENT(0): Min pixel clock is 12 MHz
(--) TRIDENT(0): Max pixel clock is 230 MHz
(II) TRIDENT(0): My Monitor: Using hsync range of 31.50-57.00 kHz
(II) TRIDENT(0): My Monitor: Using vrefresh range of 50.00-100.00 Hz
(II) TRIDENT(0): Clock range:  12.00 to 230.00 MHz
(II) TRIDENT(0): Not using default mode "1024x768" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1024x768" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1152x864" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1280x960" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1280x960" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1280x1024" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1280x1024" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1280x1024" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1600x1200" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1600x1200" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1600x1200" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1600x1200" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1600x1200" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1792x1344" (insufficient memory for
mode)
(II) TRIDENT(0): Not using default mode "1792x1344" (insufficient memory for
mode)
(II) TRIDENT(0): Not using default mode "1856x1392" (insufficient memory for
mode)
(II) TRIDENT(0): Not using default mode "1856x1392" (insufficient memory for
mode)
(II) TRIDENT(0): Not using default mode "1920x1440" (insufficient memory for
mode)
(II) TRIDENT(0): Not using default mode "1920x1440" (insufficient memory for
mode)
(II) TRIDENT(0): Not using default mode "1400x1050" (hsync out of range)
(II) TRIDENT(0): Not using default mode "1400x1050" (hsync out of range)
(II) TRIDENT(0): Not using mode "1280x1024" (no mode of this name)
(--) TRIDENT(0): Virtual size is 1024x768 (pitch 1024)
(**) TRIDENT(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) TRIDENT(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) TRIDENT(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(--) TRIDENT(0): Display dimensions: (30, 23) cm
(--) TRIDENT(0): DPI set to (86, 84)
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.2.0
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
        compiled for 4.1.0, module version = 1.0.0
Symbol xf86RemoveLocalDevice from module
/usr/X11R6/lib/modules/input/elo2300_drv.o is unresolved!
Symbol xf86AddLocalDevice from module
/usr/X11R6/lib/modules/input/elo2300_drv.o is unresolved!
(II) TRIDENT(0): Initializing int10
(II) TRIDENT(0): Primary V_BIOS segment is: 0xc000
(II) TRIDENT(0): Overriding Horizontal timings.
(II) TRIDENT(0): Shadow off
(II) TRIDENT(0): H-timing shadow registers: 0xa3           0x00 0x84 0x94
(II) TRIDENT(0): H-timing registers:        0xa1 0x7f 0x7f 0x84 0x83 0x94
(II) TRIDENT(0): V-timing shadow registers: 0x24 0xf5 0x03 0x09
0x24 (0x08)
(II) TRIDENT(0): V-timing registers:        0x24 0xf5 0x03 0x29 0xff 0x00
0x24
(II) TRIDENT(0): Setting BIOS Mode: 79
(II) TRIDENT(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        CPU to Screen color expansion
        Solid Horizontal and Vertical Lines
        Image Writes
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                10 256x256 slots
(==) TRIDENT(0): Backing store disabled
(==) TRIDENT(0): Silken mouse enabled
(**) Mouse1: Protocol: "Auto"
(**) Mouse1: Core Pointer
(==) Mouse1: Buttons: 3
(**) Mouse1: SampleRate: 150
(**) Mouse1: BaudRate: 9600
(II) Keyboard "Keyboard1" handled by legacy driver
(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