On Thu, Aug 02, 2012 at 03:15:04PM +0200, Alexis de BRUYN [Mailinglists] wrote:
> Hi List,
>
> I have an issue with DisplayLink CONV-USB2DVI and OpenBSD 5.1/amd64 (and
> snapshot/amd64). X cannot be launched, I have got the following error :
> wsudl(0): We are not attached to the udl driver
>
> The device is detected, dmesg :
>
> -----
> udl0 at uhub6 port 2 "DisplayLink CONV-USB2DVI" rev 2.00/0.03 addr 4
> no data for est. mode 832x768x74
> no data for est. mode 640x480x67
> no data for est. mode 720x400x70
> max_dotclock according to supported modes: 162000
> wsdisplay1 at udl0 mux 1
> wsdisplay1: screen 0 added (std, vt100 emulation)
> -----
>
> A part of my xorg.conf :
>
> -----
>
> Section "Monitor"
> Identifier "Monitor0"
> VendorName "Monitor Vendor"
> ModelName "Monitor Model"
> EndSection
>
> Section "Device"
> Identifier "Card0"
> Driver "wsudl"
> Option "device" "/ dev/wsdisplay1"
This is not a valid device. The correct one is /dev/ttyD0
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor0"
> SubSection "Display"
> Viewport 0 0
> Depth 24
> EndSubSection
> EndSection
>
This is the xorg.conf I use to test wsudl:
Section "Devicë
Identifier "Card0"
Driver "wsudl"
Option "Devicë "/dev/ttyD0"
EndSection
(Yes that's it. Modern X can figure out everything else).
--
Matthieu Herrb