Re: udl(4) support for StarTech CONV-USB2DVI

2011-05-11 Thread T
On Thu, 27 May 2010 11:14:19 -0700, Bryan Vyhmeister wrote:
 On Thu, May 27, 2010 at 12:37 PM, Owain Ainsworth zer...@googlemail.com 
 wrote:
  On Thu, May 27, 2010 at 11:02:10AM -0400, Bryan Vyhmeister wrote:
  Using your patches as a starting point, I was able to get
  the device recognized as udl0 and attach to wsdisplay1. Does
  anyone have a working xorg.conf that uses wsudl as a second
  display? I have tried a bunch of different options but keep
  getting errors. I want to verify that this device can even
  work and then I'll submit the patches back to the list.
  Thank you.
 
  Try using just udl for X at first to make sure it is working.
  Then play with multi-head.

 That's a good idea but I couldn't get it to work either. Below
 are the xorg.conf and Xorg.0.log. I believe the problem is
 stated here:

 (EE) wsudl(0): We are not attached to the udl driver

 I'm just not sure how to go about fixing this.

Has anyone found a solution for this? I've been trying to get a
Lilliput UM-70 working, but so far I've had no success; it's
detected and correctly identified by the kernel, but when trying
to use it I get the same error messages as Bryan did a year ago,
although I'm using OpenBSD 4.9.

/Dave

 Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
 EndSection

 Section Files
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/OTF
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
 EndSection

 Section Module
Load  dbe
Load  dri
Load  dri2
Load  extmod
Load  glx
 EndSection

 Section InputDevice
Identifier  Keyboard0
Driver  kbd
 EndSection

 Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol wsmouse
Option  Device /dev/wsmouse
Option  ZAxisMapping 4 5 6 7
 EndSection

 Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
 EndSection

 Section Device
Identifier  Card0
Driver  wsudl
 EndSection

 Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
SubSection Display
Viewport   0 0
Depth 24
EndSubSection
 EndSection

 (--) checkDevMem: using aperture driver /dev/xf86
 (--) Using wscons driver on /dev/ttyC4 in pcvt compatibility mode (version 
 3.32)

 X.Org X Server 1.6.5
 Release Date: 2009-10-11
 X Protocol Version 11, Revision 0
 Build Operating System: OpenBSD 4.7 i386
 Current Operating System: OpenBSD myhostname 4.7 GENERIC.MP#0 i386
 Build Date: 26 May 2010  10:02:59PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
 Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/Xorg.0.log, Time: Thu May 27 13:58:25 2010
 (==) Using config file: /etc/X11/xorg.conf
 (==) ServerLayout X.org Configured
 (**) |--Screen Screen0 (0)
 (**) |   |--Monitor Monitor0
 (**) |   |--Device Card0
 (**) |--Input Device Mouse0
 (**) |--Input Device Keyboard0
 (==) Not automatically adding devices
 (==) Not automatically enabling devices
 (**) FontPath set to:
/usr/X11R6/lib/X11/fonts/misc/,
/usr/X11R6/lib/X11/fonts/TTF/,
/usr/X11R6/lib/X11/fonts/OTF,
/usr/X11R6/lib/X11/fonts/Type1/,
/usr/X11R6/lib/X11/fonts/100dpi/,
/usr/X11R6/lib/X11/fonts/75dpi/,
/usr/X11R6/lib/X11/fonts/misc/,
/usr/X11R6/lib/X11/fonts/TTF/,
/usr/X11R6/lib/X11/fonts/OTF,
/usr/X11R6/lib/X11/fonts/Type1/,
/usr/X11R6/lib/X11/fonts/100dpi/,
/usr/X11R6/lib/X11/fonts/75dpi/
 (**) ModulePath set to /usr/X11R6/lib/modules
 (II) Loader magic: 0x7ec0
 (II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
 (II) Loader running on openbsd
 (--) PCI:*(0:0:2:0) 8086:27ae:17aa:3870 Intel 82945GME Video rev 3,
 Mem @ 0x9828/524288, 0x8000/268435456, 0x9830/262144, I/O
 @ 0x60c0/8
 (--) PCI: (0:0:2:1) 8086:27a6:17aa:3870 Intel 82945GM Video rev 3, Mem
 @ 0x9820/524288
 (II) System resource ranges:
[0] -1  0   0x000f - 0x000f (0x1) MX[B]
[1] -1  0   0x000c - 0x000e (0x3) MX[B]
[2] -1  0   0x - 0x0009 (0xa) MX[B]
[3] -1  0   0x - 

udl(4) support for StarTech CONV-USB2DVI

2010-05-27 Thread Bryan Vyhmeister
Is it possible to get the StarTech CONV-USB2DVI DisplayLink adapter
supported? If someone could point me in the right direction I might be
able to create a patch myself. Below are my dmesg output as well as
the output of usbdevs -v. I purchased this adapter at least a year ago
and from the specs it appears to be the DL-160 chipset. Thank you.

Bryan


http://www.startech.com/item-specs/USB2DVI-USB-DVI-External-Multi-Monitor-Video-Adapter.aspx


# dmesg
OpenBSD 4.7-current (GENERIC.MP) #10: Tue May 25 00:03:51 MDT 2010
   dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
RTC BIOS diagnostic error 80clock_battery
cpu0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (GenuineIntel 686-class) 1.60 GHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,SSSE3,xTPR,PDCM,MOVBE
real mem  = 2136002560 (2037MB)
avail mem = 2058452992 (1963MB)
RTC BIOS diagnostic error 80clock_battery
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 08/31/09, SMBIOS rev. 2.4 @
0xea780 (31 entries)
bios0: vendor LENOVO version 1ACN20WW(V1.11) date 08/31/2009
bios0: LENOVO 2957
acpi0 at bios0: rev 2
acpi0: tables DSDT FACP SSDT HPET APIC MCFG ASF! SLIX BOOT
acpi0: wakeup devices LID0(S3) P32_(S0) UHC1(S3) UHC4(S3) ECHI(S3)
EXP1(S4) EXP2(S4) EXP3(S4) EXP4(S4) AZAL(S0) MODM(S0)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 132MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (GenuineIntel 686-class) 1.60 GHz
cpu1: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,SSSE3,xTPR,PDCM,MOVBE
ioapic0 at mainbus0: apid 4 pa 0xfec0, version 20, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 4
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 5 (P32_)
acpiprt2 at acpi0: bus 1 (EXP1)
acpiprt3 at acpi0: bus 2 (EXP2)
acpiprt4 at acpi0: bus 3 (EXP3)
acpiprt5 at acpi0: bus 4 (EXP4)
acpiec0 at acpi0
acpicpu0 at acpi0: C3, C2, C1, PSS
acpicpu1 at acpi0: C3, C2, C1, PSS
acpitz0 at acpi0: critical temperature 102 degC
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID0
acpibtn2 at acpi0: SLPB
acpibat0 at acpi0: BAT0 model GC86508SAT0  type LION oem SANYO 
acpiac0 at acpi0: AC unit online
acpivideo0 at acpi0: OVGA
acpivout0 at acpivideo0: CRT1
acpivout1 at acpivideo0: DTV1
acpivout2 at acpivideo0: DFP1
acpivout3 at acpivideo0: LCD_
acpivout4 at acpivideo0: DTV2
acpivout5 at acpivideo0: DFP2
bios0: ROM list: 0xc/0xec00! 0xcf000/0x1000
cpu0: Enhanced SpeedStep 1596 MHz: speeds: 1600, 1333, 1066, 800 MHz
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 Intel 82945GME Host rev 0x03
vga1 at pci0 dev 2 function 0 Intel 82945GME Video rev 0x03
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
intagp0 at vga1
agp0 at intagp0: aperture at 0x8000, size 0x1000
inteldrm0 at vga1: apic 4 int 16 (irq 11)
drm0 at inteldrm0
Intel 82945GM Video rev 0x03 at pci0 dev 2 function 1 not configured
azalia0 at pci0 dev 27 function 0 Intel 82801GB HD Audio rev 0x02:
apic 4 int 16 (irq 11)
azalia0: codecs: Realtek ALC272
audio0 at azalia0
ppb0 at pci0 dev 28 function 0 Intel 82801GB PCIE rev 0x02: apic 4
int 16 (irq 255)
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 1 Intel 82801GB PCIE rev 0x02: apic 4
int 17 (irq 255)
pci2 at ppb1 bus 2
iwn0 at pci2 dev 0 function 0 Intel WiFi Link 5100 rev 0x00: apic 4
int 17 (irq 11), MIMO 1T2R, MoW, address 00:21:6b:94:12:fa
ppb2 at pci0 dev 28 function 2 Intel 82801GB PCIE rev 0x02: apic 4
int 18 (irq 255)
pci3 at ppb2 bus 3
re0 at pci3 dev 0 function 0 Realtek 8101E rev 0x02: RTL8102EL
(0x2480), apic 4 int 18 (irq 11), address 00:26:22:0f:36:20
rlphy0 at re0 phy 7: RTL8201L 10/100 PHY, rev. 1
ppb3 at pci0 dev 28 function 3 Intel 82801GB PCIE rev 0x02: apic 4
int 19 (irq 255)
pci4 at ppb3 bus 4
uhci0 at pci0 dev 29 function 0 Intel 82801GB USB rev 0x02: apic 4
int 16 (irq 11)
uhci1 at pci0 dev 29 function 1 Intel 82801GB USB rev 0x02: apic 4
int 17 (irq 11)
uhci2 at pci0 dev 29 function 2 Intel 82801GB USB rev 0x02: apic 4
int 18 (irq 11)
uhci3 at pci0 dev 29 function 3 Intel 82801GB USB rev 0x02: apic 4
int 19 (irq 11)
ehci0 at pci0 dev 29 function 7 Intel 82801GB USB rev 0x02: apic 4
int 16 (irq 11)
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
ppb4 at pci0 dev 30 function 0 Intel 82801BAM Hub-to-PCI rev 0xe2
pci5 at ppb4 bus 5
ichpcib0 at pci0 dev 31 function 0 Intel 82801GBM LPC rev 0x02: PM disabled
pciide0 at pci0 dev 31 function 2 Intel 82801GBM SATA rev 0x02: DMA,
channel 0 wired to compatibility, channel 1 wired to compatibility
wd0 at pciide0 channel 0 drive 0: INTEL SSDSA2M040G2GC
wd0: 

Re: udl(4) support for StarTech CONV-USB2DVI

2010-05-27 Thread Jonathan Gray
something like

cd /usr/src/sys/dev/usb
patch -p0  /path/to/patch
make

build a kernel as normal.

Index: usbdevs
===
RCS file: /cvs/src/sys/dev/usb/usbdevs,v
retrieving revision 1.498
diff -u -p -r1.498 usbdevs
--- usbdevs 20 May 2010 11:00:11 -  1.498
+++ usbdevs 27 May 2010 12:27:41 -
@@ -1328,6 +1328,7 @@ product DISPLAYLINK LCD4300U  0x01ba  LCD-
 product DISPLAYLINK LCD8000U   0x01bb  LCD-8000U
 product DISPLAYLINK LD220  0x0100  Samsung LD220
 product DISPLAYLINK VCUD60 0x0136  Rextron DVI
+product DISPLAYLINK CONV   0x0138  CONV-USB2DVI
 product DISPLAYLINK DLDVI  0x0141  DisplayLink DVI
 product DISPLAYLINK VGA10  0x015a  CMP-USBVGA10
 product DISPLAYLINK WSDVI  0x0198  WS Tech DVI
Index: udl.c
===
RCS file: /cvs/src/sys/dev/usb/udl.c,v
retrieving revision 1.56
diff -u -p -r1.56 udl.c
--- udl.c   12 Apr 2010 19:42:02 -  1.56
+++ udl.c   27 May 2010 12:27:42 -
@@ -243,7 +243,8 @@ static const struct udl_type udl_devs[] 
{ { USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_HPDOCK },   DL160 },
{ { USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_M01061 },   DL195 },
{ { USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_SWDVI },DL160 },
-   { { USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_UM7X0 },DL120 }
+   { { USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_UM7X0 },DL120 },
+   { { USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_CONV }, DL160 },
 };
 #define udl_lookup(v, p) ((struct udl_type *)usb_lookup(udl_devs, v, p))



Re: udl(4) support for StarTech CONV-USB2DVI

2010-05-27 Thread Bryan Vyhmeister
Using your patches as a starting point, I was able to get the device
recognized as udl0 and attach to wsdisplay1. Does anyone have a
working xorg.conf that uses wsudl as a second display? I have tried a
bunch of different options but keep getting errors. I want to verify
that this device can even work and then I'll submit the patches back
to the list. Thank you.

Bryan

On Thu, May 27, 2010 at 8:32 AM, Jonathan Gray j...@openbsd.org wrote:
 something like

 cd /usr/src/sys/dev/usb
 patch -p0  /path/to/patch
 make

 build a kernel as normal.

 Index: usbdevs
 ===
 RCS file: /cvs/src/sys/dev/usb/usbdevs,v
 retrieving revision 1.498
 diff -u -p -r1.498 usbdevs
 --- usbdevs 20 May 2010 11:00:11 -  1.498
 +++ usbdevs 27 May 2010 12:27:41 -
 @@ -1328,6 +1328,7 @@ product DISPLAYLINK LCD4300U  0x01ba  LCD-
  product DISPLAYLINK LCD8000U   0x01bb  LCD-8000U
  product DISPLAYLINK LD220  0x0100  Samsung LD220
  product DISPLAYLINK VCUD60 0x0136  Rextron DVI
 +product DISPLAYLINK CONV   0x0138  CONV-USB2DVI
  product DISPLAYLINK DLDVI  0x0141  DisplayLink DVI
  product DISPLAYLINK VGA10  0x015a  CMP-USBVGA10
  product DISPLAYLINK WSDVI  0x0198  WS Tech DVI
 Index: udl.c
 ===
 RCS file: /cvs/src/sys/dev/usb/udl.c,v
 retrieving revision 1.56
 diff -u -p -r1.56 udl.c
 --- udl.c   12 Apr 2010 19:42:02 -  1.56
 +++ udl.c   27 May 2010 12:27:42 -
 @@ -243,7 +243,8 @@ static const struct udl_type udl_devs[]
{ { USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_HPDOCK },   DL160
},
{ { USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_M01061 },   DL195
},
{ { USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_SWDVI },DL160
},
 -   { { USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_UM7X0 },  
 DL120 }
 +   { { USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_UM7X0 },  
 DL120 },
 +   { { USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_CONV },
DL160 },
  };
  #define udl_lookup(v, p) ((struct udl_type *)usb_lookup(udl_devs, v, p))



Re: udl(4) support for StarTech CONV-USB2DVI

2010-05-27 Thread Owain Ainsworth
On Thu, May 27, 2010 at 11:02:10AM -0400, Bryan Vyhmeister wrote:
 Using your patches as a starting point, I was able to get the device
 recognized as udl0 and attach to wsdisplay1. Does anyone have a
 working xorg.conf that uses wsudl as a second display? I have tried a
 bunch of different options but keep getting errors. I want to verify
 that this device can even work and then I'll submit the patches back
 to the list. Thank you.

Try using just udl for X at first to make sure it is working. Then play
with multi-head.

-0-
-- 
Anarchy may not be the best form of government, but it's better than no
government at all.



Re: udl(4) support for StarTech CONV-USB2DVI

2010-05-27 Thread Bryan Vyhmeister
On Thu, May 27, 2010 at 12:37 PM, Owain Ainsworth zer...@googlemail.com wrote:
 On Thu, May 27, 2010 at 11:02:10AM -0400, Bryan Vyhmeister wrote:
 Using your patches as a starting point, I was able to get the device
 recognized as udl0 and attach to wsdisplay1. Does anyone have a
 working xorg.conf that uses wsudl as a second display? I have tried a
 bunch of different options but keep getting errors. I want to verify
 that this device can even work and then I'll submit the patches back
 to the list. Thank you.

 Try using just udl for X at first to make sure it is working. Then play
 with multi-head.

That's a good idea but I couldn't get it to work either. Below are the
xorg.conf and Xorg.0.log. I believe the problem is stated here:

(EE) wsudl(0): We are not attached to the udl driver

I'm just not sure how to go about fixing this.

Bryan


Section ServerLayout
   Identifier X.org Configured
   Screen  0  Screen0 0 0
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
   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/OTF
   FontPath /usr/X11R6/lib/X11/fonts/Type1/
   FontPath /usr/X11R6/lib/X11/fonts/100dpi/
   FontPath /usr/X11R6/lib/X11/fonts/75dpi/
EndSection

Section Module
   Load  dbe
   Load  dri
   Load  dri2
   Load  extmod
   Load  glx
EndSection

Section InputDevice
   Identifier  Keyboard0
   Driver  kbd
EndSection

Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol wsmouse
   Option  Device /dev/wsmouse
   Option  ZAxisMapping 4 5 6 7
EndSection

Section Monitor
   Identifier   Monitor0
   VendorName   Monitor Vendor
   ModelNameMonitor Model
EndSection

Section Device
   Identifier  Card0
   Driver  wsudl
EndSection

Section Screen
   Identifier Screen0
   Device Card0
   MonitorMonitor0
   SubSection Display
   Viewport   0 0
   Depth 24
   EndSubSection
EndSection

(--) checkDevMem: using aperture driver /dev/xf86
(--) Using wscons driver on /dev/ttyC4 in pcvt compatibility mode (version 3.32)

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: OpenBSD 4.7 i386
Current Operating System: OpenBSD myhostname 4.7 GENERIC.MP#0 i386
Build Date: 26 May 2010  10:02:59PM

   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Thu May 27 13:58:25 2010
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout X.org Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(==) Not automatically adding devices
(==) Not automatically enabling devices
(**) FontPath set to:
   /usr/X11R6/lib/X11/fonts/misc/,
   /usr/X11R6/lib/X11/fonts/TTF/,
   /usr/X11R6/lib/X11/fonts/OTF,
   /usr/X11R6/lib/X11/fonts/Type1/,
   /usr/X11R6/lib/X11/fonts/100dpi/,
   /usr/X11R6/lib/X11/fonts/75dpi/,
   /usr/X11R6/lib/X11/fonts/misc/,
   /usr/X11R6/lib/X11/fonts/TTF/,
   /usr/X11R6/lib/X11/fonts/OTF,
   /usr/X11R6/lib/X11/fonts/Type1/,
   /usr/X11R6/lib/X11/fonts/100dpi/,
   /usr/X11R6/lib/X11/fonts/75dpi/
(**) ModulePath set to /usr/X11R6/lib/modules
(II) Loader magic: 0x7ec0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.4
   X.Org Video Driver: 5.0
   X.Org XInput driver : 4.0
   X.Org Server Extension : 2.0
(II) Loader running on openbsd
(--) PCI:*(0:0:2:0) 8086:27ae:17aa:3870 Intel 82945GME Video rev 3,
Mem @ 0x9828/524288, 0x8000/268435456, 0x9830/262144, I/O
@ 0x60c0/8
(--) PCI: (0:0:2:1) 8086:27a6:17aa:3870 Intel 82945GM Video rev 3, Mem
@ 0x9820/524288
(II) System resource ranges:
   [0] -1  0   0x000f - 0x000f (0x1) MX[B]
   [1] -1  0   0x000c - 0x000e (0x3) MX[B]
   [2] -1  0   0x - 0x0009 (0xa) MX[B]
   [3] -1  0   0x - 0x (0x1) IX[B]
   [4] -1  0   0x - 0x00ff (0x100) IX[B]
(II) extmod will be loaded. This was enabled by default and also
specified in the config file.
(II) dbe will be loaded. This was enabled by default and also
specified in the config file.
(II) glx will be loaded. This was enabled by default and also
specified in the config file.
(II) dri will be loaded. This was enabled by default and also
specified in the config file.
(II) dri2 will be