You are not logged in.

#1 2019-03-09 09:41:23

mokos
Member
Registered: 2017-04-21
Posts: 8

Intel onboard GPU - SNA Accel Mode - VNC corruption [SOLVED]

Im using NUC with Intel onboard GPU and eveything works out of the box except when i try to use VNC software and remotely log in to this system.

Software like Teamviewer, Tigervnc, Realvnc-viewer,X11vnc . All programs have the same behavior.. I connect with them into my system and then ONLY the first 2 frames are showing. the mouse cursor is working but the screen/background is not.

Ive installed all the drivers: xf86-video-intel for example but still the problem is persistent.
i know that SNA is the default option, but SNA isnt working through vnc-software with DRI 3 current.
I've tried SNA with DRI 2 and it works ok , but screen is flickering inside KODI (options/subs)


My temporary fix for the moment is by using the UXA accel Method.

[user@system ~]$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 5a85 (rev 0b)

Im using this script to run X11VNC:
(~/scripts/vnc.sh)

#!/bin/bash
ps cax | grep x11vnc > /dev/null
if [ $? -eq 0 ]; then
  echo "Process is running."
else
  x11vnc -rfbport 1984 -bg -o /tmp/x11vnc.log -rfbauth ~/.vnc/passwd -cursorpos -shared -forever
  xmodmap "${0%/*}/fix_numpad"
fi

with this script to fix my numpad in keyboard:
(~/scripts/fix_numpad)

! initialization, 
! Ensure that we have all keysyms we're going to use assigned to something. 

keycode any = KP_Insert 
keycode any = KP_End 
keycode any = KP_Down 
keycode any = KP_Next 
keycode any = KP_Left 
keycode any = KP_Begin 
keycode any = KP_Right 
keycode any = KP_Home 
keycode any = KP_Up 
keycode any = KP_Prior 
keycode any = KP_Delete 

! Set the keypad to numeric mode. 
! You may need to adjust KP_Next/KP_Prior; possible alternatives 
! are KP_Page_Down/KP_Page_Up or just Next/Prior. 
! just Next. 
keysym KP_Insert = KP_0 
keysym KP_End    = KP_1 
keysym KP_Down   = KP_2 
keysym KP_Next   = KP_3 
keysym KP_Left   = KP_4 
keysym KP_Begin  = KP_5 
keysym KP_Right  = KP_6 
keysym KP_Home   = KP_7 
keysym KP_Up     = KP_8 
keysym KP_Prior  = KP_9 
keysym KP_Delete = KP_Decimal

last but not least im using this Xorg Config:
(/etc/X11/xorg.conf.d/20-intel.conf)

Section "Device"
  Identifier  "Intel Graphics"
  Driver      "intel"
  Option      "AccelMethod" "uxa"
EndSection

Can anyone helps?

Last edited by mokos (2019-03-10 14:27:29)

Offline

#2 2019-03-09 13:31:16

mokos
Member
Registered: 2017-04-21
Posts: 8

Re: Intel onboard GPU - SNA Accel Mode - VNC corruption [SOLVED]

+ with SNA and DRI 2 enabled in youtube when you mouse over the videos screen flickers....

tell me which commands i should input to diagnose and upload the results here i order to help community fixing the problem

Offline

#3 2019-03-09 14:06:58

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Intel onboard GPU - SNA Accel Mode - VNC corruption [SOLVED]

Ive installed all the drivers: xf86-video-intel

Nowadays xf86-video-intel is often the cause of problems, not the solution .

Try removing it AND the 20-intel.conf so X will use modesetting.
restart X (or reboot) , post xorg log.

Last edited by Lone_Wolf (2019-03-09 14:07:49)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#4 2019-03-09 17:38:49

mokos
Member
Registered: 2017-04-21
Posts: 8

Re: Intel onboard GPU - SNA Accel Mode - VNC corruption [SOLVED]

with 20-intel.conf

[    15.276] (--) Log file renamed from "/var/log/Xorg.pid-748.log" to "/var/log/Xorg.0.log"
[    15.276] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    15.277] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[    15.277] Build Operating System: Linux Arch Linux
[    15.277] Current Operating System: Linux bbox 4.19.24-1-MANJARO #1 SMP PREEMPT Wed Feb 20 22:59:23 UTC 2019 x86_64
[    15.277] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19-x86_64 root=UUID=f38fa839-8b2f-41a4-99fd-c4e5863a15ca nomodeset rw quiet
[    15.277] Build Date: 25 October 2018  04:42:32PM
[    15.277]  
[    15.277] Current version of pixman: 0.38.0
[    15.277] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    15.277] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.277] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 27 19:02:57 2019
[    15.278] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    15.278] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.278] (==) No Layout section.  Using the first Screen section.
[    15.278] (==) No screen section available. Using defaults.
[    15.278] (**) |-->Screen "Default Screen Section" (0)
[    15.278] (**) |   |-->Monitor "<default monitor>"
[    15.278] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    15.278] (==) Automatically adding devices
[    15.278] (==) Automatically enabling devices
[    15.279] (==) Automatically adding GPU devices
[    15.279] (==) Automatically binding GPU devices
[    15.279] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    15.279] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    15.279] 	Entry deleted from font path.
[    15.279] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    15.279] 	Entry deleted from font path.
[    15.279] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    15.279] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    15.279] 	Entry deleted from font path.
[    15.279] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    15.279] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[    15.279] (==) ModulePath set to "/usr/lib/xorg/modules"
[    15.279] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.279] (II) Module ABI versions:
[    15.279] 	X.Org ANSI C Emulation: 0.4
[    15.279] 	X.Org Video Driver: 24.0
[    15.279] 	X.Org XInput driver : 24.1
[    15.279] 	X.Org Server Extension : 10.0
[    15.280] (++) using VT number 1

[    15.285] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    15.289] (--) PCI:*(0@0:2:0) 8086:5a85:1849:5a85 rev 11, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    15.289] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    15.289] (II) LoadModule: "glx"
[    15.290] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.293] (II) Module glx: vendor="X.Org Foundation"
[    15.293] 	compiled for 1.20.3, module version = 1.0.0
[    15.293] 	ABI class: X.Org Server Extension, version 10.0
[    15.293] (==) Matched intel as autoconfigured driver 0
[    15.293] (==) Matched modesetting as autoconfigured driver 1
[    15.293] (==) Matched fbdev as autoconfigured driver 2
[    15.293] (==) Matched vesa as autoconfigured driver 3
[    15.293] (==) Assigned the driver to the xf86ConfigLayout
[    15.293] (II) LoadModule: "intel"
[    15.293] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    15.294] (II) Module intel: vendor="X.Org Foundation"
[    15.294] 	compiled for 1.20.3, module version = 2.99.917
[    15.294] 	Module class: X.Org Video Driver
[    15.294] 	ABI class: X.Org Video Driver, version 24.0
[    15.294] (II) LoadModule: "modesetting"
[    15.294] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    15.295] (II) Module modesetting: vendor="X.Org Foundation"
[    15.295] 	compiled for 1.20.3, module version = 1.20.3
[    15.295] 	Module class: X.Org Video Driver
[    15.295] 	ABI class: X.Org Video Driver, version 24.0
[    15.295] (II) LoadModule: "fbdev"
[    15.296] (WW) Warning, couldn't open module fbdev
[    15.296] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    15.296] (II) LoadModule: "vesa"
[    15.296] (WW) Warning, couldn't open module vesa
[    15.296] (EE) Failed to load module "vesa" (module does not exist, 0)
[    15.296] (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
[    15.297] (II) intel: Driver for Intel(R) HD Graphics
[    15.297] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    15.297] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    15.297] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    17.340] intel: waited 2020 ms for i915.ko driver to load
[    17.348] (EE) open /dev/dri/card0: No such file or directory
[    17.348] (WW) Falling back to old probe method for modesetting
[    17.348] (EE) open /dev/dri/card0: No such file or directory
[    17.349] (EE) Screen 0 deleted because of no matching config section.
[    17.349] (II) UnloadModule: "modesetting"
[    17.349] (EE) Device(s) detected, but none match those in the config file.
[    17.349] (EE) 
Fatal server error:
[    17.349] (EE) no screens found(EE) 
[    17.349] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    17.349] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    17.349] (EE) 
[    17.352] (EE) Server terminated with error (1). Closing log file.

Offline

#5 2019-03-09 17:49:44

mokos
Member
Registered: 2017-04-21
Posts: 8

Re: Intel onboard GPU - SNA Accel Mode - VNC corruption [SOLVED]

xorg.log with 20-intel.conf removed and xf86-video-intel driver installed:

[    11.310] (--) Log file renamed from "/home/bbox/.local/share/xorg/Xorg.pid-753.log" to "/home/bbox/.local/share/xorg/Xorg.0.log"
[    11.311] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    11.312] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[    11.312] Build Operating System: Linux Arch Linux
[    11.312] Current Operating System: Linux bbox 4.19.24-1-MANJARO #1 SMP PREEMPT Wed Feb 20 22:59:23 UTC 2019 x86_64
[    11.312] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19-x86_64 root=UUID=f38fa839-8b2f-41a4-99fd-c4e5863a15ca rw quiet i915.enable_psr=0
[    11.312] Build Date: 25 October 2018  04:42:32PM
[    11.312]  
[    11.312] Current version of pixman: 0.38.0
[    11.312] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.312] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.312] (==) Log file: "/home/bbox/.local/share/xorg/Xorg.0.log", Time: Sat Mar  9 19:43:03 2019
[    11.320] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    11.320] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.323] (==) No Layout section.  Using the first Screen section.
[    11.324] (==) No screen section available. Using defaults.
[    11.324] (**) |-->Screen "Default Screen Section" (0)
[    11.324] (**) |   |-->Monitor "<default monitor>"
[    11.325] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    11.325] (==) Automatically adding devices
[    11.325] (==) Automatically enabling devices
[    11.325] (==) Automatically adding GPU devices
[    11.325] (==) Automatically binding GPU devices
[    11.325] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    11.331] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    11.331] 	Entry deleted from font path.
[    11.332] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    11.332] 	Entry deleted from font path.
[    11.332] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    11.334] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    11.334] 	Entry deleted from font path.
[    11.334] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    11.334] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[    11.334] (==) ModulePath set to "/usr/lib/xorg/modules"
[    11.334] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    11.334] (II) Module ABI versions:
[    11.334] 	X.Org ANSI C Emulation: 0.4
[    11.334] 	X.Org Video Driver: 24.0
[    11.334] 	X.Org XInput driver : 24.1
[    11.334] 	X.Org Server Extension : 10.0
[    11.335] (++) using VT number 2

[    11.339] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    11.340] (II) xfree86: Adding drm device (/dev/dri/card0)
[    11.341] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    11.345] (--) PCI:*(0@0:2:0) 8086:5a85:1849:5a85 rev 11, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    11.345] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    11.345] (II) LoadModule: "glx"
[    11.350] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.366] (II) Module glx: vendor="X.Org Foundation"
[    11.366] 	compiled for 1.20.3, module version = 1.0.0
[    11.366] 	ABI class: X.Org Server Extension, version 10.0
[    11.367] (==) Matched intel as autoconfigured driver 0
[    11.367] (==) Matched modesetting as autoconfigured driver 1
[    11.367] (==) Matched fbdev as autoconfigured driver 2
[    11.367] (==) Matched vesa as autoconfigured driver 3
[    11.367] (==) Assigned the driver to the xf86ConfigLayout
[    11.367] (II) LoadModule: "intel"
[    11.367] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    11.373] (II) Module intel: vendor="X.Org Foundation"
[    11.373] 	compiled for 1.20.3, module version = 2.99.917
[    11.373] 	Module class: X.Org Video Driver
[    11.373] 	ABI class: X.Org Video Driver, version 24.0
[    11.373] (II) LoadModule: "modesetting"
[    11.373] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    11.379] (II) Module modesetting: vendor="X.Org Foundation"
[    11.379] 	compiled for 1.20.3, module version = 1.20.3
[    11.379] 	Module class: X.Org Video Driver
[    11.379] 	ABI class: X.Org Video Driver, version 24.0
[    11.379] (II) LoadModule: "fbdev"
[    11.383] (WW) Warning, couldn't open module fbdev
[    11.383] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    11.383] (II) LoadModule: "vesa"
[    11.383] (WW) Warning, couldn't open module vesa
[    11.384] (EE) Failed to load module "vesa" (module does not exist, 0)
[    11.384] (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
[    11.385] (II) intel: Driver for Intel(R) HD Graphics
[    11.385] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    11.385] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    11.385] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    11.385] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    11.386] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20180719
[    11.386] (II) intel(0): SNA compiled from 2.99.917-859-g33ee0c3b
[    11.406] (WW) Falling back to old probe method for modesetting
[    11.406] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    11.408] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 500
[    11.408] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2; using a maximum of 4 threads
[    11.408] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    11.408] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    11.408] (==) intel(0): RGB weight 888
[    11.408] (==) intel(0): Default visual is TrueColor
[    11.411] (II) intel(0): Output eDP1 has no monitor section
[    11.435] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    11.435] (II) intel(0): Enabled output eDP1
[    11.435] (II) intel(0): Output DP1 has no monitor section
[    11.436] (II) intel(0): Enabled output DP1
[    11.436] (II) intel(0): Output DP2 has no monitor section
[    11.436] (II) intel(0): Enabled output DP2
[    11.436] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    11.437] (II) intel(0): Output VIRTUAL1 has no monitor section
[    11.437] (II) intel(0): Enabled output VIRTUAL1
[    11.437] (--) intel(0): Output eDP1 using initial mode 3840x2160 on pipe 0
[    11.437] (==) intel(0): TearFree disabled
[    11.437] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    11.437] (==) intel(0): DPI set to (96, 96)
[    11.437] (II) Loading sub module "dri3"
[    11.437] (II) LoadModule: "dri3"
[    11.438] (II) Module "dri3" already built-in
[    11.438] (II) Loading sub module "dri2"
[    11.438] (II) LoadModule: "dri2"
[    11.438] (II) Module "dri2" already built-in
[    11.438] (II) Loading sub module "present"
[    11.438] (II) LoadModule: "present"
[    11.438] (II) Module "present" already built-in
[    11.438] (II) UnloadModule: "modesetting"
[    11.438] (II) Unloading modesetting
[    11.444] (II) intel(0): SNA initialized with Broxton (gen9) backend
[    11.444] (==) intel(0): Backing store enabled
[    11.444] (==) intel(0): Silken mouse disabled
[    11.444] (II) intel(0): HW Cursor enabled
[    11.445] (==) intel(0): DPMS enabled
[    11.445] (==) intel(0): Display hotplug detection enabled
[    11.446] (II) intel(0): [DRI2] Setup complete
[    11.446] (II) intel(0): [DRI2]   DRI driver: i965
[    11.446] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    11.446] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    11.446] (II) intel(0): hardware support for Present enabled
[    11.446] (II) Initializing extension Generic Event Extension
[    11.446] (II) Initializing extension SHAPE
[    11.446] (II) Initializing extension MIT-SHM
[    11.446] (II) Initializing extension XInputExtension
[    11.447] (II) Initializing extension XTEST
[    11.447] (II) Initializing extension BIG-REQUESTS
[    11.447] (II) Initializing extension SYNC
[    11.447] (II) Initializing extension XKEYBOARD
[    11.447] (II) Initializing extension XC-MISC
[    11.447] (II) Initializing extension SECURITY
[    11.447] (II) Initializing extension XFIXES
[    11.447] (II) Initializing extension RENDER
[    11.447] (II) Initializing extension RANDR
[    11.447] (II) Initializing extension COMPOSITE
[    11.447] (II) Initializing extension DAMAGE
[    11.447] (II) Initializing extension MIT-SCREEN-SAVER
[    11.447] (II) Initializing extension DOUBLE-BUFFER
[    11.447] (II) Initializing extension RECORD
[    11.447] (II) Initializing extension DPMS
[    11.447] (II) Initializing extension Present
[    11.447] (II) Initializing extension DRI3
[    11.447] (II) Initializing extension X-Resource
[    11.447] (II) Initializing extension XVideo
[    11.447] (II) Initializing extension XVideo-MotionCompensation
[    11.447] (II) Initializing extension GLX
[    11.500] (II) AIGLX: Loaded and initialized i965
[    11.501] (II) GLX: Initialized DRI2 GL provider for screen 0
[    11.501] (II) Initializing extension XFree86-VidModeExtension
[    11.501] (II) Initializing extension XFree86-DGA
[    11.501] (II) Initializing extension XFree86-DRI
[    11.501] (II) Initializing extension DRI2
[    11.524] (II) intel(0): switch to mode 3840x2160@30.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    11.531] (II) intel(0): Setting screen physical size to 1016 x 571
[    11.619] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    11.619] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    11.619] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    11.619] (**) Video Bus: Applying InputClass "system-keyboard"
[    11.619] (II) LoadModule: "libinput"
[    11.619] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    11.626] (II) Module libinput: vendor="X.Org Foundation"
[    11.626] 	compiled for 1.20.3, module version = 0.28.2
[    11.626] 	Module class: X.Org XInput Driver
[    11.626] 	ABI class: X.Org XInput driver, version 24.1
[    11.626] (II) Using input driver 'libinput' for 'Video Bus'
[    11.627] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 15 paused 0
[    11.628] (**) Video Bus: always reports core events
[    11.628] (**) Option "Device" "/dev/input/event8"
[    11.628] (**) Option "_source" "server/udev"
[    11.641] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    11.641] (II) event8  - Video Bus: device is a keyboard
[    11.642] (II) event8  - Video Bus: device removed
[    11.642] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event8"
[    11.642] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    11.642] (**) Option "xkb_model" "pc105"
[    11.642] (**) Option "xkb_layout" "us"
[    11.643] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    11.643] (II) event8  - Video Bus: device is a keyboard
[    11.644] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    11.644] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.644] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    11.644] (**) Power Button: Applying InputClass "system-keyboard"
[    11.644] (II) Using input driver 'libinput' for 'Power Button'
[    11.646] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 18 paused 0
[    11.646] (**) Power Button: always reports core events
[    11.646] (**) Option "Device" "/dev/input/event0"
[    11.646] (**) Option "_source" "server/udev"
[    11.647] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    11.647] (II) event0  - Power Button: device is a keyboard
[    11.647] (II) event0  - Power Button: device removed
[    11.648] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    11.648] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    11.648] (**) Option "xkb_model" "pc105"
[    11.648] (**) Option "xkb_layout" "us"
[    11.649] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    11.649] (II) event0  - Power Button: device is a keyboard
[    11.650] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[    11.650] (II) No input driver specified, ignoring this device.
[    11.650] (II) This device may have been added with another device file.
[    11.651] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[    11.651] (II) No input driver specified, ignoring this device.
[    11.651] (II) This device may have been added with another device file.
[    11.651] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[    11.651] (II) No input driver specified, ignoring this device.
[    11.651] (II) This device may have been added with another device file.
[    11.652] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[    11.652] (II) No input driver specified, ignoring this device.
[    11.652] (II) This device may have been added with another device file.
[    11.653] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[    11.653] (II) No input driver specified, ignoring this device.
[    11.653] (II) This device may have been added with another device file.
[    11.653] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[    11.653] (II) No input driver specified, ignoring this device.
[    11.653] (II) This device may have been added with another device file.
[    11.654] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[    11.654] (II) No input driver specified, ignoring this device.
[    11.654] (II) This device may have been added with another device file.
[    11.655] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 (/dev/input/event1)
[    11.655] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "evdev keyboard catchall"
[    11.655] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "libinput keyboard catchall"
[    11.655] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "system-keyboard"
[    11.655] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0'
[    11.656] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 19 paused 0
[    11.656] (**) Microsoft Microsoft® Nano Transceiver v1.0: always reports core events
[    11.656] (**) Option "Device" "/dev/input/event1"
[    11.657] (**) Option "_source" "server/udev"
[    11.659] (II) event1  - Microsoft Microsoft® Nano Transceiver v1.0: is tagged by udev as: Keyboard
[    11.659] (II) event1  - Microsoft Microsoft® Nano Transceiver v1.0: device is a keyboard
[    11.659] (II) event1  - Microsoft Microsoft® Nano Transceiver v1.0: device removed
[    11.659] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.0/0003:045E:07B2.0001/input/input1/event1"
[    11.659] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0" (type: KEYBOARD, id 8)
[    11.659] (**) Option "xkb_model" "pc105"
[    11.659] (**) Option "xkb_layout" "us"
[    11.662] (II) event1  - Microsoft Microsoft® Nano Transceiver v1.0: is tagged by udev as: Keyboard
[    11.662] (II) event1  - Microsoft Microsoft® Nano Transceiver v1.0: device is a keyboard
[    11.663] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 Mouse (/dev/input/event2)
[    11.663] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: Applying InputClass "evdev pointer catchall"
[    11.663] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: Applying InputClass "libinput pointer catchall"
[    11.663] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Mouse'
[    11.719] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 20 paused 0
[    11.719] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: always reports core events
[    11.719] (**) Option "Device" "/dev/input/event2"
[    11.719] (**) Option "_source" "server/udev"
[    11.724] (II) event2  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: is tagged by udev as: Mouse
[    11.724] (II) event2  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device is a pointer
[    11.724] (II) event2  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device removed
[    11.724] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.1/0003:045E:07B2.0002/input/input2/event2"
[    11.725] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Mouse" (type: MOUSE, id 9)
[    11.725] (**) Option "AccelerationScheme" "none"
[    11.725] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: (accel) selected scheme none/0
[    11.725] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: (accel) acceleration factor: 2.000
[    11.725] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: (accel) acceleration threshold: 4
[    11.729] (II) event2  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: is tagged by udev as: Mouse
[    11.730] (II) event2  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device is a pointer
[    11.732] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 Mouse (/dev/input/mouse0)
[    11.732] (II) No input driver specified, ignoring this device.
[    11.732] (II) This device may have been added with another device file.
[    11.733] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control (/dev/input/event3)
[    11.733] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "evdev keyboard catchall"
[    11.733] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    11.733] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "system-keyboard"
[    11.733] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control'
[    11.734] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 21 paused 0
[    11.734] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: always reports core events
[    11.734] (**) Option "Device" "/dev/input/event3"
[    11.734] (**) Option "_source" "server/udev"
[    11.737] (II) event3  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[    11.737] (II) event3  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[    11.737] (II) event3  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device removed
[    11.737] (II) libinput: Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: needs a virtual subdevice
[    11.737] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.1/0003:045E:07B2.0002/input/input3/event3"
[    11.737] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control" (type: MOUSE, id 10)
[    11.737] (**) Option "AccelerationScheme" "none"
[    11.737] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) selected scheme none/0
[    11.737] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) acceleration factor: 2.000
[    11.737] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) acceleration threshold: 4
[    11.739] (II) event3  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[    11.739] (II) event3  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[    11.741] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control (/dev/input/event4)
[    11.741] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "evdev keyboard catchall"
[    11.741] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    11.741] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "system-keyboard"
[    11.741] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control'
[    11.743] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 22 paused 0
[    11.743] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: always reports core events
[    11.743] (**) Option "Device" "/dev/input/event4"
[    11.743] (**) Option "_source" "server/udev"
[    11.745] (II) event4  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[    11.745] (II) event4  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[    11.745] (II) event4  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device removed
[    11.746] (II) libinput: Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: needs a virtual subdevice
[    11.746] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.2/0003:045E:07B2.0003/input/input4/event4"
[    11.746] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control" (type: MOUSE, id 11)
[    11.746] (**) Option "AccelerationScheme" "none"
[    11.746] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) selected scheme none/0
[    11.746] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) acceleration factor: 2.000
[    11.746] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) acceleration threshold: 4
[    11.748] (II) event4  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[    11.748] (II) event4  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[    11.749] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 System Control (/dev/input/event5)
[    11.749] (**) Microsoft Microsoft® Nano Transceiver v1.0 System Control: Applying InputClass "evdev keyboard catchall"
[    11.749] (**) Microsoft Microsoft® Nano Transceiver v1.0 System Control: Applying InputClass "libinput keyboard catchall"
[    11.749] (**) Microsoft Microsoft® Nano Transceiver v1.0 System Control: Applying InputClass "system-keyboard"
[    11.749] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 System Control'
[    11.751] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 23 paused 0
[    11.751] (**) Microsoft Microsoft® Nano Transceiver v1.0 System Control: always reports core events
[    11.751] (**) Option "Device" "/dev/input/event5"
[    11.751] (**) Option "_source" "server/udev"
[    11.753] (II) event5  - Microsoft Microsoft® Nano Transceiver v1.0 System Control: is tagged by udev as: Keyboard
[    11.754] (II) event5  - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device is a keyboard
[    11.754] (II) event5  - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device removed
[    11.754] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.2/0003:045E:07B2.0003/input/input6/event5"
[    11.754] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 System Control" (type: KEYBOARD, id 12)
[    11.754] (**) Option "xkb_model" "pc105"
[    11.754] (**) Option "xkb_layout" "us"
[    11.756] (II) event5  - Microsoft Microsoft® Nano Transceiver v1.0 System Control: is tagged by udev as: Keyboard
[    11.756] (II) event5  - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device is a keyboard
[    11.757] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    11.757] (II) No input driver specified, ignoring this device.
[    11.757] (II) This device may have been added with another device file.
[    11.759] (II) config/udev: Adding input device Nuvoton w836x7hg Infrared Remote Transceiver (/dev/input/event7)
[    11.759] (**) Nuvoton w836x7hg Infrared Remote Transceiver: Applying InputClass "evdev keyboard catchall"
[    11.759] (**) Nuvoton w836x7hg Infrared Remote Transceiver: Applying InputClass "libinput keyboard catchall"
[    11.759] (**) Nuvoton w836x7hg Infrared Remote Transceiver: Applying InputClass "system-keyboard"
[    11.759] (II) Using input driver 'libinput' for 'Nuvoton w836x7hg Infrared Remote Transceiver'
[    11.760] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 24 paused 0
[    11.760] (**) Nuvoton w836x7hg Infrared Remote Transceiver: always reports core events
[    11.760] (**) Option "Device" "/dev/input/event7"
[    11.760] (**) Option "_source" "server/udev"
[    11.762] (II) event7  - Nuvoton w836x7hg Infrared Remote Transceiver: is tagged by udev as: Keyboard
[    11.762] (II) event7  - Nuvoton w836x7hg Infrared Remote Transceiver: device is a keyboard
[    11.762] (II) event7  - Nuvoton w836x7hg Infrared Remote Transceiver: device removed
[    11.762] (**) Option "config_info" "udev:/sys/devices/pnp0/00:02/rc/rc0/input7/event7"
[    11.762] (II) XINPUT: Adding extended input device "Nuvoton w836x7hg Infrared Remote Transceiver" (type: KEYBOARD, id 13)
[    11.762] (**) Option "xkb_model" "pc105"
[    11.762] (**) Option "xkb_layout" "us"
[    11.764] (II) event7  - Nuvoton w836x7hg Infrared Remote Transceiver: is tagged by udev as: Keyboard
[    11.764] (II) event7  - Nuvoton w836x7hg Infrared Remote Transceiver: device is a keyboard
[    11.799] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "evdev keyboard catchall"
[    11.799] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    11.799] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "system-keyboard"
[    11.799] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control'
[    11.799] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[    11.799] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: always reports core events
[    11.799] (**) Option "Device" "/dev/input/event3"
[    11.799] (**) Option "_source" "_driver/libinput"
[    11.799] (II) libinput: Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is a virtual subdevice
[    11.799] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.1/0003:045E:07B2.0002/input/input3/event3"
[    11.799] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control" (type: KEYBOARD, id 14)
[    11.799] (**) Option "xkb_model" "pc105"
[    11.800] (**) Option "xkb_layout" "us"
[    11.800] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "evdev keyboard catchall"
[    11.800] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    11.800] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "system-keyboard"
[    11.800] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control'
[    11.800] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[    11.800] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: always reports core events
[    11.800] (**) Option "Device" "/dev/input/event4"
[    11.800] (**) Option "_source" "_driver/libinput"
[    11.800] (II) libinput: Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is a virtual subdevice
[    11.800] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.2/0003:045E:07B2.0003/input/input4/event4"
[    11.800] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control" (type: KEYBOARD, id 15)
[    11.800] (**) Option "xkb_model" "pc105"
[    11.800] (**) Option "xkb_layout" "us"
[    12.816] (II) intel(0): EDID vendor "SAM", prod id 3849
[    12.817] (II) intel(0): Using EDID range info for horizontal sync
[    12.817] (II) intel(0): Using EDID range info for vertical refresh
[    12.817] (II) intel(0): Printing DDC gathered Modelines:
[    12.817] (II) intel(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    12.817] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    12.817] (II) intel(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    12.817] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    12.817] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    12.817] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    12.817] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    12.817] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    12.817] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    12.817] (II) intel(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    12.817] (II) intel(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    12.817] (II) intel(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    12.817] (II) intel(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    12.817] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    12.817] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    12.817] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    12.817] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    12.817] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    12.817] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    12.817] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    12.817] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    12.817] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    12.817] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    12.817] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    12.817] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    12.817] (II) intel(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    12.817] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    12.817] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    12.818] (--) intel(0): HDMI max TMDS frequency 300000KHz
[    13.285] (II) intel(0): resizing framebuffer to 1920x1080
[    13.295] (II) intel(0): switch to mode 1920x1080@120.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    19.319] (--) intel(0): HDMI max TMDS frequency 300000KHz
[    21.133] (--) intel(0): HDMI max TMDS frequency 300000KHz
[    21.181] (--) intel(0): HDMI max TMDS frequency 300000KHz
[    21.182] (--) intel(0): HDMI max TMDS frequency 300000KHz
[    55.131] (II) config/udev: Adding input device Samsung Wireless Keyboard Mouse (/dev/input/mouse1)
[    55.131] (II) No input driver specified, ignoring this device.
[    55.131] (II) This device may have been added with another device file.
[    55.169] (II) config/udev: Adding input device Samsung Wireless Keyboard Mouse (/dev/input/event17)
[    55.169] (**) Samsung Wireless Keyboard Mouse: Applying InputClass "evdev pointer catchall"
[    55.169] (**) Samsung Wireless Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[    55.169] (II) Using input driver 'libinput' for 'Samsung Wireless Keyboard Mouse'
[    55.171] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 59 paused 0
[    55.171] (**) Samsung Wireless Keyboard Mouse: always reports core events
[    55.171] (**) Option "Device" "/dev/input/event17"
[    55.171] (**) Option "_source" "server/udev"
[    55.174] (II) event17 - Samsung Wireless Keyboard Mouse: is tagged by udev as: Mouse
[    55.174] (II) event17 - Samsung Wireless Keyboard Mouse: device is a pointer
[    55.174] (II) event17 - Samsung Wireless Keyboard Mouse: device removed
[    55.174] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-5/1-5:1.0/bluetooth/hci0/hci0:256/0005:04E8:2075.0004/input/input18/event17"
[    55.174] (II) XINPUT: Adding extended input device "Samsung Wireless Keyboard Mouse" (type: MOUSE, id 16)
[    55.176] (**) Option "AccelerationScheme" "none"
[    55.178] (**) Samsung Wireless Keyboard Mouse: (accel) selected scheme none/0
[    55.178] (**) Samsung Wireless Keyboard Mouse: (accel) acceleration factor: 2.000
[    55.178] (**) Samsung Wireless Keyboard Mouse: (accel) acceleration threshold: 4
[    55.181] (II) event17 - Samsung Wireless Keyboard Mouse: is tagged by udev as: Mouse
[    55.181] (II) event17 - Samsung Wireless Keyboard Mouse: device is a pointer
[    55.183] (II) config/udev: Adding input device Samsung Wireless Keyboard Keyboard (/dev/input/event16)
[    55.183] (**) Samsung Wireless Keyboard Keyboard: Applying InputClass "evdev keyboard catchall"
[    55.183] (**) Samsung Wireless Keyboard Keyboard: Applying InputClass "libinput keyboard catchall"
[    55.183] (**) Samsung Wireless Keyboard Keyboard: Applying InputClass "system-keyboard"
[    55.183] (II) Using input driver 'libinput' for 'Samsung Wireless Keyboard Keyboard'
[    55.185] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 60 paused 0
[    55.185] (**) Samsung Wireless Keyboard Keyboard: always reports core events
[    55.185] (**) Option "Device" "/dev/input/event16"
[    55.185] (**) Option "_source" "server/udev"
[    55.187] (II) event16 - Samsung Wireless Keyboard Keyboard: is tagged by udev as: Keyboard
[    55.187] (II) event16 - Samsung Wireless Keyboard Keyboard: device is a keyboard
[    55.188] (II) event16 - Samsung Wireless Keyboard Keyboard: device removed
[    55.188] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-5/1-5:1.0/bluetooth/hci0/hci0:256/0005:04E8:2075.0004/input/input17/event16"
[    55.188] (II) XINPUT: Adding extended input device "Samsung Wireless Keyboard Keyboard" (type: KEYBOARD, id 17)
[    55.188] (**) Option "xkb_model" "pc105"
[    55.188] (**) Option "xkb_layout" "us"
[    55.191] (II) event16 - Samsung Wireless Keyboard Keyboard: is tagged by udev as: Keyboard
[    55.191] (II) event16 - Samsung Wireless Keyboard Keyboard: device is a keyboard
[    55.194] (II) config/udev: Adding input device Samsung Wireless Keyboard (/dev/input/event18)
[    55.194] (II) No input driver specified, ignoring this device.
[    55.194] (II) This device may have been added with another device file.

Offline

#6 2019-03-09 17:57:19

mokos
Member
Registered: 2017-04-21
Posts: 8

Re: Intel onboard GPU - SNA Accel Mode - VNC corruption [SOLVED]

and everything removed:


[    11.459] (--) Log file renamed from "/home/bbox/.local/share/xorg/Xorg.pid-760.log" to "/home/bbox/.local/share/xorg/Xorg.0.log"
[    11.460] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    11.460] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[    11.460] Build Operating System: Linux Arch Linux
[    11.460] Current Operating System: Linux bbox 4.19.24-1-MANJARO #1 SMP PREEMPT Wed Feb 20 22:59:23 UTC 2019 x86_64
[    11.461] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19-x86_64 root=UUID=f38fa839-8b2f-41a4-99fd-c4e5863a15ca rw quiet i915.enable_psr=0
[    11.461] Build Date: 25 October 2018  04:42:32PM
[    11.461]  
[    11.461] Current version of pixman: 0.38.0
[    11.461] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.461] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.461] (==) Log file: "/home/bbox/.local/share/xorg/Xorg.0.log", Time: Sat Mar  9 19:52:03 2019
[    11.467] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    11.467] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.471] (==) No Layout section.  Using the first Screen section.
[    11.471] (==) No screen section available. Using defaults.
[    11.471] (**) |-->Screen "Default Screen Section" (0)
[    11.471] (**) |   |-->Monitor "<default monitor>"
[    11.472] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    11.472] (==) Automatically adding devices
[    11.472] (==) Automatically enabling devices
[    11.472] (==) Automatically adding GPU devices
[    11.472] (==) Automatically binding GPU devices
[    11.472] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    11.478] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    11.478] 	Entry deleted from font path.
[    11.478] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    11.478] 	Entry deleted from font path.
[    11.478] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    11.481] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    11.481] 	Entry deleted from font path.
[    11.481] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    11.481] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[    11.481] (==) ModulePath set to "/usr/lib/xorg/modules"
[    11.481] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    11.481] (II) Module ABI versions:
[    11.481] 	X.Org ANSI C Emulation: 0.4
[    11.481] 	X.Org Video Driver: 24.0
[    11.481] 	X.Org XInput driver : 24.1
[    11.481] 	X.Org Server Extension : 10.0
[    11.482] (++) using VT number 2

[    11.486] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    11.488] (II) xfree86: Adding drm device (/dev/dri/card0)
[    11.489] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    11.493] (--) PCI:*(0@0:2:0) 8086:5a85:1849:5a85 rev 11, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    11.493] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    11.493] (II) LoadModule: "glx"
[    11.499] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.514] (II) Module glx: vendor="X.Org Foundation"
[    11.514] 	compiled for 1.20.3, module version = 1.0.0
[    11.514] 	ABI class: X.Org Server Extension, version 10.0
[    11.514] (==) Matched intel as autoconfigured driver 0
[    11.514] (==) Matched modesetting as autoconfigured driver 1
[    11.514] (==) Matched fbdev as autoconfigured driver 2
[    11.514] (==) Matched vesa as autoconfigured driver 3
[    11.514] (==) Assigned the driver to the xf86ConfigLayout
[    11.514] (II) LoadModule: "intel"
[    11.517] (WW) Warning, couldn't open module intel
[    11.517] (EE) Failed to load module "intel" (module does not exist, 0)
[    11.517] (II) LoadModule: "modesetting"
[    11.517] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    11.522] (II) Module modesetting: vendor="X.Org Foundation"
[    11.522] 	compiled for 1.20.3, module version = 1.20.3
[    11.522] 	Module class: X.Org Video Driver
[    11.522] 	ABI class: X.Org Video Driver, version 24.0
[    11.522] (II) LoadModule: "fbdev"
[    11.523] (WW) Warning, couldn't open module fbdev
[    11.523] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    11.523] (II) LoadModule: "vesa"
[    11.523] (WW) Warning, couldn't open module vesa
[    11.523] (EE) Failed to load module "vesa" (module does not exist, 0)
[    11.523] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    11.523] (II) modeset(0): using drv /dev/dri/card0
[    11.523] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    11.523] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    11.523] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    11.523] (==) modeset(0): RGB weight 888
[    11.523] (==) modeset(0): Default visual is TrueColor
[    11.523] (II) Loading sub module "glamoregl"
[    11.523] (II) LoadModule: "glamoregl"
[    11.523] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    11.538] (II) Module glamoregl: vendor="X.Org Foundation"
[    11.538] 	compiled for 1.20.3, module version = 1.0.1
[    11.538] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.640] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 500 (Broxton 2x6) 
[    11.640] (II) modeset(0): glamor initialized
[    11.641] (II) modeset(0): Output eDP-1 has no monitor section
[    11.650] (II) modeset(0): Output DP-1 has no monitor section
[    11.650] (II) modeset(0): Output DP-2 has no monitor section
[    11.653] (II) modeset(0): EDID for output eDP-1
[    11.653] (II) modeset(0): Manufacturer: SAM  Model: f09  Serial#: 16780800
[    11.653] (II) modeset(0): Year: 2018  Week: 1
[    11.653] (II) modeset(0): EDID Version: 1.3
[    11.653] (II) modeset(0): Digital Display Input
[    11.653] (II) modeset(0): Max Image Size [cm]: horiz.: 121  vert.: 68
[    11.654] (II) modeset(0): Gamma: 2.20
[    11.654] (II) modeset(0): No DPMS capabilities specified
[    11.654] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    11.654] (II) modeset(0): First detailed timing is preferred mode
[    11.654] (II) modeset(0): redX: 0.641 redY: 0.330   greenX: 0.301 greenY: 0.601
[    11.654] (II) modeset(0): blueX: 0.150 blueY: 0.061   whiteX: 0.280 whiteY: 0.290
[    11.654] (II) modeset(0): Supported established timings:
[    11.654] (II) modeset(0): 640x480@60Hz
[    11.654] (II) modeset(0): 640x480@72Hz
[    11.654] (II) modeset(0): 640x480@75Hz
[    11.654] (II) modeset(0): 800x600@60Hz
[    11.654] (II) modeset(0): 800x600@75Hz
[    11.654] (II) modeset(0): 1024x768@60Hz
[    11.654] (II) modeset(0): 1024x768@70Hz
[    11.654] (II) modeset(0): 1024x768@75Hz
[    11.654] (II) modeset(0): 1280x1024@75Hz
[    11.654] (II) modeset(0): 1152x864@75Hz
[    11.654] (II) modeset(0): Manufacturer's mask: 0
[    11.654] (II) modeset(0): Supported standard timings:
[    11.654] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    11.654] (II) modeset(0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    11.654] (II) modeset(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    11.654] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    11.654] (II) modeset(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    11.654] (II) modeset(0): #5: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    11.654] (II) modeset(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    11.654] (II) modeset(0): Supported detailed timing:
[    11.654] (II) modeset(0): clock: 297.0 MHz   Image Size:  1872 x 1053 mm
[    11.654] (II) modeset(0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[    11.654] (II) modeset(0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[    11.654] (II) modeset(0): Supported detailed timing:
[    11.654] (II) modeset(0): clock: 148.5 MHz   Image Size:  1872 x 1053 mm
[    11.654] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    11.654] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    11.654] (II) modeset(0): Ranges: V min: 24 V max: 120 Hz, H min: 15 H max: 135 kHz, PixClock max 305 MHz
[    11.654] (II) modeset(0): Monitor name: SAMSUNG
[    11.654] (II) modeset(0): Supported detailed timing:
[    11.654] (II) modeset(0): clock: 297.0 MHz   Image Size:  1872 x 1053 mm
[    11.654] (II) modeset(0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[    11.654] (II) modeset(0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[    11.654] (II) modeset(0): Supported detailed timing:
[    11.654] (II) modeset(0): clock: 85.5 MHz   Image Size:  1872 x 1053 mm
[    11.654] (II) modeset(0): h_active: 1366  h_sync: 1436  h_sync_end 1579 h_blank_end 1792 h_border: 0
[    11.654] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 774 v_blanking: 798 v_border: 0
[    11.654] (II) modeset(0): Number of EDID sections to follow: 1
[    11.654] (II) modeset(0): EDID (in hex):
[    11.654] (II) modeset(0): 	00ffffffffffff004c2d090f000e0001
[    11.654] (II) modeset(0): 	011c0103807944780a23ada4544d9926
[    11.654] (II) modeset(0): 	0f474a2d4f80714f81c0810081809500
[    11.654] (II) modeset(0): 	a9c0b300010104740030f2705a80b058
[    11.654] (II) modeset(0): 	8a00501d7400001e023a801871382d40
[    11.654] (II) modeset(0): 	582c4500501d7400001e000000fd0018
[    11.655] (II) modeset(0): 	780f871e000a202020202020000000fc
[    11.655] (II) modeset(0): 	0053414d53554e470a202020202001e9
[    11.655] (II) modeset(0): 	02034ef0555f101f041304042021225d
[    11.655] (II) modeset(0): 	5e626364040403123f40290906071506
[    11.655] (II) modeset(0): 	5057060183010000e2004fe30503016e
[    11.655] (II) modeset(0): 	030c001000003c20008001020304e306
[    11.655] (II) modeset(0): 	0d01e50e60616566e5018b8490010474
[    11.655] (II) modeset(0): 	0030f2705a80b0588a00501d7400001e
[    11.655] (II) modeset(0): 	662156aa51001e30468f3300501d7400
[    11.655] (II) modeset(0): 	001e000000000000000000000000001e
[    11.655] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    11.655] (II) modeset(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
[    11.655] (II) modeset(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
[    11.655] (II) modeset(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
[    11.655] (II) modeset(0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[    11.655] (II) modeset(0): Not using default mode "2880x1620" (bad mode clock/interlace/doublescan)
[    11.655] (II) modeset(0): Not using default mode "3200x1800" (bad mode clock/interlace/doublescan)
[    11.655] (II) modeset(0): Not using default mode "3200x1800" (bad mode clock/interlace/doublescan)
[    11.655] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[    11.655] (II) modeset(0): Not using default mode "2048x1152" (bad mode clock/interlace/doublescan)
[    11.655] (II) modeset(0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[    11.655] (II) modeset(0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[    11.655] (II) modeset(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
[    11.655] (II) modeset(0): Printing probed modes for output eDP-1
[    11.655] (II) modeset(0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    11.655] (II) modeset(0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz e)
[    11.655] (II) modeset(0): Modeline "3840x2160"x25.0  297.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (56.2 kHz e)
[    11.655] (II) modeset(0): Modeline "3840x2160"x25.0  297.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (56.2 kHz e)
[    11.655] (II) modeset(0): Modeline "3840x2160"x24.0  297.00  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
[    11.655] (II) modeset(0): Modeline "3840x2160"x24.0  297.00  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
[    11.655] (II) modeset(0): Modeline "3840x2160"x30.0  296.70  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
[    11.655] (II) modeset(0): Modeline "3840x2160"x24.0  296.70  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (53.9 kHz e)
[    11.655] (II) modeset(0): Modeline "2880x1620"x60.0  303.75  2880 2928 2960 3040  1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[    11.655] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[    11.655] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[    11.655] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[    11.655] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[    11.655] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[    11.656] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[    11.656] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[    11.656] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[    11.656] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[    11.656] (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[    11.656] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[    11.656] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[    11.656] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[    11.656] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[    11.656] (II) modeset(0): Modeline "1920x1080"x120.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    11.656] (II) modeset(0): Modeline "1920x1080"x100.0  297.00  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (112.5 kHz e)
[    11.656] (II) modeset(0): Modeline "1920x1080"x119.9  296.70  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (134.9 kHz e)
[    11.656] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    11.656] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    11.656] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    11.656] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    11.656] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    11.656] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    11.656] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    11.656] (II) modeset(0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    11.656] (II) modeset(0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    11.656] (II) modeset(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    11.656] (II) modeset(0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[    11.656] (II) modeset(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    11.656] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[    11.656] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[    11.656] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[    11.656] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[    11.656] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[    11.656] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    11.656] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    11.656] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    11.656] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    11.656] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    11.656] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    11.656] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    11.656] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    11.656] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    11.656] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    11.656] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    11.656] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    11.656] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    11.656] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    11.656] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    11.656] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    11.656] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    11.656] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    11.656] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    11.656] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    11.656] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    11.657] (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    11.657] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    11.657] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    11.657] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    11.657] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    11.657] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    11.657] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    11.657] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    11.657] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    11.657] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    11.657] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    11.657] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    11.657] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    11.657] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    11.657] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    11.657] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    11.657] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    11.657] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    11.657] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    11.657] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    11.657] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    11.657] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    11.657] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    11.657] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    11.657] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    11.657] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    11.657] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    11.657] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    11.657] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    11.657] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    11.657] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    11.657] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    11.657] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    11.657] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    11.657] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    11.657] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    11.657] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    11.657] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    11.657] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    11.657] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    11.657] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    11.657] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    11.657] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    11.657] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    11.657] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    11.657] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    11.657] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    11.657] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    11.657] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    11.658] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    11.658] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    11.658] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    11.658] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    11.658] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    11.658] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    11.658] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    11.658] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    11.658] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    11.658] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    11.658] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    11.658] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    11.658] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    11.658] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    11.658] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    11.658] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    11.658] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    11.658] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    11.658] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    11.658] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    11.658] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    11.658] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    11.658] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    11.658] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    11.658] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    11.658] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    11.658] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    11.658] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    11.658] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    11.658] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    11.658] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    11.658] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    11.658] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    11.658] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    11.658] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    11.658] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    11.658] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    11.658] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    11.658] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    11.658] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    11.658] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    11.658] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    11.658] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    11.658] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[    11.658] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    11.658] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    11.658] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    11.658] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    11.658] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    11.658] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    11.659] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    11.659] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    11.659] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    11.659] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    11.659] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    11.659] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    11.659] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    11.659] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    11.659] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    11.659] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    11.659] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    11.659] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    11.659] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    11.659] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    11.659] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    11.659] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    11.659] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    11.666] (II) modeset(0): EDID for output DP-1
[    11.666] (II) modeset(0): EDID for output DP-2
[    11.666] (II) modeset(0): Output eDP-1 connected
[    11.666] (II) modeset(0): Output DP-1 disconnected
[    11.666] (II) modeset(0): Output DP-2 disconnected
[    11.667] (II) modeset(0): Using exact sizes for initial modes
[    11.667] (II) modeset(0): Output eDP-1 using initial mode 3840x2160 +0+0
[    11.667] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    11.667] (==) modeset(0): DPI set to (96, 96)
[    11.667] (II) Loading sub module "fb"
[    11.667] (II) LoadModule: "fb"
[    11.667] (II) Loading /usr/lib/xorg/modules/libfb.so
[    11.669] (II) Module fb: vendor="X.Org Foundation"
[    11.669] 	compiled for 1.20.3, module version = 1.0.0
[    11.669] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.846] (==) modeset(0): Backing store enabled
[    11.846] (==) modeset(0): Silken mouse disabled
[    11.916] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    11.916] (==) modeset(0): DPMS enabled
[    11.917] (II) modeset(0): [DRI2] Setup complete
[    11.917] (II) modeset(0): [DRI2]   DRI driver: i965
[    11.917] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    11.917] (II) Initializing extension Generic Event Extension
[    11.917] (II) Initializing extension SHAPE
[    11.917] (II) Initializing extension MIT-SHM
[    11.917] (II) Initializing extension XInputExtension
[    11.917] (II) Initializing extension XTEST
[    11.917] (II) Initializing extension BIG-REQUESTS
[    11.918] (II) Initializing extension SYNC
[    11.918] (II) Initializing extension XKEYBOARD
[    11.918] (II) Initializing extension XC-MISC
[    11.918] (II) Initializing extension SECURITY
[    11.918] (II) Initializing extension XFIXES
[    11.918] (II) Initializing extension RENDER
[    11.918] (II) Initializing extension RANDR
[    11.918] (II) Initializing extension COMPOSITE
[    11.918] (II) Initializing extension DAMAGE
[    11.918] (II) Initializing extension MIT-SCREEN-SAVER
[    11.918] (II) Initializing extension DOUBLE-BUFFER
[    11.918] (II) Initializing extension RECORD
[    11.918] (II) Initializing extension DPMS
[    11.918] (II) Initializing extension Present
[    11.918] (II) Initializing extension DRI3
[    11.918] (II) Initializing extension X-Resource
[    11.918] (II) Initializing extension XVideo
[    11.918] (II) Initializing extension XVideo-MotionCompensation
[    11.918] (II) Initializing extension GLX
[    11.930] (II) AIGLX: Loaded and initialized i965
[    11.930] (II) GLX: Initialized DRI2 GL provider for screen 0
[    11.930] (II) Initializing extension XFree86-VidModeExtension
[    11.930] (II) Initializing extension XFree86-DGA
[    11.930] (II) Initializing extension XFree86-DRI
[    11.930] (II) Initializing extension DRI2
[    11.935] (II) modeset(0): Damage tracking initialized
[    11.935] (II) modeset(0): Setting screen physical size to 1016 x 571
[    12.041] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    12.042] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    12.042] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    12.042] (**) Video Bus: Applying InputClass "system-keyboard"
[    12.042] (II) LoadModule: "libinput"
[    12.042] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    12.050] (II) Module libinput: vendor="X.Org Foundation"
[    12.050] 	compiled for 1.20.3, module version = 0.28.2
[    12.050] 	Module class: X.Org XInput Driver
[    12.050] 	ABI class: X.Org XInput driver, version 24.1
[    12.050] (II) Using input driver 'libinput' for 'Video Bus'
[    12.051] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 15 paused 0
[    12.052] (**) Video Bus: always reports core events
[    12.052] (**) Option "Device" "/dev/input/event8"
[    12.052] (**) Option "_source" "server/udev"
[    12.063] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    12.063] (II) event8  - Video Bus: device is a keyboard
[    12.064] (II) event8  - Video Bus: device removed
[    12.064] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event8"
[    12.064] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    12.064] (**) Option "xkb_model" "pc105"
[    12.064] (**) Option "xkb_layout" "us"
[    12.065] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    12.065] (II) event8  - Video Bus: device is a keyboard
[    12.066] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    12.066] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    12.066] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    12.066] (**) Power Button: Applying InputClass "system-keyboard"
[    12.066] (II) Using input driver 'libinput' for 'Power Button'
[    12.068] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 18 paused 0
[    12.068] (**) Power Button: always reports core events
[    12.068] (**) Option "Device" "/dev/input/event0"
[    12.068] (**) Option "_source" "server/udev"
[    12.069] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    12.069] (II) event0  - Power Button: device is a keyboard
[    12.069] (II) event0  - Power Button: device removed
[    12.069] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    12.069] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    12.069] (**) Option "xkb_model" "pc105"
[    12.069] (**) Option "xkb_layout" "us"
[    12.071] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    12.071] (II) event0  - Power Button: device is a keyboard
[    12.072] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[    12.072] (II) No input driver specified, ignoring this device.
[    12.072] (II) This device may have been added with another device file.
[    12.073] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[    12.073] (II) No input driver specified, ignoring this device.
[    12.073] (II) This device may have been added with another device file.
[    12.073] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[    12.073] (II) No input driver specified, ignoring this device.
[    12.073] (II) This device may have been added with another device file.
[    12.074] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[    12.074] (II) No input driver specified, ignoring this device.
[    12.074] (II) This device may have been added with another device file.
[    12.074] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[    12.074] (II) No input driver specified, ignoring this device.
[    12.074] (II) This device may have been added with another device file.
[    12.075] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[    12.075] (II) No input driver specified, ignoring this device.
[    12.075] (II) This device may have been added with another device file.
[    12.075] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[    12.076] (II) No input driver specified, ignoring this device.
[    12.076] (II) This device may have been added with another device file.
[    12.077] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 (/dev/input/event1)
[    12.077] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "evdev keyboard catchall"
[    12.077] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "libinput keyboard catchall"
[    12.077] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "system-keyboard"
[    12.077] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0'
[    12.078] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 19 paused 0
[    12.078] (**) Microsoft Microsoft® Nano Transceiver v1.0: always reports core events
[    12.078] (**) Option "Device" "/dev/input/event1"
[    12.078] (**) Option "_source" "server/udev"
[    12.081] (II) event1  - Microsoft Microsoft® Nano Transceiver v1.0: is tagged by udev as: Keyboard
[    12.081] (II) event1  - Microsoft Microsoft® Nano Transceiver v1.0: device is a keyboard
[    12.081] (II) event1  - Microsoft Microsoft® Nano Transceiver v1.0: device removed
[    12.081] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.0/0003:045E:07B2.0001/input/input1/event1"
[    12.081] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0" (type: KEYBOARD, id 8)
[    12.081] (**) Option "xkb_model" "pc105"
[    12.081] (**) Option "xkb_layout" "us"
[    12.083] (II) event1  - Microsoft Microsoft® Nano Transceiver v1.0: is tagged by udev as: Keyboard
[    12.083] (II) event1  - Microsoft Microsoft® Nano Transceiver v1.0: device is a keyboard
[    12.085] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 Mouse (/dev/input/event2)
[    12.085] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: Applying InputClass "evdev pointer catchall"
[    12.085] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: Applying InputClass "libinput pointer catchall"
[    12.085] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Mouse'
[    12.142] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 20 paused 0
[    12.142] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: always reports core events
[    12.142] (**) Option "Device" "/dev/input/event2"
[    12.142] (**) Option "_source" "server/udev"
[    12.146] (II) event2  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: is tagged by udev as: Mouse
[    12.147] (II) event2  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device is a pointer
[    12.147] (II) event2  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device removed
[    12.147] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.1/0003:045E:07B2.0002/input/input2/event2"
[    12.147] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Mouse" (type: MOUSE, id 9)
[    12.148] (**) Option "AccelerationScheme" "none"
[    12.148] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: (accel) selected scheme none/0
[    12.148] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: (accel) acceleration factor: 2.000
[    12.148] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: (accel) acceleration threshold: 4
[    12.152] (II) event2  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: is tagged by udev as: Mouse
[    12.153] (II) event2  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device is a pointer
[    12.155] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 Mouse (/dev/input/mouse0)
[    12.155] (II) No input driver specified, ignoring this device.
[    12.155] (II) This device may have been added with another device file.
[    12.156] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control (/dev/input/event3)
[    12.156] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "evdev keyboard catchall"
[    12.156] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    12.156] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "system-keyboard"
[    12.156] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control'
[    12.157] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 21 paused 0
[    12.158] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: always reports core events
[    12.158] (**) Option "Device" "/dev/input/event3"
[    12.158] (**) Option "_source" "server/udev"
[    12.160] (II) event3  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[    12.160] (II) event3  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[    12.160] (II) event3  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device removed
[    12.160] (II) libinput: Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: needs a virtual subdevice
[    12.160] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.1/0003:045E:07B2.0002/input/input3/event3"
[    12.160] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control" (type: MOUSE, id 10)
[    12.160] (**) Option "AccelerationScheme" "none"
[    12.160] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) selected scheme none/0
[    12.160] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) acceleration factor: 2.000
[    12.160] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) acceleration threshold: 4
[    12.163] (II) event3  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[    12.163] (II) event3  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[    12.164] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control (/dev/input/event4)
[    12.164] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "evdev keyboard catchall"
[    12.164] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    12.164] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "system-keyboard"
[    12.164] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control'
[    12.166] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 22 paused 0
[    12.166] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: always reports core events
[    12.166] (**) Option "Device" "/dev/input/event4"
[    12.166] (**) Option "_source" "server/udev"
[    12.168] (II) event4  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[    12.168] (II) event4  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[    12.168] (II) event4  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device removed
[    12.168] (II) libinput: Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: needs a virtual subdevice
[    12.168] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.2/0003:045E:07B2.0003/input/input4/event4"
[    12.168] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control" (type: MOUSE, id 11)
[    12.169] (**) Option "AccelerationScheme" "none"
[    12.169] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) selected scheme none/0
[    12.169] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) acceleration factor: 2.000
[    12.169] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) acceleration threshold: 4
[    12.171] (II) event4  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[    12.171] (II) event4  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[    12.172] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 System Control (/dev/input/event5)
[    12.172] (**) Microsoft Microsoft® Nano Transceiver v1.0 System Control: Applying InputClass "evdev keyboard catchall"
[    12.172] (**) Microsoft Microsoft® Nano Transceiver v1.0 System Control: Applying InputClass "libinput keyboard catchall"
[    12.172] (**) Microsoft Microsoft® Nano Transceiver v1.0 System Control: Applying InputClass "system-keyboard"
[    12.172] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 System Control'
[    12.174] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 23 paused 0
[    12.174] (**) Microsoft Microsoft® Nano Transceiver v1.0 System Control: always reports core events
[    12.174] (**) Option "Device" "/dev/input/event5"
[    12.174] (**) Option "_source" "server/udev"
[    12.177] (II) event5  - Microsoft Microsoft® Nano Transceiver v1.0 System Control: is tagged by udev as: Keyboard
[    12.177] (II) event5  - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device is a keyboard
[    12.177] (II) event5  - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device removed
[    12.177] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.2/0003:045E:07B2.0003/input/input6/event5"
[    12.177] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 System Control" (type: KEYBOARD, id 12)
[    12.177] (**) Option "xkb_model" "pc105"
[    12.177] (**) Option "xkb_layout" "us"
[    12.180] (II) event5  - Microsoft Microsoft® Nano Transceiver v1.0 System Control: is tagged by udev as: Keyboard
[    12.180] (II) event5  - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device is a keyboard
[    12.181] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    12.181] (II) No input driver specified, ignoring this device.
[    12.181] (II) This device may have been added with another device file.
[    12.182] (II) config/udev: Adding input device Nuvoton w836x7hg Infrared Remote Transceiver (/dev/input/event7)
[    12.182] (**) Nuvoton w836x7hg Infrared Remote Transceiver: Applying InputClass "evdev keyboard catchall"
[    12.182] (**) Nuvoton w836x7hg Infrared Remote Transceiver: Applying InputClass "libinput keyboard catchall"
[    12.182] (**) Nuvoton w836x7hg Infrared Remote Transceiver: Applying InputClass "system-keyboard"
[    12.182] (II) Using input driver 'libinput' for 'Nuvoton w836x7hg Infrared Remote Transceiver'
[    12.184] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 24 paused 0
[    12.184] (**) Nuvoton w836x7hg Infrared Remote Transceiver: always reports core events
[    12.184] (**) Option "Device" "/dev/input/event7"
[    12.184] (**) Option "_source" "server/udev"
[    12.186] (II) event7  - Nuvoton w836x7hg Infrared Remote Transceiver: is tagged by udev as: Keyboard
[    12.186] (II) event7  - Nuvoton w836x7hg Infrared Remote Transceiver: device is a keyboard
[    12.186] (II) event7  - Nuvoton w836x7hg Infrared Remote Transceiver: device removed
[    12.186] (**) Option "config_info" "udev:/sys/devices/pnp0/00:02/rc/rc0/input8/event7"
[    12.186] (II) XINPUT: Adding extended input device "Nuvoton w836x7hg Infrared Remote Transceiver" (type: KEYBOARD, id 13)
[    12.186] (**) Option "xkb_model" "pc105"
[    12.186] (**) Option "xkb_layout" "us"
[    12.188] (II) event7  - Nuvoton w836x7hg Infrared Remote Transceiver: is tagged by udev as: Keyboard
[    12.188] (II) event7  - Nuvoton w836x7hg Infrared Remote Transceiver: device is a keyboard
[    12.196] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "evdev keyboard catchall"
[    12.196] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    12.196] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "system-keyboard"
[    12.196] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control'
[    12.196] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[    12.196] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: always reports core events
[    12.196] (**) Option "Device" "/dev/input/event3"
[    12.196] (**) Option "_source" "_driver/libinput"
[    12.196] (II) libinput: Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is a virtual subdevice
[    12.196] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.1/0003:045E:07B2.0002/input/input3/event3"
[    12.196] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control" (type: KEYBOARD, id 14)
[    12.196] (**) Option "xkb_model" "pc105"
[    12.196] (**) Option "xkb_layout" "us"
[    12.196] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "evdev keyboard catchall"
[    12.196] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    12.196] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "system-keyboard"
[    12.196] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control'
[    12.196] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[    12.196] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: always reports core events
[    12.197] (**) Option "Device" "/dev/input/event4"
[    12.197] (**) Option "_source" "_driver/libinput"
[    12.197] (II) libinput: Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is a virtual subdevice
[    12.197] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.2/0003:045E:07B2.0003/input/input4/event4"
[    12.197] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control" (type: KEYBOARD, id 15)
[    12.197] (**) Option "xkb_model" "pc105"
[    12.197] (**) Option "xkb_layout" "us"
[    13.191] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    13.192] (II) modeset(0): Using EDID range info for horizontal sync
[    13.192] (II) modeset(0): Using EDID range info for vertical refresh
[    13.192] (II) modeset(0): Printing DDC gathered Modelines:
[    13.192] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    13.192] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    13.192] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    13.192] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    13.192] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    13.192] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    13.192] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    13.192] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    13.192] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    13.192] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    13.192] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    13.192] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    13.192] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    13.192] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    13.192] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    13.192] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    13.192] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    13.192] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    13.192] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    13.192] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    13.192] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    13.192] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    13.192] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    13.192] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    13.192] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    13.192] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    13.192] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    13.192] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    13.193] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    35.165] (II) event2  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: SYN_DROPPED event - some input events have been lost.
[    35.289] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    35.289] (II) modeset(0): Using hsync ranges from config file
[    35.289] (II) modeset(0): Using vrefresh ranges from config file
[    35.289] (II) modeset(0): Printing DDC gathered Modelines:
[    35.290] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    35.290] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    35.290] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    35.290] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    35.290] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    35.290] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    35.290] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    35.291] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    35.291] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    35.291] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    35.291] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    35.291] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    35.291] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    35.291] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    35.292] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    35.292] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    35.292] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    35.292] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    35.292] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    35.292] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    35.292] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    35.293] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    35.293] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    35.293] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    35.293] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    35.293] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    35.293] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    35.293] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    35.294] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    35.393] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    35.394] (II) modeset(0): Using hsync ranges from config file
[    35.394] (II) modeset(0): Using vrefresh ranges from config file
[    35.394] (II) modeset(0): Printing DDC gathered Modelines:
[    35.394] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    35.394] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    35.394] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    35.394] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    35.394] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    35.394] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    35.394] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    35.394] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    35.394] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    35.394] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    35.394] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    35.394] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    35.394] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    35.394] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    35.394] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    35.394] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    35.394] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    35.394] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    35.394] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    35.394] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    35.394] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    35.394] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    35.394] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    35.394] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    35.394] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    35.394] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    35.394] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    35.394] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    35.395] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    35.441] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    35.441] (II) modeset(0): Using hsync ranges from config file
[    35.441] (II) modeset(0): Using vrefresh ranges from config file
[    35.441] (II) modeset(0): Printing DDC gathered Modelines:
[    35.441] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    35.441] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    35.441] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    35.441] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    35.441] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    35.441] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    35.441] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    35.441] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    35.441] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    35.441] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    35.441] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    35.441] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    35.441] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    35.441] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    35.441] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    35.441] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    35.441] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    35.441] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    35.441] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    35.441] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    35.441] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    35.441] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    35.441] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    35.441] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    35.441] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    35.441] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    35.441] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    35.441] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    35.442] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    60.969] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    60.969] (II) modeset(0): Using hsync ranges from config file
[    60.969] (II) modeset(0): Using vrefresh ranges from config file
[    60.969] (II) modeset(0): Printing DDC gathered Modelines:
[    60.969] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    60.969] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    60.969] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    60.969] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    60.969] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    60.969] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    60.969] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    60.969] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    60.969] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    60.969] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    60.969] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    60.969] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    60.969] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    60.969] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    60.969] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    60.969] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    60.969] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    60.969] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    60.969] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    60.969] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    60.970] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    60.970] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    60.970] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    60.970] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    60.970] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    60.970] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    60.970] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    60.970] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    60.970] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    88.748] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[    89.605] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    89.605] (II) modeset(0): Using hsync ranges from config file
[    89.605] (II) modeset(0): Using vrefresh ranges from config file
[    89.605] (II) modeset(0): Printing DDC gathered Modelines:
[    89.605] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    89.605] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    89.606] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    89.606] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    89.606] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    89.606] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    89.606] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    89.606] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    89.606] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    89.606] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    89.606] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    89.606] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    89.606] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    89.606] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    89.606] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    89.606] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    89.606] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    89.606] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    89.606] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    89.606] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    89.607] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    89.607] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    89.607] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    89.607] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    89.607] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    89.607] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    89.607] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    89.607] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    89.608] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    89.618] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    89.618] (II) modeset(0): Using hsync ranges from config file
[    89.618] (II) modeset(0): Using vrefresh ranges from config file
[    89.618] (II) modeset(0): Printing DDC gathered Modelines:
[    89.618] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    89.618] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    89.618] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    89.618] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    89.618] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    89.618] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    89.618] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    89.618] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    89.618] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    89.618] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    89.618] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    89.618] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    89.618] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    89.618] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    89.618] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    89.618] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    89.618] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    89.618] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    89.618] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    89.618] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    89.618] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    89.618] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    89.618] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    89.618] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    89.618] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    89.618] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    89.618] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    89.618] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    89.619] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    89.631] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    89.631] (II) modeset(0): Using hsync ranges from config file
[    89.631] (II) modeset(0): Using vrefresh ranges from config file
[    89.631] (II) modeset(0): Printing DDC gathered Modelines:
[    89.631] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    89.631] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    89.631] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    89.631] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    89.631] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    89.631] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    89.631] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    89.631] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    89.631] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    89.631] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    89.631] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    89.631] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    89.631] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    89.631] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    89.631] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    89.631] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    89.632] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    89.632] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    89.632] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    89.632] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    89.632] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    89.632] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    89.632] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    89.632] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    89.632] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    89.632] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    89.632] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    89.632] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    89.632] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    89.644] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    89.644] (II) modeset(0): Using hsync ranges from config file
[    89.644] (II) modeset(0): Using vrefresh ranges from config file
[    89.644] (II) modeset(0): Printing DDC gathered Modelines:
[    89.644] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    89.644] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    89.644] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    89.644] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    89.644] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    89.644] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    89.644] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    89.644] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    89.644] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    89.644] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    89.644] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    89.644] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    89.644] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    89.644] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    89.644] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    89.644] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    89.645] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    89.645] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    89.645] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    89.645] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    89.645] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    89.645] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    89.645] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    89.645] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    89.645] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    89.645] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    89.645] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    89.645] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    89.645] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    89.664] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    89.664] (II) modeset(0): Using hsync ranges from config file
[    89.664] (II) modeset(0): Using vrefresh ranges from config file
[    89.664] (II) modeset(0): Printing DDC gathered Modelines:
[    89.664] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    89.664] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    89.664] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    89.664] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    89.664] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    89.664] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    89.664] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    89.664] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    89.664] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    89.664] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    89.664] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    89.664] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    89.664] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    89.664] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    89.664] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    89.664] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    89.664] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    89.664] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    89.664] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    89.664] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    89.664] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    89.664] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    89.664] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    89.664] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    89.664] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    89.664] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    89.664] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    89.664] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    89.665] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    89.675] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    89.676] (II) modeset(0): Using hsync ranges from config file
[    89.676] (II) modeset(0): Using vrefresh ranges from config file
[    89.676] (II) modeset(0): Printing DDC gathered Modelines:
[    89.676] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    89.676] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    89.676] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    89.676] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    89.676] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    89.676] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    89.676] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    89.676] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    89.676] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    89.676] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    89.676] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    89.676] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    89.676] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    89.676] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    89.676] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    89.676] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    89.676] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    89.676] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    89.676] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    89.676] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    89.676] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    89.676] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    89.676] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    89.676] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    89.676] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    89.676] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    89.676] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    89.676] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    89.677] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    89.773] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    89.774] (II) modeset(0): Using hsync ranges from config file
[    89.774] (II) modeset(0): Using vrefresh ranges from config file
[    89.774] (II) modeset(0): Printing DDC gathered Modelines:
[    89.774] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    89.774] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    89.774] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    89.774] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    89.774] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    89.774] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    89.774] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    89.774] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    89.774] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    89.774] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    89.774] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    89.774] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    89.774] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    89.774] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    89.774] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    89.774] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    89.774] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    89.774] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    89.774] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    89.774] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    89.774] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    89.774] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    89.774] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    89.774] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    89.774] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    89.774] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    89.774] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    89.774] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    89.775] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    91.008] (II) modeset(0): EDID vendor "SAM", prod id 3849
[    91.009] (II) modeset(0): Using hsync ranges from config file
[    91.009] (II) modeset(0): Using vrefresh ranges from config file
[    91.009] (II) modeset(0): Printing DDC gathered Modelines:
[    91.009] (II) modeset(0): Modeline "3840x2160"x0.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    91.009] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    91.009] (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    91.009] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    91.009] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    91.009] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    91.009] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    91.009] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[    91.009] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    91.009] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    91.009] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    91.009] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[    91.009] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
[    91.009] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    91.009] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    91.009] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    91.009] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    91.009] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    91.009] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    91.009] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    91.009] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    91.009] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    91.009] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    91.009] (II) modeset(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    91.009] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    91.009] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    91.009] (II) modeset(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    91.009] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    91.010] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[   145.567] (II) config/udev: Adding input device Samsung Wireless Keyboard Mouse (/dev/input/mouse1)
[   145.567] (II) No input driver specified, ignoring this device.
[   145.567] (II) This device may have been added with another device file.
[   145.585] (II) config/udev: Adding input device Samsung Wireless Keyboard Keyboard (/dev/input/event16)
[   145.585] (**) Samsung Wireless Keyboard Keyboard: Applying InputClass "evdev keyboard catchall"
[   145.585] (**) Samsung Wireless Keyboard Keyboard: Applying InputClass "libinput keyboard catchall"
[   145.585] (**) Samsung Wireless Keyboard Keyboard: Applying InputClass "system-keyboard"
[   145.585] (II) Using input driver 'libinput' for 'Samsung Wireless Keyboard Keyboard'
[   145.587] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 57 paused 0
[   145.587] (**) Samsung Wireless Keyboard Keyboard: always reports core events
[   145.587] (**) Option "Device" "/dev/input/event16"
[   145.587] (**) Option "_source" "server/udev"
[   145.589] (II) event16 - Samsung Wireless Keyboard Keyboard: is tagged by udev as: Keyboard
[   145.589] (II) event16 - Samsung Wireless Keyboard Keyboard: device is a keyboard
[   145.590] (II) event16 - Samsung Wireless Keyboard Keyboard: device removed
[   145.590] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-5/1-5:1.0/bluetooth/hci0/hci0:256/0005:04E8:2075.0004/input/input17/event16"
[   145.590] (II) XINPUT: Adding extended input device "Samsung Wireless Keyboard Keyboard" (type: KEYBOARD, id 16)
[   145.590] (**) Option "xkb_model" "pc105"
[   145.590] (**) Option "xkb_layout" "us"
[   145.594] (II) event16 - Samsung Wireless Keyboard Keyboard: is tagged by udev as: Keyboard
[   145.594] (II) event16 - Samsung Wireless Keyboard Keyboard: device is a keyboard
[   145.609] (II) config/udev: Adding input device Samsung Wireless Keyboard Mouse (/dev/input/event17)
[   145.609] (**) Samsung Wireless Keyboard Mouse: Applying InputClass "evdev pointer catchall"
[   145.609] (**) Samsung Wireless Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[   145.609] (II) Using input driver 'libinput' for 'Samsung Wireless Keyboard Mouse'
[   145.610] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 58 paused 0
[   145.611] (**) Samsung Wireless Keyboard Mouse: always reports core events
[   145.611] (**) Option "Device" "/dev/input/event17"
[   145.611] (**) Option "_source" "server/udev"
[   145.613] (II) event17 - Samsung Wireless Keyboard Mouse: is tagged by udev as: Mouse
[   145.613] (II) event17 - Samsung Wireless Keyboard Mouse: device is a pointer
[   145.613] (II) event17 - Samsung Wireless Keyboard Mouse: device removed
[   145.614] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-5/1-5:1.0/bluetooth/hci0/hci0:256/0005:04E8:2075.0004/input/input18/event17"
[   145.614] (II) XINPUT: Adding extended input device "Samsung Wireless Keyboard Mouse" (type: MOUSE, id 17)
[   145.615] (**) Option "AccelerationScheme" "none"
[   145.615] (**) Samsung Wireless Keyboard Mouse: (accel) selected scheme none/0
[   145.615] (**) Samsung Wireless Keyboard Mouse: (accel) acceleration factor: 2.000
[   145.615] (**) Samsung Wireless Keyboard Mouse: (accel) acceleration threshold: 4
[   145.618] (II) event17 - Samsung Wireless Keyboard Mouse: is tagged by udev as: Mouse
[   145.618] (II) event17 - Samsung Wireless Keyboard Mouse: device is a pointer
[   145.620] (II) config/udev: Adding input device Samsung Wireless Keyboard (/dev/input/event18)
[   145.620] (II) No input driver specified, ignoring this device.
[   145.620] (II) This device may have been added with another device file.

Offline

#7 2019-03-09 18:13:51

mokos
Member
Registered: 2017-04-21
Posts: 8

Re: Intel onboard GPU - SNA Accel Mode - VNC corruption [SOLVED]

Dear Lord...! thank you Brother!! It works as it should!!!! thank very much!!!

(Removed everything... 20-intel.conf + fx86-video-intel and reboot)

Last edited by mokos (2019-03-09 18:14:50)

Offline

#8 2019-03-09 18:59:11

2ManyDogs
Forum Moderator
Registered: 2012-01-15
Posts: 4,645

Re: Intel onboard GPU - SNA Accel Mode - VNC corruption [SOLVED]

Please remember to mark your thread [SOLVED] (edit the title of your first post).


How to post. A sincere effort to use modest and proper language and grammar is a sign of respect toward the community.

Offline

Board footer

Powered by FluxBB