Very slow screen refreshing time on my Debian Linux

I followed instruction on plugable.com/category/platform/linux/ and successfull connected my monitor to USB port using plugable usb 2.0. But I have one problem. I have very low-end computer(800MHz mipsel processor) and my monitor on its highest resolution(1920x1200) works extremly slow. So, first question: can I speed up refreshing or if not how can I change resolution of my screen(I belive lower resolution could speed up refresh time). I’m using Debian Wheezy.

Hi Szymon,

Thanks for posting your question! I’ll be happy to help. There’s a couple of things you can do to try and improve the performance of USB graphics on your system. One tweak that may provide a bit of a performance boost is to use the DisplayLink X server and disable fb_defio in the module options.

First you’ll want to build the displaylink X server by following step 2 at the following link:

http://plugable.com/2009/11/16/settin…

Then be sure that you have the driver line correct in step 5 of the above link. It should contain the entry “displaylink” for the line “driver” in the “device” section.

Once that’s done, reboot. Then,

At the following link:
http://plugable.com/category/platform…

You’ll want to set options udlfb fb_defio=0

Now, reboot again. To lower your screen resolution you’ll need to configure X to use a lower setting, there’s usually a way to do it through your window manager, like gnome control center in gnome. Here’s a couple of links with good information regarding getting X set up.

http://wiki.debian.org/Xorg

http://www.w3it.org/forums/showthread…

I hope this helps.
Let me know how it goes,
Jerome.

Plugable Technologies

Sadly, displaylink driver doesn’t work for me. This is my xorg.conf file:

Section “ServerFlags”
Option “AutoEnableDevices” “false”
Option “AutoAddDevices” “false”
Option “DefaultLayout” “seat”
Option “DontZoom” “true”
Option “DontZap” “true”
Option “AllowMouseOpenFail” “yes”
EndSection

Section “Module”
Load “ddc”
EndSection

Section “Files”
ModulePath “/usr/lib/xorg/modules”
ModulePath “/usr/local/lib/xorg/modules”
EndSection

Section “Device”
Identifier “dl”
driver “displaylink”

Option “fbdev” “/dev/usbseat/%ID_SEAT%/display”

Option “fbdev” “/dev/fb1”
EndSection

#Section “InputDevice”

Identifier “keyboard”

Driver “evdev”

Option “CoreKeyboard”

Option “Device” “/dev/usbseat/%ID_SEAT%/keyboard”

Option “XkbModel” “evdev”

Option “XkbLayout” “us”

#EndSection

#Section “InputDevice”

Identifier “mouse”

Driver “mouse”

Option “CorePointer”

Option “Protocol” “ImPS/2”

Option “Device” “/dev/usbseat/%ID_SEAT%/mouse”

Option “Buttons” “5”

Option “ZAxisMapping” “4 5”

#EndSection

Section “Monitor”
Identifier “monitor”
EndSection

Section “Screen”
Identifier “screen”
Device “dl”
Monitor “monitor”
EndSection

Section “ServerLayout”
Identifier “seat”
Screen 0 “screen” 0 0

InputDevice “keyboard” “CoreKeyboard”

InputDevice “mouse” “CorePointer”

EndSection

And it’s my /var/log/Xorg.0.log:

[645.660]
X.Org X Server 1.11.3.901 (1.11.4 RC 1)
Release Date: 2012-01-06
[645.719] X Protocol Version 11, Revision 0
[645.739] Build Operating System: Linux 2.6.32-5-sb1-bcm91250a mips Debian
[645.760] Current Operating System: Linux thunderclap 3.2.4-libre-lemote-with-drm #1 Tue Feb 7 18:54:51 CET 2012 mips64
[645.784] Kernel command line: machtype=lemote-yeeloong-2f-8.9inches root=UUID=da0d766a-ed90-4db4-adc4-7d31910febd1 ro quiet rd_start=0x80950000 rd_size=0x92da2d
[645.836] Build Date: 08 January 2012 12:30:47AM
[645.863] xorg-server 2:1.11.3.901-1 (Cyril Brulebois )
[645.891] Current version of pixman: 0.24.0
[645.919] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[645.979] Markers: (–) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[646.073] (==) Log file: “/var/log/Xorg.0.log”, Time: Fri Feb 10 10:16:45 2012
[646.106] (==) Using config file: “/etc/X11/xorg.conf”
[646.153] (==) Using system config directory “/usr/share/X11/xorg.conf.d”
[646.188] (==) ServerLayout “seat”
[646.189] (**) |–>Screen “screen” (0)
[646.189] (**) | |–>Monitor “monitor”
[646.190] (**) | |–>Device “dl”
[646.190] (**) Option “DontZap” “true”
[646.190] (**) Option “DontZoom” “true”
[646.190] (**) Option “AllowMouseOpenFail” “yes”
[646.191] (**) Option “AutoAddDevices” “false”
[646.191] (**) Option “AutoEnableDevices” “false”
[646.191] (**) Not automatically adding devices
[646.191] (**) Not automatically enabling devices
[646.191] (WW) The directory “/usr/share/fonts/X11/cyrillic” does not exist.
[646.191] Entry deleted from font path.
[646.191] (WW) The directory “/usr/share/fonts/X11/100dpi/” does not exist.
[646.191] Entry deleted from font path.
[646.191] (WW) The directory “/usr/share/fonts/X11/75dpi/” does not exist.
[646.191] Entry deleted from font path.
[646.191] (WW) The directory “/usr/share/fonts/X11/Type1” does not exist.
[646.191] Entry deleted from font path.
[646.191] (WW) The directory “/usr/share/fonts/X11/100dpi” does not exist.
[646.191] Entry deleted from font path.
[646.191] (WW) The directory “/usr/share/fonts/X11/75dpi” does not exist.
[646.191] Entry deleted from font path.
[646.192] (WW) The directory “/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType” does not exist.
[646.192] Entry deleted from font path.
[646.192] (==) FontPath set to:
/usr/share/fonts/X11/misc,
built-ins
[646.192] (**) ModulePath set to “/usr/lib/xorg/modules,/usr/local/lib/xorg/modules”
[646.192] (==) |–>Input Device “”
[646.192] (==) |–>Input Device “”
[646.192] (==) The core pointer device wasn’t specified explicitly in the layout.
Using the default mouse configuration.
[646.192] (==) The core keyboard device wasn’t specified explicitly in the layout.
Using the default keyboard configuration.
[646.192] (II) Loader magic: 0x5e2010
[646.192] (II) Module ABI versions:
[646.192] X.Org ANSI C Emulation: 0.4
[646.192] X.Org Video Driver: 11.0
[646.192] X.Org XInput driver : 13.0
[646.192] X.Org Server Extension : 6.0
[646.194] (–) PCI:*(0:0:8:0) 126f:0712:0000:0000 rev 176, Mem @ 0x40000000/16777216
[646.194] (II) “extmod” will be loaded by default.
[646.194] (II) “dbe” will be loaded by default.
[646.194] (II) “glx” will be loaded by default.
[646.194] (II) “record” will be loaded by default.
[646.194] (II) “dri” will be loaded by default.
[646.195] (II) “dri2” will be loaded by default.
[646.195] (II) LoadModule: “ddc”
[646.195] (II) Module “ddc” already built-in
[646.195] (II) LoadModule: “extmod”
[646.197] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[646.199] (II) Module extmod: vendor=“X.Org Foundation”
[646.200] compiled for 1.11.3.901, module version = 1.0.0
[646.200] Module class: X.Org Server Extension
[646.200] ABI class: X.Org Server Extension, version 6.0
[646.200] (II) Loading extension SELinux
[646.200] (II) Loading extension MIT-SCREEN-SAVER
[646.200] (II) Loading extension XFree86-VidModeExtension
[646.200] (II) Loading extension XFree86-DGA
[646.200] (II) Loading extension DPMS
[646.200] (II) Loading extension XVideo
[646.200] (II) Loading extension XVideo-MotionCompensation
[646.200] (II) Loading extension X-Resource
[646.200] (II) LoadModule: “dbe”
[646.201] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[646.202] (II) Module dbe: vendor=“X.Org Foundation”
[646.202] compiled for 1.11.3.901, module version = 1.0.0
[646.202] Module class: X.Org Server Extension
[646.202] ABI class: X.Org Server Extension, version 6.0
[646.202] (II) Loading extension DOUBLE-BUFFER
[646.202] (II) LoadModule: “glx”
[646.203] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[646.204] (II) Module glx: vendor=“X.Org Foundation”
[646.204] compiled for 1.11.3.901, module version = 1.0.0
[646.204] ABI class: X.Org Server Extension, version 6.0
[646.204] (==) AIGLX enabled
[646.205] (II) Loading extension GLX
[646.205] (II) LoadModule: “record”
[646.206] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[646.206] (II) Module record: vendor=“X.Org Foundation”
[646.206] compiled for 1.11.3.901, module version = 1.13.0
[646.206] Module class: X.Org Server Extension
[646.206] ABI class: X.Org Server Extension, version 6.0
[646.206] (II) Loading extension RECORD
[646.207] (II) LoadModule: “dri”
[646.207] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[646.209] (II) Module dri: vendor=“X.Org Foundation”
[646.209] compiled for 1.11.3.901, module version = 1.0.0
[646.209] ABI class: X.Org Server Extension, version 6.0
[646.209] (II) Loading extension XFree86-DRI
[646.209] (II) LoadModule: “dri2”
[646.210] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[646.211] (II) Module dri2: vendor=“X.Org Foundation”
[646.211] compiled for 1.11.3.901, module version = 1.2.0
[646.211] ABI class: X.Org Server Extension, version 6.0
[646.211] (II) Loading extension DRI2
[646.211] (II) LoadModule: “displaylink”
[646.468] (II) Loading /usr/local/lib/xorg/modules/drivers/displaylink_drv.so
[646.483] (II) Module displaylink: vendor=“X.Org Foundation”
[646.483] compiled for 1.11.3.901, module version = 0.0.1
[646.483] ABI class: X.Org Video Driver, version 11.0
[646.483] (II) LoadModule: “mouse”
[646.484] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[646.497] (II) Module mouse: vendor=“X.Org Foundation”
[646.498] compiled for 1.11.0, module version = 1.7.1
[646.498] Module class: X.Org XInput Driver
[646.498] ABI class: X.Org XInput driver, version 13.0
[646.498] (II) LoadModule: “kbd”
[646.500] (WW) Warning, couldn’t open module kbd
[646.500] (II) UnloadModule: “kbd”
[646.500] (II) Unloading kbd
[646.500] (EE) Failed to load module “kbd” (module does not exist, 0)
[646.535] (II) DL: driver for : displaylink
[646.535] (–) using VT number 7

[646.636] (WW) Falling back to old probe method for displaylink
[646.636] (II) Loading sub module “fbdevhw”
[646.636] (II) LoadModule: “fbdevhw”
[646.637] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[646.638] (II) Module fbdevhw: vendor=“X.Org Foundation”
[646.638] compiled for 1.11.3.901, module version = 0.0.2
[646.638] ABI class: X.Org Video Driver, version 11.0
[646.638] (II) Loading /usr/local/lib/xorg/modules/drivers/displaylink_drv.so
[646.638] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[646.639] (II) DL(0): using /dev/fb1
[646.639] (EE) DL(0): Unknown EDID version 95
[646.640] (II) DL(0): Creating default Display subsection in Screen section
“screen” for depth/fbbpp 16/16
[646.640] (==) DL(0): Depth 16, (==) framebuffer bpp 16
[646.641] (==) DL(0): RGB weight 565
[646.641] (==) DL(0): Default visual is TrueColor
[646.641] (==) DL(0): Using gamma correction (1.0, 1.0, 1.0)
[646.641] (II) DL(0): hardware: udlfb (video memory: 4512kB)
[646.641] (**) DL(0): Option “fbdev” “/dev/fb1”
[646.641] (II) Loading sub module “fb”
[646.641] (II) LoadModule: “fb”
[646.642] (II) Loading /usr/lib/xorg/modules/libfb.so
[646.643] (II) Module fb: vendor=“X.Org Foundation”
[646.643] compiled for 1.11.3.901, module version = 1.0.0
[646.643] ABI class: X.Org ANSI C Emulation, version 0.4
[646.643] (II) DL(0): Output udlfb using monitor section monitor
[646.643] (EE) DL(0): Unknown EDID version 0
[646.644] (II) DL(0): EDID for output udlfb
[646.644]
Backtrace:

When I start my Xserver my netbook screen becomes black but my monitor stays green. So I cannot see anything. Do you know what is wrong?

Hi Szymon,

Thanks for the additional detail. The server section in your Xorg.conf won’t be needed for a single seat setup. Although I don’t see errors relating to these entries in your Xorg.0.log, let’s try commenting out the following lines and see if it works.

Section “ServerFlags”
Option “AutoEnableDevices” “false”
Option “AutoAddDevices” “false”
Option “DefaultLayout” “seat”
Option “DontZoom” “true”
Option “DontZap” “true”
Option “AllowMouseOpenFail” “yes”
EndSection

Let me know how it goes,
Jerome.

Plugable Technologies

No, it doesn’t help. Do you have any other possible solutions? And can you tell me which Linux distros or Xserver versions the displaylink driver was tested for?

Hi Szymon,

Sorry to hear that you aren’t having better luck with the DisplayLink X server. Did you get the display to work with udlfb fb_defio=0 and the DisplayLink X server? Or did you still have the black screen? If you did get it working, then the next step to try is lowering the resolution but after that, you may be up against the limitations of the hardware.

Let me know how it goes,
Jerome.

Hi Szymon,

Here, we’ve tested mostly on Ubuntu, SuSE, and RedHat setups on x86 CPUs.

Once the udlfb is working with fb_defio (per these instructions http://plugable.com/2011/12/23/usb-gr…), as it was on your 800Mhz 1920x1200 setup, then is should be a short hop to switch over to the more optimal damage-based notifications:

  1. Make sure you have the ‘displaylink’ X server, which it seems like you do.
  2. Switch driver “fbdev” to driver “displaylink” in xorg.conf to use that driver

At that point, initial writes to the framebuffer will trigger page faults (to detect changed regions), but as soon as the first damage ioctl comes down, udlfb will switch to mostly relying on the damage reports (which is far more optimal than page faults).

  1. After 1 & 2 work, further optimize by turning fb_defio option off in udlfb, so udlfb relies only on the damage notifications.

But is seems like something is going awry getting there.

Quick question: In the /var/log/Xorg.0.log that was posted earlier, it looked like some good information (a backtrace, possibly from a problem) was just below the section you pasted. Was anything else in the /var/log/Xorg.0.log file below that? And could you post the /var/log/kern.log udlfb output from the same period of time?

Thanks - what you’re trying to do is common, so the solution will be a help to others!

Bernie

I posted whole my /var/log/Xorg.0.log file. I have one more observation. When I use displaylink driver and start X it completly block my computer. I cannot press Ctyl+Alt+F(1-7) to return to tty. When I set fb_defio=0 my monitor doesn’t work even with fbdev driver. Below I posted a result of ‘cat /var/log/kern.log | grep udlfb’ command:

Jan 26 18:48:23 thunderclap kernel: [14.031353] udlfb: DisplayLink Plugable UGA-2K-A - serial #416131
Jan 26 18:48:23 thunderclap kernel: [14.031380] udlfb: vid_17e9&pid_0378&rev_0106 driver’s dlfb_data struct at 98000000bf655800
Jan 26 18:48:23 thunderclap kernel: [14.031391] udlfb: console enable=0
Jan 26 18:48:23 thunderclap kernel: [14.031399] udlfb: fb_defio enable=0
Jan 26 18:48:23 thunderclap kernel: [14.031691] udlfb: vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 00 04
Jan 26 18:48:23 thunderclap kernel: [14.031712] udlfb: DL chip limited to 2360000 pixel modes
Jan 26 18:48:23 thunderclap kernel: [14.034031] udlfb: allocated 4 261632 byte urbs
Jan 26 18:48:23 thunderclap kernel: [14.130014] udlfb: 1920x1200 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130028] udlfb: 720x400 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130037] udlfb: 640x480 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130046] udlfb: 640x480 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130055] udlfb: 640x480 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130063] udlfb: 640x480 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130072] udlfb: 800x600 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130080] udlfb: 800x600 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130088] udlfb: 800x600 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130097] udlfb: 832x624 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130105] udlfb: 1024x768 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130114] udlfb: 1024x768 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130122] udlfb: 1024x768 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130131] udlfb: 1280x1024 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130140] udlfb: 1152x864 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130148] udlfb: 1152x864 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130156] udlfb: 1280x1024 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130165] udlfb: 1280x1024 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130173] udlfb: 1280x1024 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130182] udlfb: 1600x1200 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130191] udlfb: 1680x1680 beyond chip capabilities
Jan 26 18:48:23 thunderclap kernel: [14.130200] udlfb: 1440x1440 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130209] udlfb: 1440x1440 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.130221] udlfb: Reallocating framebuffer. Addresses will change!
Jan 26 18:48:23 thunderclap kernel: [14.147963] udlfb: 1920x1200 valid mode
Jan 26 18:48:23 thunderclap kernel: [14.147988] udlfb: set_par mode 1920x1200
Jan 26 18:48:23 thunderclap kernel: [14.212010] udlfb: DisplayLink USB device /dev/fb1 attached. 1920x1200 resolution. Using 9024K framebuffer memory
Jan 26 18:48:23 thunderclap kernel: [14.213239] usbcore: registered new interface driver udlfb
Jan 26 18:57:36 thunderclap kernel: [575.662946] udlfb: USB disconnect starting
Jan 26 18:57:36 thunderclap kernel: [575.665689] udlfb: fb_info for /dev/fb1 has been freed
Jan 26 18:57:36 thunderclap kernel: [575.665705] udlfb: Waiting for completes and freeing all render urbs
Jan 26 18:57:36 thunderclap kernel: [575.666001] udlfb: freeing dlfb_data 98000000bf655800
Jan 26 18:57:38 thunderclap kernel: [578.452681] udlfb: DisplayLink Plugable UGA-2K-A - serial #416131
Jan 26 18:57:38 thunderclap kernel: [578.452700] udlfb: vid_17e9&pid_0378&rev_0106 driver’s dlfb_data struct at 98000000bf655000
Jan 26 18:57:38 thunderclap kernel: [578.452711] udlfb: console enable=0
Jan 26 18:57:38 thunderclap kernel: [578.452719] udlfb: fb_defio enable=0
Jan 26 18:57:38 thunderclap kernel: [578.453035] udlfb: vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 00 04
Jan 26 18:57:38 thunderclap kernel: [578.453058] udlfb: DL chip limited to 2360000 pixel modes
Jan 26 18:57:38 thunderclap kernel: [578.456427] udlfb: allocated 4 261632 byte urbs
Jan 26 18:57:38 thunderclap kernel: [578.556523] udlfb: 1920x1200 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556545] udlfb: 720x400 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556555] udlfb: 640x480 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556564] udlfb: 640x480 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556573] udlfb: 640x480 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556582] udlfb: 640x480 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556590] udlfb: 800x600 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556599] udlfb: 800x600 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556607] udlfb: 800x600 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556616] udlfb: 832x624 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556624] udlfb: 1024x768 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556633] udlfb: 1024x768 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556641] udlfb: 1024x768 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556650] udlfb: 1280x1024 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556659] udlfb: 1152x864 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556667] udlfb: 1152x864 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556675] udlfb: 1280x1024 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556684] udlfb: 1280x1024 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556692] udlfb: 1280x1024 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556701] udlfb: 1600x1200 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556711] udlfb: 1680x1680 beyond chip capabilities
Jan 26 18:57:38 thunderclap kernel: [578.556719] udlfb: 1440x1440 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556728] udlfb: 1440x1440 valid mode
Jan 26 18:57:38 thunderclap kernel: [578.556743] udlfb: Reallocating framebuffer. Addresses will change!
Jan 26 18:57:39 thunderclap kernel: [578.577301] udlfb: 1920x1200 valid mode
Jan 26 18:57:39 thunderclap kernel: [578.577328] udlfb: set_par mode 1920x1200
Jan 26 18:57:39 thunderclap kernel: [578.635499] udlfb: DisplayLink USB device /dev/fb1 attached. 1920x1200 resolution. Using 9024K framebuffer memory
Jan 26 18:58:09 thunderclap kernel: [608.826775] udlfb: USB disconnect starting
Jan 26 18:58:09 thunderclap kernel: [608.828400] udlfb: fb_info for /dev/fb1 has been freed
Jan 26 18:58:09 thunderclap kernel: [608.828416] udlfb: Waiting for completes and freeing all render urbs
Jan 26 18:58:09 thunderclap kernel: [608.828702] udlfb: freeing dlfb_data 98000000bf655000
Jan 26 18:58:52 thunderclap kernel: [651.654045] udlfb: DisplayLink Plugable UGA-2K-A - serial #416131
Jan 26 18:58:52 thunderclap kernel: [651.654064] udlfb: vid_17e9&pid_0378&rev_0106 driver’s dlfb_data struct at 98000000bf655800
Jan 26 18:58:52 thunderclap kernel: [651.654076] udlfb: console enable=0
Jan 26 18:58:52 thunderclap kernel: [651.654084] udlfb: fb_defio enable=0
Jan 26 18:58:52 thunderclap kernel: [651.654398] udlfb: vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 00 04
Jan 26 18:58:52 thunderclap kernel: [651.654422] udlfb: DL chip limited to 2360000 pixel modes
Jan 26 18:58:52 thunderclap kernel: [651.657891] udlfb: allocated 4 261632 byte urbs
Jan 26 18:58:52 thunderclap kernel: [651.755512] udlfb: 1920x1200 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.755531] udlfb: 720x400 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.755541] udlfb: 640x480 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.755550] udlfb: 640x480 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.755558] udlfb: 640x480 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756086] udlfb: 640x480 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756098] udlfb: 800x600 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756107] udlfb: 800x600 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756116] udlfb: 800x600 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756125] udlfb: 832x624 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756134] udlfb: 1024x768 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756143] udlfb: 1024x768 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756151] udlfb: 1024x768 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756160] udlfb: 1280x1024 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756169] udlfb: 1152x864 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756178] udlfb: 1152x864 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756186] udlfb: 1280x1024 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756194] udlfb: 1280x1024 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756204] udlfb: 1280x1024 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756212] udlfb: 1600x1200 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756222] udlfb: 1680x1680 beyond chip capabilities
Jan 26 18:58:52 thunderclap kernel: [651.756231] udlfb: 1440x1440 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756240] udlfb: 1440x1440 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.756253] udlfb: Reallocating framebuffer. Addresses will change!
Jan 26 18:58:52 thunderclap kernel: [651.775208] udlfb: 1920x1200 valid mode
Jan 26 18:58:52 thunderclap kernel: [651.775234] udlfb: set_par mode 1920x1200
Jan 26 18:58:52 thunderclap kernel: [651.830256] udlfb: DisplayLink USB device /dev/fb1 attached. 1920x1200 resolution. Using 9024K framebuffer memory
Jan 26 19:00:34 thunderclap kernel: [13.973987] udlfb: DisplayLink Plugable UGA-2K-A - serial #416131
Jan 26 19:00:34 thunderclap kernel: [13.974014] udlfb: vid_17e9&pid_0378&rev_0106 driver’s dlfb_data struct at 98000000bfd12000
Jan 26 19:00:34 thunderclap kernel: [13.974025] udlfb: console enable=0
Jan 26 19:00:34 thunderclap kernel: [13.974033] udlfb: fb_defio enable=1
Jan 26 19:00:34 thunderclap kernel: [13.975716] udlfb: vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 00 04
Jan 26 19:00:34 thunderclap kernel: [13.975742] udlfb: DL chip limited to 2360000 pixel modes
Jan 26 19:00:34 thunderclap kernel: [13.977961] udlfb: allocated 4 261632 byte urbs
Jan 26 19:00:34 thunderclap kernel: [14.111298] udlfb: 1920x1200 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111319] udlfb: 720x400 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111328] udlfb: 640x480 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111337] udlfb: 640x480 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111346] udlfb: 640x480 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111355] udlfb: 640x480 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111364] udlfb: 800x600 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111372] udlfb: 800x600 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111380] udlfb: 800x600 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111389] udlfb: 832x624 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111397] udlfb: 1024x768 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111405] udlfb: 1024x768 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111414] udlfb: 1024x768 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111422] udlfb: 1280x1024 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111431] udlfb: 1152x864 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111440] udlfb: 1152x864 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111448] udlfb: 1280x1024 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111457] udlfb: 1280x1024 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111465] udlfb: 1280x1024 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111474] udlfb: 1600x1200 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111483] udlfb: 1680x1680 beyond chip capabilities
Jan 26 19:00:34 thunderclap kernel: [14.111492] udlfb: 1440x1440 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111501] udlfb: 1440x1440 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.111515] udlfb: Reallocating framebuffer. Addresses will change!
Jan 26 19:00:34 thunderclap kernel: [14.145851] udlfb: 1920x1200 valid mode
Jan 26 19:00:34 thunderclap kernel: [14.145876] udlfb: set_par mode 1920x1200
Jan 26 19:00:34 thunderclap kernel: [14.205071] udlfb: DisplayLink USB device /dev/fb1 attached. 1920x1200 resolution. Using 9024K framebuffer memory
Jan 26 19:00:34 thunderclap kernel: [14.206273] usbcore: registered new interface driver udlfb
Jan 26 19:12:29 thunderclap kernel: [14.005782] udlfb: DisplayLink Plugable UGA-2K-A - serial #416131
Jan 26 19:12:29 thunderclap kernel: [14.005812] udlfb: vid_17e9&pid_0378&rev_0106 driver’s dlfb_data struct at 98000000bf676000
Jan 26 19:12:29 thunderclap kernel: [14.005824] udlfb: console enable=0
Jan 26 19:12:29 thunderclap kernel: [14.005832] udlfb: fb_defio enable=1
Jan 26 19:12:29 thunderclap kernel: [14.006184] udlfb: vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 00 04
Jan 26 19:12:29 thunderclap kernel: [14.006209] udlfb: DL chip limited to 2360000 pixel modes
Jan 26 19:12:29 thunderclap kernel: [14.008712] udlfb: allocated 4 261632 byte urbs
Jan 26 19:12:29 thunderclap kernel: [14.138360] udlfb: 1920x1200 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138379] udlfb: 720x400 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138415] udlfb: 640x480 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138425] udlfb: 640x480 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138433] udlfb: 640x480 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138442] udlfb: 640x480 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138451] udlfb: 800x600 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138459] udlfb: 800x600 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138467] udlfb: 800x600 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138476] udlfb: 832x624 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138484] udlfb: 1024x768 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138493] udlfb: 1024x768 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138502] udlfb: 1024x768 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138511] udlfb: 1280x1024 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138519] udlfb: 1152x864 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138528] udlfb: 1152x864 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138536] udlfb: 1280x1024 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138545] udlfb: 1280x1024 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138554] udlfb: 1280x1024 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138562] udlfb: 1600x1200 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138572] udlfb: 1680x1680 beyond chip capabilities
Jan 26 19:12:29 thunderclap kernel: [14.138581] udlfb: 1440x1440 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138590] udlfb: 1440x1440 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.138603] udlfb: Reallocating framebuffer. Addresses will change!
Jan 26 19:12:29 thunderclap kernel: [14.158973] udlfb: 1920x1200 valid mode
Jan 26 19:12:29 thunderclap kernel: [14.159019] udlfb: set_par mode 1920x1200
Jan 26 19:12:29 thunderclap kernel: [14.219463] udlfb: DisplayLink USB device /dev/fb1 attached. 1920x1200 resolution. Using 9024K framebuffer memory
Jan 26 19:12:29 thunderclap kernel: [14.226496] usbcore: registered new interface driver udlfb
Jan 26 19:18:14 thunderclap kernel: [368.616558] udlfb: open /dev/fb1 user=1 fb_info=98000000bcb41d00 count=1
Jan 26 19:18:14 thunderclap kernel: [368.616803] udlfb: released /dev/fb1 user=1 count=0
Jan 26 19:18:14 thunderclap kernel: [368.618137] udlfb: open /dev/fb1 user=1 fb_info=98000000bcb41d00 count=1
Jan 26 19:47:07 thunderclap kernel: [14.490361] udlfb: DisplayLink Plugable UGA-2K-A - serial #416131
Jan 26 19:47:07 thunderclap kernel: [14.490386] udlfb: vid_17e9&pid_0378&rev_0106 driver’s dlfb_data struct at 98000000bfd79800
Jan 26 19:47:07 thunderclap kernel: [14.490397] udlfb: console enable=0
Jan 26 19:47:07 thunderclap kernel: [14.490405] udlfb: fb_defio enable=1
Jan 26 19:47:07 thunderclap kernel: [14.491814] udlfb: vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 00 04
Jan 26 19:47:07 thunderclap kernel: [14.491841] udlfb: DL chip limited to 2360000 pixel modes
Jan 26 19:47:07 thunderclap kernel: [14.494368] udlfb: allocated 4 261632 byte urbs
Jan 26 19:47:07 thunderclap kernel: [14.628040] udlfb: 1920x1200 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628061] udlfb: 720x400 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628070] udlfb: 640x480 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628080] udlfb: 640x480 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628088] udlfb: 640x480 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628098] udlfb: 640x480 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628106] udlfb: 800x600 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628115] udlfb: 800x600 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628123] udlfb: 800x600 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628132] udlfb: 832x624 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628140] udlfb: 1024x768 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628148] udlfb: 1024x768 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628157] udlfb: 1024x768 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628166] udlfb: 1280x1024 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628174] udlfb: 1152x864 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628183] udlfb: 1152x864 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628191] udlfb: 1280x1024 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628199] udlfb: 1280x1024 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628208] udlfb: 1280x1024 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628217] udlfb: 1600x1200 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628226] udlfb: 1680x1680 beyond chip capabilities
Jan 26 19:47:07 thunderclap kernel: [14.628235] udlfb: 1440x1440 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628243] udlfb: 1440x1440 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.628257] udlfb: Reallocating framebuffer. Addresses will change!
Jan 26 19:47:07 thunderclap kernel: [14.649766] udlfb: 1920x1200 valid mode
Jan 26 19:47:07 thunderclap kernel: [14.649792] udlfb: set_par mode 1920x1200
Jan 26 19:47:07 thunderclap kernel: [14.708519] udlfb: DisplayLink USB device /dev/fb1 attached. 1920x1200 resolution. Using 9024K framebuffer memory
Jan 26 19:47:07 thunderclap kernel: [14.709826] usbcore: registered new interface driver udlfb
Jan 26 19:51:26 thunderclap kernel: [290.118779] udlfb: open /dev/fb1 user=1 fb_info=98000000bcad7100 count=1
Jan 26 19:51:26 thunderclap kernel: [290.118884] udlfb: released /dev/fb1 user=1 count=0
Jan 26 19:51:26 thunderclap kernel: [290.119511] udlfb: open /dev/fb1 user=1 fb_info=98000000bcad7100 count=1
Jan 26 19:55:00 thunderclap kernel: [503.758292] udlfb: released /dev/fb1 user=1 count=0
Jan 26 19:55:02 thunderclap kernel: [506.564771] udlfb: open /dev/fb1 user=1 fb_info=98000000bcad7100 count=1
Jan 26 19:55:02 thunderclap kernel: [506.564871] udlfb: released /dev/fb1 user=1 count=0
Jan 26 19:55:02 thunderclap kernel: [506.565446] udlfb: open /dev/fb1 user=1 fb_info=98000000bcad7100 count=1
Jan 26 21:24:49 thunderclap kernel: [5889.262782] udlfb: released /dev/fb1 user=1 count=0
Jan 27 19:05:16 thunderclap kernel: [13.350221] udlfb: DisplayLink Plugable UGA-2K-A - serial #416131
Jan 27 19:05:16 thunderclap kernel: [13.350242] udlfb: vid_17e9&pid_0378&rev_0106 driver’s dlfb_data struct at 98000000bda05800
Jan 27 19:05:16 thunderclap kernel: [13.350253] udlfb: console enable=0
Jan 27 19:05:16 thunderclap kernel: [13.350261] udlfb: fb_defio enable=1
Jan 27 19:05:16 thunderclap kernel: [13.351405] udlfb: vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 00 04
Jan 27 19:05:16 thunderclap kernel: [13.351429] udlfb: DL chip limited to 2360000 pixel modes
Jan 27 19:05:16 thunderclap kernel: [13.358194] udlfb: allocated 4 261632 byte urbs
Jan 27 19:05:16 thunderclap kernel: [13.491693] udlfb: 1024x768 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491714] udlfb: 720x400 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491724] udlfb: 640x480 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491733] udlfb: 640x480 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491742] udlfb: 640x480 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491750] udlfb: 800x600 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491759] udlfb: 800x600 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491768] udlfb: 800x600 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491777] udlfb: 800x600 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491787] udlfb: 1024x768 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491795] udlfb: 1024x768 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491804] udlfb: 1024x768 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491812] udlfb: 640x480 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491820] udlfb: 800x600 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491828] udlfb: 1024x768 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491836] udlfb: 640x480 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.491848] udlfb: Reallocating framebuffer. Addresses will change!
Jan 27 19:05:16 thunderclap kernel: [13.505630] udlfb: 1024x768 valid mode
Jan 27 19:05:16 thunderclap kernel: [13.505653] udlfb: set_par mode 1024x768
Jan 27 19:05:16 thunderclap kernel: [13.530474] udlfb: DisplayLink USB device /dev/fb1 attached. 1024x768 resolution. Using 3072K framebuffer memory
Jan 27 19:05:16 thunderclap kernel: [13.530578] usbcore: registered new interface driver udlfb
Jan 27 19:05:31 thunderclap kernel: [37.260775] udlfb: open /dev/fb1 user=1 fb_info=98000000bcb43500 count=1
Jan 27 19:05:31 thunderclap kernel: [37.261399] udlfb: released /dev/fb1 user=1 count=0
Jan 27 19:05:31 thunderclap kernel: [37.262072] udlfb: open /dev/fb1 user=1 fb_info=98000000bcb43500 count=1
Jan 27 20:23:32 thunderclap kernel: [4715.102683] udlfb: USB disconnect starting
Jan 27 20:23:52 thunderclap kernel: [4735.038208] udlfb: DisplayLink Plugable UGA-2K-A - serial #416131
Jan 27 20:23:52 thunderclap kernel: [4735.038230] udlfb: vid_17e9&pid_0378&rev_0106 driver’s dlfb_data struct at 98000000bdb9c800
Jan 27 20:23:52 thunderclap kernel: [4735.038241] udlfb: console enable=0
Jan 27 20:23:52 thunderclap kernel: [4735.038249] udlfb: fb_defio enable=1
Jan 27 20:23:52 thunderclap kernel: [4735.038417] udlfb: vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 00 04
Jan 27 20:23:52 thunderclap kernel: [4735.038441] udlfb: DL chip limited to 2360000 pixel modes
Jan 27 20:23:52 thunderclap kernel: [4735.041493] udlfb: allocated 4 261632 byte urbs
Jan 27 20:23:52 thunderclap kernel: [4735.140031] udlfb: 1024x768 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140054] udlfb: 720x400 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140064] udlfb: 640x480 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140073] udlfb: 640x480 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140082] udlfb: 640x480 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140090] udlfb: 800x600 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140099] udlfb: 800x600 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140107] udlfb: 800x600 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140116] udlfb: 800x600 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140124] udlfb: 1024x768 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140133] udlfb: 1024x768 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140142] udlfb: 1024x768 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140150] udlfb: 640x480 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140158] udlfb: 800x600 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140167] udlfb: 1024x768 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140174] udlfb: 640x480 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.140187] udlfb: Reallocating framebuffer. Addresses will change!
Jan 27 20:23:52 thunderclap kernel: [4735.147074] udlfb: 1024x768 valid mode
Jan 27 20:23:52 thunderclap kernel: [4735.147098] udlfb: set_par mode 1024x768
Jan 27 20:23:52 thunderclap kernel: [4735.172723] udlfb: DisplayLink USB device /dev/fb2 attached. 1024x768 resolution. Using 3072K framebuffer memory
Jan 29 18:28:33 thunderclap kernel: [17.002879] udlfb: DisplayLink Plugable UGA-2K-A - serial #416131
Jan 29 18:28:33 thunderclap kernel: [17.002905] udlfb: vid_17e9&pid_0378&rev_0106 driver’s dlfb_data struct at 98000000bfd7c000
Jan 29 18:28:33 thunderclap kernel: [17.002917] udlfb: console enable=0
Jan 29 18:28:33 thunderclap kernel: [17.002924] udlfb: fb_defio enable=1
Jan 29 18:28:33 thunderclap kernel: [17.003906] udlfb: vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 00 04
Jan 29 18:28:33 thunderclap kernel: [17.003935] udlfb: DL chip limited to 2360000 pixel modes
Jan 29 18:28:33 thunderclap kernel: [17.006287] udlfb: allocated 4 261632 byte urbs
Jan 29 18:28:33 thunderclap kernel: [17.108955] udlfb: 1024x768 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.108976] udlfb: 720x400 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109014] udlfb: 640x480 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109024] udlfb: 640x480 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109033] udlfb: 640x480 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109041] udlfb: 800x600 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109050] udlfb: 800x600 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109059] udlfb: 800x600 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109068] udlfb: 800x600 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109077] udlfb: 1024x768 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109085] udlfb: 1024x768 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109094] udlfb: 1024x768 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109102] udlfb: 640x480 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109110] udlfb: 800x600 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109119] udlfb: 1024x768 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109127] udlfb: 640x480 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.109139] udlfb: Reallocating framebuffer. Addresses will change!
Jan 29 18:28:33 thunderclap kernel: [17.117427] udlfb: 1024x768 valid mode
Jan 29 18:28:33 thunderclap kernel: [17.117451] udlfb: set_par mode 1024x768
Jan 29 18:28:33 thunderclap kernel: [17.143086] udlfb: DisplayLink USB device /dev/fb1 attached. 1024x768 resolution. Using 3072K framebuffer memory
Jan 29 18:28:33 thunderclap kernel: [17.144621] usbcore: registered new interface driver udlfb
Jan 29 18:52:04 thunderclap kernel: [1436.252445] udlfb: open /dev/fb1 user=1 fb_info=98000000bcb26d00 count=1
Jan 29 18:52:04 thunderclap kernel: [1436.252516] udlfb: released /dev/fb1 user=1 count=0
Jan 29 18:52:04 thunderclap kernel: [1436.253130] udlfb: open /dev/fb1 user=1 fb_info=98000000bcb26d00 count=1
Jan 29 21:21:21 thunderclap kernel: [10387.188299] udlfb: released /dev/fb1 user=1 count=0
Jan 29 21:22:36 thunderclap kernel: [10461.900692] udlfb: USB disconnect starting
Jan 29 21:22:36 thunderclap kernel: [10461.901371] udlfb: fb_info for /dev/fb1 has been freed
Jan 29 21:22:36 thunderclap kernel: [10461.901386] udlfb: Waiting for completes and freeing all render urbs
Jan 29 21:22:36 thunderclap kernel: [10461.901518] udlfb: freeing dlfb_data 98000000bfd7c000
Jan 29 23:28:20 thunderclap kernel: [1026.413481] udlfb: DisplayLink Plugable UGA-2K-A - serial #416131
Jan 29 23:28:20 thunderclap kernel: [1026.413511] udlfb: vid_17e9&pid_0378&rev_0106 driver’s dlfb_data struct at 98000000bc0bd000
Jan 29 23:28:20 thunderclap kernel: [1026.413522] udlfb: console enable=0
Jan 29 23:28:20 thunderclap kernel: [1026.413530] udlfb: fb_defio enable=1
Jan 29 23:28:20 thunderclap kernel: [1026.413963] udlfb: vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 00 04
Jan 29 23:28:20 thunderclap kernel: [1026.413984] udlfb: DL chip limited to 2360000 pixel modes
Jan 29 23:28:20 thunderclap kernel: [1026.416100] udlfb: allocated 4 261632 byte urbs
Jan 29 23:28:20 thunderclap kernel: [1026.496642] udlfb: 1024x768 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496657] udlfb: 720x400 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496667] udlfb: 640x480 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496676] udlfb: 640x480 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496685] udlfb: 640x480 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496694] udlfb: 800x600 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496702] udlfb: 800x600 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496710] udlfb: 800x600 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496719] udlfb: 800x600 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496727] udlfb: 1024x768 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496736] udlfb: 1024x768 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496744] udlfb: 1024x768 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496753] udlfb: 640x480 valid mode
Jan 29 23:28:20 thunderclap kernel: [1026.496761] udlfb: 800x600 valid mode
Jan 29 23:28:

One more problem. I cannot change my screen resolution from 1920x1200 to 1440x900. It’s my xorg.conf file:

Section “Files”
ModulePath “/usr/lib/xorg/modules”
ModulePath “/usr/local/lib/xorg/modules”
EndSection

Section “Device”
Identifier “dl”
Driver “fbdev”

Option “ReportDamage” “true”

Option “fbdev” “/dev/fb1”
EndSection

Section “Monitor”
Identifier “monitor”
Modeline “1440x900_60.00” 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
Option “PreferredMode” “1440x900_60.00”
EndSection

Section “Screen”
Identifier “screen”
Device “dl”
DefaultDepth 16
SubSection “Display”
Depth 16
#Modes “1152x720”
Modes “1440x900”
EndSubSection
Monitor “monitor”
EndSection

Section “ServerLayout”
Identifier “default”
Screen 0 “screen” 0 0
EndSection

When I trying to turn xserver on. It starts successfull but screen is divided into three parts(each of parts looks as the extra monitor connected with “–same-as” xrandr option) and striped all over. I can run applications normally but it is impossible to work.

And this is /var/log/Xorg.0.log:

[73.983]
X.Org X Server 1.11.3.901 (1.11.4 RC 1)
Release Date: 2012-01-06
[74.091] X Protocol Version 11, Revision 0
[74.127] Build Operating System: Linux 2.6.32-5-sb1-bcm91250a mips Debian
[74.164] Current Operating System: Linux thunderclap 3.2.4-libre-lemote-with-drm #1 Tue Feb 7 18:54:51 CET 2012 mips64
[74.211] Kernel command line: machtype=lemote-yeeloong-2f-8.9inches root=UUID=da0d766a-ed90-4db4-adc4-7d31910febd1 ro quiet rd_start=0x80950000 rd_size=0x92da2d
[74.301] Build Date: 08 January 2012 12:30:47AM
[74.343] xorg-server 2:1.11.3.901-1 (Cyril Brulebois )
[74.385] Current version of pixman: 0.24.0
[74.426] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[74.505] Markers: (–) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[74.637] (==) Log file: “/var/log/Xorg.0.log”, Time: Wed Feb 15 15:03:07 2012
[74.677] (==) Using system config directory “/usr/share/X11/xorg.conf.d”
[74.718] (==) ServerLayout “default”
[74.718] (**) |–>Screen “screen” (0)
[74.718] (**) | |–>Monitor “monitor”
[74.720] (**) | |–>Device “dl”
[74.720] (==) Automatically adding devices
[74.720] (==) Automatically enabling devices
[74.720] (WW) The directory “/usr/share/fonts/X11/cyrillic” does not exist.
[74.720] Entry deleted from font path.
[74.720] (WW) The directory “/usr/share/fonts/X11/100dpi/” does not exist.
[74.720] Entry deleted from font path.
[74.720] (WW) The directory “/usr/share/fonts/X11/75dpi/” does not exist.
[74.720] Entry deleted from font path.
[74.720] (WW) The directory “/usr/share/fonts/X11/Type1” does not exist.
[74.720] Entry deleted from font path.
[74.720] (WW) The directory “/usr/share/fonts/X11/100dpi” does not exist.
[74.720] Entry deleted from font path.
[74.720] (WW) The directory “/usr/share/fonts/X11/75dpi” does not exist.
[74.721] Entry deleted from font path.
[74.721] (WW) The directory “/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType” does not exist.
[74.721] Entry deleted from font path.
[74.721] (==) FontPath set to:
/usr/share/fonts/X11/misc,
built-ins
[74.721] (**) ModulePath set to “/usr/lib/xorg/modules,/usr/local/lib/xorg/modules”
[74.721] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[74.721] (II) Loader magic: 0x5e2010
[74.721] (II) Module ABI versions:
[74.721] X.Org ANSI C Emulation: 0.4
[74.721] X.Org Video Driver: 11.0
[74.721] X.Org XInput driver : 13.0
[74.721] X.Org Server Extension : 6.0
[74.723] (–) PCI:*(0:0:8:0) 126f:0712:0000:0000 rev 176, Mem @ 0x40000000/16777216
[74.723] (II) LoadModule: “extmod”
[74.725] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[74.728] (II) Module extmod: vendor=“X.Org Foundation”
[74.728] compiled for 1.11.3.901, module version = 1.0.0
[74.728] Module class: X.Org Server Extension
[74.728] ABI class: X.Org Server Extension, version 6.0
[74.728] (II) Loading extension SELinux
[74.728] (II) Loading extension MIT-SCREEN-SAVER
[74.728] (II) Loading extension XFree86-VidModeExtension
[74.728] (II) Loading extension XFree86-DGA
[74.728] (II) Loading extension DPMS
[74.728] (II) Loading extension XVideo
[74.728] (II) Loading extension XVideo-MotionCompensation
[74.728] (II) Loading extension X-Resource
[74.728] (II) LoadModule: “dbe”
[74.729] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[74.730] (II) Module dbe: vendor=“X.Org Foundation”
[74.730] compiled for 1.11.3.901, module version = 1.0.0
[74.730] Module class: X.Org Server Extension
[74.730] ABI class: X.Org Server Extension, version 6.0
[74.730] (II) Loading extension DOUBLE-BUFFER
[74.730] (II) LoadModule: “glx”
[74.731] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[74.732] (II) Module glx: vendor=“X.Org Foundation”
[74.732] compiled for 1.11.3.901, module version = 1.0.0
[74.732] ABI class: X.Org Server Extension, version 6.0
[74.732] (==) AIGLX enabled
[74.733] (II) Loading extension GLX
[74.733] (II) LoadModule: “record”
[74.734] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[74.734] (II) Module record: vendor=“X.Org Foundation”
[74.734] compiled for 1.11.3.901, module version = 1.13.0
[74.734] Module class: X.Org Server Extension
[74.734] ABI class: X.Org Server Extension, version 6.0
[74.734] (II) Loading extension RECORD
[74.734] (II) LoadModule: “dri”
[74.735] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[74.737] (II) Module dri: vendor=“X.Org Foundation”
[74.737] compiled for 1.11.3.901, module version = 1.0.0
[74.737] ABI class: X.Org Server Extension, version 6.0
[74.737] (II) Loading extension XFree86-DRI
[74.737] (II) LoadModule: “dri2”
[74.738] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[74.739] (II) Module dri2: vendor=“X.Org Foundation”
[74.739] compiled for 1.11.3.901, module version = 1.2.0
[74.739] ABI class: X.Org Server Extension, version 6.0
[74.739] (II) Loading extension DRI2
[74.739] (II) LoadModule: “fbdev”
[74.740] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[74.740] (II) Module fbdev: vendor=“X.Org Foundation”
[74.740] compiled for 1.11.0, module version = 0.4.2
[74.740] ABI class: X.Org Video Driver, version 11.0
[74.740] (II) FBDEV: driver for framebuffer: fbdev
[74.741] (–) using VT number 7

[74.825] (II) Loading sub module “fbdevhw”
[74.825] (II) LoadModule: “fbdevhw”
[74.826] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[74.827] (II) Module fbdevhw: vendor=“X.Org Foundation”
[74.827] compiled for 1.11.3.901, module version = 0.0.2
[74.827] ABI class: X.Org Video Driver, version 11.0
[74.827] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[74.827] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[74.828] (**) FBDEV(0): claimed PCI slot 0@0:8:0
[74.828] (II) FBDEV(0): using /dev/fb1
[74.829] (**) FBDEV(0): Depth 16, (–) framebuffer bpp 16
[74.829] (==) FBDEV(0): RGB weight 565
[74.829] (==) FBDEV(0): Default visual is TrueColor
[74.829] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[74.829] (II) FBDEV(0): hardware: udlfb (video memory: 4512kB)
[74.829] (**) FBDEV(0): Option “fbdev” “/dev/fb1”
[74.829] (II) FBDEV(0): checking modes against framebuffer device…
[74.830] (II) FBDEV(0): mode “1440x900” ok
[74.830] (II) FBDEV(0): checking modes against monitor…
[74.830] (–) FBDEV(0): Virtual size is 1440x900 (pitch 1440)
[74.830] (**) FBDEV(0): Default mode “1440x900”: 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
[74.830] (II) FBDEV(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[74.830] (==) FBDEV(0): DPI set to (96, 96)
[74.830] (II) Loading sub module “fb”
[74.830] (II) LoadModule: “fb”
[74.831] (II) Loading /usr/lib/xorg/modules/libfb.so
[74.832] (II) Module fb: vendor=“X.Org Foundation”
[74.832] compiled for 1.11.3.901, module version = 1.0.0
[74.833] ABI class: X.Org ANSI C Emulation, version 0.4
[74.833] (**) FBDEV(0): using shadow framebuffer
[74.833] (II) Loading sub module “shadow”
[74.833] (II) LoadModule: “shadow”
[74.834] (II) Loading /usr/lib/xorg/modules/libshadow.so
[74.835] (II) Module shadow: vendor=“X.Org Foundation”
[74.835] compiled for 1.11.3.901, module version = 1.1.0
[74.835] ABI class: X.Org ANSI C Emulation, version 0.4
[74.837] (==) FBDEV(0): Backing store disabled
[74.838] (==) FBDEV(0): DPMS enabled
[74.838] (==) RandR enabled
[74.838] (II) Initializing built-in extension Generic Event Extension
[74.838] (II) Initializing built-in extension SHAPE
[74.838] (II) Initializing built-in extension MIT-SHM
[74.838] (II) Initializing built-in extension XInputExtension
[74.838] (II) Initializing built-in extension XTEST
[74.838] (II) Initializing built-in extension BIG-REQUESTS
[74.838] (II) Initializing built-in extension SYNC
[74.838] (II) Initializing built-in extension XKEYBOARD
[74.838] (II) Initializing built-in extension XC-MISC
[74.838] (II) Initializing built-in extension SECURITY
[74.838] (II) Initializing built-in extension XINERAMA
[74.838] (II) Initializing built-in extension XFIXES
[74.838] (II) Initializing built-in extension RENDER
[74.838] (II) Initializing built-in extension RANDR
[74.838] (II) Initializing built-in extension COMPOSITE
[74.838] (II) Initializing built-in extension DAMAGE
[74.839] (II) SELinux: Disabled on system
[74.905] (II) AIGLX: Screen 0 is not DRI2 capable
[74.905] (II) AIGLX: Screen 0 is not DRI capable
[74.906] (EE) AIGLX error: dlopen of /usr/lib/mipsel-linux-gnu/dri/swrast_dri.so failed (/usr/lib/mipsel-linux-gnu/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
[74.906] (EE) GLX: could not load software renderer
[74.906] (II) GLX: no usable GL providers found for screen 0
[75.269] (II) config/udev: Adding input device AT Raw Set 2 keyboard (/dev/input/event0)
[75.269] (**) AT Raw Set 2 keyboard: Applying InputClass “evdev keyboard catchall”
[75.269] (II) LoadModule: “evdev”
[75.270] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[75.271] (II) Module evdev: vendor=“X.Org Foundation”
[75.271] compiled for 1.11.0, module version = 2.6.0
[75.271] Module class: X.Org XInput Driver
[75.271] ABI class: X.Org XInput driver, version 13.0
[75.271] (II) Using input driver ‘evdev’ for ‘AT Raw Set 2 keyboard’
[75.271] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[75.271] (**) AT Raw Set 2 keyboard: always reports core events
[75.271] (**) AT Raw Set 2 keyboard: Device: “/dev/input/event0”
[75.272] (–) AT Raw Set 2 keyboard: Found keys
[75.272] (II) AT Raw Set 2 keyboard: Configuring as keyboard
[75.272] (**) Option “config_info” “udev:/sys/devices/platform/i8042/serio0/input/input0/event0”
[75.272] (II) XINPUT: Adding extended input device “AT Raw Set 2 keyboard” (type: KEYBOARD, id 6)
[75.272] (**) Option “xkb_rules” “evdev”
[75.272] (**) Option “xkb_model” “pc105”
[75.272] (**) Option “xkb_layout” “pl”
[75.508] (II) config/udev: Adding input device FSPPS/2 Sentelic FingerSensingPad (/dev/input/event1)
[75.508] (**) FSPPS/2 Sentelic FingerSensingPad: Applying InputClass “evdev pointer catchall”
[75.509] (II) Using input driver ‘evdev’ for ‘FSPPS/2 Sentelic FingerSensingPad’
[75.509] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[75.509] (**) FSPPS/2 Sentelic FingerSensingPad: always reports core events
[75.509] (**) FSPPS/2 Sentelic FingerSensingPad: Device: “/dev/input/event1”
[75.509] (–) FSPPS/2 Sentelic FingerSensingPad: Found 11 mouse buttons
[75.509] (–) FSPPS/2 Sentelic FingerSensingPad: Found scroll wheel(s)
[75.509] (–) FSPPS/2 Sentelic FingerSensingPad: Found relative axes
[75.509] (–) FSPPS/2 Sentelic FingerSensingPad: Found x and y relative axes
[75.510] (II) FSPPS/2 Sentelic FingerSensingPad: Configuring as mouse
[75.510] (II) FSPPS/2 Sentelic FingerSensingPad: Adding scrollwheel support
[75.510] (**) FSPPS/2 Sentelic FingerSensingPad: YAxisMapping: buttons 4 and 5
[75.510] (**) FSPPS/2 Sentelic FingerSensingPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[75.510] (**) Option “config_info” “udev:/sys/devices/platform/i8042/serio1/input/input1/event1”
[75.510] (II) XINPUT: Adding extended input device “FSPPS/2 Sentelic FingerSensingPad” (type: MOUSE, id 7)
[75.510] (II) FSPPS/2 Sentelic FingerSensingPad: initialized for relative axes.
[75.511] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) keeping acceleration scheme 1
[75.511] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) acceleration profile 0
[75.511] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) acceleration factor: 2.000
[75.511] (**) FSPPS/2 Sentelic FingerSensingPad: (accel) acceleration threshold: 4
[75.513] (II) config/udev: Adding input device FSPPS/2 Sentelic FingerSensingPad (/dev/input/mouse0)
[75.513] (II) No input driver/identifier specified (ignoring)
[75.515] (II) config/udev: Adding input device HotKeys (/dev/input/event2)
[75.515] (**) HotKeys: Applying InputClass “evdev keyboard catchall”
[75.515] (II) Using input driver ‘evdev’ for ‘HotKeys’
[75.515] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[75.516] (**) HotKeys: always reports core events
[75.516] (**) HotKeys: Device: “/dev/input/event2”
[75.516] (–) HotKeys: Found keys
[75.516] (II) HotKeys: Configuring as keyboard
[75.516] (**) Option “config_info” “udev:/sys/devices/virtual/input/input2/event2”
[75.516] (II) XINPUT: Adding extended input device “HotKeys” (type: KEYBOARD, id 8)
[75.516] (**) Option “xkb_rules” “evdev”
[75.516] (**) Option “xkb_model” “pc105”
[75.516] (**) Option “xkb_layout” “pl”
[80.958] (II) AT Raw Set 2 keyboard: Close
[80.958] (II) UnloadModule: “evdev”
[80.958] (II) Unloading evdev
[80.958] (II) FSPPS/2 Sentelic FingerSensingPad: Close
[80.959] (II) UnloadModule: “evdev”
[80.959] (II) Unloading evdev
[80.959] (II) HotKeys: Close
[80.959] (II) UnloadModule: “evdev”
[80.959] (II) Unloading evdev
[81.141] Server terminated successfully (0). Closing log file.

Do you know what is wrong? Maybe you need some extra informations?