Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Dec 2006 18:33:34 -0800
From:      "frederick thomas" <nikita_the_ger@fastmail.fm>
To:        freebsd-x11@freebsd.org
Subject:   elousb driver in xorg
Message-ID:  <1165113214.27831.278570829@webmail.messagingengine.com>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
hey,
   i am currently trying to configure an elotouch 1525l touchscreen
   monitor, however i can seem to find any relevant info anywhere on the
   web. my feeble attempt at the xorg.conf file has only so far gotten
   me a working setup if i don't use the driver and a crash of my kde
   installation if i do. i need to know if someone has a idea of what i
   need to do to get this working. the current xorg.conf is attached.
   thanks in advance.

                                                          nikita
-- 
  frederick thomas
  nikita_the_ger@fastmail.fm

-- 
http://www.fastmail.fm - And now for something completely different…


[-- Attachment #2 --]
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  "elousb_drv.o"
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


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1165113214.27831.278570829>