elotouch usb problem

frederick thomas nikita_the_ger at fastmail.fm
Sun Dec 3 09:29:49 PST 2006


hi,
     i'm trying to setup an elotouch 1525L monitor with Xorg 6.8.2 on
     FreeBSD 6.0. so far all i have been able to do is trash my kde
     install once, and now kde hooks to the server but no touch on the
     monitor... i looked at the Xorg.0.log file, here's a snip:
 
 (**) Option "Device" "/dev/uhid0"
 Elo USB TouchScreen: port opened successfully.
 (**) Option "MinX" "300"
 (**) Option "MaxX" "4095"
 (**) Option "MinY" "300"
 (**) Option "MaxY" "4095"
 (**) Option "ScreenNumber" "0"
 (**) Option "ButtonNumber" "1"
 (--)  USB Kernel Input device name: "Unknown"
 Elo USB TouchScreen: unknown type hardware.
 Elo USB TouchScreen: unable to query/initialize hardware.
 Elo USB TouchScreen: driver work in silence mode.
 (II) XINPUT: Adding extended input device "Elo USB TouchScreen" (type:
 TOUCHSCREEN)
 
 i tried xsetpointer as well, still nothing. i've attached my xorg.conf
 file. any help would be appreciated. thanks.
 
 nikita
 -- 
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "TouchScreen" "SendCoreEvents"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/local/share/fonts"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
	Load  "elographics"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "Buttons"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	Identifier  "TouchScreen"
	Driver  "elousb"
	Option  "Device" "/dev/uhid0"
	Option  "MinX" "300"
	Option  "MaxX" "4095"
	Option  "MinY" "300"
	Option  "MaxY" "4095"
	Option  "ScreenNumber" "0"
	Option  "ButtonNumber" "1"
	Option  "UntouchDelay" "3"
	Option  "AlwaysCore" "On"
	Option  "ReportDelay" "1"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    30-62
	VertRefresh  56-75
	Option	     "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
	Identifier  "Card0"
	Driver      "i810"
	VendorName  "Intel Corp."
	BoardName   "82810 DC-100 CGC [Chipset Graphics Controller]"
	BusID       "PCI:0:1:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

-- 
  frederick thomas
  nikita_the_ger at fastmail.fm

-- 
http://www.fastmail.fm - Access your email from home and the web




More information about the xorg mailing list