DisplayLink / evdi

Extensible Virtual Display Interface
MIT License
709 stars 184 forks source link

evdi dmesg as the mouse scrolls by different windows #100

Closed b3nto closed 5 years ago

b3nto commented 7 years ago

Was able to get mutiple monitors to work, but after usage it seems to freeze. Noticed that dmesg says collapse_dirty_rect:102 when the mouse scroll by different windows. It seems for some reason to extend the amount of usage time if the monitor layout is: [1][0][2] Instead of other monitor settings like [1][2] [0] Reading source code :

static int evdi_handle_damage(struct evdi_framebuffer fb, int x, int y, int width, int height) { const struct drm_clip_rect dirty_rect = { x, y, x + width, y + height }; const struct drm_clip_rect rect = evdi_framebuffer_sanitize_rect(fb, &dirty_rect); struct drm_device dev = fb->base.dev; struct evdi_device *evdi = dev->dev_private;

EVDI_CHECKPT();

if (!fb->active)
    return 0;
evdi_painter_set_new_scanout_buffer(evdi, fb);
evdi_painter_commit_scanout_buffer(evdi);
evdi_painter_mark_dirty(evdi, &rect);

return 0;

} static void collapse_dirty_rects(struct drm_clip_rect rects, int count) { int i;

EVDI_CHECKPT();
EVDI_WARN("Not enough space for clip rects! Rects will be collapsed"); 

//Suggestiong remove line since the buffer size is always = to dirty rects on mouse move or buffer change for (i = 1; i < *count; ++i) expand_rect(&rects[0], &rects[i]);

*count = 1;

}

running on :

running xfce4.12 kernel 4.12.10-1-ARCH evdi-1.4.12 xf86-video-intel 1:2.99.917+781+gc8990575-1

/usr/share/X11/xorg.conf.d/20-intel.conf Section "Device" Identifier "Intel" Driver "intel" Option "PageFlip" "false" Option "AccelMethod" "sna" Option "DRI" "2" Option "TearFree" "true" Option "TripleBuffer" "true" Option "MigrationHeuristic" "greedy" Option "Tiling" "false" Option "ExaNoComposite" "false"
EndSection

Section "Screen" Identifier "My Screen" Device "Intel" EndSection

.local/share/xorg/Xorg.0.log [ 29.277] X.Org X Server 1.19.3 Release Date: 2017-03-15 [ 29.277] X Protocol Version 11, Revision 0 [ 29.277] Build Operating System: Linux 4.12.5-1-ARCH x86_64 [ 29.277] Current Operating System: Linux rzrlap 4.12.10-1-ARCH #1 SMP PREEMPT Wed Aug 30 12:18:42 CEST 2017 x86_64 [ 29.277] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID="b08f0dd1-ce9a-48c7-9e48-1643dadc1444" rw [ 29.278] Build Date: 13 August 2017 09:37:50PM [ 29.278]
[ 29.278] Current version of pixman: 0.34.0 [ 29.278] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 29.278] Markers: (--) probed, () from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 29.278] (==) Log file: "/home/b3nt0/.local/share/xorg/Xorg.0.log", Time: Wed Sep 6 14:44:39 2017 [ 29.281] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 29.281] (==) No Layout section. Using the first Screen section. [ 29.281] () |-->Screen "My Screen" (0) [ 29.281] () | |-->Monitor "" [ 29.281] () | |-->Device "Intel" [ 29.281] (==) No monitor specified for screen "My Screen". Using a default monitor configuration. [ 29.282] (==) Automatically adding devices [ 29.282] (==) Automatically enabling devices [ 29.282] (==) Automatically adding GPU devices [ 29.282] (==) Automatically binding GPU devices [ 29.282] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 29.284] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 29.284] Entry deleted from font path. [ 29.284] (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 29.284] (==) ModulePath set to "/usr/lib/xorg/modules" [ 29.284] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 29.284] (II) Loader magic: 0x556fe43eed40 [ 29.284] (II) Module ABI versions: [ 29.284] X.Org ANSI C Emulation: 0.4 [ 29.284] X.Org Video Driver: 23.0 [ 29.284] X.Org XInput driver : 24.1 [ 29.284] X.Org Server Extension : 10.0 [ 29.285] (++) using VT number 1

[ 29.285] (--) controlling tty is VT number 1, auto-enabling KeepTty [ 29.286] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1 [ 29.286] (II) xfree86: Adding drm device (/dev/dri/card0) [ 29.287] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0 [ 29.288] (--) PCI:*(0:0:2:0) 8086:0416:8086:0416 rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072 [ 29.288] (--) PCI: (0:1:0:0) 10de:11e2:1b61:2007 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288 [ 29.288] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) [ 29.288] (II) LoadModule: "glx" [ 29.289] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 29.295] (II) Module glx: vendor="X.Org Foundation" [ 29.295] compiled for 1.19.3, module version = 1.0.0 [ 29.295] ABI class: X.Org Server Extension, version 10.0 [ 29.295] (II) LoadModule: "intel" [ 29.296] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 29.298] (II) Module intel: vendor="X.Org Foundation" [ 29.298] compiled for 1.19.3, module version = 2.99.917 [ 29.298] Module class: X.Org Video Driver [ 29.298] ABI class: X.Org Video Driver, version 23.0 [ 29.298] (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 [ 29.298] (II) intel: Driver for Intel(R) HD Graphics [ 29.298] (II) intel: Driver for Intel(R) Iris(TM) Graphics [ 29.298] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics [ 29.298] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted) [ 29.299] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20170403 [ 29.299] (II) intel(0): SNA compiled from 2.99.917-781-gc8990575 [ 29.299] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 29.300] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600 [ 29.300] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads [ 29.300] (II) intel(0): Creating default Display subsection in Screen section "My Screen" for depth/fbbpp 24/32 [ 29.300] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 29.300] (==) intel(0): RGB weight 888 [ 29.300] (==) intel(0): Default visual is TrueColor [ 29.300] () intel(0): Option "AccelMethod" "sna" [ 29.300] () intel(0): Option "DRI" "2" [ 29.300] () intel(0): Option "Tiling" "false" [ 29.300] () intel(0): Option "PageFlip" "false" [ 29.300] () intel(0): Option "TripleBuffer" "true" [ 29.300] () intel(0): Option "TearFree" "true" [ 29.300] (II) intel(0): Output eDP1 has no monitor section [ 29.301] () intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1 [ 29.301] (II) intel(0): Enabled output eDP1 [ 29.301] (II) intel(0): Output VGA1 has no monitor section [ 29.301] (II) intel(0): Enabled output VGA1 [ 29.301] (II) intel(0): Output HDMI1 has no monitor section [ 29.301] (II) intel(0): Enabled output HDMI1 [ 29.301] (--) intel(0): Using a maximum size of 256x256 for hardware cursors [ 29.301] (II) intel(0): Output VIRTUAL1 has no monitor section [ 29.301] (II) intel(0): Enabled output VIRTUAL1 [ 29.301] (--) intel(0): Output eDP1 using initial mode 1600x900 on pipe 0 [ 29.301] (--) intel(0): TearFree disabled [ 29.301] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) [ 29.301] (==) intel(0): DPI set to (96, 96) [ 29.301] (II) Loading sub module "dri3" [ 29.301] (II) LoadModule: "dri3" [ 29.301] (II) Module "dri3" already built-in [ 29.301] (II) Loading sub module "dri2" [ 29.301] (II) LoadModule: "dri2" [ 29.301] (II) Module "dri2" already built-in [ 29.301] (II) Loading sub module "present" [ 29.301] (II) LoadModule: "present" [ 29.301] (II) Module "present" already built-in [ 29.301] (==) Depth 24 pixmap format is 32 bpp [ 29.303] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend [ 29.303] (==) intel(0): Backing store enabled [ 29.303] (==) intel(0): Silken mouse enabled [ 29.304] (II) intel(0): HW Cursor enabled [ 29.304] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 29.304] (==) intel(0): DPMS enabled [ 29.304] (==) intel(0): Display hotplug detection enabled [ 29.304] (II) intel(0): [DRI2] Setup complete [ 29.304] (II) intel(0): [DRI2] DRI driver: i965 [ 29.304] (II) intel(0): [DRI2] VDPAU driver: va_gl [ 29.304] (II) intel(0): direct rendering: DRI2 enabled [ 29.304] (II) intel(0): hardware support for Present enabled [ 29.304] (WW) intel(0): Option "MigrationHeuristic" is not used [ 29.304] (WW) intel(0): Option "ExaNoComposite" is not used [ 29.304] (--) RandR disabled [ 29.325] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 29.326] (II) AIGLX: enabled GLX_ARB_create_context [ 29.326] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 29.326] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile [ 29.326] (II) AIGLX: enabled GLX_INTEL_swap_event [ 29.326] (II) AIGLX: enabled GLX_SGI_swap_control [ 29.326] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 29.326] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 29.326] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float [ 29.326] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 29.326] (II) AIGLX: enabled GLX_ARB_create_context_robustness [ 29.326] (II) AIGLX: Loaded and initialized i965 [ 29.326] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 29.328] (II) intel(0): switch to mode 1600x900@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none [ 29.329] (II) intel(0): Setting screen physical size to 423 x 238 [ 29.398] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 29.398] () Power Button: Applying InputClass "libinput keyboard catchall" [ 29.398] (II) LoadModule: "libinput" [ 29.398] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so [ 29.402] (II) Module libinput: vendor="X.Org Foundation" [ 29.402] compiled for 1.19.3, module version = 0.25.1 [ 29.402] Module class: X.Org XInput Driver [ 29.402] ABI class: X.Org XInput driver, version 24.1 [ 29.402] (II) Using input driver 'libinput' for 'Power Button' [ 29.402] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 21 paused 0 [ 29.402] () Power Button: always reports core events [ 29.402] () Option "Device" "/dev/input/event3" [ 29.402] () Option "_source" "server/udev" [ 29.402] (II) event3 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 29.402] (II) event3 - (II) Power Button: (II) device is a keyboard [ 29.402] (II) event3 - (II) Power Button: (II) device removed [ 29.402] () Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3" [ 29.402] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 29.403] (II) event3 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 29.403] (II) event3 - (II) Power Button: (II) device is a keyboard [ 29.403] (II) config/udev: Adding input device Video Bus (/dev/input/event8) [ 29.403] () Video Bus: Applying InputClass "libinput keyboard catchall" [ 29.403] (II) Using input driver 'libinput' for 'Video Bus' [ 29.404] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 24 paused 0 [ 29.404] () Video Bus: always reports core events [ 29.404] () Option "Device" "/dev/input/event8" [ 29.404] () Option "_source" "server/udev" [ 29.404] (II) event8 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 29.404] (II) event8 - (II) Video Bus: (II) device is a keyboard [ 29.404] (II) event8 - (II) Video Bus: (II) device removed [ 29.404] () Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10/event8" [ 29.404] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 29.404] (II) event8 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 29.404] (II) event8 - (II) Video Bus: (II) device is a keyboard [ 29.405] (II) config/udev: Adding input device Video Bus (/dev/input/event7) [ 29.405] () Video Bus: Applying InputClass "libinput keyboard catchall" [ 29.405] (II) Using input driver 'libinput' for 'Video Bus' [ 29.405] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 25 paused 0 [ 29.405] () Video Bus: always reports core events [ 29.405] () Option "Device" "/dev/input/event7" [ 29.405] () Option "_source" "server/udev" [ 29.405] (II) event7 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 29.405] (II) event7 - (II) Video Bus: (II) device is a keyboard [ 29.405] (II) event7 - (II) Video Bus: (II) device removed [ 29.405] () Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:62/LNXVIDEO:00/input/input9/event7" [ 29.405] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8) [ 29.406] (II) event7 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 29.406] (II) event7 - (II) Video Bus: (II) device is a keyboard [ 29.406] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 29.406] () Power Button: Applying InputClass "libinput keyboard catchall" [ 29.406] (II) Using input driver 'libinput' for 'Power Button' [ 29.406] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 26 paused 0 [ 29.406] () Power Button: always reports core events [ 29.406] () Option "Device" "/dev/input/event1" [ 29.406] () Option "_source" "server/udev" [ 29.406] (II) event1 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 29.406] (II) event1 - (II) Power Button: (II) device is a keyboard [ 29.407] (II) event1 - (II) Power Button: (II) device removed [ 29.407] () Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event1" [ 29.407] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9) [ 29.407] (II) event1 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 29.407] (II) event1 - (II) Power Button: (II) device is a keyboard [ 29.407] (II) config/udev: Adding input device Lid Switch (/dev/input/event2) [ 29.407] (II) No input driver specified, ignoring this device. [ 29.407] (II) This device may have been added with another device file. [ 29.407] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event9) [ 29.407] (II) No input driver specified, ignoring this device. [ 29.407] (II) This device may have been added with another device file. [ 29.407] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event10) [ 29.407] (II) No input driver specified, ignoring this device. [ 29.407] (II) This device may have been added with another device file. [ 29.408] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event11) [ 29.408] (II) No input driver specified, ignoring this device. [ 29.408] (II) This device may have been added with another device file. [ 29.408] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event12) [ 29.408] (II) No input driver specified, ignoring this device. [ 29.408] (II) This device may have been added with another device file. [ 29.408] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event13) [ 29.408] (II) No input driver specified, ignoring this device. [ 29.408] (II) This device may have been added with another device file. [ 29.408] (II) config/udev: Adding input device HD WebCam (/dev/input/event16) [ 29.408] () HD WebCam: Applying InputClass "libinput keyboard catchall" [ 29.408] (II) Using input driver 'libinput' for 'HD WebCam' [ 29.409] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 27 paused 0 [ 29.409] () HD WebCam: always reports core events [ 29.409] () Option "Device" "/dev/input/event16" [ 29.409] () Option "_source" "server/udev" [ 29.409] (II) event16 - (II) HD WebCam: (II) is tagged by udev as: Keyboard [ 29.409] (II) event16 - (II) HD WebCam: (II) device is a keyboard [ 29.409] (II) event16 - (II) HD WebCam: (II) device removed [ 29.409] () Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/input/input19/event16" [ 29.409] (II) XINPUT: Adding extended input device "HD WebCam" (type: KEYBOARD, id 10) [ 29.409] (II) event16 - (II) HD WebCam: (II) is tagged by udev as: Keyboard [ 29.409] (II) event16 - (II) HD WebCam: (II) device is a keyboard [ 29.410] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event14) [ 29.410] () Logitech Gaming Mouse G502: Applying InputClass "libinput pointer catchall" [ 29.410] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502' [ 29.467] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 28 paused 0 [ 29.467] () Logitech Gaming Mouse G502: always reports core events [ 29.467] () Option "Device" "/dev/input/event14" [ 29.467] () Option "_source" "server/udev" [ 29.467] (II) event14 - (II) Logitech Gaming Mouse G502: (II) is tagged by udev as: Mouse [ 29.467] (II) event14 - (II) Logitech Gaming Mouse G502: (II) device is a pointer [ 29.467] (II) event14 - (II) Logitech Gaming Mouse G502: (II) device removed [ 29.467] () Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:046D:C07D.0001/input/input16/event14" [ 29.467] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 11) [ 29.468] () Option "AccelerationScheme" "none" [ 29.468] () Logitech Gaming Mouse G502: (accel) selected scheme none/0 [ 29.468] () Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000 [ 29.468] () Logitech Gaming Mouse G502: (accel) acceleration threshold: 4 [ 29.468] (II) event14 - (II) Logitech Gaming Mouse G502: (II) is tagged by udev as: Mouse [ 29.468] (II) event14 - (II) Logitech Gaming Mouse G502: (II) device is a pointer [ 29.469] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/mouse0) [ 29.469] (II) No input driver specified, ignoring this device. [ 29.469] (II) This device may have been added with another device file. [ 29.469] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event15) [ 29.469] () Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall" [ 29.469] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502' [ 29.470] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 29 paused 0 [ 29.470] () Logitech Gaming Mouse G502: always reports core events [ 29.470] () Option "Device" "/dev/input/event15" [ 29.470] () Option "_source" "server/udev" [ 29.471] (II) event15 - (II) Logitech Gaming Mouse G502: (II) is tagged by udev as: Keyboard [ 29.471] (II) event15 - (II) Logitech Gaming Mouse G502: (II) device is a keyboard [ 29.471] (II) event15 - (II) Logitech Gaming Mouse G502: (II) device removed [ 29.471] (II) libinput: Logitech Gaming Mouse G502: needs a virtual subdevice [ 29.471] () Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:046D:C07D.0002/input/input17/event15" [ 29.471] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 12) [ 29.471] () Option "AccelerationScheme" "none" [ 29.471] () Logitech Gaming Mouse G502: (accel) selected scheme none/0 [ 29.471] () Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000 [ 29.471] () Logitech Gaming Mouse G502: (accel) acceleration threshold: 4 [ 29.471] (II) event15 - (II) Logitech Gaming Mouse G502: (II) is tagged by udev as: Keyboard [ 29.471] (II) event15 - (II) Logitech Gaming Mouse G502: (II) device is a keyboard [ 29.472] (II) config/udev: Adding input device Synaptics s3203 (/dev/input/event17) [ 29.472] () Synaptics s3203: Applying InputClass "libinput touchpad catchall" [ 29.472] (II) Using input driver 'libinput' for 'Synaptics s3203' [ 29.527] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 30 paused 0 [ 29.527] () Synaptics s3203: always reports core events [ 29.527] () Option "Device" "/dev/input/event17" [ 29.527] () Option "_source" "server/udev" [ 29.527] (II) event17 - (II) Synaptics s3203: (II) is tagged by udev as: Touchpad [ 29.527] (II) event17 - (II) Synaptics s3203: (II) no resolution or size hints, assuming a size of 69x50mm [ 29.527] (II) event17 - (II) Synaptics s3203: (II) device is a touchpad [ 29.527] (II) event17 - (II) Synaptics s3203: (II) device removed [ 29.527] () Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/0003:1532:011D.0003/input/input18/event17" [ 29.527] (II) XINPUT: Adding extended input device "Synaptics s3203" (type: TOUCHPAD, id 13) [ 29.527] () Option "AccelerationScheme" "none" [ 29.527] () Synaptics s3203: (accel) selected scheme none/0 [ 29.527] () Synaptics s3203: (accel) acceleration factor: 2.000 [ 29.527] () Synaptics s3203: (accel) acceleration threshold: 4 [ 29.528] (II) event17 - (II) Synaptics s3203: (II) is tagged by udev as: Touchpad [ 29.528] (II) event17 - (II) Synaptics s3203: (II) no resolution or size hints, assuming a size of 69x50mm [ 29.528] (II) event17 - (II) Synaptics s3203: (II) device is a touchpad [ 29.528] (II) config/udev: Adding input device Synaptics s3203 (/dev/input/mouse1) [ 29.528] (II) No input driver specified, ignoring this device. [ 29.528] (II) This device may have been added with another device file. [ 29.528] (II) config/udev: Adding input device Razer Razer Blade (/dev/input/event18) [ 29.528] () Razer Razer Blade: Applying InputClass "libinput keyboard catchall" [ 29.528] (II) Using input driver 'libinput' for 'Razer Razer Blade' [ 29.529] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 31 paused 0 [ 29.529] () Razer Razer Blade: always reports core events [ 29.529] () Option "Device" "/dev/input/event18" [ 29.529] () Option "_source" "server/udev" [ 29.530] (II) event18 - (II) Razer Razer Blade: (II) is tagged by udev as: Keyboard [ 29.530] (II) event18 - (II) Razer Razer Blade: (II) device is a keyboard [ 29.530] (II) event18 - (II) Razer Razer Blade: (II) device removed [ 29.530] (II) libinput: Razer Razer Blade: needs a virtual subdevice [ 29.530] () Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.1/0003:1532:011D.0004/input/input20/event18" [ 29.530] (II) XINPUT: Adding extended input device "Razer Razer Blade" (type: MOUSE, id 14) [ 29.530] () Option "AccelerationScheme" "none" [ 29.530] () Razer Razer Blade: (accel) selected scheme none/0 [ 29.530] () Razer Razer Blade: (accel) acceleration factor: 2.000 [ 29.530] () Razer Razer Blade: (accel) acceleration threshold: 4 [ 29.530] (II) event18 - (II) Razer Razer Blade: (II) is tagged by udev as: Keyboard [ 29.530] (II) event18 - (II) Razer Razer Blade: (II) device is a keyboard [ 29.531] (II) config/udev: Adding input device Razer Razer Blade (/dev/input/event19) [ 29.531] () Razer Razer Blade: Applying InputClass "libinput keyboard catchall" [ 29.531] (II) Using input driver 'libinput' for 'Razer Razer Blade' [ 29.532] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 32 paused 0 [ 29.532] () Razer Razer Blade: always reports core events [ 29.532] () Option "Device" "/dev/input/event19" [ 29.532] () Option "_source" "server/udev" [ 29.532] (II) event19 - (II) Razer Razer Blade: (II) is tagged by udev as: Keyboard [ 29.532] (II) event19 - (II) Razer Razer Blade: (II) device is a keyboard [ 29.532] (II) event19 - (II) Razer Razer Blade: (II) device removed [ 29.532] () Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.2/0003:1532:011D.0005/input/input21/event19" [ 29.532] (II) XINPUT: Adding extended input device "Razer Razer Blade" (type: KEYBOARD, id 15) [ 29.533] (II) event19 - (II) Razer Razer Blade: (II) is tagged by udev as: Keyboard [ 29.533] (II) event19 - (II) Razer Razer Blade: (II) device is a keyboard [ 29.534] (II) config/udev: Adding input device Razer Razer Blade (/dev/input/event20) [ 29.534] () Razer Razer Blade: Applying InputClass "libinput pointer catchall" [ 29.534] (II) Using input driver 'libinput' for 'Razer Razer Blade' [ 29.590] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 33 paused 0 [ 29.590] () Razer Razer Blade: always reports core events [ 29.590] () Option "Device" "/dev/input/event20" [ 29.590] () Option "_source" "server/udev" [ 29.591] (II) event20 - (II) Razer Razer Blade: (II) is tagged by udev as: Mouse [ 29.591] (II) event20 - (II) Razer Razer Blade: (II) device is a pointer [ 29.591] (II) event20 - (II) Razer Razer Blade: (II) device removed [ 29.591] () Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.3/0003:1532:011D.0006/input/input22/event20" [ 29.591] (II) XINPUT: Adding extended input device "Razer Razer Blade" (type: MOUSE, id 16) [ 29.591] () Option "AccelerationScheme" "none" [ 29.591] () Razer Razer Blade: (accel) selected scheme none/0 [ 29.591] () Razer Razer Blade: (accel) acceleration factor: 2.000 [ 29.591] () Razer Razer Blade: (accel) acceleration threshold: 4 [ 29.592] (II) event20 - (II) Razer Razer Blade: (II) is tagged by udev as: Mouse [ 29.592] (II) event20 - (II) Razer Razer Blade: (II) device is a pointer [ 29.592] (II) config/udev: Adding input device Razer Razer Blade (/dev/input/mouse2) [ 29.592] (II) No input driver specified, ignoring this device. [ 29.592] (II) This device may have been added with another device file. [ 29.593] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event5) [ 29.593] (II) No input driver specified, ignoring this device. [ 29.593] (II) This device may have been added with another device file. [ 29.593] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6) [ 29.593] (II) No input driver specified, ignoring this device. [ 29.593] (II) This device may have been added with another device file. [ 29.593] (II) config/udev: Adding drm device (/dev/dri/card1) [ 29.593] (II) xfree86: Adding drm device (/dev/dri/card1) [ 29.594] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 34 paused 0 [ 29.594] (II) LoadModule: "modesetting" [ 29.594] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 29.596] (II) Module modesetting: vendor="X.Org Foundation" [ 29.596] compiled for 1.19.3, module version = 1.19.3 [ 29.596] Module class: X.Org Video Driver [ 29.596] ABI class: X.Org Video Driver, version 23.0 [ 29.596] (II) modeset(G0): using drv /dev/dri/card1 [ 29.596] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32 [ 29.596] (==) modeset(G0): RGB weight 888 [ 29.596] (==) modeset(G0): Default visual is TrueColor [ 29.596] (II) Loading sub module "glamoregl" [ 29.596] (II) LoadModule: "glamoregl" [ 29.596] (II) Loading /usr/lib/xorg/modules/libglamoregl.so [ 29.600] (II) Module glamoregl: vendor="X.Org Foundation" [ 29.600] compiled for 1.19.3, module version = 1.0.0 [ 29.600] ABI class: X.Org ANSI C Emulation, version 0.4 [ 29.600] (II) glamor: OpenGL accelerated X.org driver based. [ 29.709] (II) glamor: EGL version 1.4 (DRI2): [ 29.709] EGL_MESA_drm_image required. [ 29.710] (EE) modeset(G0): glamor initialization failed [ 29.710] (II) modeset(G0): ShadowFB: preferred NO, enabled NO [ 29.710] (II) modeset(G0): Output DVI-I-1-1 has no monitor section [ 29.710] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0) [ 29.710] (==) modeset(G0): DPI set to (96, 96) [ 29.710] (II) Loading sub module "fb" [ 29.710] (II) LoadModule: "fb" [ 29.710] (II) Loading /usr/lib/xorg/modules/libfb.so [ 29.711] (II) Module fb: vendor="X.Org Foundation" [ 29.711] compiled for 1.19.3, module version = 1.0.0 [ 29.711] ABI class: X.Org ANSI C Emulation, version 0.4 [ 29.711] (==) modeset(G0): Backing store enabled [ 29.711] (==) modeset(G0): Silken mouse enabled [ 29.711] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 29.711] (==) modeset(G0): DPMS enabled [ 29.714] (II) modeset(G0): Damage tracking initialized [ 29.714] xf86: found device 2 [ 29.714] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0) [ 29.714] () AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall" [ 29.714] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard' [ 29.714] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 36 paused 0 [ 29.714] () AT Translated Set 2 keyboard: always reports core events [ 29.714] () Option "Device" "/dev/input/event0" [ 29.714] () Option "_source" "server/udev" [ 29.715] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard [ 29.715] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard [ 29.715] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device removed [ 29.715] () Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0" [ 29.715] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17) [ 29.715] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard [ 29.715] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard [ 29.715] (II) config/udev: Adding input device PC Speaker (/dev/input/event4) [ 29.715] (II) No input driver specified, ignoring this device. [ 29.715] (II) This device may have been added with another device file. [ 29.729] () Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall" [ 29.729] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502' [ 29.729] (II) systemd-logind: returning pre-existing fd for /dev/input/event15 13:79 [ 29.729] () Logitech Gaming Mouse G502: always reports core events [ 29.729] () Option "Device" "/dev/input/event15" [ 29.729] () Option "_source" "_driver/libinput" [ 29.729] (II) libinput: Logitech Gaming Mouse G502: is a virtual subdevice [ 29.729] () Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:046D:C07D.0002/input/input17/event15" [ 29.729] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: KEYBOARD, id 18) [ 29.729] () Razer Razer Blade: Applying InputClass "libinput keyboard catchall" [ 29.729] (II) Using input driver 'libinput' for 'Razer Razer Blade' [ 29.729] (II) systemd-logind: returning pre-existing fd for /dev/input/event18 13:82 [ 29.729] () Razer Razer Blade: always reports core events [ 29.729] () Option "Device" "/dev/input/event18" [ 29.729] () Option "_source" "_driver/libinput" [ 29.729] (II) libinput: Razer Razer Blade: is a virtual subdevice [ 29.729] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.1/0003:1532:011D.0004/input/input20/event18" [ 29.729] (II) XINPUT: Adding extended input device "Razer Razer Blade" (type: KEYBOARD, id 19) [ 29.729] (II) config/udev: removing GPU device /sys/devices/platform/evdi.0/drm/card1 /dev/dri/card1 [ 29.729] xf86: remove device 1 /sys/devices/platform/evdi.0/drm/card1 [ 29.730] (II) UnloadModule: "modesetting" [ 29.730] (II) UnloadSubModule: "fb" [ 29.730] (II) Unloading fb [ 29.730] (II) UnloadSubModule: "glamoregl" [ 29.730] (II) Unloading glamoregl [ 29.730] (II) systemd-logind: releasing fd for 226:1 [ 29.730] (II) config/udev: Adding drm device (/dev/dri/card1) [ 29.730] (II) xfree86: Adding drm device (/dev/dri/card1) [ 29.731] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 23 paused 0 [ 29.731] (II) LoadModule: "modesetting" [ 29.731] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 29.731] (II) Module modesetting: vendor="X.Org Foundation" [ 29.731] compiled for 1.19.3, module version = 1.19.3 [ 29.731] Module class: X.Org Video Driver [ 29.731] ABI class: X.Org Video Driver, version 23.0 [ 29.731] (II) UnloadModule: "modesetting" [ 29.731] (II) Unloading modesetting [ 29.731] (II) Failed to load module "modesetting" (already loaded, 32767) [ 29.731] (II) modeset(G0): using drv /dev/dri/card1 [ 29.731] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32 [ 29.731] (==) modeset(G0): RGB weight 888 [ 29.731] (==) modeset(G0): Default visual is TrueColor [ 29.731] (II) Loading sub module "glamoregl" [ 29.731] (II) LoadModule: "glamoregl" [ 29.731] (II) Loading /usr/lib/xorg/modules/libglamoregl.so [ 29.731] (II) Module glamoregl: vendor="X.Org Foundation" [ 29.731] compiled for 1.19.3, module version = 1.0.0 [ 29.731] ABI class: X.Org ANSI C Emulation, version 0.4 [ 29.731] (II) glamor: OpenGL accelerated X.org driver based. [ 29.734] (II) glamor: EGL version 1.4 (DRI2): [ 29.734] EGL_MESA_drm_image required. [ 29.734] (EE) modeset(G0): glamor initialization failed [ 29.734] (II) modeset(G0): ShadowFB: preferred NO, enabled NO [ 29.735] (II) modeset(G0): Output DVI-I-1-1 has no monitor section [ 29.735] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0) [ 29.735] (==) modeset(G0): DPI set to (96, 96) [ 29.735] (II) Loading sub module "fb" [ 29.735] (II) LoadModule: "fb" [ 29.735] (II) Loading /usr/lib/xorg/modules/libfb.so [ 29.735] (II) Module fb: vendor="X.Org Foundation" [ 29.735] compiled for 1.19.3, module version = 1.0.0 [ 29.735] ABI class: X.Org ANSI C Emulation, version 0.4 [ 29.735] (==) modeset(G0): Backing store enabled [ 29.735] (==) modeset(G0): Silken mouse enabled [ 29.735] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 29.735] (==) modeset(G0): DPMS enabled [ 29.739] (II) modeset(G0): Damage tracking initialized [ 29.739] xf86: found device 2 [ 29.837] (II) config/udev: removing GPU device /sys/devices/platform/evdi.1/drm/card2 /dev/dri/card2 [ 29.837] (II) config/udev: Adding drm device (/dev/dri/card2) [ 29.837] (II) xfree86: Adding drm device (/dev/dri/card2) [ 29.838] (II) systemd-logind: got fd for /dev/dri/card2 226:2 fd 38 paused 0 [ 29.838] (II) LoadModule: "modesetting" [ 29.838] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 29.838] (II) Module modesetting: vendor="X.Org Foundation" [ 29.838] compiled for 1.19.3, module version = 1.19.3 [ 29.838] Module class: X.Org Video Driver [ 29.838] ABI class: X.Org Video Driver, version 23.0 [ 29.838] (II) UnloadModule: "modesetting" [ 29.838] (II) Unloading modesetting [ 29.838] (II) Failed to load module "modesetting" (already loaded, 32767) [ 29.838] (II) modeset(G1): using drv /dev/dri/card2 [ 29.838] (==) modeset(G1): Depth 24, (==) framebuffer bpp 32 [ 29.838] (==) modeset(G1): RGB weight 888 [ 29.838] (==) modeset(G1): Default visual is TrueColor [ 29.838] (II) Loading sub module "glamoregl" [ 29.838] (II) LoadModule: "glamoregl" [ 29.838] (II) Loading /usr/lib/xorg/modules/libglamoregl.so [ 29.838] (II) Module glamoregl: vendor="X.Org Foundation" [ 29.838] compiled for 1.19.3, module version = 1.0.0 [ 29.838] ABI class: X.Org ANSI C Emulation, version 0.4 [ 29.838] (II) glamor: OpenGL accelerated X.org driver based. [ 29.840] (II) glamor: EGL version 1.4 (DRI2): [ 29.840] EGL_MESA_drm_image required. [ 29.840] (EE) modeset(G1): glamor initialization failed [ 29.840] (II) modeset(G1): ShadowFB: preferred NO, enabled NO [ 29.840] (II) modeset(G1): Output DVI-I-2-2 has no monitor section [ 29.840] (==) modeset(G1): Using gamma correction (1.0, 1.0, 1.0) [ 29.840] (==) modeset(G1): DPI set to (96, 96) [ 29.840] (II) Loading sub module "fb" [ 29.840] (II) LoadModule: "fb" [ 29.841] (II) Loading /usr/lib/xorg/modules/libfb.so [ 29.841] (II) Module fb: vendor="X.Org Foundation" [ 29.841] compiled for 1.19.3, module version = 1.0.0 [ 29.841] ABI class: X.Org ANSI C Emulation, version 0.4 [ 29.841] (==) modeset(G1): Backing store enabled [ 29.841] (==) modeset(G1): Silken mouse enabled [ 29.841] (II) modeset(G1): RandR 1.2 enabled, ignore the following RandR disabled message. [ 29.841] (==) modeset(G1): DPMS enabled [ 29.843] (II) modeset(G1): Damage tracking initialized [ 29.843] xf86: found device 3 [ 30.383] (II) intel(0): EDID vendor "AUO", prod id 4158 [ 30.383] (II) intel(0): Printing DDC gathered Modelines: [ 30.383] (II) intel(0): Modeline "1600x900"x0.0 114.00 1600 1664 1706 2016 900 903 906 942 +hsync -vsync (56.5 kHz eP) [ 30.383] (II) intel(0): Modeline "1600x900"x0.0 76.00 1600 1664 1706 2016 900 903 906 942 +hsync -vsync (37.7 kHz e) [ 63.363] (II) intel(0): resizing framebuffer to 1920x1080 [ 63.399] randr: falling back to unsynchronized pixmap sharing [ 63.482] randr: falling back to unsynchronized pixmap sharing [ 99.812] (II) intel(0): resizing framebuffer to 4800x900 [ 99.861] (II) intel(0): switch to mode 1600x900@60.0 on eDP1 using pipe 0, position (1600, 0), rotation normal, reflection none

lspci -nnk 00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller [8086:0c04] (rev 06) Subsystem: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller [8086:0c04] Kernel modules: ie31200_edac 00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller [8086:0c01] (rev 06) Kernel driver in use: pcieport Kernel modules: shpchp 00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06) Subsystem: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] Kernel driver in use: i915 Kernel modules: i915 00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06) Subsystem: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel 00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 05) Subsystem: Razer USA Ltd. Device [1a58:6746] Kernel driver in use: xhci_hcd Kernel modules: xhci_pci 00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04) Subsystem: Razer USA Ltd. Device [1a58:6746] Kernel driver in use: mei_me Kernel modules: mei_me 00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 05) Subsystem: Razer USA Ltd. Device [1a58:6746] Kernel driver in use: ehci-pci Kernel modules: ehci_pci 00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05) Subsystem: Razer USA Ltd. Device [1a58:6746] Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel 00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d5) Kernel driver in use: pcieport Kernel modules: shpchp 00:1c.3 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 [8086:8c16] (rev d5) Kernel driver in use: pcieport Kernel modules: shpchp 00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 05) Subsystem: Razer USA Ltd. Device [1a58:6746] Kernel driver in use: ehci-pci Kernel modules: ehci_pci 00:1f.0 ISA bridge [0601]: Intel Corporation HM87 Express LPC Controller [8086:8c4b] (rev 05) Subsystem: Razer USA Ltd. Device [1a58:6746] Kernel driver in use: lpc_ich Kernel modules: lpc_ich 00:1f.2 SATA controller [0106]: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c03] (rev 05) Subsystem: Razer USA Ltd. Device [1a58:6746] Kernel driver in use: ahci Kernel modules: ahci 00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 05) Subsystem: Razer USA Ltd. Device [1a58:6746] Kernel driver in use: i801_smbus Kernel modules: i2c_i801 01:00.0 3D controller [0302]: NVIDIA Corporation GK106M [GeForce GTX 765M] [10de:11e2] (rev a1) Subsystem: Device [1b61:2007] Kernel modules: nouveau 03:00.0 Network controller [0280]: Qualcomm Atheros AR9462 Wireless Network Adapter [168c:0034] (rev 01) Subsystem: Bigfoot Networks, Inc. Killer Wireless-N 1202 Half-size Mini PCIe Card [1a56:2003] Kernel driver in use: ath9k Kernel modules: ath9k

dmesg [ 1947.302198] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1947.353964] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1947.856928] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1947.895912] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1947.921916] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1950.347713] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1956.649199] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1957.226149] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1957.239149] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1957.291155] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1957.571119] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1959.136921] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1959.188917] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1961.220635] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1961.232791] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1967.074226] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1999.139562] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1999.152492] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1999.178486] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1999.629307] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1999.641373] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1999.681206] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1999.879392] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1999.892381] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1999.919243] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 1999.945341] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 2004.569790] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 2004.581955] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 2010.034464] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 2010.047511] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 2010.922264] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed [ 2010.974300] evdi: [W] collapse_dirty_rects:102 Not enough space for clip rects! Rects will be collapsed

arandr saved file

!/bin/sh

xrandr --output VIRTUAL1 --off --output eDP1 --mode 1600x900 --pos 1600x0 --rotate normal --output DVI-I-1-1 --mode 1600x900 --pos 0x0 --rotate normal --output HDMI1 --off --output DVI-I-2-2 --mode 1600x900 --pos 3200x0 --rotate normal --output VGA1 --off

displaylink-mlukaszek commented 7 years ago

Thanks, we shall move this message to verbose level, not warning.

displaylink-dkurek commented 5 years ago

Changed the message verbosity to 'verbose'. Closing :)