On 11.08.2012 23:33, Alexis de BRUYN wrote:
> # wsconsctl -f /dev/ttyC0 display.type
> display.type=vga-pci
> # wsconsctl -f /dev/ttyD0 display.type
> display.type=displaylink
> # wsconsctl -f /dev/ttyE0 display.type
> display.type=displaylink

I still have my previous issue, but I have another one : while the
in-board display device is actived through my xorg.conf, the udl devices
are not working too.

# cat /etc/X11/xorg.conf


Section "ServerLayout"
        Identifier      "Server Layout"
        Screen  0       "Screen0" 0 0
        Screen  1       "Screen1" LeftOf "Screen0"
        Screen  2       "Screen2" RightOf "Screen0"
        Option          "Xinerama" "On"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Card1"
EndSection

Section "Screen"
        Identifier      "Screen2"
        Device          "Card2"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "intel"
        Option  "Device" "/dev/ttyC0"
EndSection

Section "Device"
        Identifier  "Card1"
        Driver      "wsudl"
        Option  "Device" "/dev/ttyD0"
EndSection

Section "Device"
        Identifier  "Card2"
        Driver      "wsudl"
        Option  "Device" "/dev/ttyE0"
EndSection

Here is the Xorg.log file :

# cat /var/log/Xorg.0.log
[473998.075] (--) checkDevMem: using aperture driver /dev/xf86
[473998.089] (--) Using wscons driver on /dev/ttyC4 in pcvt
compatibility mode (version 3.32)
[473998.144]
X.Org X Server 1.11.4
Release Date: 2012-01-27
[473998.144] X Protocol Version 11, Revision 0
[473998.144] Build Operating System: OpenBSD 5.1 amd64
[473998.144] Current Operating System: OpenBSD test.lan.mrs.de-bruyn.fr
5.1 GENERIC#0 amd64
[473998.144] Build Date: 11 February 2012  09:52:29PM
[473998.144]
[473998.144] Current version of pixman: 0.22.2
[473998.144]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[473998.144] Markers: (--) probed, (**) from config file, (==) default
setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[473998.144] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 12
21:12:41 2012
[473998.197] (==) Using config file: "/etc/X11/xorg.conf"
[473998.197] (==) Using system config directory
"/usr/X11R6/share/X11/xorg.conf.d"
[473998.239] (==) ServerLayout "Server Layout"
[473998.239] (**) |-->Screen "Screen0" (0)
[473998.239] (**) |   |-->Monitor "<default monitor>"
[473998.272] (**) |   |-->Device "Card0"
[473998.272] (==) No monitor specified for screen "Screen0".
        Using a default monitor configuration.
[473998.272] (**) |-->Screen "Screen1" (1)
[473998.272] (**) |   |-->Monitor "<default monitor>"
[473998.272] (**) |   |-->Device "Card1"
[473998.272] (==) No monitor specified for screen "Screen1".
        Using a default monitor configuration.
[473998.272] (**) |-->Screen "Screen2" (2)
[473998.272] (**) |   |-->Monitor "<default monitor>"
[473998.273] (**) |   |-->Device "Card2"
[473998.273] (==) No monitor specified for screen "Screen2".
        Using a default monitor configuration.
[473998.273] (**) Option "Xinerama" "On"
[473998.273] (==) Disabling SIGIO handlers for input devices
[473998.273] (==) Automatically adding devices
[473998.273] (==) Automatically enabling devices
[473998.280] (**) Xinerama: enabled
[473998.395] (==) 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/
[473998.395] (==) ModulePath set to "/usr/X11R6/lib/modules"
[473998.395] (II) The server relies on wscons to provide the list of
input devices.
        If no devices become available, reconfigure wscons or disable
AutoAddDevices.
[473998.405] (II) Loader magic: 0x79e220
[473998.405] (II) Module ABI versions:
[473998.405]    X.Org ANSI C Emulation: 0.4
[473998.405]    X.Org Video Driver: 11.0
[473998.405]    X.Org XInput driver : 13.0
[473998.406]    X.Org Server Extension : 6.0
[473998.409] (--) PCI:*(0:0:2:0) 8086:0116:106b:00e7 rev 9, Mem @
0xa0000000/4194304, 0x90000000/268435456, I/O @ 0x00002000/64
[473998.409] (II) LoadModule: "extmod"
[473998.431] (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
[473998.439] (II) Module extmod: vendor="X.Org Foundation"
[473998.439]    compiled for 1.11.4, module version = 1.0.0
[473998.439]    Module class: X.Org Server Extension
[473998.439]    ABI class: X.Org Server Extension, version 6.0
[473998.439] (II) Loading extension MIT-SCREEN-SAVER
[473998.439] (II) Loading extension XFree86-VidModeExtension
[473998.439] (II) Loading extension XFree86-DGA
[473998.439] (II) Loading extension DPMS
[473998.439] (II) Loading extension XVideo
[473998.439] (II) Loading extension XVideo-MotionCompensation
[473998.439] (II) Loading extension X-Resource
[473998.439] (II) LoadModule: "dbe"
[473998.440] (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
[473998.444] (II) Module dbe: vendor="X.Org Foundation"
[473998.444]    compiled for 1.11.4, module version = 1.0.0
[473998.444]    Module class: X.Org Server Extension
[473998.444]    ABI class: X.Org Server Extension, version 6.0
[473998.444] (II) Loading extension DOUBLE-BUFFER
[473998.444] (II) LoadModule: "glx"
[473998.444] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[473998.450] (II) Module glx: vendor="X.Org Foundation"
[473998.450]    compiled for 1.11.4, module version = 1.0.0
[473998.451]    ABI class: X.Org Server Extension, version 6.0
[473998.451] (==) AIGLX enabled
[473998.451] (II) Loading extension GLX
[473998.451] (II) LoadModule: "record"
[473998.452] (II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
[473998.452] (II) Module record: vendor="X.Org Foundation"
[473998.452]    compiled for 1.11.4, module version = 1.13.0
[473998.452]    Module class: X.Org Server Extension
[473998.452]    ABI class: X.Org Server Extension, version 6.0
[473998.452] (II) Loading extension RECORD
[473998.452] (II) LoadModule: "dri"
[473998.453] (II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
[473998.462] (II) Module dri: vendor="X.Org Foundation"
[473998.462]    compiled for 1.11.4, module version = 1.0.0
[473998.462]    ABI class: X.Org Server Extension, version 6.0
[473998.462] (II) Loading extension XFree86-DRI
[473998.462] (II) LoadModule: "dri2"
[473998.462] (II) Loading /usr/X11R6/lib/modules/extensions/libdri2.so
[473998.463] (II) Module dri2: vendor="X.Org Foundation"
[473998.463]    compiled for 1.11.4, module version = 1.2.0
[473998.463]    ABI class: X.Org Server Extension, version 6.0
[473998.463] (II) Loading extension DRI2
[473998.463] (II) LoadModule: "intel"
[473998.463] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[473998.477] (II) Module intel: vendor="X.Org Foundation"
[473998.477]    compiled for 1.11.4, module version = 2.12.0
[473998.477]    Module class: X.Org Video Driver
[473998.477]    ABI class: X.Org Video Driver, version 11.0
[473998.477] (II) LoadModule: "wsudl"
[473998.478] (II) Loading /usr/X11R6/lib/modules/drivers/wsudl_drv.so
[473998.485] (II) Module wsudl: vendor="X.Org Foundation"
[473998.485]    compiled for 1.11.4, module version = 0.2.1
[473998.485]    ABI class: X.Org Video Driver, version 11.0
[473998.485] (II) intel: Driver for Intel Integrated Graphics Chipsets:
i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
        Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
        Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
        Sandybridge Server
[473998.485] (II) wsudl: driver for: DisplayLink
[473998.485] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[473998.485] (WW) Falling back to old probe method for wsudl
[473998.486] (II) Loading sub module "vgahw"
[473998.486] (II) LoadModule: "vgahw"
[473998.494] (II) Loading /usr/X11R6/lib/modules/libvgahw.so
[473998.504] (II) Module vgahw: vendor="X.Org Foundation"
[473998.504]    compiled for 1.11.4, module version = 0.1.0
[473998.504]    ABI class: X.Org Video Driver, version 11.0
[473998.504] (II) Loading sub module "ramdac"
[473998.504] (II) LoadModule: "ramdac"
[473998.504] (II) Module "ramdac" already built-in
[473998.504] drmOpenDevice: node name is /dev/drm0
[473998.504] drmOpenDevice: open result is 12, (OK)
[473998.504] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[473998.504] drmOpenDevice: node name is /dev/drm0
[473998.504] drmOpenDevice: open result is 12, (OK)
[473998.504] drmOpenByBusid: drmOpenMinor returns 12
[473998.504] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[473998.505] (II) intel(0): Creating default Display subsection in
Screen section
        "Screen0" for depth/fbbpp 24/32
[473998.505] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[473998.505] (==) intel(0): RGB weight 888
[473998.505] (==) intel(0): Default visual is TrueColor
[473998.505] (II) intel(0): Integrated Graphics Chipset: Intel(R)
Sandybridge Mobile (GT2)
[473998.505] (--) intel(0): Chipset: "Sandybridge Mobile (GT2)"
[473998.505] (--) intel(0): Linear framebuffer at 0x90000000
[473998.505] (--) intel(0): IO registers at addr 0xA0000000 size 4194304
[473998.505] (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
[473998.505] (II) intel(0): No SDVO device is found in VBT
[473998.525] (II) intel(0): 2 display pipes available.
[473998.525] (II) Loading sub module "ddc"
[473998.525] (II) LoadModule: "ddc"
[473998.525] (II) Module "ddc" already built-in
[473998.525] (II) Loading sub module "i2c"
[473998.525] (II) LoadModule: "i2c"
[473998.525] (II) Module "i2c" already built-in
[473998.535] (II) intel(0): Output VGA has no monitor section
[473998.535] (II) intel(0): Output HDMI-3 has no monitor section
[473998.543] (II) intel(0): I2C bus "HDMIB" initialized.
[473998.543] (II) intel(0): HDMI-3 output detected
[473998.543] (II) intel(0): Output HDMI-4 has no monitor section
[473998.543] (II) intel(0): I2C bus "HDMIC" initialized.
[473998.543] (II) intel(0): HDMI-4 output detected
[473998.543] (II) intel(0): Output HDMI-5 has no monitor section
[473998.543] (II) intel(0): I2C bus "HDMID" initialized.
[473998.543] (II) intel(0): HDMI-5 output detected
[473998.582] (II) intel(0): EDID for output VGA
[473998.585] (II) intel(0): I2C device "HDMIB:ddc2" registered at
address 0xA0.
[473998.588] (II) intel(0): EDID for output HDMI-3
[473998.588] (II) intel(0): EDID for output HDMI-3
[473998.588] (II) intel(0): I2C device "HDMIC:ddc2" registered at
address 0xA0.
[473998.592] (II) intel(0): EDID for output HDMI-4
[473998.592] (II) intel(0): EDID for output HDMI-4
[473998.592] (II) intel(0): I2C device "HDMID:ddc2" registered at
address 0xA0.
[473998.592] (II) intel(0): I2C device "HDMID:E-EDID segment register"
registered at address 0x60.
[473998.699] (II) intel(0): EDID for output HDMI-5
[473998.699] (II) intel(0): Manufacturer: IVM  Model: 6605  Serial#:
16843009
[473998.699] (II) intel(0): Year: 2012  Week: 10
[473998.699] (II) intel(0): EDID Version: 1.3
[473998.699] (II) intel(0): Digital Display Input
[473998.699] (II) intel(0): DFP 1.x compatible TMDS
[473998.699] (II) intel(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[473998.699] (II) intel(0): Gamma: 2.20
[473998.699] (II) intel(0): DPMS capabilities: Off
[473998.699] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb
4:4:4
[473998.699] (II) intel(0): First detailed timing is preferred mode
[473998.699] (II) intel(0): redX: 0.639 redY: 0.339   greenX: 0.309
greenY: 0.619
[473998.699] (II) intel(0): blueX: 0.156 blueY: 0.059   whiteX: 0.313
whiteY: 0.329
[473998.699] (II) intel(0): Supported established timings:
[473998.699] (II) intel(0): 720x400@70Hz
[473998.699] (II) intel(0): 640x480@60Hz
[473998.699] (II) intel(0): 640x480@67Hz
[473998.699] (II) intel(0): 640x480@72Hz
[473998.699] (II) intel(0): 640x480@75Hz
[473998.699] (II) intel(0): 800x600@56Hz
[473998.699] (II) intel(0): 800x600@60Hz
[473998.699] (II) intel(0): 800x600@72Hz
[473998.699] (II) intel(0): 800x600@75Hz
[473998.699] (II) intel(0): 832x624@75Hz
[473998.699] (II) intel(0): 1024x768@60Hz
[473998.699] (II) intel(0): 1024x768@70Hz
[473998.699] (II) intel(0): 1024x768@75Hz
[473998.699] (II) intel(0): 1280x1024@75Hz
[473998.699] (II) intel(0): 1152x864@75Hz
[473998.699] (II) intel(0): Manufacturer's mask: 0
[473998.699] (II) intel(0): Supported standard timings:
[473998.699] (II) intel(0): #0: hsize: 1680  vsize 1050  refresh: 60
vid: 179
[473998.699] (II) intel(0): #1: hsize: 1600  vsize 1200  refresh: 60
vid: 16553
[473998.699] (II) intel(0): #2: hsize: 1440  vsize 900  refresh: 60
vid: 149
[473998.699] (II) intel(0): #3: hsize: 1280  vsize 1024  refresh: 60
vid: 32897
[473998.699] (II) intel(0): #4: hsize: 1440  vsize 900  refresh: 75
vid: 3989
[473998.699] (II) intel(0): #5: hsize: 1152  vsize 864  refresh: 75
vid: 20337
[473998.699] (II) intel(0): Supported detailed timing:
[473998.699] (II) intel(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[473998.699] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end
2052 h_blank_end 2200 h_border: 0
[473998.700] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end
1089 v_blanking: 1125 v_border: 0
[473998.700] (II) intel(0): Serial No: 1112221001092
[473998.700] (II) intel(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H
max: 81 kHz, PixClock max 175 MHz
[473998.700] (II) intel(0): Monitor name: PL2776HD
[473998.700] (II) intel(0): Supported detailed timing:
[473998.700] (II) intel(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[473998.700] (II) intel(0): h_active: 1920  h_sync: 2448  h_sync_end
2492 h_blank_end 2640 h_border: 0
[473998.700] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end
1089 v_blanking: 1125 v_border: 0
[473998.700] (II) intel(0): Supported detailed timing:
[473998.700] (II) intel(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[473998.700] (II) intel(0): h_active: 1920  h_sync: 1936  h_sync_end
1980 h_blank_end 2640 h_border: 0
[473998.700] (II) intel(0): v_active: 540  v_sync: 542  v_sync_end 547
v_blanking: 562 v_border: 0
[473998.700] (II) intel(0): Supported detailed timing:
[473998.700] (II) intel(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[473998.700] (II) intel(0): h_active: 1280  h_sync: 1720  h_sync_end
1760 h_blank_end 1980 h_border: 0
[473998.700] (II) intel(0): v_active: 720  v_sync: 725  v_sync_end 730
v_blanking: 750 v_border: 0
[473998.700] (II) intel(0): Supported detailed timing:
[473998.700] (II) intel(0): clock: 27.0 MHz   Image Size:  598 x 336 mm
[473998.700] (II) intel(0): h_active: 720  h_sync: 732  h_sync_end 796
h_blank_end 864 h_border: 0
[473998.700] (II) intel(0): v_active: 576  v_sync: 581  v_sync_end 586
v_blanking: 625 v_border: 0
[473998.700] (II) intel(0): Supported detailed timing:
[473998.700] (II) intel(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[473998.700] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end
2052 h_blank_end 2200 h_border: 0
[473998.700] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end
1089 v_blanking: 1125 v_border: 0
[473998.700] (II) intel(0): Number of EDID sections to follow: 1
[473998.700] (II) intel(0): EDID (in hex):
[473998.700] (II) intel(0):     00ffffffffffff0026cd056601010101
[473998.700] (II) intel(0):     0a160103813c22782ab205a3564f9e28
[473998.700] (II) intel(0):     0f5054bfef80b300a94095008180950f
[473998.700] (II) intel(0):     714f01010101023a801871382d40582c
[473998.700] (II) intel(0):     450056502100001e000000ff00313131
[473998.700] (II) intel(0):     32323231303031303932000000fd0037
[473998.700] (II) intel(0):     4c1e5111000a202020202020000000fc
[473998.700] (II) intel(0):     00504c3237373648440a202020200153
[473998.700] (II) intel(0):     020322f14f1f14131211161590050403
[473998.700] (II) intel(0):     02070601230907018301000065030c00
[473998.700] (II) intel(0):     1000023a80d072382d40102c45805650
[473998.700] (II) intel(0):     2100001e011d80d0721c1620102c2500
[473998.700] (II) intel(0):     56502100009e011d00bc52d01e20b828
[473998.700] (II) intel(0):     554056502100001e8c0ad09020403120
[473998.700] (II) intel(0):     0c405500565021000018023a80187138
[473998.700] (II) intel(0):     2d40582c450056502100001e00000049
[473998.700] (II) intel(0): EDID vendor "IVM", prod id 26117
[473998.816] (II) intel(0): EDID for output HDMI-5
[473998.816] (II) intel(0): Manufacturer: IVM  Model: 6605  Serial#:
16843009
[473998.816] (II) intel(0): Year: 2012  Week: 10
[473998.816] (II) intel(0): EDID Version: 1.3
[473998.816] (II) intel(0): Digital Display Input
[473998.816] (II) intel(0): DFP 1.x compatible TMDS
[473998.816] (II) intel(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[473998.816] (II) intel(0): Gamma: 2.20
[473998.816] (II) intel(0): DPMS capabilities: Off
[473998.816] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb
4:4:4
[473998.816] (II) intel(0): First detailed timing is preferred mode
[473998.816] (II) intel(0): redX: 0.639 redY: 0.339   greenX: 0.309
greenY: 0.619
[473998.816] (II) intel(0): blueX: 0.156 blueY: 0.059   whiteX: 0.313
whiteY: 0.329
[473998.816] (II) intel(0): Supported established timings:
[473998.816] (II) intel(0): 720x400@70Hz
[473998.816] (II) intel(0): 640x480@60Hz
[473998.816] (II) intel(0): 640x480@67Hz
[473998.816] (II) intel(0): 640x480@72Hz
[473998.816] (II) intel(0): 640x480@75Hz
[473998.816] (II) intel(0): 800x600@56Hz
[473998.816] (II) intel(0): 800x600@60Hz
[473998.816] (II) intel(0): 800x600@72Hz
[473998.816] (II) intel(0): 800x600@75Hz
[473998.816] (II) intel(0): 832x624@75Hz
[473998.816] (II) intel(0): 1024x768@60Hz
[473998.816] (II) intel(0): 1024x768@70Hz
[473998.816] (II) intel(0): 1024x768@75Hz
[473998.816] (II) intel(0): 1280x1024@75Hz
[473998.816] (II) intel(0): 1152x864@75Hz
[473998.816] (II) intel(0): Manufacturer's mask: 0
[473998.816] (II) intel(0): Supported standard timings:
[473998.816] (II) intel(0): #0: hsize: 1680  vsize 1050  refresh: 60
vid: 179
[473998.816] (II) intel(0): #1: hsize: 1600  vsize 1200  refresh: 60
vid: 16553
[473998.816] (II) intel(0): #2: hsize: 1440  vsize 900  refresh: 60
vid: 149
[473998.816] (II) intel(0): #3: hsize: 1280  vsize 1024  refresh: 60
vid: 32897
[473998.816] (II) intel(0): #4: hsize: 1440  vsize 900  refresh: 75
vid: 3989
[473998.816] (II) intel(0): #5: hsize: 1152  vsize 864  refresh: 75
vid: 20337
[473998.816] (II) intel(0): Supported detailed timing:
[473998.816] (II) intel(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[473998.816] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end
2052 h_blank_end 2200 h_border: 0
[473998.816] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end
1089 v_blanking: 1125 v_border: 0
[473998.816] (II) intel(0): Serial No: 1112221001092
[473998.816] (II) intel(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H
max: 81 kHz, PixClock max 175 MHz
[473998.816] (II) intel(0): Monitor name: PL2776HD
[473998.816] (II) intel(0): Supported detailed timing:
[473998.816] (II) intel(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[473998.816] (II) intel(0): h_active: 1920  h_sync: 2448  h_sync_end
2492 h_blank_end 2640 h_border: 0
[473998.816] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end
1089 v_blanking: 1125 v_border: 0
[473998.816] (II) intel(0): Supported detailed timing:
[473998.816] (II) intel(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[473998.816] (II) intel(0): h_active: 1920  h_sync: 1936  h_sync_end
1980 h_blank_end 2640 h_border: 0
[473998.816] (II) intel(0): v_active: 540  v_sync: 542  v_sync_end 547
v_blanking: 562 v_border: 0
[473998.816] (II) intel(0): Supported detailed timing:
[473998.816] (II) intel(0): clock: 74.2 MHz   Image Size:  598 x 336 mm
[473998.816] (II) intel(0): h_active: 1280  h_sync: 1720  h_sync_end
1760 h_blank_end 1980 h_border: 0
[473998.816] (II) intel(0): v_active: 720  v_sync: 725  v_sync_end 730
v_blanking: 750 v_border: 0
[473998.816] (II) intel(0): Supported detailed timing:
[473998.816] (II) intel(0): clock: 27.0 MHz   Image Size:  598 x 336 mm
[473998.816] (II) intel(0): h_active: 720  h_sync: 732  h_sync_end 796
h_blank_end 864 h_border: 0
[473998.816] (II) intel(0): v_active: 576  v_sync: 581  v_sync_end 586
v_blanking: 625 v_border: 0
[473998.816] (II) intel(0): Supported detailed timing:
[473998.816] (II) intel(0): clock: 148.5 MHz   Image Size:  598 x 336 mm
[473998.816] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end
2052 h_blank_end 2200 h_border: 0
[473998.816] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end
1089 v_blanking: 1125 v_border: 0
[473998.816] (II) intel(0): Number of EDID sections to follow: 1
[473998.816] (II) intel(0): EDID (in hex):
[473998.816] (II) intel(0):     00ffffffffffff0026cd056601010101
[473998.816] (II) intel(0):     0a160103813c22782ab205a3564f9e28
[473998.816] (II) intel(0):     0f5054bfef80b300a94095008180950f
[473998.816] (II) intel(0):     714f01010101023a801871382d40582c
[473998.816] (II) intel(0):     450056502100001e000000ff00313131
[473998.816] (II) intel(0):     32323231303031303932000000fd0037
[473998.816] (II) intel(0):     4c1e5111000a202020202020000000fc
[473998.816] (II) intel(0):     00504c3237373648440a202020200153
[473998.816] (II) intel(0):     020322f14f1f14131211161590050403
[473998.816] (II) intel(0):     02070601230907018301000065030c00
[473998.816] (II) intel(0):     1000023a80d072382d40102c45805650
[473998.816] (II) intel(0):     2100001e011d80d0721c1620102c2500
[473998.816] (II) intel(0):     56502100009e011d00bc52d01e20b828
[473998.816] (II) intel(0):     554056502100001e8c0ad09020403120
[473998.816] (II) intel(0):     0c405500565021000018023a80187138
[473998.816] (II) intel(0):     2d40582c450056502100001e00000049
[473998.816] (II) intel(0): EDID vendor "IVM", prod id 26117
[473998.816] (II) intel(0): Not using mode "1920x1080i" (interlace mode
not supported)
[473998.816] (II) intel(0): Not using mode "1440x576i" (interlace mode
not supported)
[473998.816] (II) intel(0): Not using mode "1920x1080i" (interlace mode
not supported)
[473998.816] (II) intel(0): Not using mode "1440x480i" (interlace mode
not supported)
[473998.816] (II) intel(0): Not using mode "1920x1080i" (interlace mode
not supported)
[473998.816] (II) intel(0): Printing probed modes for output HDMI-5
[473998.816] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008
2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[473998.816] (II) intel(0): Modeline "1920x1080"x50.0  148.50  1920 2448
2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
[473998.816] (II) intel(0): Modeline "1920x1080"x24.0   74.25  1920 2558
2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
[473998.816] (II) intel(0): Modeline "1600x1200"x60.0  162.00  1600 1664
1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[473998.816] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728
1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[473998.816] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296
1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[473998.816] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328
1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[473998.816] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536
1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz)
[473998.816] (II) intel(0): Modeline "1440x900"x59.9   88.75  1440 1488
1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz)
[473998.816] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[473998.817] (II) intel(0): Modeline "1280x720"x50.0   74.25  1280 1720
1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[473998.817] (II) intel(0): Modeline "1280x720"x60.0   74.25  1280 1390
1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[473998.817] (II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[473998.817] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048
1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[473998.817] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[473998.817] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928
1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[473998.817] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976
1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[473998.817] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896
1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[473998.817] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968
1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[473998.817] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896
1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[473998.817] (II) intel(0): Modeline "720x576"x50.0   27.00  720 732 796
864  576 581 586 625 -hsync -vsync (31.2 kHz)
[473998.817] (II) intel(0): Modeline "1440x288"x50.1   27.00  1440 1464
1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
[473998.817] (II) intel(0): Modeline "720x480"x59.9   27.00  720 736 798
858  480 489 495 525 -hsync -vsync (31.5 kHz)
[473998.817] (II) intel(0): Modeline "1440x240"x60.1   27.00  1440 1478
1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
[473998.817] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720
840  480 481 484 500 -hsync -vsync (37.5 kHz)
[473998.817] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704
832  480 489 492 520 -hsync -vsync (37.9 kHz)
[473998.817] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768
864  480 483 486 525 -hsync -vsync (35.0 kHz)
[473998.817] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752
800  480 490 492 525 -hsync -vsync (31.5 kHz)
[473998.817] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846
900  400 412 414 449 -hsync +vsync (31.5 kHz)
[473998.817] (II) intel(0): Output VGA disconnected
[473998.817] (II) intel(0): Output HDMI-3 disconnected
[473998.817] (II) intel(0): Output HDMI-4 disconnected
[473998.817] (II) intel(0): Output HDMI-5 connected
[473998.817] (II) intel(0): Using exact sizes for initial modes
[473998.817] (II) intel(0): Output HDMI-5 using initial mode 1920x1080
[473998.817] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0)
unless otherwise stated.
[473998.817] (II) intel(0): detected 512 kB GTT.
[473998.817] (II) intel(0): detected 65532 kB stolen memory.
[473998.817] (==) intel(0): video overlay key set to 0x101fe
[473998.817] (==) intel(0): DPI set to (96, 96)
[473998.817] (II) Loading sub module "fb"
[473998.817] (II) LoadModule: "fb"
[473998.818] (II) Loading /usr/X11R6/lib/modules/libfb.so
[473998.826] (II) Module fb: vendor="X.Org Foundation"
[473998.826]    compiled for 1.11.4, module version = 1.0.0
[473998.826]    ABI class: X.Org ANSI C Emulation, version 0.4
[473998.826] (II) UnloadModule: "wsudl"
[473998.826] (II) Unloading wsudl
[473998.826] (==) Depth 24 pixmap format is 32 bpp
[473998.826] (II) intel(0): Kernel reported 1006592 total, 0 used
[473998.826] (II) intel(0): I830CheckAvailableMemory: 4026368 kB available
[473998.831] (WW) intel(0): DRI disabled on Sandy Bridge chipsets
[473998.831] (**) intel(0): Shadow buffer enabled, 2D GPU acceleration
disabled.
[473998.831] (**) intel(0): Framebuffer tiled
[473998.831] (**) intel(0): Pixmaps tiled
[473998.831] (**) intel(0): 3D buffers tiled
[473998.831] (**) intel(0): SwapBuffers wait enabled
[473998.835] (==) intel(0): VideoRam: 262144 KB
[473998.845] (II) intel(0): Allocated new frame buffer 1920x1080 stride
7680, tiled
[473998.859] (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03b0,
hwp->PIOOffset is 0x0000
[473998.859] (==) intel(0): Write-combining range (0xa0000,0x10000) was
already clear
[473998.860] (II) UXA(0): Driver registered support for the following
operations:
[473998.860] (II)         solid
[473998.860] (II)         copy
[473998.860] (II)         composite (RENDER acceleration)
[473998.860] (II)         put_image
[473998.860] (II)         get_image
[473998.860] (==) intel(0): Backing store disabled
[473998.860] (==) intel(0): Silken mouse disabled
[473998.873] (II) intel(0): Initializing HW Cursor
[473998.912] Plane disable
[473998.952] Pipe disable
[473998.992] PFIT disable
[473998.992] FDI TX disable
[473998.992] FDI RX disable
[473999.012] FDI TX train 1 preload
[473999.012] FDI RX train 1 preload
[473999.032] Transcoder disable
[473999.072] PCH DPLL disable
[473999.072] FDI RX PLL PCD disable
[473999.072] FDI TX PLL disable 00182040
[473999.092] FDI RX PLL disable 001c0000
[473999.112] DPMS off done
[473999.132] Plane disable
[473999.132] Pipe disable
[473999.152] PFIT disable
[473999.152] FDI TX disable
[473999.152] FDI RX disable
[473999.172] FDI TX train 1 preload
[473999.172] FDI RX train 1 preload
[473999.192] Transcoder disable
[473999.212] PCH DPLL disable
[473999.212] FDI RX PLL PCD disable
[473999.212] FDI TX PLL disable 00082040
[473999.232] FDI RX PLL disable 0e0c0000
[473999.252] DPMS off done
[473999.330] (II) intel(0): Fixed memory allocation layout:
[473999.330] (II) intel(0): 0x03fff000:            end of stolen memory
[473999.330] (II) intel(0): 0x03fff000-0x0fffffff: DRI memory manager
(196612 kB)
[473999.330] (II) intel(0): 0x10000000:            end of aperture
[473999.330] (II) intel(0): BO memory allocation layout:
[473999.330] (II) intel(0): 0x03fff000:            start of memory manager
[473999.330] (II) intel(0): 0x04852000-0x0485bfff: HW cursors (40 kB)
[473999.330] (II) intel(0): 0x10000000:            end of memory manager
[473999.336] Plane disable
[473999.336] Pipe disable
[473999.352] PFIT disable
[473999.352] FDI TX disable
[473999.352] FDI RX disable
[473999.372] FDI TX train 1 preload
[473999.372] FDI RX train 1 preload
[473999.392] Transcoder disable
[473999.412] PCH DPLL disable
[473999.412] FDI RX PLL PCD disable
[473999.412] FDI TX PLL disable 00182040
[473999.432] FDI RX PLL disable 001c0000
[473999.452] DPMS off done
[473999.472] Plane disable
[473999.472] Pipe disable
[473999.492] PFIT disable
[473999.492] FDI TX disable
[473999.492] FDI RX disable
[473999.512] FDI TX train 1 preload
[473999.512] FDI RX train 1 preload
[473999.532] Transcoder disable
[473999.552] PCH DPLL disable
[473999.552] FDI RX PLL PCD disable
[473999.552] FDI TX PLL disable 00082040
[473999.572] FDI RX PLL disable 0e0c0000
[473999.592] DPMS off done
[473999.612] Plane disable
[473999.612] Pipe disable
[473999.632] PFIT disable
[473999.632] FDI TX disable
[473999.632] FDI RX disable
[473999.652] FDI TX train 1 preload
[473999.652] FDI RX train 1 preload
[473999.672] Transcoder disable
[473999.692] PCH DPLL disable
[473999.692] FDI RX PLL PCD disable
[473999.692] FDI TX PLL disable 00182040
[473999.712] FDI RX PLL disable 001c0000
[473999.732] DPMS off done
[473999.752] bpp 8
[473999.912] PCH FDI RX PLL enable
[473999.952] PCH FDI TX PLL enable 00182050
[473999.992] Pipe enable
[474000.012] Plane enable
[474000.072] FDI_RX_IIR 0x700
[474000.072] FDI train 1 done.
[474000.092] FDI_RX_IIR 0x600
[474000.092] FDI train 2 done.
[474000.092] FDI train done
[474000.112] FDI TX link normal
[474000.132] transcoder enable
[474000.132] LUT load
[474000.132] DPMS on done
[474000.132] Plane disable
[474000.132] Pipe disable
[474000.152] PFIT disable
[474000.152] FDI TX disable
[474000.152] FDI RX disable
[474000.172] FDI TX train 1 preload
[474000.172] FDI RX train 1 preload
[474000.192] Transcoder disable
[474000.212] PCH DPLL disable
[474000.212] FDI RX PLL PCD disable
[474000.212] FDI TX PLL disable 00082040
[474000.232] FDI RX PLL disable 0e0c0000
[474000.252] DPMS off done
[474000.272] (II) intel(0): Output configuration:
[474000.272] (II) intel(0):   Pipe A is on
[474000.272] (II) intel(0):   Display plane A is now enabled and
connected to pipe A.
[474000.272] (II) intel(0):   Pipe B is off
[474000.272] (II) intel(0):   Display plane B is now disabled and
connected to pipe B.
[474000.272] (II) intel(0):   Output VGA is connected to pipe none
[474000.272] (II) intel(0):   Output HDMI-3 is connected to pipe none
[474000.272] (II) intel(0):   Output HDMI-4 is connected to pipe none
[474000.272] (II) intel(0):   Output HDMI-5 is connected to pipe A
[474000.272] (II) intel(0): RandR 1.2 enabled, ignore the following
RandR disabled message.
[474000.306] (==) intel(0): DPMS enabled
[474000.306] (==) intel(0): Intel XvMC decoder enabled
[474000.309] (WW) intel(0): Disabling Xv because no adaptors could be
initialized.
[474000.309] (II) intel(0): direct rendering: Failed
[474000.309] (WW) intel(0): Option "Device" is not used
[474000.311] (--) RandR disabled
[474000.311] (II) Initializing built-in extension Generic Event Extension
[474000.311] (II) Initializing built-in extension SHAPE
[474000.312] (II) Initializing built-in extension MIT-SHM
[474000.312] (II) Initializing built-in extension XInputExtension
[474000.312] (II) Initializing built-in extension XTEST
[474000.312] (II) Initializing built-in extension BIG-REQUESTS
[474000.312] (II) Initializing built-in extension SYNC
[474000.312] (II) Initializing built-in extension XKEYBOARD
[474000.312] (II) Initializing built-in extension XC-MISC
[474000.312] (II) Initializing built-in extension SECURITY
[474000.312] (II) Initializing built-in extension XINERAMA
[474000.312] (II) Initializing built-in extension XFIXES
[474000.312] (II) Initializing built-in extension RENDER
[474000.312] (II) Initializing built-in extension RANDR
[474000.312] (II) Initializing built-in extension COMPOSITE
[474000.312] (II) Initializing built-in extension DAMAGE
[474000.335] (II) AIGLX: Screen 0 is not DRI2 capable
[474000.335] (II) AIGLX: Screen 0 is not DRI capable
[474000.425] (II) AIGLX: Loaded and initialized swrast
[474000.425] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[474000.440] (II) intel(0): Setting screen physical size to 508 x 285
[474000.839] (II) config/wscons: checking input device /dev/wskbd
[474000.839] (II) wskbd: using layout fr
[474000.839] (II) LoadModule: "kbd"
[474000.840] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[474000.860] (II) Module kbd: vendor="X.Org Foundation"
[474000.860]    compiled for 1.11.4, module version = 1.6.1
[474000.860]    Module class: X.Org XInput Driver
[474000.860]    ABI class: X.Org XInput driver, version 13.0
[474000.860] (II) Using input driver 'kbd' for '/dev/wskbd'
[474000.860] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[474000.860] (**) /dev/wskbd: always reports core events
[474000.860] (**) /dev/wskbd: always reports core events
[474000.860] (**) Option "Protocol" "standard"
[474000.860] (**) Option "XkbRules" "base"
[474000.860] (**) Option "XkbModel" "pc105"
[474000.860] (**) Option "XkbLayout" "fr"
[474000.860] (II) XINPUT: Adding extended input device "/dev/wskbd"
(type: KEYBOARD, id 6)
[474000.895] (II) config/wscons: checking input device /dev/wsmouse
[474000.895] (II) LoadModule: "ws"
[474000.896] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[474000.896] (II) Module ws: vendor="X.Org Foundation"
[474000.896]    compiled for 1.11.4, module version = 1.3.0
[474000.896]    Module class: X.Org XInput Driver
[474000.896]    ABI class: X.Org XInput driver, version 13.0
[474000.896] (II) Using input driver 'ws' for '/dev/wsmouse'
[474000.896] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[474000.896] (**) /dev/wsmouse: always reports core events
[474000.896] (II) ws: /dev/wsmouse: debuglevel 0
[474000.896] (**) Option "Device" "/dev/wsmouse"
[474000.896] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[474000.896] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[474000.896] (**) ws: /dev/wsmouse: associated screen: 0
[474000.896] (II) ws: /dev/wsmouse: minimum x position: 0
[474000.896] (II) ws: /dev/wsmouse: maximum x position: 1919
[474000.896] (II) ws: /dev/wsmouse: minimum y position: 0
[474000.896] (II) ws: /dev/wsmouse: maximum y position: 1079
[474000.896] (==) ws: /dev/wsmouse: Buttons: 7
[474000.897] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[474000.897] (II) XINPUT: Adding extended input device "/dev/wsmouse"
(type: MOUSE, id 7)
[474000.897] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[474000.897] (**) /dev/wsmouse: (accel) acceleration profile 0
[474000.897] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[474000.897] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[474000.898] PCH FDI RX PLL enable
[474000.932] PCH FDI TX PLL enable 80182350
[474000.972] Pipe enable
[474000.972] Plane enable
[474001.012] FDI_RX_IIR 0x100
[474001.012] FDI train 1 done.
[474001.032] FDI_RX_IIR 0x200
[474001.032] FDI train 2 done.
[474001.032] FDI train done
[474001.052] FDI TX link normal
[474001.072] transcoder enable
[474001.072] LUT load
[474001.072] DPMS on done
[474602.000] PCH FDI RX PLL enable
[474602.040] PCH FDI TX PLL enable 80182350
[474602.080] Pipe enable
[474602.080] Plane enable
[474602.120] FDI_RX_IIR 0x100
[474602.120] FDI train 1 done.
[474602.140] FDI_RX_IIR 0x200
[474602.140] FDI train 2 done.
[474602.140] FDI train done
[474602.160] FDI TX link normal
[474602.180] transcoder enable
[474602.180] LUT load
[474602.180] DPMS on done
[474602.180] Plane disable
[474602.180] Pipe disable
[474602.220] PFIT disable
[474602.220] FDI TX disable
[474602.220] FDI RX disable
[474602.240] FDI TX train 1 preload
[474602.240] FDI RX train 1 preload
[474602.260] Transcoder disable
[474602.300] PCH DPLL disable
[474602.300] FDI RX PLL PCD disable
[474602.300] FDI TX PLL disable 00182040
[474602.320] FDI RX PLL disable 001c0000
[474602.340] DPMS off done
[474602.360] Plane disable
[474602.360] Pipe disable
[474602.380] PFIT disable
[474602.380] FDI TX disable
[474602.380] FDI RX disable
[474602.400] FDI TX train 1 preload
[474602.400] FDI RX train 1 preload
[474602.420] Transcoder disable
[474602.440] PCH DPLL disable
[474602.440] FDI RX PLL PCD disable
[474602.440] FDI TX PLL disable 00182040
[474602.460] FDI RX PLL disable 001c0000
[474602.480] DPMS off done


-- 
Alexis de BRUYN

Reply via email to