[PC-BSD Testing] Support for Dell ST2220T Touchscreen
N V
VaNs9 at yandex.ru
Mon Feb 13 03:29:55 PST 2012
Hi.
Please, look at System Settings -> Input Devices
Regards,
Vans.
12.02.2012, 14:32, "Dan Byrnes" <mrdbyrnes at optusnet.com.au>:
> Hi,
>
> Running KDE.
>
> Cheers
> Dan
>> Hi,
>>
>> well, I've confused you possibly.
>> DE: KDE, Gnome, etc... What do u use?
>>
>> Regards,
>> Vans.
>>
>> 08.02.2012, 12:56, "Dan Byrnes"<mrdbyrnes at optusnet.com.au>:
>>> Hi,
>>>
>>> Which file do you want me report the "input devices" from? Sorry I'm not
>>> clear what my DE is? I'm guessing device entry. I posted all of the
>>> Xorg.conf file before. Is there a "input devices" section in one of the
>>> HAL configuration files? I haven't looked at configuring HAL before.
>>>
>>> Or am I looking for something in the rc.conf?
>>>
>>> Cheers
>>> Dan
>>>> Btw.
>>>>
>>>> Seems that touch screen is detected by X.
>>>> ..
>>>> Section "InputDevice"
>>>> Identifier "Panel0"
>>>> Driver "mouse"
>>>> Option "Protocol" "usb"
>>>> Option "Device" "/dev/uhid0"
>>>> EndSection
>>>> ..
>>>>
>>>> Nevertheless, HAL is used and that entry is ignored.
>>>> What's in the "input devices" in your DE?
>>>>
>>>> Regards,
>>>> Vans.
>>>>
>>>> P.S. There are two entries for the "/dev/uhid0". Seems, that multitouch is detected in that way. But it doesn't matter now, imo.
>>>>
>>>> 06.02.2012, 05:45, "Daniel Byrnes"<mrdbyrnes at optusnet.com.au>:
>>>>> Hi,
>>>>>
>>>>> I have just installed isotope 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
>>>>> Dan
>>>>>
>>>>> [root at 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
>>>>>
>>>>> Cheers
>>>>> Dan Byrnes
>>>>> _______________________________________________
>>>>> Testing mailing list
>>>>> Testing at lists.pcbsd.org
>>>>> http://lists.pcbsd.org/mailman/listinfo/testing
>>>> _______________________________________________
>>>> Testing mailing list
>>>> Testing at lists.pcbsd.org
>>>> http://lists.pcbsd.org/mailman/listinfo/testing
>>> _______________________________________________
>>> Testing mailing list
>>> Testing at lists.pcbsd.org
>>> http://lists.pcbsd.org/mailman/listinfo/testing
>> _______________________________________________
>> Testing mailing list
>> Testing at lists.pcbsd.org
>> http://lists.pcbsd.org/mailman/listinfo/testing
> _______________________________________________
> Testing mailing list
> Testing at lists.pcbsd.org
> http://lists.pcbsd.org/mailman/listinfo/testing
More information about the Testing
mailing list