Dell ST2220T USB Touchscreen not recognised
Hi,
I have just installed 9.0 with a Dell ST2220T USB touchscreen connected. During install the touchscreen is not identified.
Does anyone have any suggestion on how I can get this touchscreen working. The output from usbconfig and xorg.conf is below.
Cheers
[root@Stoat] ~# usbconfig
ugen0.1: <OHCI root HUB ATI> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
ugen1.1: <OHCI root HUB ATI> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
ugen2.1: <OHCI root HUB ATI> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
ugen3.1: <OHCI root HUB ATI> at usbus3, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
ugen4.1: <OHCI root HUB ATI> at usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
ugen5.1: <EHCI root HUB ATI> at usbus5, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE
ugen2.2: <Microsoft Basic Optical Mouse v2.0 Microsoft> at usbus2, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON
ugen5.4: <USB 2.0 Reader Generic> at usbus5, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
ugen5.2: <product 0x2514 vendor 0x0424> at usbus5, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE
ugen5.3: <LGD-MultiTouch LG Display> at usbus5, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
The xorg.conf is
# Xorg.conf file generated for PC-BSD
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Panel0"
InputDevice "Panel1"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Clone" "off"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "Off"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
FontPath "/usr/local/lib/X11/fonts/illinoy/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/OTF/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/Speedo/"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/CID/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/dejavu/"
FontPath "/usr/local/lib/X11/fonts/bitstream-vera/"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/hebrew/"
FontPath "/usr/local/lib/X11/fonts/vietnamese/"
FontPath "/usr/local/lib/X11/fonts/indic/"
FontPath "/usr/local/lib/X11/fonts/fonts-indic/"
FontPath "/usr/local/lib/X11/fonts/ae_fonts1/AAHS"
FontPath "/usr/local/lib/X11/fonts/ae_fonts1/AGA"
FontPath "/usr/local/lib/X11/fonts/ae_fonts1/FS"
FontPath "/usr/local/lib/X11/fonts/ae_fonts1/Kasr"
FontPath "/usr/local/lib/X11/fonts/ae_fonts1/MCS"
FontPath "/usr/local/lib/X11/fonts/ae_fonts1/Shmookh"
FontPath "/usr/local/lib/X11/fonts/local/"
FontPath "/usr/local/lib/X11/fonts/util/"
EndSection
Section "Module"
Load "ddc"
Load "dbe"
# Load "dri"
Load "extmod"
# Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" ""
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "6"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Screen 0
Driver "ati"
VendorName "ATI Video Driver"
Option "CPPIOMode" "yes"
Option "DynamicPM" "on"
BusID "PCI:1:5:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "InputDevice"
Identifier "Panel0"
Driver "mouse"
Option "Protocol" "usb"
Option "Device" "/dev/uhid0"
EndSection
Section "InputDevice"
Identifier "Panel1"
Driver "mouse"
Option "Protocol" "usb"
Option "Device" "/dev/uhid0"
EndSection
|