You are not logged in.

#1 2022-03-12 00:43:24

chrisgrul
Member
Registered: 2022-01-10
Posts: 8

[SOLVED] DisplayLink/SDDM issues

Hi All,
I have my laptop set up to use dual monitors on a DisplayLink dock if it detects them, and not on the laptop screen.

/usr/share/sddm/scripts/Xsetup

#!/bin/sh
# Xsetup - run as root before the login dialog appears
if xrandr | grep -q "DVI-I-3-2" ; then
xrandr --output eDP-1 --off
xrandr --output DVI-I-3-2 --mode 1920x1080 --pos 0x0 --rotate normal --output DVI-I-2-1 --mode 1920x1080 --pos 1920x0 --rotate normal
fi

However, when SDDM starts, it opens on my laptop screen and not the DL monitors, and is usually either frozen, or crashes if I try to log in.

If I change to a TTY terminal and run:

sudo systemctl restart sddm

then SDDM reloads on the two externals as it should.

I am wondering if SDDM is starting up before the external monitors are initialised but that doesn't explain why SDDM is freezing or crashing after that.

I'm not sure where to go from here.

journalctl --unit=sddm.service
-- Boot 3c76f5e00a204bb2aee0a54ffe2a8330 --
Mar 12 11:05:20 chris-arch-laptop systemd[1]: Started Simple Desktop Display Manager.
Mar 12 11:05:20 chris-arch-laptop sddm[676]: Initializing...
Mar 12 11:05:20 chris-arch-laptop sddm[676]: Starting...
Mar 12 11:05:20 chris-arch-laptop sddm[676]: Logind interface found
Mar 12 11:05:20 chris-arch-laptop sddm[676]: Adding new display on vt 1 ...
Mar 12 11:05:20 chris-arch-laptop sddm[676]: Loading theme configuration from ""
Mar 12 11:05:20 chris-arch-laptop sddm[676]: Display server starting...
Mar 12 11:05:20 chris-arch-laptop sddm[676]: Adding cookie to "/var/run/sddm/{2c627229-e254-492a-911d-783e24af63d2}"
Mar 12 11:05:20 chris-arch-laptop sddm[676]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{2c627229-e254-492a-911d-783e24af63d2} -noreset -displayfd 17
Mar 12 11:05:21 chris-arch-laptop sddm[676]: Setting default cursor
Mar 12 11:05:21 chris-arch-laptop sddm[676]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Mar 12 11:05:21 chris-arch-laptop sddm[676]: Display server started.
Mar 12 11:05:21 chris-arch-laptop sddm[676]: Socket server starting...
Mar 12 11:05:21 chris-arch-laptop sddm[676]: Socket server started.
Mar 12 11:05:21 chris-arch-laptop sddm[676]: Loading theme configuration from "/usr/share/sddm/themes/materia-dark/theme.conf"
Mar 12 11:05:21 chris-arch-laptop sddm[676]: Greeter starting...
Mar 12 11:05:21 chris-arch-laptop sddm-helper[773]: [PAM] Starting...
Mar 12 11:05:21 chris-arch-laptop sddm-helper[773]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=974) by (uid=0)
Mar 12 11:05:21 chris-arch-laptop sddm-helper[773]: [PAM] Authenticating...
Mar 12 11:05:21 chris-arch-laptop sddm-helper[773]: [PAM] returning.
Mar 12 11:05:21 chris-arch-laptop sddm[676]: Greeter session started successfully
Mar 12 11:05:21 chris-arch-laptop sddm[676]: Message received from greeter: Connect
Mar 12 11:16:24 chris-arch-laptop sddm[676]: Signal received: SIGTERM
Mar 12 11:16:24 chris-arch-laptop systemd[1]: Stopping Simple Desktop Display Manager...
Mar 12 11:16:24 chris-arch-laptop sddm[676]: Greeter stopping...
Mar 12 11:16:24 chris-arch-laptop sddm[676]: Socket server stopping...
Mar 12 11:16:24 chris-arch-laptop sddm[676]: Socket server stopped.
Mar 12 11:16:24 chris-arch-laptop sddm[676]: Display server stopping...
Mar 12 11:16:26 chris-arch-laptop sddm[676]: Display server stopped.
Mar 12 11:16:26 chris-arch-laptop sddm[676]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Mar 12 11:16:26 chris-arch-laptop sddm[676]: Greeter stopping...
Mar 12 11:16:26 chris-arch-laptop sddm[676]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
Mar 12 11:16:26 chris-arch-laptop systemd[1]: sddm.service: Deactivated successfully.
Mar 12 11:16:26 chris-arch-laptop systemd[1]: Stopped Simple Desktop Display Manager.
Mar 12 11:16:26 chris-arch-laptop systemd[1]: sddm.service: Consumed 1.514s CPU time.
Mar 12 11:16:26 chris-arch-laptop systemd[1]: Started Simple Desktop Display Manager.
Mar 12 11:16:26 chris-arch-laptop sddm[997]: Initializing...
Mar 12 11:16:26 chris-arch-laptop sddm[997]: Starting...
Mar 12 11:16:26 chris-arch-laptop sddm[997]: Logind interface found
Mar 12 11:16:26 chris-arch-laptop sddm[997]: Adding new display on vt 1 ...
Mar 12 11:16:26 chris-arch-laptop sddm[997]: Loading theme configuration from ""
Mar 12 11:16:26 chris-arch-laptop sddm[997]: Display server starting...
Mar 12 11:16:26 chris-arch-laptop sddm[997]: Adding cookie to "/var/run/sddm/{d2a77b58-3518-4ada-9f39-2696cfbf5f04}"
Mar 12 11:16:26 chris-arch-laptop sddm[997]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{d2a77b58-3518-4ada-9f39-2696cfbf5f04} -noreset -displayfd 17
Mar 12 11:16:26 chris-arch-laptop sddm[997]: Setting default cursor
Mar 12 11:16:27 chris-arch-laptop sddm[997]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Mar 12 11:16:27 chris-arch-laptop sddm[997]: Display server started.
Mar 12 11:16:27 chris-arch-laptop sddm[997]: Socket server starting...
Mar 12 11:16:27 chris-arch-laptop sddm[997]: Socket server started.
Mar 12 11:16:27 chris-arch-laptop sddm[997]: Loading theme configuration from "/usr/share/sddm/themes/materia-dark/theme.conf"
Mar 12 11:16:27 chris-arch-laptop sddm[997]: Greeter starting...
Mar 12 11:16:27 chris-arch-laptop sddm-helper[1036]: [PAM] Starting...
Mar 12 11:16:27 chris-arch-laptop sddm-helper[1036]: [PAM] Authenticating...
Mar 12 11:16:27 chris-arch-laptop sddm-helper[1036]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=974) by (uid=0)
Mar 12 11:16:27 chris-arch-laptop sddm-helper[1036]: [PAM] returning.
Mar 12 11:16:27 chris-arch-laptop sddm[997]: Greeter session started successfully
Mar 12 11:16:27 chris-arch-laptop sddm[997]: Message received from greeter: Connect
Mar 12 11:16:33 chris-arch-laptop sddm[997]: Message received from greeter: Login
Mar 12 11:16:33 chris-arch-laptop sddm[997]: Reading from "/usr/share/xsessions/plasma.desktop"
Mar 12 11:16:33 chris-arch-laptop sddm[997]: Reading from "/usr/share/xsessions/plasma.desktop"
Mar 12 11:16:33 chris-arch-laptop sddm[997]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11"
Mar 12 11:16:33 chris-arch-laptop sddm[997]: Message received from greeter: Login
Mar 12 11:16:33 chris-arch-laptop sddm[997]: Reading from "/usr/share/xsessions/plasma.desktop"
Mar 12 11:16:33 chris-arch-laptop sddm[997]: Existing authentication ongoing, aborting
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: [PAM] Starting...
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: [PAM] Authenticating...
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: pam_systemd_home(sddm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: [PAM] Preparing to converse...
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: [PAM] Conversation with 1 messages
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: gkr-pam: unable to locate daemon control file
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: gkr-pam: stashed password to try later in open session
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: [PAM] returning.
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Mar 12 11:16:33 chris-arch-laptop sddm[997]: Authenticated successfully
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: pam_unix(sddm:session): session opened for user chris(uid=1000) by (uid=0)
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: pam_env(sddm:session): deprecated reading of user environment enabled
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
Mar 12 11:16:33 chris-arch-laptop sddm-helper[1059]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Mar 12 11:16:33 chris-arch-laptop sddm[997]: Auth: sddm-helper exited successfully
Mar 12 11:16:33 chris-arch-laptop sddm[997]: Greeter stopped.
Mar 12 11:16:34 chris-arch-laptop sddm-helper[1059]: Starting: "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Mar 12 11:16:34 chris-arch-laptop sddm[997]: Session started

/var/log/Xorg.0.log

[   671.140] (--) Log file renamed from "/var/log/Xorg.pid-1003.log" to "/var/log/Xorg.0.log"
[   671.140] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[   671.140] Current Operating System: Linux chris-arch-laptop 5.16.13-zen1-1-zen #1 ZEN SMP PREEMPT Tue, 08 Mar 2022 20:07:38 +0000 x86_64
[   671.140] Kernel command line: root=UUID=0ac53c01-1b14-4778-af98-5556917aeea4 ro add_efi_memmap resume=UUID=9ca0b37d-f6eb-4485-aeb4-e843d77efd12 initrd=intel-ucode.img initrd=\initramfs-linux-zen.img
[   671.140]  
[   671.140] Current version of pixman: 0.40.0
[   671.140] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   671.140] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   671.140] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 12 11:16:26 2022
[   671.140] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   671.140] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   671.140] (==) No Layout section.  Using the first Screen section.
[   671.140] (==) No screen section available. Using defaults.
[   671.140] (**) |-->Screen "Default Screen Section" (0)
[   671.140] (**) |   |-->Monitor "<default monitor>"
[   671.141] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   671.141] (==) Automatically adding devices
[   671.141] (==) Automatically enabling devices
[   671.141] (==) Automatically adding GPU devices
[   671.141] (==) Automatically binding GPU devices
[   671.141] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   671.141] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   671.141] 	Entry deleted from font path.
[   671.141] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[   671.141] 	Entry deleted from font path.
[   671.141] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[   671.141] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   671.141] 	Entry deleted from font path.
[   671.141] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   671.141] 	Entry deleted from font path.
[   671.141] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   671.141] 	Entry deleted from font path.
[   671.141] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   671.141] 	Entry deleted from font path.
[   671.141] (==) FontPath set to:
	
[   671.141] (==) ModulePath set to "/usr/lib/xorg/modules"
[   671.141] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   671.141] (II) Module ABI versions:
[   671.141] 	X.Org ANSI C Emulation: 0.4
[   671.141] 	X.Org Video Driver: 25.2
[   671.141] 	X.Org XInput driver : 24.4
[   671.141] 	X.Org Server Extension : 10.0
[   671.141] (++) using VT number 1

[   671.141] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   671.142] (II) xfree86: Adding drm device (/dev/dri/card1)
[   671.142] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[   671.142] (II) xfree86: Adding drm device (/dev/dri/card0)
[   671.142] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   671.153] (II) xfree86: Adding drm device (/dev/dri/card2)
[   671.153] (II) Platform probe for /sys/devices/platform/evdi.0/drm/card2
[   671.153] (II) xfree86: Adding drm device (/dev/dri/card3)
[   671.153] (II) Platform probe for /sys/devices/platform/evdi.1/drm/card3
[   671.155] (--) PCI:*(0@0:2:0) 8086:3e9b:1558:95e1 rev 0, Mem @ 0xa3000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   671.155] (--) PCI: (1@0:0:0) 10de:1ba1:1558:95e1 rev 161, Mem @ 0xa4000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[   671.155] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   671.155] (II) LoadModule: "glx"
[   671.155] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   671.156] (II) Module glx: vendor="X.Org Foundation"
[   671.156] 	compiled for 1.21.1.3, module version = 1.0.0
[   671.156] 	ABI class: X.Org Server Extension, version 10.0
[   671.156] (II) Applying OutputClass "DisplayLink" to /dev/dri/card2
[   671.156] 	loading driver: modesetting
[   671.156] (II) Applying OutputClass "DisplayLink" to /dev/dri/card3
[   671.156] 	loading driver: modesetting
[   671.156] (==) Matched intel as autoconfigured driver 0
[   671.156] (==) Matched nouveau as autoconfigured driver 1
[   671.156] (==) Matched nv as autoconfigured driver 2
[   671.156] (==) Matched modesetting as autoconfigured driver 3
[   671.156] (==) Matched fbdev as autoconfigured driver 4
[   671.156] (==) Matched vesa as autoconfigured driver 5
[   671.156] (==) Assigned the driver to the xf86ConfigLayout
[   671.156] (II) LoadModule: "intel"
[   671.156] (WW) Warning, couldn't open module intel
[   671.156] (EE) Failed to load module "intel" (module does not exist, 0)
[   671.156] (II) LoadModule: "nouveau"
[   671.156] (WW) Warning, couldn't open module nouveau
[   671.156] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   671.156] (II) LoadModule: "nv"
[   671.156] (WW) Warning, couldn't open module nv
[   671.156] (EE) Failed to load module "nv" (module does not exist, 0)
[   671.156] (II) LoadModule: "modesetting"
[   671.156] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   671.156] (II) Module modesetting: vendor="X.Org Foundation"
[   671.156] 	compiled for 1.21.1.3, module version = 1.21.1
[   671.156] 	Module class: X.Org Video Driver
[   671.156] 	ABI class: X.Org Video Driver, version 25.2
[   671.156] (II) LoadModule: "fbdev"
[   671.156] (WW) Warning, couldn't open module fbdev
[   671.156] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   671.156] (II) LoadModule: "vesa"
[   671.156] (WW) Warning, couldn't open module vesa
[   671.156] (EE) Failed to load module "vesa" (module does not exist, 0)
[   671.156] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   671.186] (II) modeset(0): using drv /dev/dri/card0
[   671.186] (II) modeset(G0): using drv /dev/dri/card1
[   671.186] (II) modeset(G1): using drv /dev/dri/card2
[   671.186] (II) modeset(G2): using drv /dev/dri/card3
[   671.186] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   671.186] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   671.186] (==) modeset(0): RGB weight 888
[   671.186] (==) modeset(0): Default visual is TrueColor
[   671.186] (II) Loading sub module "glamoregl"
[   671.186] (II) LoadModule: "glamoregl"
[   671.186] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   671.189] (II) Module glamoregl: vendor="X.Org Foundation"
[   671.189] 	compiled for 1.21.1.3, module version = 1.0.1
[   671.189] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   671.218] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[   671.218] (II) modeset(0): glamor initialized
[   671.218] (==) modeset(0): VariableRefresh: disabled
[   671.218] (==) modeset(0): AsyncFlipSecondaries: disabled
[   671.220] (II) modeset(0): Output eDP-1 has no monitor section
[   671.223] (II) modeset(0): EDID for output eDP-1
[   671.223] (II) modeset(0): Manufacturer: SDC  Model: 5a58  Serial#: 0
[   671.223] (II) modeset(0): Year: 2015  Week: 0
[   671.223] (II) modeset(0): EDID Version: 1.4
[   671.223] (II) modeset(0): Digital Display Input
[   671.223] (II) modeset(0): 8 bits per channel
[   671.223] (II) modeset(0): Digital interface is DisplayPort
[   671.223] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   671.223] (II) modeset(0): Gamma: 2.20
[   671.223] (II) modeset(0): No DPMS capabilities specified
[   671.223] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   671.223] (II) modeset(0): First detailed timing is preferred mode
[   671.223] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   671.223] (II) modeset(0): redX: 0.640 redY: 0.340   greenX: 0.310 greenY: 0.610
[   671.223] (II) modeset(0): blueX: 0.150 blueY: 0.080   whiteX: 0.313 whiteY: 0.329
[   671.223] (II) modeset(0): Manufacturer's mask: 0
[   671.223] (II) modeset(0): Supported detailed timing:
[   671.223] (II) modeset(0): clock: 524.4 MHz   Image Size:  344 x 194 mm
[   671.223] (II) modeset(0): h_active: 3840  h_sync: 3888  h_sync_end 3920 h_blank_end 4000 h_border: 0
[   671.223] (II) modeset(0): v_active: 2160  v_sync: 2162  v_sync_end 2168 v_blanking: 2185 v_border: 0
[   671.223] (II) modeset(0): Supported detailed timing:
[   671.223] (II) modeset(0): clock: 349.6 MHz   Image Size:  344 x 194 mm
[   671.223] (II) modeset(0): h_active: 3840  h_sync: 3888  h_sync_end 3920 h_blank_end 4000 h_border: 0
[   671.223] (II) modeset(0): v_active: 2160  v_sync: 2162  v_sync_end 2168 v_blanking: 2185 v_border: 0
[   671.223] (II) modeset(0): Unknown vendor-specific block 2
[   671.223] (II) modeset(0): EDID (in hex):
[   671.223] (II) modeset(0): 	00ffffffffffff004c83585a00000000
[   671.223] (II) modeset(0): 	00190104a52213780ac5a5a3574f9c26
[   671.223] (II) modeset(0): 	14505400000001010101010101010101
[   671.223] (II) modeset(0): 	010101010101d8cc00a0f07019803020
[   671.223] (II) modeset(0): 	260058c210000019908800a0f0701980
[   671.223] (II) modeset(0): 	3020260058c210000019000000000000
[   671.223] (II) modeset(0): 	00000000000000000000000000000002
[   671.223] (II) modeset(0): 	000a36ff0a3c643c2458960000000035
[   671.223] (II) modeset(0): Printing probed modes for output eDP-1
[   671.223] (II) modeset(0): Modeline "3840x2160"x60.0  524.40  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (131.1 kHz eP)
[   671.223] (II) modeset(0): Modeline "3840x2160"x60.0  712.75  3840 4160 4576 5312  2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[   671.223] (II) modeset(0): Modeline "3840x2160"x60.0  533.00  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[   671.223] (II) modeset(0): Modeline "3200x1800"x60.0  492.00  3200 3456 3800 4400  1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[   671.223] (II) modeset(0): Modeline "3200x1800"x59.9  373.00  3200 3248 3280 3360  1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[   671.223] (II) modeset(0): Modeline "2880x1620"x60.0  396.25  2880 3096 3408 3936  1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[   671.223] (II) modeset(0): Modeline "2880x1620"x60.0  303.75  2880 2928 2960 3040  1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[   671.223] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[   671.223] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[   671.223] (II) modeset(0): Modeline "2560x1440"x120.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[   671.223] (II) modeset(0): Modeline "2560x1440"x120.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[   671.223] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[   671.223] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[   671.223] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[   671.223] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[   671.223] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[   671.223] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[   671.223] (II) modeset(0): Modeline "2048x1152"x120.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[   671.223] (II) modeset(0): Modeline "2048x1152"x120.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[   671.223] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[   671.223] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[   671.223] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[   671.223] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[   671.223] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   671.223] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   671.223] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   671.223] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   671.223] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[   671.223] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   671.223] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   671.223] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   671.223] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   671.224] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   671.224] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   671.224] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   671.224] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   671.224] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   671.224] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   671.224] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   671.224] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   671.224] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   671.224] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   671.224] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   671.224] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   671.224] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   671.224] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   671.224] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   671.224] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   671.224] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   671.224] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   671.224] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   671.224] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   671.224] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   671.224] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   671.224] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   671.224] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   671.224] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   671.224] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   671.224] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   671.224] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   671.224] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   671.224] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   671.224] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   671.224] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   671.224] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   671.224] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   671.224] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   671.224] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   671.224] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   671.224] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   671.224] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   671.224] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   671.224] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   671.224] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   671.224] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   671.224] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   671.224] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   671.224] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   671.224] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   671.224] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   671.224] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   671.224] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   671.224] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   671.224] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   671.224] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   671.224] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   671.224] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   671.224] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   671.224] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   671.224] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   671.224] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   671.224] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   671.224] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   671.224] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   671.224] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   671.224] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   671.224] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   671.224] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   671.224] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   671.224] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   671.224] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   671.224] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   671.224] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   671.224] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   671.224] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   671.224] (II) modeset(0): Output eDP-1 connected
[   671.224] (II) modeset(0): Using exact sizes for initial modes
[   671.224] (II) modeset(0): Output eDP-1 using initial mode 3840x2160 +0+0
[   671.224] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   671.224] (==) modeset(0): DPI set to (96, 96)
[   671.224] (II) Loading sub module "fb"
[   671.224] (II) LoadModule: "fb"
[   671.225] (II) Module "fb" already built-in
[   671.225] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   671.225] (==) modeset(G0): RGB weight 888
[   671.225] (==) modeset(G0): Default visual is TrueColor
[   671.225] (II) Loading sub module "glamoregl"
[   671.225] (II) LoadModule: "glamoregl"
[   671.225] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   671.225] (II) Module glamoregl: vendor="X.Org Foundation"
[   671.225] 	compiled for 1.21.1.3, module version = 1.0.1
[   671.225] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   671.239] (II) modeset(G0): glamor X acceleration enabled on NV134
[   671.239] (II) modeset(G0): glamor initialized
[   671.240] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   671.297] (II) modeset(G0): Output DP-1-1 has no monitor section
[   671.354] (II) modeset(G0): Output DP-1-2 has no monitor section
[   671.355] (II) modeset(G0): EDID for output HDMI-1-1
[   671.412] (II) modeset(G0): EDID for output DP-1-1
[   671.468] (II) modeset(G0): EDID for output DP-1-2
[   671.468] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   671.468] (==) modeset(G0): DPI set to (96, 96)
[   671.468] (II) Loading sub module "fb"
[   671.468] (II) LoadModule: "fb"
[   671.468] (II) Module "fb" already built-in
[   671.468] (==) modeset(G1): Depth 24, (==) framebuffer bpp 32
[   671.468] (II) Applying OutputClass "DisplayLink" options to /dev/dri/card2
[   671.468] (**) modeset(G1): Option "AccelMethod" "none"
[   671.468] (==) modeset(G1): RGB weight 888
[   671.468] (==) modeset(G1): Default visual is TrueColor
[   671.468] (**) modeset(G1): glamor disabled
[   671.468] (II) modeset(G1): ShadowFB: preferred NO, enabled NO
[   671.468] (II) modeset(G1): Output DVI-I-2-1 has no monitor section
[   671.468] (II) modeset(G1): EDID for output DVI-I-2-1
[   671.468] (II) modeset(G1): Manufacturer: DEL  Model: d0d6  Serial#: 825372738
[   671.468] (II) modeset(G1): Year: 2018  Week: 35
[   671.468] (II) modeset(G1): EDID Version: 1.4
[   671.468] (II) modeset(G1): Digital Display Input
[   671.468] (II) modeset(G1): 8 bits per channel
[   671.468] (II) modeset(G1): Digital interface is DisplayPort
[   671.468] (II) modeset(G1): Max Image Size [cm]: horiz.: 51  vert.: 29
[   671.468] (II) modeset(G1): Gamma: 2.20
[   671.468] (II) modeset(G1): DPMS capabilities: Off
[   671.468] (II) modeset(G1): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[   671.468] (II) modeset(G1): First detailed timing is preferred mode
[   671.468] (II) modeset(G1): Preferred mode is native pixel format and refresh rate
[   671.468] (II) modeset(G1): redX: 0.651 redY: 0.338   greenX: 0.318 greenY: 0.612
[   671.468] (II) modeset(G1): blueX: 0.151 blueY: 0.065   whiteX: 0.313 whiteY: 0.329
[   671.468] (II) modeset(G1): Supported established timings:
[   671.468] (II) modeset(G1): 720x400@70Hz
[   671.468] (II) modeset(G1): 640x480@60Hz
[   671.468] (II) modeset(G1): 640x480@75Hz
[   671.468] (II) modeset(G1): 800x600@60Hz
[   671.468] (II) modeset(G1): 800x600@75Hz
[   671.468] (II) modeset(G1): 1024x768@60Hz
[   671.468] (II) modeset(G1): 1024x768@75Hz
[   671.468] (II) modeset(G1): 1280x1024@75Hz
[   671.468] (II) modeset(G1): Manufacturer's mask: 0
[   671.468] (II) modeset(G1): Supported standard timings:
[   671.468] (II) modeset(G1): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   671.468] (II) modeset(G1): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   671.468] (II) modeset(G1): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[   671.468] (II) modeset(G1): #3: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   671.468] (II) modeset(G1): Supported detailed timing:
[   671.468] (II) modeset(G1): clock: 148.5 MHz   Image Size:  509 x 286 mm
[   671.468] (II) modeset(G1): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   671.468] (II) modeset(G1): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   671.468] (II) modeset(G1): Serial No: FF4CNM2
[   671.468] (II) modeset(G1): Monitor name: DELL P2319H
[   671.468] (II) modeset(G1): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[   671.468] (II) modeset(G1): EDID (in hex):
[   671.468] (II) modeset(G1): 	00ffffffffffff0010acd6d042303231
[   671.468] (II) modeset(G1): 	231c0104a5331d783aebf5a656519c26
[   671.468] (II) modeset(G1): 	105054a54b00714f8180a9c0d1c00101
[   671.468] (II) modeset(G1): 	010101010101023a801871382d40582c
[   671.468] (II) modeset(G1): 	4500fd1e1100001e000000ff00464634
[   671.468] (II) modeset(G1): 	434e4d320a2020202020000000fc0044
[   671.468] (II) modeset(G1): 	454c4c205032333139480a20000000fd
[   671.468] (II) modeset(G1): 	00384c1e5311010a202020202020007c
[   671.468] (II) modeset(G1): Printing probed modes for output DVI-I-2-1
[   671.468] (II) modeset(G1): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   671.468] (II) modeset(G1): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[   671.468] (II) modeset(G1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   671.468] (II) modeset(G1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   671.468] (II) modeset(G1): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   671.468] (II) modeset(G1): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   671.468] (II) modeset(G1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   671.468] (II) modeset(G1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   671.468] (II) modeset(G1): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   671.468] (II) modeset(G1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   671.468] (II) modeset(G1): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   671.468] (II) modeset(G1): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   671.468] (==) modeset(G1): Using gamma correction (1.0, 1.0, 1.0)
[   671.468] (==) modeset(G1): DPI set to (96, 96)
[   671.468] (II) Loading sub module "fb"
[   671.468] (II) LoadModule: "fb"
[   671.468] (II) Module "fb" already built-in
[   671.468] (==) modeset(G2): Depth 24, (==) framebuffer bpp 32
[   671.468] (II) Applying OutputClass "DisplayLink" options to /dev/dri/card3
[   671.468] (**) modeset(G2): Option "AccelMethod" "none"
[   671.468] (==) modeset(G2): RGB weight 888
[   671.468] (==) modeset(G2): Default visual is TrueColor
[   671.468] (**) modeset(G2): glamor disabled
[   671.468] (II) modeset(G2): ShadowFB: preferred NO, enabled NO
[   671.468] (II) modeset(G2): Output DVI-I-3-2 has no monitor section
[   671.468] (II) modeset(G2): EDID for output DVI-I-3-2
[   671.468] (II) modeset(G2): Manufacturer: DEL  Model: d0d6  Serial#: 809652802
[   671.468] (II) modeset(G2): Year: 2019  Week: 3
[   671.468] (II) modeset(G2): EDID Version: 1.4
[   671.468] (II) modeset(G2): Digital Display Input
[   671.468] (II) modeset(G2): 8 bits per channel
[   671.468] (II) modeset(G2): Digital interface is DisplayPort
[   671.468] (II) modeset(G2): Max Image Size [cm]: horiz.: 51  vert.: 29
[   671.468] (II) modeset(G2): Gamma: 2.20
[   671.468] (II) modeset(G2): DPMS capabilities: Off
[   671.468] (II) modeset(G2): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[   671.468] (II) modeset(G2): First detailed timing is preferred mode
[   671.468] (II) modeset(G2): Preferred mode is native pixel format and refresh rate
[   671.468] (II) modeset(G2): redX: 0.651 redY: 0.338   greenX: 0.318 greenY: 0.612
[   671.468] (II) modeset(G2): blueX: 0.151 blueY: 0.065   whiteX: 0.313 whiteY: 0.329
[   671.468] (II) modeset(G2): Supported established timings:
[   671.468] (II) modeset(G2): 720x400@70Hz
[   671.468] (II) modeset(G2): 640x480@60Hz
[   671.468] (II) modeset(G2): 640x480@75Hz
[   671.468] (II) modeset(G2): 800x600@60Hz
[   671.468] (II) modeset(G2): 800x600@75Hz
[   671.468] (II) modeset(G2): 1024x768@60Hz
[   671.468] (II) modeset(G2): 1024x768@75Hz
[   671.468] (II) modeset(G2): 1280x1024@75Hz
[   671.468] (II) modeset(G2): Manufacturer's mask: 0
[   671.468] (II) modeset(G2): Supported standard timings:
[   671.468] (II) modeset(G2): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   671.468] (II) modeset(G2): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   671.468] (II) modeset(G2): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[   671.468] (II) modeset(G2): #3: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   671.468] (II) modeset(G2): Supported detailed timing:
[   671.468] (II) modeset(G2): clock: 148.5 MHz   Image Size:  509 x 286 mm
[   671.468] (II) modeset(G2): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   671.468] (II) modeset(G2): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   671.468] (II) modeset(G2): Serial No: 9VSWMM2
[   671.468] (II) modeset(G2): Monitor name: DELL P2319H
[   671.468] (II) modeset(G2): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[   671.468] (II) modeset(G2): EDID (in hex):
[   671.468] (II) modeset(G2): 	00ffffffffffff0010acd6d042524230
[   671.468] (II) modeset(G2): 	031d0104a5331d783aebf5a656519c26
[   671.468] (II) modeset(G2): 	105054a54b00714f8180a9c0d1c00101
[   671.468] (II) modeset(G2): 	010101010101023a801871382d40582c
[   671.468] (II) modeset(G2): 	4500fd1e1100001e000000ff00395653
[   671.468] (II) modeset(G2): 	574d4d320a2020202020000000fc0044
[   671.468] (II) modeset(G2): 	454c4c205032333139480a20000000fd
[   671.468] (II) modeset(G2): 	00384c1e5311010a2020202020200035
[   671.469] (II) modeset(G2): Printing probed modes for output DVI-I-3-2
[   671.469] (II) modeset(G2): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   671.469] (II) modeset(G2): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[   671.469] (II) modeset(G2): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   671.469] (II) modeset(G2): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   671.469] (II) modeset(G2): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   671.469] (II) modeset(G2): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   671.469] (II) modeset(G2): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   671.469] (II) modeset(G2): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   671.469] (II) modeset(G2): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   671.469] (II) modeset(G2): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   671.469] (II) modeset(G2): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   671.469] (II) modeset(G2): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   671.469] (==) modeset(G2): Using gamma correction (1.0, 1.0, 1.0)
[   671.469] (==) modeset(G2): DPI set to (96, 96)
[   671.469] (II) Loading sub module "fb"
[   671.469] (II) LoadModule: "fb"
[   671.469] (II) Module "fb" already built-in
[   671.478] (==) modeset(0): Backing store enabled
[   671.478] (==) modeset(0): Silken mouse enabled
[   671.554] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   671.554] (==) modeset(0): DPMS enabled
[   671.554] (II) modeset(0): [DRI2] Setup complete
[   671.554] (II) modeset(0): [DRI2]   DRI driver: iris
[   671.554] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[   671.555] (==) modeset(G0): Backing store enabled
[   671.555] (==) modeset(G0): Silken mouse enabled
[   671.555] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[   671.555] (==) modeset(G0): DPMS enabled
[   671.555] (II) modeset(G0): [DRI2] Setup complete
[   671.555] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[   671.555] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[   671.555] (==) modeset(G1): Backing store enabled
[   671.555] (==) modeset(G1): Silken mouse enabled
[   671.555] (II) modeset(G1): Initializing kms color map for depth 24, 8 bpc.
[   671.555] (==) modeset(G1): DPMS enabled
[   671.555] (==) modeset(G2): Backing store enabled
[   671.555] (==) modeset(G2): Silken mouse enabled
[   671.555] (II) modeset(G2): Initializing kms color map for depth 24, 8 bpc.
[   671.555] (==) modeset(G2): DPMS enabled
[   671.555] (II) Initializing extension Generic Event Extension
[   671.555] (II) Initializing extension SHAPE
[   671.556] (II) Initializing extension MIT-SHM
[   671.556] (II) Initializing extension XInputExtension
[   671.556] (II) Initializing extension XTEST
[   671.556] (II) Initializing extension BIG-REQUESTS
[   671.556] (II) Initializing extension SYNC
[   671.556] (II) Initializing extension XKEYBOARD
[   671.556] (II) Initializing extension XC-MISC
[   671.556] (II) Initializing extension SECURITY
[   671.556] (II) Initializing extension XFIXES
[   671.556] (II) Initializing extension RENDER
[   671.556] (II) Initializing extension RANDR
[   671.557] (II) Initializing extension COMPOSITE
[   671.557] (II) Initializing extension DAMAGE
[   671.557] (II) Initializing extension MIT-SCREEN-SAVER
[   671.557] (II) Initializing extension DOUBLE-BUFFER
[   671.557] (II) Initializing extension RECORD
[   671.557] (II) Initializing extension DPMS
[   671.557] (II) Initializing extension Present
[   671.557] (II) Initializing extension DRI3
[   671.557] (II) Initializing extension X-Resource
[   671.557] (II) Initializing extension XVideo
[   671.557] (II) Initializing extension XVideo-MotionCompensation
[   671.557] (II) Initializing extension GLX
[   671.564] (II) AIGLX: Loaded and initialized iris
[   671.564] (II) GLX: Initialized DRI2 GL provider for screen 0
[   671.564] (II) Initializing extension XFree86-VidModeExtension
[   671.564] (II) Initializing extension XFree86-DGA
[   671.564] (II) Initializing extension XFree86-DRI
[   671.564] (II) Initializing extension DRI2
[   671.565] (II) modeset(G0): Damage tracking initialized
[   671.566] (II) modeset(G1): Damage tracking initialized
[   671.567] (II) modeset(G2): Damage tracking initialized
[   671.567] (II) modeset(0): Damage tracking initialized
[   671.567] (II) modeset(0): Setting screen physical size to 1016 x 571
[   671.594] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   671.594] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   671.594] (II) LoadModule: "libinput"
[   671.594] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   671.595] (II) Module libinput: vendor="X.Org Foundation"
[   671.595] 	compiled for 1.21.1.3, module version = 1.2.1
[   671.595] 	Module class: X.Org XInput Driver
[   671.595] 	ABI class: X.Org XInput driver, version 24.4
[   671.595] (II) Using input driver 'libinput' for 'Power Button'
[   671.595] (**) Power Button: always reports core events
[   671.595] (**) Option "Device" "/dev/input/event3"
[   671.596] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   671.596] (II) event3  - Power Button: device is a keyboard
[   671.596] (II) event3  - Power Button: device removed
[   671.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   671.596] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   671.597] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   671.597] (II) event3  - Power Button: device is a keyboard
[   671.597] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   671.597] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   671.597] (II) Using input driver 'libinput' for 'Video Bus'
[   671.597] (**) Video Bus: always reports core events
[   671.597] (**) Option "Device" "/dev/input/event7"
[   671.598] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   671.598] (II) event7  - Video Bus: device is a keyboard
[   671.598] (II) event7  - Video Bus: device removed
[   671.615] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event7"
[   671.615] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   671.615] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   671.615] (II) event7  - Video Bus: device is a keyboard
[   671.615] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[   671.615] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   671.615] (II) Using input driver 'libinput' for 'Video Bus'
[   671.615] (**) Video Bus: always reports core events
[   671.615] (**) Option "Device" "/dev/input/event8"
[   671.616] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[   671.616] (II) event8  - Video Bus: device is a keyboard
[   671.616] (II) event8  - Video Bus: device removed
[   671.631] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06/LNXVIDEO:01/input/input14/event8"
[   671.631] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   671.631] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[   671.631] (II) event8  - Video Bus: device is a keyboard
[   671.632] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   671.632] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   671.632] (II) Using input driver 'libinput' for 'Power Button'
[   671.632] (**) Power Button: always reports core events
[   671.632] (**) Option "Device" "/dev/input/event0"
[   671.633] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   671.633] (II) event0  - Power Button: device is a keyboard
[   671.633] (II) event0  - Power Button: device removed
[   671.633] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   671.633] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   671.634] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   671.634] (II) event0  - Power Button: device is a keyboard
[   671.634] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   671.634] (II) No input driver specified, ignoring this device.
[   671.634] (II) This device may have been added with another device file.
[   671.635] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   671.635] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   671.635] (II) Using input driver 'libinput' for 'Sleep Button'
[   671.635] (**) Sleep Button: always reports core events
[   671.635] (**) Option "Device" "/dev/input/event2"
[   671.635] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   671.635] (II) event2  - Sleep Button: device is a keyboard
[   671.635] (II) event2  - Sleep Button: device removed
[   671.636] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[   671.636] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[   671.636] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   671.636] (II) event2  - Sleep Button: device is a keyboard
[   671.637] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[   671.637] (II) No input driver specified, ignoring this device.
[   671.637] (II) This device may have been added with another device file.
[   671.638] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[   671.638] (II) No input driver specified, ignoring this device.
[   671.638] (II) This device may have been added with another device file.
[   671.638] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[   671.638] (II) No input driver specified, ignoring this device.
[   671.638] (II) This device may have been added with another device file.
[   671.638] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[   671.638] (II) No input driver specified, ignoring this device.
[   671.639] (II) This device may have been added with another device file.
[   671.639] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event20)
[   671.639] (II) No input driver specified, ignoring this device.
[   671.639] (II) This device may have been added with another device file.
[   671.639] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event21)
[   671.639] (II) No input driver specified, ignoring this device.
[   671.639] (II) This device may have been added with another device file.
[   671.640] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/event9)
[   671.640] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "libinput keyboard catchall"
[   671.640] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0'
[   671.641] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: always reports core events
[   671.641] (**) Option "Device" "/dev/input/event9"
[   671.642] (II) event9  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: is tagged by udev as: Keyboard
[   671.642] (II) event9  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: device is a keyboard
[   671.642] (II) event9  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: device removed
[   671.642] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/0003:045E:07B2.0001/input/input15/event9"
[   671.642] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0" (type: KEYBOARD, id 11)
[   671.644] (II) event9  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: is tagged by udev as: Keyboard
[   671.644] (II) event9  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: device is a keyboard
[   671.645] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse (/dev/input/event11)
[   671.645] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse: Applying InputClass "libinput pointer catchall"
[   671.645] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse'
[   671.645] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse: always reports core events
[   671.645] (**) Option "Device" "/dev/input/event11"
[   671.700] (II) event11 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse: is tagged by udev as: Mouse
[   671.700] (II) event11 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse: device is a pointer
[   671.701] (II) event11 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse: device removed
[   671.719] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.1/0003:045E:07B2.0002/input/input16/event11"
[   671.719] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse" (type: MOUSE, id 12)
[   671.719] (**) Option "AccelerationScheme" "none"
[   671.719] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse: (accel) selected scheme none/0
[   671.719] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse: (accel) acceleration factor: 2.000
[   671.719] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse: (accel) acceleration threshold: 4
[   671.775] (II) event11 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse: is tagged by udev as: Mouse
[   671.776] (II) event11 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse: device is a pointer
[   671.778] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse (/dev/input/mouse0)
[   671.778] (II) No input driver specified, ignoring this device.
[   671.778] (II) This device may have been added with another device file.
[   671.781] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control (/dev/input/event12)
[   671.781] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   671.781] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control'
[   671.781] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: always reports core events
[   671.781] (**) Option "Device" "/dev/input/event12"
[   671.785] (II) event12 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: is tagged by udev as: Keyboard
[   671.785] (II) event12 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: device is a keyboard
[   671.786] (II) event12 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: device removed
[   671.803] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: needs a virtual subdevice
[   671.803] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.1/0003:045E:07B2.0002/input/input17/event12"
[   671.803] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control" (type: MOUSE, id 13)
[   671.803] (**) Option "AccelerationScheme" "none"
[   671.803] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: (accel) selected scheme none/0
[   671.803] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: (accel) acceleration factor: 2.000
[   671.803] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: (accel) acceleration threshold: 4
[   671.807] (II) event12 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: is tagged by udev as: Keyboard
[   671.807] (II) event12 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: device is a keyboard
[   671.811] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control (/dev/input/event13)
[   671.811] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   671.811] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control'
[   671.811] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: always reports core events
[   671.811] (**) Option "Device" "/dev/input/event13"
[   671.815] (II) event13 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: is tagged by udev as: Keyboard
[   671.815] (II) event13 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: device is a keyboard
[   671.816] (II) event13 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: device removed
[   671.816] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: needs a virtual subdevice
[   671.816] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.2/0003:045E:07B2.0003/input/input19/event13"
[   671.816] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control" (type: MOUSE, id 14)
[   671.817] (**) Option "AccelerationScheme" "none"
[   671.817] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: (accel) selected scheme none/0
[   671.817] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: (accel) acceleration factor: 2.000
[   671.817] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: (accel) acceleration threshold: 4
[   671.821] (II) event13 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: is tagged by udev as: Keyboard
[   671.821] (II) event13 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: device is a keyboard
[   671.825] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control (/dev/input/event15)
[   671.825] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control: Applying InputClass "libinput keyboard catchall"
[   671.825] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control'
[   671.825] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control: always reports core events
[   671.825] (**) Option "Device" "/dev/input/event15"
[   671.829] (II) event15 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control: is tagged by udev as: Keyboard
[   671.830] (II) event15 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control: device is a keyboard
[   671.830] (II) event15 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control: device removed
[   671.830] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.2/0003:045E:07B2.0003/input/input21/event15"
[   671.830] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control" (type: KEYBOARD, id 15)
[   671.834] (II) event15 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control: is tagged by udev as: Keyboard
[   671.834] (II) event15 - Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control: device is a keyboard
[   671.836] (II) config/udev: Adding input device Chicony USB 2.0 Camera: Chicony (/dev/input/event10)
[   671.836] (**) Chicony USB 2.0 Camera: Chicony: Applying InputClass "libinput keyboard catchall"
[   671.836] (II) Using input driver 'libinput' for 'Chicony USB 2.0 Camera: Chicony'
[   671.836] (**) Chicony USB 2.0 Camera: Chicony: always reports core events
[   671.836] (**) Option "Device" "/dev/input/event10"
[   671.838] (II) event10 - Chicony USB 2.0 Camera: Chicony: is tagged by udev as: Keyboard
[   671.838] (II) event10 - Chicony USB 2.0 Camera: Chicony: device is a keyboard
[   671.839] (II) event10 - Chicony USB 2.0 Camera: Chicony: device removed
[   671.855] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input18/event10"
[   671.855] (II) XINPUT: Adding extended input device "Chicony USB 2.0 Camera: Chicony" (type: KEYBOARD, id 16)
[   671.856] (II) event10 - Chicony USB 2.0 Camera: Chicony: is tagged by udev as: Keyboard
[   671.856] (II) event10 - Chicony USB 2.0 Camera: Chicony: device is a keyboard
[   671.857] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event22)
[   671.857] (II) No input driver specified, ignoring this device.
[   671.857] (II) This device may have been added with another device file.
[   671.858] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event23)
[   671.858] (II) No input driver specified, ignoring this device.
[   671.858] (II) This device may have been added with another device file.
[   671.858] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event24)
[   671.858] (II) No input driver specified, ignoring this device.
[   671.858] (II) This device may have been added with another device file.
[   671.859] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event25)
[   671.859] (II) No input driver specified, ignoring this device.
[   671.859] (II) This device may have been added with another device file.
[   671.859] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event26)
[   671.859] (II) No input driver specified, ignoring this device.
[   671.859] (II) This device may have been added with another device file.
[   671.860] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event27)
[   671.860] (II) No input driver specified, ignoring this device.
[   671.860] (II) This device may have been added with another device file.
[   671.861] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event28)
[   671.861] (II) No input driver specified, ignoring this device.
[   671.861] (II) This device may have been added with another device file.
[   671.861] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[   671.861] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[   671.861] (II) Using input driver 'libinput' for 'Intel HID events'
[   671.861] (**) Intel HID events: always reports core events
[   671.861] (**) Option "Device" "/dev/input/event5"
[   671.862] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[   671.862] (II) event5  - Intel HID events: device is a keyboard
[   671.863] (II) event5  - Intel HID events: device removed
[   671.863] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input9/event5"
[   671.863] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 17)
[   671.864] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[   671.864] (II) event5  - Intel HID events: device is a keyboard
[   671.865] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   671.865] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   671.865] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   671.865] (**) AT Translated Set 2 keyboard: always reports core events
[   671.865] (**) Option "Device" "/dev/input/event4"
[   671.866] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   671.867] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   671.868] (II) event4  - AT Translated Set 2 keyboard: device removed
[   671.868] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   671.868] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[   671.869] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   671.869] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   671.871] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event14)
[   671.871] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   671.871] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   671.871] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   671.871] (**) Option "Device" "/dev/input/event14"
[   671.872] (II) event14 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   671.874] (II) event14 - SynPS/2 Synaptics TouchPad: device is a touchpad
[   671.874] (II) event14 - SynPS/2 Synaptics TouchPad: device removed
[   671.891] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input11/event14"
[   671.891] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 19)
[   671.891] (**) Option "AccelerationScheme" "none"
[   671.891] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   671.891] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   671.891] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   671.892] (II) event14 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   671.893] (II) event14 - SynPS/2 Synaptics TouchPad: device is a touchpad
[   671.894] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[   671.894] (II) No input driver specified, ignoring this device.
[   671.894] (II) This device may have been added with another device file.
[   671.894] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   671.894] (II) No input driver specified, ignoring this device.
[   671.894] (II) This device may have been added with another device file.
[   671.903] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   671.903] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control'
[   671.903] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: always reports core events
[   671.903] (**) Option "Device" "/dev/input/event12"
[   671.903] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: is a virtual subdevice
[   671.903] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.1/0003:045E:07B2.0002/input/input17/event12"
[   671.903] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control" (type: KEYBOARD, id 20)
[   671.903] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   671.903] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control'
[   671.903] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: always reports core events
[   671.903] (**) Option "Device" "/dev/input/event13"
[   671.903] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control: is a virtual subdevice
[   671.903] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.2/0003:045E:07B2.0003/input/input19/event13"
[   671.903] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control" (type: KEYBOARD, id 21)
[   672.003] (II) modeset(0): EDID vendor "SDC", prod id 23128
[   672.003] (II) modeset(0): Printing DDC gathered Modelines:
[   672.003] (II) modeset(0): Modeline "3840x2160"x0.0  524.40  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (131.1 kHz eP)
[   672.003] (II) modeset(0): Modeline "3840x2160"x0.0  349.60  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (87.4 kHz e)
[   672.020] (II) modeset(0): EDID vendor "SDC", prod id 23128
[   672.020] (II) modeset(0): Printing DDC gathered Modelines:
[   672.020] (II) modeset(0): Modeline "3840x2160"x0.0  524.40  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (131.1 kHz eP)
[   672.020] (II) modeset(0): Modeline "3840x2160"x0.0  349.60  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (87.4 kHz e)
[   672.408] (II) modeset(0): Allocate new frame buffer 320x200 stride
[   672.415] (II) modeset(0): Allocate new frame buffer 3840x1080 stride
[   672.423] randr: falling back to unsynchronized pixmap sharing
[   672.454] randr: falling back to unsynchronized pixmap sharing
[   684.160] (II) modeset(0): EDID vendor "SDC", prod id 23128
[   684.160] (II) modeset(0): Printing DDC gathered Modelines:
[   684.161] (II) modeset(0): Modeline "3840x2160"x0.0  524.40  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (131.1 kHz eP)
[   684.161] (II) modeset(0): Modeline "3840x2160"x0.0  349.60  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (87.4 kHz e)
[   684.164] (II) modeset(0): EDID vendor "SDC", prod id 23128
[   684.164] (II) modeset(0): Printing DDC gathered Modelines:
[   684.164] (II) modeset(0): Modeline "3840x2160"x0.0  524.40  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (131.1 kHz eP)
[   684.164] (II) modeset(0): Modeline "3840x2160"x0.0  349.60  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (87.4 kHz e)
[   688.056] (II) modeset(0): EDID vendor "SDC", prod id 23128
[   688.056] (II) modeset(0): Printing DDC gathered Modelines:
[   688.056] (II) modeset(0): Modeline "3840x2160"x0.0  524.40  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (131.1 kHz eP)
[   688.056] (II) modeset(0): Modeline "3840x2160"x0.0  349.60  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (87.4 kHz e)
[   688.060] (II) modeset(0): EDID vendor "SDC", prod id 23128
[   688.060] (II) modeset(0): Printing DDC gathered Modelines:
[   688.060] (II) modeset(0): Modeline "3840x2160"x0.0  524.40  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (131.1 kHz eP)
[   688.060] (II) modeset(0): Modeline "3840x2160"x0.0  349.60  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (87.4 kHz e)
[   689.361] (II) modeset(0): EDID vendor "SDC", prod id 23128
[   689.361] (II) modeset(0): Printing DDC gathered Modelines:
[   689.361] (II) modeset(0): Modeline "3840x2160"x0.0  524.40  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (131.1 kHz eP)
[   689.362] (II) modeset(0): Modeline "3840x2160"x0.0  349.60  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (87.4 kHz e)
[   689.364] (II) modeset(0): EDID vendor "SDC", prod id 23128
[   689.364] (II) modeset(0): Printing DDC gathered Modelines:
[   689.364] (II) modeset(0): Modeline "3840x2160"x0.0  524.40  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (131.1 kHz eP)
[   689.364] (II) modeset(0): Modeline "3840x2160"x0.0  349.60  3840 3888 3920 4000  2160 2162 2168 2185 -hsync -vsync (87.4 kHz e)
[  1547.795] (EE) event9  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: client bug: event processing lagging behind by 22ms, your system is too slow
[  1591.227] (EE) event9  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: client bug: event processing lagging behind by 31ms, your system is too slow
[  1773.703] (EE) event9  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: client bug: event processing lagging behind by 30ms, your system is too slow
[  1959.458] (EE) event9  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: client bug: event processing lagging behind by 21ms, your system is too slow

Last edited by chrisgrul (2022-03-13 05:15:21)

Offline

#2 2022-03-12 09:28:18

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,285

Re: [SOLVED] DisplayLink/SDDM issues

That can happen if SDDM starts before the graphics device in general is ready, this can usually be alleviated by enabling early KMS maybe try that: https://wiki.archlinux.org/title/Kernel … _KMS_start

Offline

#3 2022-03-13 02:22:08

chrisgrul
Member
Registered: 2022-01-10
Posts: 8

Re: [SOLVED] DisplayLink/SDDM issues

Thanks for your help!

I have been able to get it working. First, I tried what you suggested:
/etc/mkinitcpio.conf

MODULES=(i915 nouveau evdi)

I loaded the Intel and Nvidia modules first, then the evdi module for the DisplayLink, and regenerated the initramfs. This unfortunately didn't work.

Then I tried ensuring that the DisplayLink service would load before SDDM:
/usr/lib/systemd/system/sddm.service

[Unit]
Description=Simple Desktop Display Manager
Documentation=man:sddm(1) man:sddm.conf(5)
Conflicts=getty@tty1.service
Wants=displaylink.service
After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service systemd-logind.service displaylink.service

This also didn't work. Finally, I tried adding a delay before starting the SDDM service. First I disabled the SDDM service:

sudo systemctl disable sddm

Then created a systemd timer:
/usr/lib/systemd/system/sddm.timer

[Unit]
Description=SDDM delayed start

[Timer]
OnActiveSec=30s

[Install]
WantedBy=timers.target

then enabled it:

sudo systemctl enable sddm.timer

30 seconds is quite a while, so I will try tuning it until it's as low as possible but still consistently works.

Offline

Board footer

Powered by FluxBB