Fail to load module fbdev for DisplayLink device

Davide Baldini baldiniebaldini at gmail.com
Wed Dec 24 15:18:19 PST 2014


Hello,

I believe my X server is unable to load the fbdev module required to run 
my DisplayLink USB 2.0 DVI adapter. The module is loaded and immediately 
unloaded as X boots. I imagine this is the cause for my DisplayLink 
device to now work, as described below.

##
## My setup
##

_  Debian 6
_  Linux 3.11.1 vanilla (FB_UDL, VGA arbitration, DRM_I915, FB_VESA)
_  Xorg version: X.Org X Server 1.16.0
_  Intel GM965/GL960 integrated graphic card (i915)
_  DisplayLink USB 2.0 adapter (branded HP)
_  2 monitors: on notebooks' VGA port, and on DisplayLink's DVI


When X starts, only the monitor attached to the Intel card works. It 
displays the desktop environment (kde 3.5) and functions correctly. The 
DisplayLink monitor meanwhile remains unlit. Instead, I'd like to share 
the same desktop across the two monitors, the way Xinerama or RandR do.
If I'm not wrong, I can't use Xinerama on my setup because the video 
adapters have different color depths (24 vs 16 bits for Intel and HP, 
respectively) and the monitors have different DPIs and resolutions. 
Xrandr, on the other hand, doesn't appear to work, as shown below.
I'd like to know of any solution which would provide me with anything 
like Xinerama or Xrandr-joined monitors.

The following configuration and log files pertain to the issue just 
described: the fbdev module unloads and the USB monitor remains unlit.

(note: description continues after files)

##
## Config:  /etc/X11/xorg.conf
##

> # xorg.conf (X.Org X Window System server configuration file)
> #
> # This file was generated by dexconf, the Debian X Configuration tool, using
> # values from the debconf database.
> #
> # Edit this file with caution, and see the xorg.conf manual page.
> # (Type "man xorg.conf" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xorg package upgrades *only*
> # if it has not been modified since the last upgrade of the xserver-xorg
> # package.
> #
> # If you have edited this file but would like it to be automatically updated
> # again, run the following command:
> #   sudo dpkg-reconfigure -phigh xserver-xorg
>
> Section "InputDevice"
> 	Identifier	"Generic Keyboard"
> 	Driver		"kbd"
> 	Option		"XkbRules"	"xorg"
> 	Option		"XkbModel"	"pc104"
> 	Option		"XkbLayout"	"it"
> EndSection
>
> # see synaptics(5)
> Section "InputDevice"
>   Identifier   "Touchpad"
>   Driver       "synaptics"
>   Option       "Name" "Touchpad"
>   Option       "Device" "/dev/psaux"
>   Option       "TapButton1" "1"
>   Option       "RBCornerButton" "3"
>   Option       "RTCornerButton" "2"
>   Option       "TopEdge" "1900"
>   Option       "BottomEdge" "4000"
>   Option       "RightEdge" "5400"
>   Option       "LeftEdge" "1900"
>   Option       "Edges" "1900 5400 1800 3900"
>   Option       "Emulate3Buttons" "on"
>   Option       "FingerHigh" "25"
>   Option       "FingerLow" "25"
>   Option       "AccelFactor" "0.02"
>   Option       "MaxSpeed" "0.4"
>   Option       "MinSpeed" "0.4"
>   Option       "MaxTapMove" "220"
>   Option       "MaxTapTime" "100"
>   Option       "MaxDoubleTapTime" "180"
>   Option       "ClickTime" "100"
>   Option       "VertEdgeScroll" "1"
>   Option       "VertScrollDelta" "100"
>   Option       "HorizScrollDelta" "100"
>   Option       "ZAxisMapping" "4 5"
>   Option       "CorePointer" "1"
> EndSection
>
> #Section "InputDevice"
> #	Identifier	"Configured Mouse"
> #	Driver		"mouse"
> #EndSection
>
> #Section "Device"
> #	Identifier	"Configured Video Device"
> #EndSection
>
> #Section "Monitor"
> #	Identifier	"Configured Monitor"
> #EndSection
>
> #Section "Screen"
> #	Identifier	"Default Screen"
> #	Monitor		"Configured Monitor"
> #EndSection
>
> # All down here is required for DisplayLink
> # Depth must be 16 bits for all the screens to support DisplayLink
>
> Section "ServerLayout"
>     Identifier     "Head0"
>     Screen      0  "USBout"
>     Screen      1  "VGAout" LeftOf "USBout"
>     Option         "Xinerama" "false"
> EndSection
>
> Section "Device"
>     Identifier  "IntelVideo"
>     Driver      "intel"
>     Option      "Monitor-VGA1"  "BenqSenseyeMonitor"
>     Option      "Monitor-LVDS1" "LVDSout"
> EndSection
>
> Section "Monitor"
>     Identifier  "BenqSenseyeMonitor"
> EndSection
>
> Section "Monitor"
>     Identifier  "LVDSout"
>     Option      "Ignore" "True"
> EndSection
>
> Section "Screen"
>     Identifier "VGAout"
>     Device "IntelVideo"
>     Monitor "BenqSenseyeMonitor"
>     DefaultDepth 24
>     SubSection "Display"
>         Modes   "1680x1050"
>     EndSubSection
> EndSection
>
>
>
> Section "Device"
>     Identifier  "DisplayLink"
>     Driver      "fbdev"
>     Option      "fbdev" "/dev/fb1"
> EndSection
>
> Section "Monitor"
>     Identifier  "AcerV193WMonitor"
> EndSection
>
> Section "Screen"
>     Identifier "USBout"
>     Device "DisplayLink"
>     Monitor "AcerV193WMonitor"
>     DefaultDepth 16
>     SubSection "Display"
>         Modes "1440x900"
>     EndSubSection
> EndSection
>


##
## Log:  /var/log/Xorg.0.log
##


> [ 15912.388]
> X.Org X Server 1.16.0
> Release Date: 2014-07-16
> [ 15912.388] X Protocol Version 11, Revision 0
> [ 15912.388] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
> [ 15912.388] Current Operating System: Linux RAM 3.11.1-SDcard-5620z #43 SMP Wed Dec 24 05:11:34 CET 2014 i686
> [ 15912.388] Kernel command line: root=/dev/mmcblk0p1 rootflags=noatime,nodiratime,norelatime,async quiet 1
> [ 15912.388] Build Date: 17 July 2014  11:01:50PM
> [ 15912.388] xorg-server 2:1.16.0-1 (http://www.debian.org/support)
> [ 15912.388] Current version of pixman: 0.32.4
> [ 15912.388] 	Before reporting problems, check http://wiki.x.org
> 	to make sure that you have the latest version.
> [ 15912.388] Markers: (--) probed, (**) from config file, (==) default setting,
> 	(++) from command line, (!!) notice, (II) informational,
> 	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [ 15912.389] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 24 23:15:56 2014
> [ 15912.389] (==) Using config file: "/etc/X11/xorg.conf"
> [ 15912.389] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
> [ 15912.390] (==) ServerLayout "Head0"
> [ 15912.390] (**) |-->Screen "USBout" (0)
> [ 15912.390] (**) |   |-->Monitor "AcerV193WMonitor"
> [ 15912.390] (**) |   |-->Device "DisplayLink"
> [ 15912.390] (**) |-->Screen "VGAout" (1)
> [ 15912.390] (**) |   |-->Monitor "BenqSenseyeMonitor"
> [ 15912.391] (**) |   |-->Device "IntelVideo"
> [ 15912.391] (**) Option "Xinerama" "false"
> [ 15912.391] (==) Automatically adding devices
> [ 15912.391] (==) Automatically enabling devices
> [ 15912.391] (==) Automatically adding GPU devices
> [ 15912.391] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
> [ 15912.391] 	Entry deleted from font path.
> [ 15912.391] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
> [ 15912.391] 	Entry deleted from font path.
> [ 15912.391] (==) FontPath set to:
> 	/usr/share/fonts/X11/misc,
> 	/usr/share/fonts/X11/100dpi/:unscaled,
> 	/usr/share/fonts/X11/75dpi/:unscaled,
> 	/usr/share/fonts/X11/100dpi,
> 	/usr/share/fonts/X11/75dpi,
> 	built-ins
> [ 15912.391] (==) ModulePath set to "/usr/lib/xorg/modules"
> [ 15912.391] (II) The server relies on udev to provide the list of input devices.
> 	If no devices become available, reconfigure udev or disable AutoAddDevices.
> [ 15912.391] (II) Loader magic: 0xb7772700
> [ 15912.391] (II) Module ABI versions:
> [ 15912.391] 	X.Org ANSI C Emulation: 0.4
> [ 15912.391] 	X.Org Video Driver: 18.0
> [ 15912.391] 	X.Org XInput driver : 21.0
> [ 15912.392] 	X.Org Server Extension : 8.0
> [ 15912.392] (II) xfree86: Adding drm device (/dev/dri/card0)
> [ 15912.400] (--) PCI:*(0:0:2:0) 8086:2a02:1025:011f rev 3, Mem @ 0xfc000000/1048576, 0xd0000000/268435456, I/O @ 0x00001800/8
> [ 15912.400] (--) PCI: (0:0:2:1) 8086:2a03:1025:011f rev 3, Mem @ 0xfc100000/1048576
> [ 15912.400] (II) LoadModule: "glx"
> [ 15912.401] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
> [ 15912.404] (II) Module glx: vendor="X.Org Foundation"
> [ 15912.404] 	compiled for 1.16.0, module version = 1.0.0
> [ 15912.404] 	ABI class: X.Org Server Extension, version 8.0
> [ 15912.405] (==) AIGLX enabled
> [ 15912.405] (II) LoadModule: "fbdev"
> [ 15912.405] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
> [ 15912.405] (II) Module fbdev: vendor="X.Org Foundation"
> [ 15912.405] 	compiled for 1.15.99.904, module version = 0.4.4
> [ 15912.405] 	Module class: X.Org Video Driver
> [ 15912.405] 	ABI class: X.Org Video Driver, version 18.0
> [ 15912.405] (II) LoadModule: "intel"
> [ 15912.406] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
> [ 15912.406] (II) Module intel: vendor="X.Org Foundation"
> [ 15912.406] 	compiled for 1.15.99.904, module version = 2.21.15
> [ 15912.406] 	Module class: X.Org Video Driver
> [ 15912.406] 	ABI class: X.Org Video Driver, version 18.0
> [ 15912.406] (II) FBDEV: driver for framebuffer: fbdev
> [ 15912.406] (II) intel: Driver for Intel(R) 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, HD Graphics,
> 	HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
> 	HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
> 	HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
> 	HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
> [ 15912.407] (++) using VT number 7
>
> [ 15912.425] (II) Loading sub module "fbdevhw"
> [ 15912.425] (II) LoadModule: "fbdevhw"
> [ 15912.425] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
> [ 15912.425] (II) Module fbdevhw: vendor="X.Org Foundation"
> [ 15912.425] 	compiled for 1.16.0, module version = 0.0.2
> [ 15912.425] 	ABI class: X.Org Video Driver, version 18.0
> [ 15912.425] (EE) open /dev/fb1: No such file or directory
> [ 15912.426] (WW) Falling back to old probe method for fbdev
> [ 15912.426] (II) Loading sub module "fbdevhw"
> [ 15912.426] (II) LoadModule: "fbdevhw"
> [ 15912.426] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
> [ 15912.426] (II) Module fbdevhw: vendor="X.Org Foundation"
> [ 15912.426] 	compiled for 1.16.0, module version = 0.0.2
> [ 15912.426] 	ABI class: X.Org Video Driver, version 18.0
> [ 15912.426] (EE) open /dev/fb1: No such file or directory
> [ 15912.426] (EE) Screen 0 deleted because of no matching config section.
> [ 15912.426] (II) UnloadModule: "fbdev"
> [ 15912.426] (II) UnloadSubModule: "fbdevhw"
> [ 15912.427] (**) intel(0): Depth 24, (--) framebuffer bpp 32
> [ 15912.427] (==) intel(0): RGB weight 888
> [ 15912.427] (==) intel(0): Default visual is TrueColor
> [ 15912.427] (--) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
> [ 15912.427] (**) intel(0): Relaxed fencing enabled
> [ 15912.427] (**) intel(0): Wait on SwapBuffers? enabled
> [ 15912.427] (**) intel(0): Triple buffering? enabled
> [ 15912.427] (**) intel(0): Framebuffer tiled
> [ 15912.427] (**) intel(0): Pixmaps tiled
> [ 15912.427] (**) intel(0): 3D buffers tiled
> [ 15912.427] (**) intel(0): SwapBuffers wait enabled
> [ 15912.427] (==) intel(0): video overlay key set to 0x101fe
> [ 15912.427] (II) intel(0): Output LVDS1 using monitor section LVDSout
> [ 15912.427] (**) intel(0): Option "Ignore" "True"
> [ 15912.528] (II) intel(0): Output VGA1 using monitor section BenqSenseyeMonitor
> [ 15912.528] (II) intel(0): Output TV1 has no monitor section
> [ 15912.628] (II) intel(0): EDID for output VGA1
> [ 15912.628] (II) intel(0): Manufacturer: BNQ  Model: 7811  Serial#: 21573
> [ 15912.628] (II) intel(0): Year: 2008  Week: 31
> [ 15912.628] (II) intel(0): EDID Version: 1.3
> [ 15912.628] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
> [ 15912.628] (II) intel(0): Sync:  Separate  Composite  SyncOnGreen
> [ 15912.628] (II) intel(0): Max Image Size [cm]: horiz.: 43  vert.: 27
> [ 15912.628] (II) intel(0): Gamma: 2.20
> [ 15912.628] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
> [ 15912.628] (II) intel(0): Default color space is primary color space
> [ 15912.628] (II) intel(0): First detailed timing is preferred mode
> [ 15912.628] (II) intel(0): redX: 0.649 redY: 0.338   greenX: 0.289 greenY: 0.609
> [ 15912.628] (II) intel(0): blueX: 0.146 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
> [ 15912.628] (II) intel(0): Supported established timings:
> [ 15912.628] (II) intel(0): 720x400 at 70Hz
> [ 15912.628] (II) intel(0): 640x480 at 60Hz
> [ 15912.628] (II) intel(0): 640x480 at 75Hz
> [ 15912.628] (II) intel(0): 800x600 at 60Hz
> [ 15912.628] (II) intel(0): 800x600 at 75Hz
> [ 15912.628] (II) intel(0): 832x624 at 75Hz
> [ 15912.628] (II) intel(0): 1024x768 at 60Hz
> [ 15912.628] (II) intel(0): 1024x768 at 75Hz
> [ 15912.628] (II) intel(0): 1280x1024 at 75Hz
> [ 15912.628] (II) intel(0): 1152x864 at 75Hz
> [ 15912.628] (II) intel(0): Manufacturer's mask: 0
> [ 15912.628] (II) intel(0): Supported standard timings:
> [ 15912.628] (II) intel(0): #0: hsize: 1152  vsize 720  refresh: 60  vid: 113
> [ 15912.628] (II) intel(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
> [ 15912.628] (II) intel(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
> [ 15912.628] (II) intel(0): #3: hsize: 1440  vsize 900  refresh: 75  vid: 3989
> [ 15912.629] (II) intel(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
> [ 15912.629] (II) intel(0): #5: hsize: 1440  vsize 900  refresh: 60  vid: 149
> [ 15912.629] (II) intel(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
> [ 15912.629] (II) intel(0): Supported detailed timing:
> [ 15912.629] (II) intel(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
> [ 15912.629] (II) intel(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
> [ 15912.629] (II) intel(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
> [ 15912.629] (II) intel(0): Serial No: W7805731026
> [ 15912.629] (II) intel(0): Ranges: V min: 55 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 175 MHz
> [ 15912.629] (II) intel(0): Monitor name: BenQ G2010W
> [ 15912.629] (II) intel(0): EDID (in hex):
> [ 15912.629] (II) intel(0): 	00ffffffffffff0009d1117845540000
> [ 15912.629] (II) intel(0): 	1f1201030e2b1b782e6085a6564a9c25
> [ 15912.629] (II) intel(0): 	125054a56b80710081008140950f8180
> [ 15912.629] (II) intel(0): 	9500b300010121399030621a274068b0
> [ 15912.629] (II) intel(0): 	3600da281100001c000000ff00573738
> [ 15912.629] (II) intel(0): 	30353733313032360a20000000fd0037
> [ 15912.629] (II) intel(0): 	4c1f5311000a202020202020000000fc
> [ 15912.629] (II) intel(0): 	0042656e51204732303130570a20002c
> [ 15912.629] (II) intel(0): Printing probed modes for output VGA1
> [ 15912.629] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz UeP)
> [ 15912.629] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
> [ 15912.629] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
> [ 15912.629] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
> [ 15912.629] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
> [ 15912.629] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
> [ 15912.629] (II) intel(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
> [ 15912.629] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
> [ 15912.629] (II) intel(0): Modeline "1152x720"x60.0   67.28  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.7 kHz)
> [ 15912.629] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
> [ 15912.630] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
> [ 15912.630] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
> [ 15912.630] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
> [ 15912.630] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
> [ 15912.630] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
> [ 15912.630] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
> [ 15912.630] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
> [ 15912.630] (II) intel(0): EDID for output TV1
> [ 15912.630] (II) intel(0): Printing probed modes for output TV1
> [ 15912.630] (II) intel(0): Modeline "848x480"x59.9   29.03  848 849 912 944  480 481 512 513 (30.7 kHz eP)
> [ 15912.630] (II) intel(0): Modeline "640x480"x59.9   22.63  640 641 704 736  480 481 512 513 (30.7 kHz eP)
> [ 15912.630] (II) intel(0): Modeline "1024x768"x59.9   53.77  1024 1025 1088 1120  768 769 800 801 (48.0 kHz e)
> [ 15912.630] (II) intel(0): Modeline "800x600"x59.9   34.00  800 801 864 896  600 601 632 633 (37.9 kHz e)
> [ 15912.630] (II) intel(0): Output VGA1 connected
> [ 15912.630] (II) intel(0): Output TV1 disconnected
> [ 15912.630] (II) intel(0): Using user preference for initial modes
> [ 15912.630] (II) intel(0): Output VGA1 using initial mode 1680x1050
> [ 15912.630] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
> [ 15912.630] (II) intel(0): Kernel page flipping support detected, enabling
> [ 15912.630] (==) intel(0): DPI set to (96, 96)
> [ 15912.630] (II) Loading sub module "fb"
> [ 15912.630] (II) LoadModule: "fb"
> [ 15912.631] (II) Loading /usr/lib/xorg/modules/libfb.so
> [ 15912.631] (II) Module fb: vendor="X.Org Foundation"
> [ 15912.631] 	compiled for 1.16.0, module version = 1.0.0
> [ 15912.631] 	ABI class: X.Org ANSI C Emulation, version 0.4
> [ 15912.631] (II) Loading sub module "dri2"
> [ 15912.631] (II) LoadModule: "dri2"
> [ 15912.631] (II) Module "dri2" already built-in
> [ 15912.631] (==) Depth 24 pixmap format is 32 bpp
> [ 15912.631] (II) intel(0): [DRI2] Setup complete
> [ 15912.631] (II) intel(0): [DRI2]   DRI driver: i965
> [ 15912.631] (II) intel(0): Allocated new frame buffer 1728x1050 stride 7168, tiled
> [ 15912.653] (II) UXA(0): Driver registered support for the following operations:
> [ 15912.653] (II)         solid
> [ 15912.653] (II)         copy
> [ 15912.653] (II)         composite (RENDER acceleration)
> [ 15912.653] (II)         put_image
> [ 15912.653] (II)         get_image
> [ 15912.653] (==) intel(0): Backing store enabled
> [ 15912.653] (==) intel(0): Silken mouse enabled
> [ 15912.653] (II) intel(0): Initializing HW Cursor
> [ 15912.653] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
> [ 15912.654] (==) intel(0): DPMS enabled
> [ 15912.654] (==) intel(0): Intel XvMC decoder enabled
> [ 15912.654] (II) intel(0): Set up textured video
> [ 15912.654] (II) intel(0): Set up overlay video
> [ 15912.654] (II) intel(0): [XvMC] i965_xvmc driver initialized.
> [ 15912.654] (II) intel(0): direct rendering: DRI2 Enabled
> [ 15912.654] (==) intel(0): hotplug detection: "enabled"
> [ 15913.108] (--) RandR disabled
> [ 15913.134] (II) SELinux: Disabled on system
> [ 15913.150] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
> [ 15913.150] (II) AIGLX: enabled GLX_ARB_create_context
> [ 15913.150] (II) AIGLX: enabled GLX_ARB_create_context_profile
> [ 15913.150] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
> [ 15913.150] (II) AIGLX: enabled GLX_INTEL_swap_event
> [ 15913.150] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
> [ 15913.150] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
> [ 15913.150] (II) AIGLX: enabled GLX_ARB_fbconfig_float
> [ 15913.150] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
> [ 15913.150] (II) AIGLX: Loaded and initialized i965
> [ 15913.150] (II) GLX: Initialized DRI2 GL provider for screen 0
> [ 15913.152] (II) intel(0): Setting screen physical size to 444 x 277
> [ 15913.264] (II) config/udev: Adding input device Power Button (/dev/input/event2)
> [ 15913.265] (**) Power Button: Applying InputClass "evdev keyboard catchall"
> [ 15913.265] (II) LoadModule: "evdev"
> [ 15913.265] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
> [ 15913.265] (II) Module evdev: vendor="X.Org Foundation"
> [ 15913.265] 	compiled for 1.15.99.904, module version = 2.8.2
> [ 15913.266] 	Module class: X.Org XInput Driver
> [ 15913.266] 	ABI class: X.Org XInput driver, version 21.0
> [ 15913.266] (II) Using input driver 'evdev' for 'Power Button'
> [ 15913.266] (**) Power Button: always reports core events
> [ 15913.266] (**) evdev: Power Button: Device: "/dev/input/event2"
> [ 15913.266] (--) evdev: Power Button: Vendor 0 Product 0x1
> [ 15913.266] (--) evdev: Power Button: Found keys
> [ 15913.266] (II) evdev: Power Button: Configuring as keyboard
> [ 15913.266] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
> [ 15913.266] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
> [ 15913.266] (**) Option "xkb_rules" "evdev"
> [ 15913.266] (**) Option "xkb_model" "pc104"
> [ 15913.266] (**) Option "xkb_layout" "us"
> [ 15913.335] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
> [ 15913.335] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
> [ 15913.335] (II) Using input driver 'evdev' for 'Video Bus'
> [ 15913.335] (**) Video Bus: always reports core events
> [ 15913.335] (**) evdev: Video Bus: Device: "/dev/input/event3"
> [ 15913.335] (--) evdev: Video Bus: Vendor 0 Product 0x6
> [ 15913.336] (--) evdev: Video Bus: Found keys
> [ 15913.336] (II) evdev: Video Bus: Configuring as keyboard
> [ 15913.336] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
> [ 15913.336] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
> [ 15913.336] (**) Option "xkb_rules" "evdev"
> [ 15913.336] (**) Option "xkb_model" "pc104"
> [ 15913.336] (**) Option "xkb_layout" "us"
> [ 15913.337] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
> [ 15913.337] (II) No input driver specified, ignoring this device.
> [ 15913.337] (II) This device may have been added with another device file.
> [ 15913.338] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
> [ 15913.338] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
> [ 15913.338] (II) Using input driver 'evdev' for 'Sleep Button'
> [ 15913.338] (**) Sleep Button: always reports core events
> [ 15913.338] (**) evdev: Sleep Button: Device: "/dev/input/event1"
> [ 15913.338] (--) evdev: Sleep Button: Vendor 0 Product 0x3
> [ 15913.338] (--) evdev: Sleep Button: Found keys
> [ 15913.338] (II) evdev: Sleep Button: Configuring as keyboard
> [ 15913.338] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
> [ 15913.339] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
> [ 15913.339] (**) Option "xkb_rules" "evdev"
> [ 15913.339] (**) Option "xkb_model" "pc104"
> [ 15913.339] (**) Option "xkb_layout" "us"
> [ 15913.340] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event5)
> [ 15913.341] (II) No input driver specified, ignoring this device.
> [ 15913.341] (II) This device may have been added with another device file.
> [ 15913.341] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
> [ 15913.341] (II) No input driver specified, ignoring this device.
> [ 15913.341] (II) This device may have been added with another device file.
> [ 15913.342] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event7)
> [ 15913.342] (II) No input driver specified, ignoring this device.
> [ 15913.342] (II) This device may have been added with another device file.
> [ 15913.343] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/event8)
> [ 15913.343] (**) PIXART USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
> [ 15913.343] (II) Using input driver 'evdev' for 'PIXART USB OPTICAL MOUSE'
> [ 15913.343] (**) PIXART USB OPTICAL MOUSE: always reports core events
> [ 15913.343] (**) evdev: PIXART USB OPTICAL MOUSE: Device: "/dev/input/event8"
> [ 15913.343] (--) evdev: PIXART USB OPTICAL MOUSE: Vendor 0x93a Product 0x2510
> [ 15913.343] (--) evdev: PIXART USB OPTICAL MOUSE: Found 3 mouse buttons
> [ 15913.343] (--) evdev: PIXART USB OPTICAL MOUSE: Found scroll wheel(s)
> [ 15913.343] (--) evdev: PIXART USB OPTICAL MOUSE: Found relative axes
> [ 15913.343] (--) evdev: PIXART USB OPTICAL MOUSE: Found x and y relative axes
> [ 15913.343] (II) evdev: PIXART USB OPTICAL MOUSE: Configuring as mouse
> [ 15913.343] (II) evdev: PIXART USB OPTICAL MOUSE: Adding scrollwheel support
> [ 15913.343] (**) evdev: PIXART USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
> [ 15913.343] (**) evdev: PIXART USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
> [ 15913.344] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/input/input17/event8"
> [ 15913.344] (II) XINPUT: Adding extended input device "PIXART USB OPTICAL MOUSE" (type: MOUSE, id 9)
> [ 15913.344] (II) evdev: PIXART USB OPTICAL MOUSE: initialized for relative axes.
> [ 15913.344] (**) PIXART USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1
> [ 15913.344] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration profile 0
> [ 15913.344] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
> [ 15913.345] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration threshold: 4
> [ 15913.345] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/mouse0)
> [ 15913.345] (II) No input driver specified, ignoring this device.
> [ 15913.345] (II) This device may have been added with another device file.
> [ 15913.346] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
> [ 15913.346] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
> [ 15913.346] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
> [ 15913.346] (**) AT Translated Set 2 keyboard: always reports core events
> [ 15913.346] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
> [ 15913.346] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
> [ 15913.346] (--) evdev: AT Translated Set 2 keyboard: Found keys
> [ 15913.347] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
> [ 15913.347] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
> [ 15913.347] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
> [ 15913.347] (**) Option "xkb_rules" "evdev"
> [ 15913.347] (**) Option "xkb_model" "pc104"
> [ 15913.347] (**) Option "xkb_layout" "us"
> [ 15913.348] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
> [ 15913.348] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
> [ 15913.348] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
> [ 15913.348] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
> [ 15913.348] (II) LoadModule: "synaptics"
> [ 15913.349] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
> [ 15913.349] (II) Module synaptics: vendor="X.Org Foundation"
> [ 15913.349] 	compiled for 1.15.99.904, module version = 1.8.0
> [ 15913.349] 	Module class: X.Org XInput Driver
> [ 15913.349] 	ABI class: X.Org XInput driver, version 21.0
> [ 15913.349] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
> [ 15913.350] (**) SynPS/2 Synaptics TouchPad: always reports core events
> [ 15913.350] (**) Option "Device" "/dev/input/event9"
> [ 15913.484] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 64)
> [ 15913.484] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 85)
> [ 15913.484] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
> [ 15913.484] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
> [ 15913.484] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple scroll-buttons
> [ 15913.484] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
> [ 15913.484] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
> [ 15913.484] (**) SynPS/2 Synaptics TouchPad: always reports core events
> [ 15913.520] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input9/event9"
> [ 15913.520] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
> [ 15913.520] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
> [ 15913.520] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
> [ 15913.520] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
> [ 15913.520] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
> [ 15913.520] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
> [ 15913.520] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
> [ 15913.520] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
> [ 15913.521] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
> [ 15913.521] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
> [ 15913.521] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
> [ 15913.644] (II) intel(0): EDID vendor "BNQ", prod id 30737
> [ 15913.644] (II) intel(0): Using EDID range info for horizontal sync
> [ 15913.644] (II) intel(0): Using EDID range info for vertical refresh
> [ 15913.644] (II) intel(0): Printing DDC gathered Modelines:
> [ 15913.644] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
> [ 15913.644] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
> [ 15913.644] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
> [ 15913.644] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
> [ 15913.644] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
> [ 15913.644] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
> [ 15913.644] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
> [ 15913.644] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
> [ 15913.644] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
> [ 15913.644] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
> [ 15913.644] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
> [ 15913.644] (II) intel(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz e)
> [ 15913.644] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
> [ 15913.644] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
> [ 15913.645] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
> [ 15913.645] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
> [ 15913.645] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
> [ 15913.892] (II) intel(0): Allocated new frame buffer 1472x900 stride 6144, tiled
> [ 15914.052] (II) intel(0): EDID vendor "BNQ", prod id 30737
> [ 15914.052] (II) intel(0): Using hsync ranges from config file
> [ 15914.052] (II) intel(0): Using vrefresh ranges from config file
> [ 15914.052] (II) intel(0): Printing DDC gathered Modelines:
> [ 15914.052] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
> [ 15914.052] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
> [ 15914.052] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
> [ 15914.052] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
> [ 15914.052] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
> [ 15914.052] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
> [ 15914.052] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
> [ 15914.052] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
> [ 15914.052] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
> [ 15914.053] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
> [ 15914.053] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
> [ 15914.053] (II) intel(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz e)
> [ 15914.053] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
> [ 15914.053] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
> [ 15914.053] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
> [ 15914.053] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
> [ 15914.053] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
> [ 15914.364] (II) intel(0): EDID vendor "BNQ", prod id 30737
> [ 15914.364] (II) intel(0): Using hsync ranges from config file
> [ 15914.364] (II) intel(0): Using vrefresh ranges from config file
> [ 15914.364] (II) intel(0): Printing DDC gathered Modelines:
> [ 15914.364] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
> [ 15914.364] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
> [ 15914.364] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
> [ 15914.364] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
> [ 15914.364] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
> [ 15914.364] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
> [ 15914.364] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
> [ 15914.364] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
> [ 15914.364] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
> [ 15914.364] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
> [ 15914.364] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
> [ 15914.364] (II) intel(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz e)
> [ 15914.364] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
> [ 15914.364] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
> [ 15914.364] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
> [ 15914.364] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
> [ 15914.365] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
> [ 15914.672] (II) intel(0): EDID vendor "BNQ", prod id 30737
> [ 15914.672] (II) intel(0): Using hsync ranges from config file
> [ 15914.672] (II) intel(0): Using vrefresh ranges from config file
> [ 15914.672] (II) intel(0): Printing DDC gathered Modelines:
> [ 15914.672] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
> [ 15914.672] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
> [ 15914.672] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
> [ 15914.672] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
> [ 15914.672] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
> [ 15914.672] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
> [ 15914.672] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
> [ 15914.672] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
> [ 15914.672] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
> [ 15914.672] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
> [ 15914.672] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
> [ 15914.672] (II) intel(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz e)
> [ 15914.672] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
> [ 15914.672] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
> [ 15914.672] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
> [ 15914.673] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
> [ 15914.673] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
> [ 15914.996] (II) intel(0): EDID vendor "BNQ", prod id 30737
> [ 15914.996] (II) intel(0): Using hsync ranges from config file
> [ 15914.996] (II) intel(0): Using vrefresh ranges from config file
> [ 15914.996] (II) intel(0): Printing DDC gathered Modelines:
> [ 15914.996] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
> [ 15914.996] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
> [ 15914.996] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
> [ 15914.996] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
> [ 15914.996] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
> [ 15914.996] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
> [ 15914.996] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
> [ 15914.996] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
> [ 15914.997] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
> [ 15914.997] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
> [ 15914.997] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
> [ 15914.997] (II) intel(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz e)
> [ 15914.997] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
> [ 15914.997] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
> [ 15914.997] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
> [ 15914.997] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
> [ 15914.997] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
> [ 15915.304] (II) intel(0): EDID vendor "BNQ", prod id 30737
> [ 15915.304] (II) intel(0): Using hsync ranges from config file
> [ 15915.304] (II) intel(0): Using vrefresh ranges from config file
> [ 15915.304] (II) intel(0): Printing DDC gathered Modelines:
> [ 15915.304] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
> [ 15915.304] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
> [ 15915.304] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
> [ 15915.304] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
> [ 15915.304] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
> [ 15915.304] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
> [ 15915.304] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
> [ 15915.304] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
> [ 15915.304] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
> [ 15915.304] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
> [ 15915.304] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
> [ 15915.304] (II) intel(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz e)
> [ 15915.304] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
> [ 15915.304] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
> [ 15915.304] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
> [ 15915.305] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
> [ 15915.305] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
> [ 15915.612] (II) intel(0): EDID vendor "BNQ", prod id 30737
> [ 15915.612] (II) intel(0): Using hsync ranges from config file
> [ 15915.612] (II) intel(0): Using vrefresh ranges from config file
> [ 15915.612] (II) intel(0): Printing DDC gathered Modelines:
> [ 15915.612] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
> [ 15915.612] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
> [ 15915.612] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
> [ 15915.612] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
> [ 15915.612] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
> [ 15915.612] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
> [ 15915.612] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
> [ 15915.612] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
> [ 15915.612] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
> [ 15915.612] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
> [ 15915.612] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
> [ 15915.612] (II) intel(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz e)
> [ 15915.613] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
> [ 15915.613] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
> [ 15915.613] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
> [ 15915.613] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
> [ 15915.613] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
> [ 15915.822] (II) intel(0): Allocated new frame buffer 1728x1050 stride 7168, tiled
> [ 15922.496] (II) intel(0): EDID vendor "BNQ", prod id 30737
> [ 15922.496] (II) intel(0): Using hsync ranges from config file
> [ 15922.496] (II) intel(0): Using vrefresh ranges from config file
> [ 15922.496] (II) intel(0): Printing DDC gathered Modelines:
> [ 15922.496] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
> [ 15922.496] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
> [ 15922.496] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
> [ 15922.496] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
> [ 15922.496] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
> [ 15922.496] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
> [ 15922.496] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
> [ 15922.496] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
> [ 15922.496] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
> [ 15922.496] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
> [ 15922.496] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
> [ 15922.496] (II) intel(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz e)
> [ 15922.496] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
> [ 15922.496] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
> [ 15922.496] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
> [ 15922.497] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
> [ 15922.497] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
> [ 15922.820] (II) intel(0): EDID vendor "BNQ", prod id 30737
> [ 15922.820] (II) intel(0): Using hsync ranges from config file
> [ 15922.820] (II) intel(0): Using vrefresh ranges from config file
> [ 15922.820] (II) intel(0): Printing DDC gathered Modelines:
> [ 15922.820] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
> [ 15922.820] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
> [ 15922.820] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
> [ 15922.820] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
> [ 15922.820] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
> [ 15922.820] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
> [ 15922.820] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
> [ 15922.820] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
> [ 15922.820] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
> [ 15922.820] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
> [ 15922.820] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
> [ 15922.820] (II) intel(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz e)
> [ 15922.820] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
> [ 15922.820] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
> [ 15922.820] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
> [ 15922.821] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
> [ 15922.821] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)


##
## Alternative configuration
##

 From the previous /etc/X11/xorg.conf, if I replace

> Section "ServerLayout"
>     Identifier     "Head0"
>     Screen      0  "USBout"
>     Screen      1  "VGAout" LeftOf "USBout"
>     Option         "Xinerama" "false"
> EndSection

with

> Section "ServerLayout"
>     Identifier     "Head0"
>     Screen      0  "USBout"
> EndSection
>
> Section "ServerLayout"
>     Identifier     "Head1"
>     Screen      0  "VGAout"
> EndSection

I am able to get both monitors working at the same time, but each one 
runs its own independent X session. This is troublesome because windows 
can't be dragged across the monitors and the clipboard is not shared.
Whith this setup, I am also unable to join the two screens with xrandr, 
because xrandr fails to detect the DisplayLink device:

##
## xrandr run on monitor attached to DisplayLink adapter:
##

> davide at RAM:~$ xrandr --listproviders
> Providers: number : 0
>
> davide at RAM:~$ xrandr
> xrandr: Failed to get size of gamma for output default
> Screen 0: minimum 1440 x 900, current 1440 x 900, maximum 1440 x 900
> default connected 1440x900+0+0 0mm x 0mm
>    1440x900      60.00*

##
## xrandr run from monitor attached to notebook's i915 integrated card,
## via VGA port:
##

> davide at RAM:~$ xrandr --listproviders
> Providers: number : 1
> Provider 0: id: 0x43 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 2 outputs: 2 associated providers: 0 name:Intel
>
> davide at RAM:~$ xrandr
>
> Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192
> VGA1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
>    1680x1050     59.95*+
>    1280x1024     75.02    60.02
>    1440x900      74.98    59.89
>    1280x960      60.00
>    1280x800      59.81
>    1152x864      75.00
>    1152x720      59.97
>    1024x768      75.08    60.00
>    832x624       74.55
>    800x600       75.00    60.32
>    640x480       75.00    60.00
>    720x400       70.08
> TV1 disconnected (normal left inverted right x axis y axis)


-- Davide


More information about the xorg mailing list