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"
EndSection

Section "Screen"
       Identifier "Screen0"
       Device     "Card0"
       Monitor    "Monitor0"
       SubSection "Display"
               Viewport   0 0
               Depth     24
       EndSubSection
EndSection

-----

Here is the error after X launch :

-----

[    66.379] (II) LoadModule: "wsudl"
[    66.379] (II) Loading /usr/X11R6/lib/modules/drivers/wsudl_drv.so
[    66.379] (II) Module wsudl: vendor="X.Org Foundation"
[    66.379]    compiled for 1.12.2, module version = 0.2.1
[    66.380]    ABI class: X.Org Video Driver, version 12.0
[    66.380] (II) wsudl: driver for: DisplayLink
[    66.380] (WW) Falling back to old probe method for wsudl
[    66.380] (II) wsudl(0): using default device
[    66.380] (EE) wsudl(0): We are not attached to the udl driver
[    66.380] (II) UnloadModule: "wsudl"
[    66.380] (EE) Screen(s) found, but none have a usable configuration.

-----

I have found another post,
http://permalink.gmane.org/gmane.os.openbsd.misc/174164, but it is not
resolved.

Does anyone have this device (or other usb2dvi) working ?
Thanks for your help.

Alex.

--
Alexis de BRUYN

Reply via email to