logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 Re : Matériel » Écran HDMI non détecté » 20-04-2021 07:31:50

BugsByte
J'ai cracké et j'ai installé Ubuntu.

Désolé.
Merci de t'être penché sur mon problème.

#2 Re : Matériel » Écran HDMI non détecté » 19-04-2021 14:08:13

BugsByte
J'ai créé le fichier /etc/X11/xorg.conf car il n'existait pas.
Et j'y ai mis le contenu suivant ;

cat /etc/X11/xorg.conf
Section "Monitor"
    Identifier "MonitorLenovo"
EndSection

Section "Monitor"
    Identifier "MonitorSamsung"
EndSection

Section "Device"
    Identifier "DeviceIntel"
    Driver "intel"
EndSection

Section "Device"
    Identifier "DeviceNvidia"
    Driver "nouveau"
EndSection

Section "Screen"
    Identifier "ScreenInterne"
    Device "DeviceIntel"
    Monitor "MonitorLenovo"
EndSection

Section "Screen"
    Identifier "ScreenExterne"
    Device "DeviceNvidia"
    Monitor "MonitorSamsung"
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen "ScreenInterne"
    Screen "ScreenExterne" RightOf "ScreenInterne"
EndSection



Si il faut faire mieux, je vais avoir besoin d'aide.

Et voici les logs de X après reboot.

cat /var/log/Xorg.0.log
[     5.522]
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[     5.522] Build Operating System: linux Debian
[     5.522] Current Operating System: Linux taonix 5.10.0-6-amd64 #1 SMP Debian 5.10.28-1 (2021-04-09) x86_64
[     5.522] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-6-amd64 root=UUID=c4d525e1-a349-48b2-b1b8-4a0852fb5802 ro quiet
[     5.522] Build Date: 17 February 2021  09:17:43AM
[     5.522] xorg-server 2:1.20.10-3 (https://www.debian.org/support)
[     5.522] Current version of pixman: 0.40.0
[     5.522]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[     5.522] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.522] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 19 21:01:57 2021
[     5.524] (==) Using config file: "/etc/X11/xorg.conf"
[     5.524] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.525] (==) ServerLayout "layout1"
[     5.525] (**) |-->Screen "ScreenInterne" (0)
[     5.525] (**) |   |-->Monitor "MonitorLenovo"
[     5.526] (**) |   |-->Device "DeviceIntel"
[     5.526] (**) |-->Screen "ScreenExterne" (1)
[     5.526] (**) |   |-->Monitor "MonitorSamsung"
[     5.526] (**) |   |-->Device "DeviceNvidia"
[     5.526] (==) Automatically adding devices
[     5.526] (==) Automatically enabling devices
[     5.526] (==) Automatically adding GPU devices
[     5.526] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.528] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     5.528]  Entry deleted from font path.
[     5.529] (==) FontPath set to:
  /usr/share/fonts/X11/misc,
  /usr/share/fonts/X11/100dpi/:unscaled,
  /usr/share/fonts/X11/75dpi/:unscaled,
  /usr/share/fonts/X11/Type1,
  /usr/share/fonts/X11/100dpi,
  /usr/share/fonts/X11/75dpi,
  built-ins
[     5.529] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.529] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.529] (II) Loader magic: 0x5560202dde40
[     5.529] (II) Module ABI versions:
[     5.529]  X.Org ANSI C Emulation: 0.4
[     5.529]  X.Org Video Driver: 24.1
[     5.529]  X.Org XInput driver : 24.1
[     5.529]  X.Org Server Extension : 10.0
[     5.530] (++) using VT number 7

[     5.530] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.530] (II) xfree86: Adding drm device (/dev/dri/card1)
[     5.531] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.541] (--) PCI:*(0@0:2:0) 8086:591b:17aa:39b9 rev 4, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     5.541] (--) PCI: (1@0:0:0) 10de:1c20:17aa:39b9 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     5.541] (II) LoadModule: "glx"
[     5.542] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.549] (II) Module glx: vendor="X.Org Foundation"
[     5.549]  compiled for 1.20.10, module version = 1.0.0
[     5.549]  ABI class: X.Org Server Extension, version 10.0
[     5.549] (II) LoadModule: "intel"
[     5.549] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     5.552] (II) Module intel: vendor="X.Org Foundation"
[     5.552]  compiled for 1.20.9, module version = 2.99.917
[     5.552]  Module class: X.Org Video Driver
[     5.552]  ABI class: X.Org Video Driver, version 24.1
[     5.552] (II) LoadModule: "nouveau"
[     5.552] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     5.553] (II) Module nouveau: vendor="X.Org Foundation"
[     5.553]  compiled for 1.20.10, module version = 1.0.17
[     5.553]  Module class: X.Org Video Driver
[     5.553]  ABI class: X.Org Video Driver, version 24.1
[     5.553] (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
[     5.553] (II) intel: Driver for Intel(R) HD Graphics
[     5.553] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     5.553] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     5.553] (II) NOUVEAU driver Date:   Sat Jan 23 12:24:42 2021 -0500
[     5.553] (II) NOUVEAU driver for NVIDIA chipset families :
[     5.553]  RIVA TNT            (NV04)
[     5.553]  RIVA TNT2           (NV05)
[     5.553]  GeForce 256         (NV10)
[     5.553]  GeForce 2           (NV11, NV15)
[     5.554]  GeForce 4MX         (NV17, NV18)
[     5.554]  GeForce 3           (NV20)
[     5.554]  GeForce 4Ti         (NV25, NV28)
[     5.554]  GeForce FX          (NV3x)
[     5.554]  GeForce 6           (NV4x)
[     5.554]  GeForce 7           (G7x)
[     5.554]  GeForce 8           (G8x)
[     5.554]  GeForce 9           (G9x)
[     5.554]  GeForce GTX 2xx/3xx (GT2xx)
[     5.554]  GeForce GTX 4xx/5xx (GFxxx)
[     5.554]  GeForce GTX 6xx/7xx (GKxxx)
[     5.554]  GeForce GTX 9xx     (GMxxx)
[     5.554]  GeForce GTX 10xx    (GPxxx)
[     5.561] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200917
[     5.561] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20200714-1+b1 (amd64 / i386 Build Daemon (x86-csail-01) <buildd_amd64-x86-csail-01@buildd.debian.org>)
[     5.561] (II) intel(0): SNA compiled for use with valgrind
[     5.561] (II) [drm] nouveau interface version: 1.3.1
[     5.562] (--) intel(0): gen9 engineering sample
[     5.562] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[     5.562] (II) intel(0): Creating default Display subsection in Screen section
  "ScreenInterne" for depth/fbbpp 24/32
[     5.562] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     5.562] (==) intel(0): RGB weight 888
[     5.562] (==) intel(0): Default visual is TrueColor
[     5.562] (II) intel(0): Output eDP1 using monitor section MonitorLenovo
[     5.563] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     5.563] (II) intel(0): Enabled output eDP1
[     5.563] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     5.563] (II) intel(0): Output VIRTUAL1 has no monitor section
[     5.563] (II) intel(0): Enabled output VIRTUAL1
[     5.563] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[     5.563] (==) intel(0): TearFree disabled
[     5.563] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.563] (==) intel(0): DPI set to (96, 96)
[     5.563] (II) Loading sub module "dri3"
[     5.563] (II) LoadModule: "dri3"
[     5.563] (II) Module "dri3" already built-in
[     5.563] (II) Loading sub module "dri2"
[     5.563] (II) LoadModule: "dri2"
[     5.563] (II) Module "dri2" already built-in
[     5.563] (II) Loading sub module "present"
[     5.563] (II) LoadModule: "present"
[     5.563] (II) Module "present" already built-in
[     5.563] (II) Loading sub module "dri2"
[     5.563] (II) LoadModule: "dri2"
[     5.563] (II) Module "dri2" already built-in
[     5.563] (--) NOUVEAU(G0): Chipset: "NVIDIA NV136"
[     5.563] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
[     5.563] (==) NOUVEAU(G0): RGB weight 888
[     5.563] (==) NOUVEAU(G0): Default visual is TrueColor
[     5.563] (==) NOUVEAU(G0): Using HW cursor
[     5.563] (==) NOUVEAU(G0): Allowed maximum DRI level 2.
[     5.563] (==) NOUVEAU(G0): GLX sync to VBlank enabled.
[     5.563] (==) NOUVEAU(G0): Page flipping enabled
[     5.563] (==) NOUVEAU(G0): Swap limit set to 1 [Max allowed 2]
[     5.563] (==) NOUVEAU(G0): Page flipping synced to vblank by kernel.
[     5.563] (II) NOUVEAU(G0): Initializing outputs ...
[     5.644] (II) NOUVEAU(G0): Output DP-1-1 using monitor section MonitorLenovo
[     5.714] (II) NOUVEAU(G0): Output HDMI-1-1 has no monitor section
[     5.796] (II) NOUVEAU(G0): Output DP-1-2 has no monitor section
[     5.797] (II) NOUVEAU(G0): 3 crtcs needed for screen.
[     5.797] (II) NOUVEAU(G0): Allocated crtc nr. 0 to this screen.
[     5.797] (II) NOUVEAU(G0): Allocated crtc nr. 1 to this screen.
[     5.797] (II) NOUVEAU(G0): Allocated crtc nr. 2 to this screen.
[     5.797] (II) NOUVEAU(G0): Allocated crtc nr. 3 to this screen.
[     5.880] (II) NOUVEAU(G0): EDID for output DP-1-1
[     5.949] (II) NOUVEAU(G0): EDID for output HDMI-1-1
[     5.949] (II) NOUVEAU(G0): Manufacturer: SAM  Model: f94  Serial#: 0
[     5.949] (II) NOUVEAU(G0): Year: 2018  Week: 41
[     5.949] (II) NOUVEAU(G0): EDID Version: 1.3
[     5.949] (II) NOUVEAU(G0): Digital Display Input
[     5.949] (II) NOUVEAU(G0): Max Image Size [cm]: horiz.: 70  vert.: 39
[     5.949] (II) NOUVEAU(G0): Gamma: 2.20
[     5.949] (II) NOUVEAU(G0): DPMS capabilities: Off
[     5.949] (II) NOUVEAU(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[     5.949] (II) NOUVEAU(G0): First detailed timing is preferred mode
[     5.949] (II) NOUVEAU(G0): redX: 0.651 redY: 0.340   greenX: 0.300 greenY: 0.623
[     5.949] (II) NOUVEAU(G0): blueX: 0.149 blueY: 0.071   whiteX: 0.312 whiteY: 0.329
[     5.949] (II) NOUVEAU(G0): Supported established timings:
[     5.949] (II) NOUVEAU(G0): 720x400@70Hz
[     5.949] (II) NOUVEAU(G0): 640x480@60Hz
[     5.949] (II) NOUVEAU(G0): 640x480@67Hz
[     5.949] (II) NOUVEAU(G0): 640x480@72Hz
[     5.949] (II) NOUVEAU(G0): 640x480@75Hz
[     5.949] (II) NOUVEAU(G0): 800x600@56Hz
[     5.949] (II) NOUVEAU(G0): 800x600@60Hz
[     5.949] (II) NOUVEAU(G0): 800x600@72Hz
[     5.949] (II) NOUVEAU(G0): 800x600@75Hz
[     5.949] (II) NOUVEAU(G0): 832x624@75Hz
[     5.949] (II) NOUVEAU(G0): 1024x768@60Hz
[     5.949] (II) NOUVEAU(G0): 1024x768@70Hz
[     5.949] (II) NOUVEAU(G0): 1024x768@75Hz
[     5.949] (II) NOUVEAU(G0): 1280x1024@75Hz
[     5.949] (II) NOUVEAU(G0): 1152x864@75Hz
[     5.949] (II) NOUVEAU(G0): Manufacturer's mask: 0
[     5.949] (II) NOUVEAU(G0): Supported standard timings:
[     5.949] (II) NOUVEAU(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     5.949] (II) NOUVEAU(G0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     5.949] (II) NOUVEAU(G0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[     5.949] (II) NOUVEAU(G0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     5.949] (II) NOUVEAU(G0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     5.949] (II) NOUVEAU(G0): #5: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[     5.949] (II) NOUVEAU(G0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     5.949] (II) NOUVEAU(G0): Supported detailed timing:
[     5.949] (II) NOUVEAU(G0): clock: 594.0 MHz   Image Size:  697 x 392 mm
[     5.949] (II) NOUVEAU(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[     5.949] (II) NOUVEAU(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[     5.949] (II) NOUVEAU(G0): Ranges: V min: 24 V max: 75 Hz, H min: 30 H max: 135 kHz, PixClock max 605 MHz
[     5.949] (II) NOUVEAU(G0): Monitor name: U32R59x
[     5.949] (II) NOUVEAU(G0): Serial No: H1AK500000
[     5.949] (II) NOUVEAU(G0): Supported detailed timing:
[     5.949] (II) NOUVEAU(G0): clock: 148.5 MHz   Image Size:  697 x 392 mm
[     5.949] (II) NOUVEAU(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     5.949] (II) NOUVEAU(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     5.949] (II) NOUVEAU(G0): Supported detailed timing:
[     5.949] (II) NOUVEAU(G0): clock: 148.5 MHz   Image Size:  697 x 392 mm
[     5.949] (II) NOUVEAU(G0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[     5.949] (II) NOUVEAU(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     5.949] (II) NOUVEAU(G0): Supported detailed timing:
[     5.949] (II) NOUVEAU(G0): clock: 297.0 MHz   Image Size:  697 x 392 mm
[     5.949] (II) NOUVEAU(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[     5.949] (II) NOUVEAU(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[     5.949] (II) NOUVEAU(G0): Supported detailed timing:
[     5.949] (II) NOUVEAU(G0): clock: 241.5 MHz   Image Size:  697 x 392 mm
[     5.949] (II) NOUVEAU(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[     5.949] (II) NOUVEAU(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[     5.949] (II) NOUVEAU(G0): Number of EDID sections to follow: 1
[     5.949] (II) NOUVEAU(G0): EDID (in hex):
[     5.949] (II) NOUVEAU(G0):  00ffffffffffff004c2d940f00000000
[     5.949] (II) NOUVEAU(G0):  291c0103804627782ace51a6574c9f26
[     5.949] (II) NOUVEAU(G0):  125054bfef80714f810081c081809500
[     5.949] (II) NOUVEAU(G0):  a9c0b300010108e80030f2705a80b058
[     5.949] (II) NOUVEAU(G0):  8a00b9882100001e000000fd00184b1e
[     5.949] (II) NOUVEAU(G0):  873c000a202020202020000000fc0055
[     5.949] (II) NOUVEAU(G0):  3332523539780a2020202020000000ff
[     5.949] (II) NOUVEAU(G0):  004831414b3530303030300a20200146
[     5.949] (II) NOUVEAU(G0):  020334f04d611203130420221f105f60
[     5.949] (II) NOUVEAU(G0):  5d5e23090707830100006d030c001000
[     5.949] (II) NOUVEAU(G0):  b83c20006001020367d85dc401788003
[     5.949] (II) NOUVEAU(G0):  e30f0104023a801871382d40582c4500
[     5.949] (II) NOUVEAU(G0):  b9882100001e023a80d072382d40102c
[     5.949] (II) NOUVEAU(G0):  4580b9882100001e04740030f2705a80
[     5.949] (II) NOUVEAU(G0):  b0588a00b9882100001e565e00a0a0a0
[     5.949] (II) NOUVEAU(G0):  295030203500b9882100001a000000a0
[     5.949] (--) NOUVEAU(G0): HDMI max TMDS frequency 300000KHz
[     5.949] (II) NOUVEAU(G0): Printing probed modes for output HDMI-1-1
[     5.949] (II) NOUVEAU(G0): Modeline "3840x2160"x60.0  594.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (135.0 kHz eP)
[     5.949] (II) NOUVEAU(G0): Modeline "3840x2160"x50.0  594.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (112.5 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "3840x2160"x59.9  593.41  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (134.9 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "3840x2160"x25.0  297.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (56.2 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "3840x2160"x24.0  297.00  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "3840x2160"x30.0  296.70  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "3840x2160"x24.0  296.70  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (53.9 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     5.949] (II) NOUVEAU(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.032] (II) NOUVEAU(G0): EDID for output DP-1-2
[     6.032] (==) NOUVEAU(G0): Using gamma correction (1.0, 1.0, 1.0)
[     6.032] (II) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
[     6.032] (**) NOUVEAU(G0):  Mode "1920x1080": 173.0 MHz (scaled from 0.0 MHz), 67.2 kHz, 60.0 Hz
[     6.032] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz)
[     6.032] (==) NOUVEAU(G0): DPI set to (96, 96)
[     6.032] (II) Loading sub module "fb"
[     6.032] (II) LoadModule: "fb"
[     6.033] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.035] (II) Module fb: vendor="X.Org Foundation"
[     6.035]  compiled for 1.20.10, module version = 1.0.0
[     6.035]  ABI class: X.Org ANSI C Emulation, version 0.4
[     6.035] (II) Loading sub module "shadowfb"
[     6.035] (II) LoadModule: "shadowfb"
[     6.035] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[     6.035] (II) Module shadowfb: vendor="X.Org Foundation"
[     6.035]  compiled for 1.20.10, module version = 1.0.0
[     6.035]  ABI class: X.Org ANSI C Emulation, version 0.4
[     6.037] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[     6.037] (==) intel(0): Backing store enabled
[     6.037] (==) intel(0): Silken mouse enabled
[     6.037] (II) intel(0): HW Cursor enabled
[     6.037] (==) intel(0): DPMS enabled
[     6.038] (==) intel(0): Display hotplug detection enabled
[     6.038] (II) intel(0): [DRI2] Setup complete
[     6.038] (II) intel(0): [DRI2]   DRI driver: i965
[     6.038] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     6.038] (II) intel(0): direct rendering: DRI2 enabled
[     6.038] (II) intel(0): hardware support for Present enabled
[     6.040] (II) NOUVEAU(G0): Channel setup complete.
[     6.040] (II) NOUVEAU(G0): [COPY] async initialised.
[     6.040] (II) NOUVEAU(G0): Hardware support for Present enabled
[     6.040] (II) NOUVEAU(G0): [DRI2] Setup complete
[     6.040] (II) NOUVEAU(G0): [DRI2]   DRI driver: nouveau
[     6.040] (II) NOUVEAU(G0): [DRI2]   VDPAU driver: nouveau
[     6.040] (II) Loading sub module "exa"
[     6.040] (II) LoadModule: "exa"
[     6.040] (II) Loading /usr/lib/xorg/modules/libexa.so
[     6.041] (II) Module exa: vendor="X.Org Foundation"
[     6.041]  compiled for 1.20.10, module version = 2.6.0
[     6.041]  ABI class: X.Org Video Driver, version 24.1
[     6.041] (II) EXA(256): Driver allocated offscreen pixmaps
[     6.041] (II) EXA(256): Driver registered support for the following operations:
[     6.041] (II)         Solid
[     6.041] (II)         Copy
[     6.041] (II)         Composite (RENDER acceleration)
[     6.041] (II)         UploadToScreen
[     6.041] (II)         DownloadFromScreen
[     6.041] (==) NOUVEAU(G0): Backing store enabled
[     6.041] (==) NOUVEAU(G0): Silken mouse enabled
[     6.041] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[     6.041] (II) NOUVEAU(G0): [XvMC] Extension initialized.
[     6.041] (==) NOUVEAU(G0): DPMS enabled
[     6.041] (II) Initializing extension Generic Event Extension
[     6.041] (II) Initializing extension SHAPE
[     6.041] (II) Initializing extension MIT-SHM
[     6.041] (II) Initializing extension XInputExtension
[     6.042] (II) Initializing extension XTEST
[     6.042] (II) Initializing extension BIG-REQUESTS
[     6.042] (II) Initializing extension SYNC
[     6.042] (II) Initializing extension XKEYBOARD
[     6.042] (II) Initializing extension XC-MISC
[     6.042] (II) Initializing extension SECURITY
[     6.042] (II) Initializing extension XFIXES
[     6.042] (II) Initializing extension RENDER
[     6.043] (II) Initializing extension RANDR
[     6.043] (II) Initializing extension COMPOSITE
[     6.043] (II) Initializing extension DAMAGE
[     6.043] (II) Initializing extension MIT-SCREEN-SAVER
[     6.043] (II) Initializing extension DOUBLE-BUFFER
[     6.043] (II) Initializing extension RECORD
[     6.043] (II) Initializing extension DPMS
[     6.043] (II) Initializing extension Present
[     6.043] (II) Initializing extension DRI3
[     6.043] (II) Initializing extension X-Resource
[     6.043] (II) Initializing extension XVideo
[     6.043] (II) Initializing extension XVideo-MotionCompensation
[     6.043] (II) Initializing extension SELinux
[     6.043] (II) SELinux: Disabled on system
[     6.043] (II) Initializing extension GLX
[     6.065] (II) AIGLX: Loaded and initialized i965
[     6.065] (II) GLX: Initialized DRI2 GL provider for screen 0
[     6.065] (II) Initializing extension XFree86-VidModeExtension
[     6.065] (II) Initializing extension XFree86-DGA
[     6.065] (II) Initializing extension XFree86-DRI
[     6.065] (II) Initializing extension DRI2
[     6.066] (II) NOUVEAU(G0): NVEnterVT is called.
[     6.094] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     6.106] (II) intel(0): Setting screen physical size to 508 x 285
[     6.146] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.146] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.146] (II) LoadModule: "libinput"
[     6.146] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.148] (II) Module libinput: vendor="X.Org Foundation"
[     6.148]  compiled for 1.20.8, module version = 0.30.0
[     6.148]  Module class: X.Org XInput Driver
[     6.148]  ABI class: X.Org XInput driver, version 24.1
[     6.148] (II) Using input driver 'libinput' for 'Power Button'
[     6.148] (**) Power Button: always reports core events
[     6.148] (**) Option "Device" "/dev/input/event3"
[     6.148] (**) Option "_source" "server/udev"
[     6.151] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.151] (II) event3  - Power Button: device is a keyboard
[     6.151] (II) event3  - Power Button: device removed
[     6.181] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[     6.181] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.181] (**) Option "xkb_model" "pc105"
[     6.181] (**) Option "xkb_layout" "fr"
[     6.181] (**) Option "xkb_variant" "latin9"
[     6.196] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.196] (II) event3  - Power Button: device is a keyboard
[     6.196] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     6.197] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.197] (II) Using input driver 'libinput' for 'Video Bus'
[     6.197] (**) Video Bus: always reports core events
[     6.197] (**) Option "Device" "/dev/input/event6"
[     6.197] (**) Option "_source" "server/udev"
[     6.197] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     6.197] (II) event6  - Video Bus: device is a keyboard
[     6.198] (II) event6  - Video Bus: device removed
[     6.241] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input26/event6"
[     6.241] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.241] (**) Option "xkb_model" "pc105"
[     6.241] (**) Option "xkb_layout" "fr"
[     6.241] (**) Option "xkb_variant" "latin9"
[     6.243] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     6.244] (II) event6  - Video Bus: device is a keyboard
[     6.245] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     6.245] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.245] (II) Using input driver 'libinput' for 'Video Bus'
[     6.245] (**) Video Bus: always reports core events
[     6.245] (**) Option "Device" "/dev/input/event5"
[     6.245] (**) Option "_source" "server/udev"
[     6.247] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     6.248] (II) event5  - Video Bus: device is a keyboard
[     6.248] (II) event5  - Video Bus: device removed
[     6.308] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input25/event5"
[     6.309] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     6.309] (**) Option "xkb_model" "pc105"
[     6.309] (**) Option "xkb_layout" "fr"
[     6.309] (**) Option "xkb_variant" "latin9"
[     6.311] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     6.311] (II) event5  - Video Bus: device is a keyboard
[     6.313] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     6.313] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.313] (II) Using input driver 'libinput' for 'Power Button'
[     6.313] (**) Power Button: always reports core events
[     6.313] (**) Option "Device" "/dev/input/event2"
[     6.313] (**) Option "_source" "server/udev"
[     6.314] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.314] (II) event2  - Power Button: device is a keyboard
[     6.315] (II) event2  - Power Button: device removed
[     6.336] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[     6.336] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     6.336] (**) Option "xkb_model" "pc105"
[     6.336] (**) Option "xkb_layout" "fr"
[     6.336] (**) Option "xkb_variant" "latin9"
[     6.338] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.338] (II) event2  - Power Button: device is a keyboard
[     6.338] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.338] (II) No input driver specified, ignoring this device.
[     6.338] (II) This device may have been added with another device file.
[     6.339] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[     6.339] (II) No input driver specified, ignoring this device.
[     6.339] (II) This device may have been added with another device file.
[     6.339] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[     6.339] (II) No input driver specified, ignoring this device.
[     6.339] (II) This device may have been added with another device file.
[     6.340] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[     6.340] (II) No input driver specified, ignoring this device.
[     6.340] (II) This device may have been added with another device file.
[     6.340] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[     6.340] (II) No input driver specified, ignoring this device.
[     6.340] (II) This device may have been added with another device file.
[     6.340] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event16)
[     6.340] (II) No input driver specified, ignoring this device.
[     6.340] (II) This device may have been added with another device file.
[     6.341] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event17)
[     6.341] (II) No input driver specified, ignoring this device.
[     6.341] (II) This device may have been added with another device file.
[     6.342] (II) config/udev: Adding input device Logitech Craft (/dev/input/event8)
[     6.342] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[     6.342] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[     6.342] (II) Using input driver 'libinput' for 'Logitech Craft'
[     6.342] (**) Logitech Craft: always reports core events
[     6.342] (**) Option "Device" "/dev/input/event8"
[     6.342] (**) Option "_source" "server/udev"
[     6.343] (II) event8  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[     6.343] (II) event8  - Logitech Craft: device is a pointer
[     6.343] (II) event8  - Logitech Craft: device is a keyboard
[     6.344] (II) event8  - Logitech Craft: device removed
[     6.393] (II) libinput: Logitech Craft: needs a virtual subdevice
[     6.393] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input28/event8"
[     6.393] (II) XINPUT: Adding extended input device "Logitech Craft" (type: MOUSE, id 10)
[     6.393] (**) Option "AccelerationScheme" "none"
[     6.393] (**) Logitech Craft: (accel) selected scheme none/0
[     6.393] (**) Logitech Craft: (accel) acceleration factor: 2.000
[     6.393] (**) Logitech Craft: (accel) acceleration threshold: 4
[     6.395] (II) event8  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[     6.395] (II) event8  - Logitech Craft: device is a pointer
[     6.395] (II) event8  - Logitech Craft: device is a keyboard
[     6.395] (II) config/udev: Adding input device Logitech Craft (/dev/input/mouse1)
[     6.395] (II) No input driver specified, ignoring this device.
[     6.395] (II) This device may have been added with another device file.
[     6.396] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/event7)
[     6.396] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[     6.396] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[     6.396] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[     6.396] (**) Logitech MX Master 2S: always reports core events
[     6.396] (**) Option "Device" "/dev/input/event7"
[     6.396] (**) Option "_source" "server/udev"
[     6.397] (II) event7  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[     6.397] (II) event7  - Logitech MX Master 2S: device is a pointer
[     6.397] (II) event7  - Logitech MX Master 2S: device is a keyboard
[     6.398] (II) event7  - Logitech MX Master 2S: device removed
[     6.425] (II) libinput: Logitech MX Master 2S: needs a virtual subdevice
[     6.425] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input27/event7"
[     6.425] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: MOUSE, id 11)
[     6.425] (**) Option "AccelerationScheme" "none"
[     6.425] (**) Logitech MX Master 2S: (accel) selected scheme none/0
[     6.425] (**) Logitech MX Master 2S: (accel) acceleration factor: 2.000
[     6.425] (**) Logitech MX Master 2S: (accel) acceleration threshold: 4
[     6.429] (II) event7  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[     6.429] (II) event7  - Logitech MX Master 2S: device is a pointer
[     6.429] (II) event7  - Logitech MX Master 2S: device is a keyboard
[     6.432] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/mouse0)
[     6.432] (II) No input driver specified, ignoring this device.
[     6.432] (II) This device may have been added with another device file.
[     6.433] (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event11)
[     6.433] (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
[     6.433] (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
[     6.433] (**) EasyCamera: EasyCamera: always reports core events
[     6.433] (**) Option "Device" "/dev/input/event11"
[     6.433] (**) Option "_source" "server/udev"
[     6.435] (II) event11 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     6.435] (II) event11 - EasyCamera: EasyCamera: device is a keyboard
[     6.435] (II) event11 - EasyCamera: EasyCamera: device removed
[     6.481] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input31/event11"
[     6.481] (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 12)
[     6.481] (**) Option "xkb_model" "pc105"
[     6.481] (**) Option "xkb_layout" "fr"
[     6.481] (**) Option "xkb_variant" "latin9"
[     6.484] (II) event11 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     6.484] (II) event11 - EasyCamera: EasyCamera: device is a keyboard
[     6.486] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[     6.486] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[     6.486] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[     6.486] (**) Ideapad extra buttons: always reports core events
[     6.486] (**) Option "Device" "/dev/input/event9"
[     6.486] (**) Option "_source" "server/udev"
[     6.488] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     6.488] (II) event9  - Ideapad extra buttons: device is a keyboard
[     6.488] (II) event9  - Ideapad extra buttons: device removed
[     6.528] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input29/event9"
[     6.528] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 13)
[     6.528] (**) Option "xkb_model" "pc105"
[     6.529] (**) Option "xkb_layout" "fr"
[     6.529] (**) Option "xkb_variant" "latin9"
[     6.531] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     6.531] (II) event9  - Ideapad extra buttons: device is a keyboard
[     6.532] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event18)
[     6.532] (II) No input driver specified, ignoring this device.
[     6.532] (II) This device may have been added with another device file.
[     6.532] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event19)
[     6.533] (II) No input driver specified, ignoring this device.
[     6.533] (II) This device may have been added with another device file.
[     6.533] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
[     6.533] (II) No input driver specified, ignoring this device.
[     6.533] (II) This device may have been added with another device file.
[     6.534] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     6.534] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.534] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.534] (**) AT Translated Set 2 keyboard: always reports core events
[     6.534] (**) Option "Device" "/dev/input/event0"
[     6.534] (**) Option "_source" "server/udev"
[     6.536] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.536] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[     6.537] (II) event0  - AT Translated Set 2 keyboard: device removed
[     6.564] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     6.564] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[     6.565] (**) Option "xkb_model" "pc105"
[     6.565] (**) Option "xkb_layout" "fr"
[     6.565] (**) Option "xkb_variant" "latin9"
[     6.566] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.566] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[     6.568] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[     6.568] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     6.568] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     6.568] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     6.568] (**) Option "Device" "/dev/input/event4"
[     6.568] (**) Option "_source" "server/udev"
[     6.569] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     6.570] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     6.571] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[     6.614] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[     6.614] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[     6.615] (**) Option "AccelerationScheme" "none"
[     6.615] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     6.615] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     6.615] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     6.617] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     6.620] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     6.621] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
[     6.621] (II) No input driver specified, ignoring this device.
[     6.621] (II) This device may have been added with another device file.
[     6.622] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[     6.622] (II) No input driver specified, ignoring this device.
[     6.622] (II) This device may have been added with another device file.
[     6.639] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[     6.639] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[     6.639] (II) Using input driver 'libinput' for 'Logitech Craft'
[     6.639] (**) Logitech Craft: always reports core events
[     6.639] (**) Option "Device" "/dev/input/event8"
[     6.639] (**) Option "_source" "_driver/libinput"
[     6.639] (II) libinput: Logitech Craft: is a virtual subdevice
[     6.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input28/event8"
[     6.639] (II) XINPUT: Adding extended input device "Logitech Craft" (type: KEYBOARD, id 16)
[     6.639] (**) Option "xkb_model" "pc105"
[     6.639] (**) Option "xkb_layout" "fr"
[     6.639] (**) Option "xkb_variant" "latin9"
[     6.640] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[     6.640] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[     6.640] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[     6.640] (**) Logitech MX Master 2S: always reports core events
[     6.640] (**) Option "Device" "/dev/input/event7"
[     6.640] (**) Option "_source" "_driver/libinput"
[     6.640] (II) libinput: Logitech MX Master 2S: is a virtual subdevice
[     6.640] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input27/event7"
[     6.640] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: KEYBOARD, id 17)
[     6.640] (**) Option "xkb_model" "pc105"
[     6.640] (**) Option "xkb_layout" "fr"
[     6.640] (**) Option "xkb_variant" "latin9"
[     7.466] (II) intel(0): EDID vendor "AUO", prod id 25069
[     7.466] (II) intel(0): Printing DDC gathered Modelines:
[     7.466] (II) intel(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)



Toujours pas d'écran externe activable.

Faut que j'en reste là pour aujourd'hui : décalage horaire oblige !
A demain ;-)

Et un GRAND MERCI pour ton aide !

#3 Re : Matériel » Écran HDMI non détecté » 19-04-2021 13:22:07

BugsByte
Avec nouveau.modeset=0 :
L'écran externe ne réagit toujours pas

cat /var/log/Xorg.0.log
[     4.323]
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[     4.323] Build Operating System: linux Debian
[     4.324] Current Operating System: Linux taonix 5.10.0-6-amd64 #1 SMP Debian 5.10.28-1 (2021-04-09) x86_64
[     4.324] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-6-amd64 root=UUID=c4d525e1-a349-48b2-b1b8-4a0852fb5802 ro nouveau.modeset=0 quiet
[     4.324] Build Date: 17 February 2021  09:17:43AM
[     4.324] xorg-server 2:1.20.10-3 (https://www.debian.org/support)
[     4.324] Current version of pixman: 0.40.0
[     4.324]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[     4.324] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.324] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 19 20:14:25 2021
[     4.326] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.327] (==) No Layout section.  Using the first Screen section.
[     4.327] (==) No screen section available. Using defaults.
[     4.327] (**) |-->Screen "Default Screen Section" (0)
[     4.327] (**) |   |-->Monitor "<default monitor>"
[     4.328] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[     4.328] (==) Automatically adding devices
[     4.328] (==) Automatically enabling devices
[     4.328] (==) Automatically adding GPU devices
[     4.328] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.330] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     4.330]  Entry deleted from font path.
[     4.331] (==) FontPath set to:
  /usr/share/fonts/X11/misc,
  /usr/share/fonts/X11/100dpi/:unscaled,
  /usr/share/fonts/X11/75dpi/:unscaled,
  /usr/share/fonts/X11/Type1,
  /usr/share/fonts/X11/100dpi,
  /usr/share/fonts/X11/75dpi,
  built-ins
[     4.331] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.331] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.331] (II) Loader magic: 0x5615dd946e40
[     4.331] (II) Module ABI versions:
[     4.331]  X.Org ANSI C Emulation: 0.4
[     4.331]  X.Org Video Driver: 24.1
[     4.331]  X.Org XInput driver : 24.1
[     4.331]  X.Org Server Extension : 10.0
[     4.332] (++) using VT number 7

[     4.332] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.332] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.342] (--) PCI:*(0@0:2:0) 8086:591b:17aa:39b9 rev 4, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     4.342] (--) PCI: (1@0:0:0) 10de:1c20:17aa:39b9 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     4.342] (II) LoadModule: "glx"
[     4.342] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.348] (II) Module glx: vendor="X.Org Foundation"
[     4.348]  compiled for 1.20.10, module version = 1.0.0
[     4.348]  ABI class: X.Org Server Extension, version 10.0
[     4.348] (==) Matched modesetting as autoconfigured driver 0
[     4.348] (==) Matched fbdev as autoconfigured driver 1
[     4.348] (==) Matched vesa as autoconfigured driver 2
[     4.348] (==) Assigned the driver to the xf86ConfigLayout
[     4.348] (II) LoadModule: "modesetting"
[     4.348] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.349] (II) Module modesetting: vendor="X.Org Foundation"
[     4.349]  compiled for 1.20.10, module version = 1.20.10
[     4.349]  Module class: X.Org Video Driver
[     4.349]  ABI class: X.Org Video Driver, version 24.1
[     4.349] (II) LoadModule: "fbdev"
[     4.349] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     4.349] (II) Module fbdev: vendor="X.Org Foundation"
[     4.349]  compiled for 1.20.0, module version = 0.5.0
[     4.349]  Module class: X.Org Video Driver
[     4.349]  ABI class: X.Org Video Driver, version 24.0
[     4.349] (II) LoadModule: "vesa"
[     4.349] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     4.350] (II) Module vesa: vendor="X.Org Foundation"
[     4.350]  compiled for 1.20.9, module version = 2.5.0
[     4.350]  Module class: X.Org Video Driver
[     4.350]  ABI class: X.Org Video Driver, version 24.1
[     4.350] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.350] (II) FBDEV: driver for framebuffer: fbdev
[     4.350] (II) VESA: driver for VESA chipsets: vesa
[     4.373] (II) modeset(0): using drv /dev/dri/card0
[     4.373] (WW) Falling back to old probe method for fbdev
[     4.373] (II) Loading sub module "fbdevhw"
[     4.373] (II) LoadModule: "fbdevhw"
[     4.373] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     4.373] (II) Module fbdevhw: vendor="X.Org Foundation"
[     4.373]  compiled for 1.20.10, module version = 0.0.2
[     4.373]  ABI class: X.Org Video Driver, version 24.1
[     4.373] (II) modeset(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[     4.373] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     4.374] (==) modeset(0): RGB weight 888
[     4.374] (==) modeset(0): Default visual is TrueColor
[     4.374] (II) Loading sub module "glamoregl"
[     4.374] (II) LoadModule: "glamoregl"
[     4.374] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     4.379] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.379]  compiled for 1.20.10, module version = 1.0.1
[     4.379]  ABI class: X.Org ANSI C Emulation, version 0.4
[     4.535] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 630 (KBL GT2)
[     4.535] (II) modeset(0): glamor initialized
[     4.536] (II) modeset(0): Output eDP-1 has no monitor section
[     4.536] (II) modeset(0): EDID for output eDP-1
[     4.536] (II) modeset(0): Manufacturer: AUO  Model: 61ed  Serial#: 0
[     4.536] (II) modeset(0): Year: 2016  Week: 0
[     4.536] (II) modeset(0): EDID Version: 1.4
[     4.536] (II) modeset(0): Digital Display Input
[     4.536] (II) modeset(0): 6 bits per channel
[     4.536] (II) modeset(0): Digital interface is DisplayPort
[     4.536] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     4.537] (II) modeset(0): Gamma: 2.20
[     4.537] (II) modeset(0): No DPMS capabilities specified
[     4.537] (II) modeset(0): Supported color encodings: RGB 4:4:4
[     4.537] (II) modeset(0): First detailed timing is preferred mode
[     4.537] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     4.537] (II) modeset(0): redX: 0.575 redY: 0.345   greenX: 0.350 greenY: 0.575
[     4.537] (II) modeset(0): blueX: 0.160 blueY: 0.150   whiteX: 0.313 whiteY: 0.329
[     4.537] (II) modeset(0): Manufacturer's mask: 0
[     4.537] (II) modeset(0): Supported detailed timing:
[     4.537] (II) modeset(0): clock: 142.0 MHz   Image Size:  344 x 193 mm
[     4.537] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2100 h_border: 0
[     4.537] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1126 v_border: 0
[     4.537] (II) modeset(0): Unknown vendor-specific block f
[     4.537] (II) modeset(0):  AUO
[     4.537] (II) modeset(0):  B156HAN06.1
[     4.537] (II) modeset(0): EDID (in hex):
[     4.537] (II) modeset(0):   00ffffffffffff0006afed6100000000
[     4.537] (II) modeset(0):   001a0104952213780259259358599329
[     4.537] (II) modeset(0):   26505400000001010101010101010101
[     4.537] (II) modeset(0):   010101010101783780b470382e406c30
[     4.537] (II) modeset(0):   aa0058c1100000180000000f00000000
[     4.537] (II) modeset(0):   00000000000000000020000000fe0041
[     4.537] (II) modeset(0):   554f0a202020202020202020000000fe
[     4.537] (II) modeset(0):   004231353648414e30362e31200a00ea
[     4.537] (II) modeset(0): Printing probed modes for output eDP-1
[     4.537] (II) modeset(0): Modeline "1920x1080"x60.1  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[     4.537] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     4.537] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     4.537] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     4.537] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     4.537] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     4.537] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     4.537] (II) modeset(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[     4.537] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     4.537] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     4.537] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     4.537] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     4.537] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     4.537] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     4.537] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[     4.537] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     4.537] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     4.537] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     4.537] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     4.537] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     4.537] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     4.537] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     4.537] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[     4.537] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[     4.537] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     4.537] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     4.537] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     4.537] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     4.537] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[     4.537] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     4.537] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     4.537] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     4.538] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     4.538] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     4.538] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     4.538] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     4.538] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     4.538] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     4.538] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     4.538] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     4.538] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     4.538] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     4.538] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     4.538] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     4.538] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     4.538] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     4.538] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     4.538] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     4.538] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     4.538] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     4.538] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     4.538] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     4.538] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     4.538] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     4.538] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     4.538] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[     4.538] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     4.538] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     4.538] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     4.538] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     4.538] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[     4.538] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     4.538] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     4.538] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     4.538] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     4.538] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     4.538] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     4.538] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     4.538] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     4.538] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[     4.538] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[     4.538] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     4.538] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     4.538] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[     4.538] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     4.538] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     4.538] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     4.538] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     4.538] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     4.538] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     4.538] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     4.538] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     4.538] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     4.538] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     4.538] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     4.538] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     4.538] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     4.538] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     4.538] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     4.538] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     4.538] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     4.538] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     4.538] (II) modeset(0): Output eDP-1 connected
[     4.538] (II) modeset(0): Using exact sizes for initial modes
[     4.538] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     4.538] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.538] (==) modeset(0): DPI set to (96, 96)
[     4.538] (II) Loading sub module "fb"
[     4.538] (II) LoadModule: "fb"
[     4.538] (II) Loading /usr/lib/xorg/modules/libfb.so
[     4.539] (II) Module fb: vendor="X.Org Foundation"
[     4.539]  compiled for 1.20.10, module version = 1.0.0
[     4.539]  ABI class: X.Org ANSI C Emulation, version 0.4
[     4.539] (II) UnloadModule: "fbdev"
[     4.539] (II) Unloading fbdev
[     4.539] (II) UnloadSubModule: "fbdevhw"
[     4.539] (II) Unloading fbdevhw
[     4.539] (II) UnloadModule: "vesa"
[     4.539] (II) Unloading vesa
[     4.564] (==) modeset(0): Backing store enabled
[     4.564] (==) modeset(0): Silken mouse enabled
[     4.640] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     4.640] (==) modeset(0): DPMS enabled
[     4.640] (II) modeset(0): [DRI2] Setup complete
[     4.640] (II) modeset(0): [DRI2]   DRI driver: iris
[     4.640] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     4.640] (II) Initializing extension Generic Event Extension
[     4.640] (II) Initializing extension SHAPE
[     4.640] (II) Initializing extension MIT-SHM
[     4.641] (II) Initializing extension XInputExtension
[     4.641] (II) Initializing extension XTEST
[     4.641] (II) Initializing extension BIG-REQUESTS
[     4.641] (II) Initializing extension SYNC
[     4.642] (II) Initializing extension XKEYBOARD
[     4.642] (II) Initializing extension XC-MISC
[     4.642] (II) Initializing extension SECURITY
[     4.642] (II) Initializing extension XFIXES
[     4.642] (II) Initializing extension RENDER
[     4.642] (II) Initializing extension RANDR
[     4.642] (II) Initializing extension COMPOSITE
[     4.642] (II) Initializing extension DAMAGE
[     4.642] (II) Initializing extension MIT-SCREEN-SAVER
[     4.642] (II) Initializing extension DOUBLE-BUFFER
[     4.642] (II) Initializing extension RECORD
[     4.642] (II) Initializing extension DPMS
[     4.643] (II) Initializing extension Present
[     4.643] (II) Initializing extension DRI3
[     4.643] (II) Initializing extension X-Resource
[     4.643] (II) Initializing extension XVideo
[     4.643] (II) Initializing extension XVideo-MotionCompensation
[     4.643] (II) Initializing extension SELinux
[     4.643] (II) SELinux: Disabled on system
[     4.643] (II) Initializing extension GLX
[     4.649] (II) AIGLX: Loaded and initialized iris
[     4.649] (II) GLX: Initialized DRI2 GL provider for screen 0
[     4.649] (II) Initializing extension XFree86-VidModeExtension
[     4.650] (II) Initializing extension XFree86-DGA
[     4.650] (II) Initializing extension XFree86-DRI
[     4.650] (II) Initializing extension DRI2
[     4.654] (II) modeset(0): Damage tracking initialized
[     4.654] (II) modeset(0): Setting screen physical size to 508 x 285
[     4.699] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     4.699] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.699] (II) LoadModule: "libinput"
[     4.699] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.701] (II) Module libinput: vendor="X.Org Foundation"
[     4.701]  compiled for 1.20.8, module version = 0.30.0
[     4.701]  Module class: X.Org XInput Driver
[     4.701]  ABI class: X.Org XInput driver, version 24.1
[     4.701] (II) Using input driver 'libinput' for 'Power Button'
[     4.701] (**) Power Button: always reports core events
[     4.701] (**) Option "Device" "/dev/input/event3"
[     4.702] (**) Option "_source" "server/udev"
[     4.705] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     4.705] (II) event3  - Power Button: device is a keyboard
[     4.705] (II) event3  - Power Button: device removed
[     4.741] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[     4.741] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.741] (**) Option "xkb_model" "pc105"
[     4.741] (**) Option "xkb_layout" "fr"
[     4.741] (**) Option "xkb_variant" "latin9"
[     4.755] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     4.755] (II) event3  - Power Button: device is a keyboard
[     4.755] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[     4.755] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     4.755] (II) Using input driver 'libinput' for 'Video Bus'
[     4.755] (**) Video Bus: always reports core events
[     4.755] (**) Option "Device" "/dev/input/event8"
[     4.755] (**) Option "_source" "server/udev"
[     4.756] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     4.756] (II) event8  - Video Bus: device is a keyboard
[     4.756] (II) event8  - Video Bus: device removed
[     4.837] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input28/event8"
[     4.837] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     4.837] (**) Option "xkb_model" "pc105"
[     4.837] (**) Option "xkb_layout" "fr"
[     4.837] (**) Option "xkb_variant" "latin9"
[     4.838] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     4.838] (II) event8  - Video Bus: device is a keyboard
[     4.839] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[     4.839] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     4.839] (II) Using input driver 'libinput' for 'Video Bus'
[     4.839] (**) Video Bus: always reports core events
[     4.839] (**) Option "Device" "/dev/input/event7"
[     4.839] (**) Option "_source" "server/udev"
[     4.840] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[     4.840] (II) event7  - Video Bus: device is a keyboard
[     4.841] (II) event7  - Video Bus: device removed
[     4.893] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input27/event7"
[     4.893] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     4.893] (**) Option "xkb_model" "pc105"
[     4.893] (**) Option "xkb_layout" "fr"
[     4.893] (**) Option "xkb_variant" "latin9"
[     4.895] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[     4.896] (II) event7  - Video Bus: device is a keyboard
[     4.897] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     4.897] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.897] (II) Using input driver 'libinput' for 'Power Button'
[     4.897] (**) Power Button: always reports core events
[     4.897] (**) Option "Device" "/dev/input/event2"
[     4.897] (**) Option "_source" "server/udev"
[     4.898] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.898] (II) event2  - Power Button: device is a keyboard
[     4.899] (II) event2  - Power Button: device removed
[     4.937] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[     4.937] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     4.937] (**) Option "xkb_model" "pc105"
[     4.937] (**) Option "xkb_layout" "fr"
[     4.937] (**) Option "xkb_variant" "latin9"
[     4.939] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.939] (II) event2  - Power Button: device is a keyboard
[     4.940] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     4.940] (II) No input driver specified, ignoring this device.
[     4.940] (II) This device may have been added with another device file.
[     4.941] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[     4.941] (II) No input driver specified, ignoring this device.
[     4.941] (II) This device may have been added with another device file.
[     4.941] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[     4.941] (II) No input driver specified, ignoring this device.
[     4.941] (II) This device may have been added with another device file.
[     4.942] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[     4.942] (II) No input driver specified, ignoring this device.
[     4.942] (II) This device may have been added with another device file.
[     4.943] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[     4.943] (II) No input driver specified, ignoring this device.
[     4.943] (II) This device may have been added with another device file.
[     4.943] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event16)
[     4.943] (II) No input driver specified, ignoring this device.
[     4.943] (II) This device may have been added with another device file.
[     4.944] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event17)
[     4.944] (II) No input driver specified, ignoring this device.
[     4.944] (II) This device may have been added with another device file.
[     4.945] (II) config/udev: Adding input device Logitech Craft (/dev/input/event6)
[     4.945] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[     4.945] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[     4.945] (II) Using input driver 'libinput' for 'Logitech Craft'
[     4.945] (**) Logitech Craft: always reports core events
[     4.945] (**) Option "Device" "/dev/input/event6"
[     4.946] (**) Option "_source" "server/udev"
[     4.948] (II) event6  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[     4.948] (II) event6  - Logitech Craft: device is a pointer
[     4.948] (II) event6  - Logitech Craft: device is a keyboard
[     4.949] (II) event6  - Logitech Craft: device removed
[     4.973] (II) libinput: Logitech Craft: needs a virtual subdevice
[     4.973] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input26/event6"
[     4.973] (II) XINPUT: Adding extended input device "Logitech Craft" (type: MOUSE, id 10)
[     4.974] (**) Option "AccelerationScheme" "none"
[     4.974] (**) Logitech Craft: (accel) selected scheme none/0
[     4.974] (**) Logitech Craft: (accel) acceleration factor: 2.000
[     4.974] (**) Logitech Craft: (accel) acceleration threshold: 4
[     4.977] (II) event6  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[     4.977] (II) event6  - Logitech Craft: device is a pointer
[     4.977] (II) event6  - Logitech Craft: device is a keyboard
[     4.978] (II) config/udev: Adding input device Logitech Craft (/dev/input/mouse1)
[     4.979] (II) No input driver specified, ignoring this device.
[     4.979] (II) This device may have been added with another device file.
[     4.980] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/event5)
[     4.980] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[     4.980] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[     4.980] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[     4.980] (**) Logitech MX Master 2S: always reports core events
[     4.980] (**) Option "Device" "/dev/input/event5"
[     4.980] (**) Option "_source" "server/udev"
[     4.983] (II) event5  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[     4.983] (II) event5  - Logitech MX Master 2S: device is a pointer
[     4.983] (II) event5  - Logitech MX Master 2S: device is a keyboard
[     4.983] (II) event5  - Logitech MX Master 2S: device removed
[     4.997] (II) libinput: Logitech MX Master 2S: needs a virtual subdevice
[     4.997] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input25/event5"
[     4.997] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: MOUSE, id 11)
[     4.997] (**) Option "AccelerationScheme" "none"
[     4.997] (**) Logitech MX Master 2S: (accel) selected scheme none/0
[     4.997] (**) Logitech MX Master 2S: (accel) acceleration factor: 2.000
[     4.998] (**) Logitech MX Master 2S: (accel) acceleration threshold: 4
[     5.001] (II) event5  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[     5.001] (II) event5  - Logitech MX Master 2S: device is a pointer
[     5.001] (II) event5  - Logitech MX Master 2S: device is a keyboard
[     5.003] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/mouse2)
[     5.003] (II) No input driver specified, ignoring this device.
[     5.003] (II) This device may have been added with another device file.
[     5.004] (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event11)
[     5.004] (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
[     5.004] (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
[     5.004] (**) EasyCamera: EasyCamera: always reports core events
[     5.004] (**) Option "Device" "/dev/input/event11"
[     5.004] (**) Option "_source" "server/udev"
[     5.006] (II) event11 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     5.007] (II) event11 - EasyCamera: EasyCamera: device is a keyboard
[     5.007] (II) event11 - EasyCamera: EasyCamera: device removed
[     5.060] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input31/event11"
[     5.060] (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 12)
[     5.060] (**) Option "xkb_model" "pc105"
[     5.061] (**) Option "xkb_layout" "fr"
[     5.061] (**) Option "xkb_variant" "latin9"
[     5.062] (II) event11 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     5.062] (II) event11 - EasyCamera: EasyCamera: device is a keyboard
[     5.063] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[     5.063] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[     5.063] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[     5.063] (**) Ideapad extra buttons: always reports core events
[     5.063] (**) Option "Device" "/dev/input/event9"
[     5.063] (**) Option "_source" "server/udev"
[     5.064] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     5.065] (II) event9  - Ideapad extra buttons: device is a keyboard
[     5.065] (II) event9  - Ideapad extra buttons: device removed
[     5.153] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input29/event9"
[     5.153] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 13)
[     5.153] (**) Option "xkb_model" "pc105"
[     5.153] (**) Option "xkb_layout" "fr"
[     5.153] (**) Option "xkb_variant" "latin9"
[     5.154] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     5.154] (II) event9  - Ideapad extra buttons: device is a keyboard
[     5.155] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event18)
[     5.155] (II) No input driver specified, ignoring this device.
[     5.155] (II) This device may have been added with another device file.
[     5.155] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event19)
[     5.155] (II) No input driver specified, ignoring this device.
[     5.155] (II) This device may have been added with another device file.
[     5.155] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
[     5.155] (II) No input driver specified, ignoring this device.
[     5.155] (II) This device may have been added with another device file.
[     5.155] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     5.156] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     5.156] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     5.156] (**) AT Translated Set 2 keyboard: always reports core events
[     5.156] (**) Option "Device" "/dev/input/event0"
[     5.156] (**) Option "_source" "server/udev"
[     5.157] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.157] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[     5.157] (II) event0  - AT Translated Set 2 keyboard: device removed
[     5.177] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     5.177] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[     5.177] (**) Option "xkb_model" "pc105"
[     5.177] (**) Option "xkb_layout" "fr"
[     5.177] (**) Option "xkb_variant" "latin9"
[     5.178] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.178] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[     5.179] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[     5.179] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     5.179] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     5.179] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     5.179] (**) Option "Device" "/dev/input/event4"
[     5.179] (**) Option "_source" "server/udev"
[     5.180] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     5.181] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     5.181] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[     5.233] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[     5.233] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[     5.234] (**) Option "AccelerationScheme" "none"
[     5.234] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     5.234] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     5.234] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     5.236] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     5.238] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     5.239] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     5.239] (II) No input driver specified, ignoring this device.
[     5.240] (II) This device may have been added with another device file.
[     5.240] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[     5.240] (II) No input driver specified, ignoring this device.
[     5.240] (II) This device may have been added with another device file.
[     5.256] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[     5.256] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[     5.256] (II) Using input driver 'libinput' for 'Logitech Craft'
[     5.256] (**) Logitech Craft: always reports core events
[     5.256] (**) Option "Device" "/dev/input/event6"
[     5.256] (**) Option "_source" "_driver/libinput"
[     5.256] (II) libinput: Logitech Craft: is a virtual subdevice
[     5.256] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input26/event6"
[     5.256] (II) XINPUT: Adding extended input device "Logitech Craft" (type: KEYBOARD, id 16)
[     5.256] (**) Option "xkb_model" "pc105"
[     5.256] (**) Option "xkb_layout" "fr"
[     5.256] (**) Option "xkb_variant" "latin9"
[     5.257] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[     5.257] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[     5.257] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[     5.257] (**) Logitech MX Master 2S: always reports core events
[     5.257] (**) Option "Device" "/dev/input/event5"
[     5.257] (**) Option "_source" "_driver/libinput"
[     5.257] (II) libinput: Logitech MX Master 2S: is a virtual subdevice
[     5.257] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input25/event5"
[     5.257] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: KEYBOARD, id 17)
[     5.257] (**) Option "xkb_model" "pc105"
[     5.257] (**) Option "xkb_layout" "fr"
[     5.257] (**) Option "xkb_variant" "latin9"
[     5.949] (II) modeset(0): EDID vendor "AUO", prod id 25069
[     5.949] (II) modeset(0): Printing DDC gathered Modelines:
[     5.949] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[     5.950] (II) modeset(0): EDID vendor "AUO", prod id 25069
[     5.950] (II) modeset(0): Printing DDC gathered Modelines:
[     5.950] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[     5.952] (II) modeset(0): EDID vendor "AUO", prod id 25069
[     5.952] (II) modeset(0): Printing DDC gathered Modelines:
[     5.952] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[     6.312] (II) modeset(0): EDID vendor "AUO", prod id 25069
[     6.312] (II) modeset(0): Printing DDC gathered Modelines:
[     6.312] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    29.696] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    29.696] (II) modeset(0): Printing DDC gathered Modelines:
[    29.696] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    30.966] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    30.966] (II) modeset(0): Printing DDC gathered Modelines:
[    30.966] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    33.762] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    33.762] (II) modeset(0): Printing DDC gathered Modelines:
[    33.762] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    34.263] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    34.263] (II) modeset(0): Printing DDC gathered Modelines:
[    34.263] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    41.632] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    41.632] (II) modeset(0): Printing DDC gathered Modelines:
[    41.632] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    45.776] (EE) client bug: timer event5 debounce: scheduled expiry is in the past (-13ms), your system is too slow
[    45.776] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-27ms), your system is too slow
[    52.894] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    52.894] (II) modeset(0): Printing DDC gathered Modelines:
[    52.894] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    53.386] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    53.387] (II) modeset(0): Printing DDC gathered Modelines:
[    53.387] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    53.574] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    53.575] (II) modeset(0): Printing DDC gathered Modelines:
[    53.575] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    56.578] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    56.578] (II) modeset(0): Printing DDC gathered Modelines:
[    56.578] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    57.851] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    57.851] (II) modeset(0): Printing DDC gathered Modelines:
[    57.851] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    66.071] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    66.071] (II) modeset(0): Printing DDC gathered Modelines:
[    66.071] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    66.562] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    66.562] (II) modeset(0): Printing DDC gathered Modelines:
[    66.562] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)



$ grep nouveau /var/log/Xorg.0.log
[     4.324] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-6-amd64 root=UUID=c4d525e1-a349-48b2-b1b8-4a0852fb5802 ro nouveau.modeset=0 quiet



Là, je n'ai plus les grandes résolutions comme avec intel.modeset=0

Par contre, j'ai un truc de nouveau.
Lorsque je change la source de mon écran externe et que j'arrive sur HDMI, il se passe un truc sur mon écran de portable.
Une image en surimpression s'affiche : ça semble être un moniteur avec un 1 à l'intérieur.
Et sous l'image, il y a le texte "Pas d'affichage externe".

#4 Re : Matériel » Écran HDMI non détecté » 19-04-2021 13:13:07

BugsByte
Avec intel.modeset=0 :
Toujours le même comportement de l'écran.

cat /var/log/Xorg.0.log
[     5.650]
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[     5.650] Build Operating System: linux Debian
[     5.650] Current Operating System: Linux taonix 5.10.0-6-amd64 #1 SMP Debian 5.10.28-1 (2021-04-09) x86_64
[     5.650] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-6-amd64 root=UUID=c4d525e1-a349-48b2-b1b8-4a0852fb5802 ro intel.modeset=0 quiet
[     5.650] Build Date: 17 February 2021  09:17:43AM
[     5.650] xorg-server 2:1.20.10-3 (https://www.debian.org/support)
[     5.650] Current version of pixman: 0.40.0
[     5.650]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[     5.650] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.650] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 19 20:08:52 2021
[     5.652] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.653] (==) No Layout section.  Using the first Screen section.
[     5.653] (==) No screen section available. Using defaults.
[     5.653] (**) |-->Screen "Default Screen Section" (0)
[     5.653] (**) |   |-->Monitor "<default monitor>"
[     5.653] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[     5.653] (==) Automatically adding devices
[     5.653] (==) Automatically enabling devices
[     5.654] (==) Automatically adding GPU devices
[     5.654] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.655] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     5.655]  Entry deleted from font path.
[     5.656] (==) FontPath set to:
  /usr/share/fonts/X11/misc,
  /usr/share/fonts/X11/100dpi/:unscaled,
  /usr/share/fonts/X11/75dpi/:unscaled,
  /usr/share/fonts/X11/Type1,
  /usr/share/fonts/X11/100dpi,
  /usr/share/fonts/X11/75dpi,
  built-ins
[     5.656] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.656] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.656] (II) Loader magic: 0x562ea21e0e40
[     5.656] (II) Module ABI versions:
[     5.656]  X.Org ANSI C Emulation: 0.4
[     5.656]  X.Org Video Driver: 24.1
[     5.656]  X.Org XInput driver : 24.1
[     5.656]  X.Org Server Extension : 10.0
[     5.656] (++) using VT number 7

[     5.656] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.657] (II) xfree86: Adding drm device (/dev/dri/card1)
[     5.657] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.674] (--) PCI:*(0@0:2:0) 8086:591b:17aa:39b9 rev 4, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     5.674] (--) PCI: (1@0:0:0) 10de:1c20:17aa:39b9 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     5.674] (II) LoadModule: "glx"
[     5.674] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.680] (II) Module glx: vendor="X.Org Foundation"
[     5.680]  compiled for 1.20.10, module version = 1.0.0
[     5.680]  ABI class: X.Org Server Extension, version 10.0
[     5.755] (==) Matched modesetting as autoconfigured driver 0
[     5.756] (==) Matched fbdev as autoconfigured driver 1
[     5.756] (==) Matched vesa as autoconfigured driver 2
[     5.756] (==) Assigned the driver to the xf86ConfigLayout
[     5.756] (II) LoadModule: "modesetting"
[     5.756] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.757] (II) Module modesetting: vendor="X.Org Foundation"
[     5.757]  compiled for 1.20.10, module version = 1.20.10
[     5.757]  Module class: X.Org Video Driver
[     5.757]  ABI class: X.Org Video Driver, version 24.1
[     5.757] (II) LoadModule: "fbdev"
[     5.757] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     5.757] (II) Module fbdev: vendor="X.Org Foundation"
[     5.757]  compiled for 1.20.0, module version = 0.5.0
[     5.757]  Module class: X.Org Video Driver
[     5.757]  ABI class: X.Org Video Driver, version 24.0
[     5.757] (II) LoadModule: "vesa"
[     5.757] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     5.758] (II) Module vesa: vendor="X.Org Foundation"
[     5.758]  compiled for 1.20.9, module version = 2.5.0
[     5.758]  Module class: X.Org Video Driver
[     5.758]  ABI class: X.Org Video Driver, version 24.1
[     5.758] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.758] (II) FBDEV: driver for framebuffer: fbdev
[     5.758] (II) VESA: driver for VESA chipsets: vesa
[     5.789] (II) modeset(0): using drv /dev/dri/card0
[     5.789] (WW) Falling back to old probe method for fbdev
[     5.789] (II) Loading sub module "fbdevhw"
[     5.789] (II) LoadModule: "fbdevhw"
[     5.789] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     5.789] (II) Module fbdevhw: vendor="X.Org Foundation"
[     5.789]  compiled for 1.20.10, module version = 0.0.2
[     5.789]  ABI class: X.Org Video Driver, version 24.1
[     5.789] (II) modeset(G0): using drv /dev/dri/card1
[     5.790] (II) modeset(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[     5.790] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     5.790] (==) modeset(0): RGB weight 888
[     5.790] (==) modeset(0): Default visual is TrueColor
[     5.790] (II) Loading sub module "glamoregl"
[     5.790] (II) LoadModule: "glamoregl"
[     5.790] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     5.797] (II) Module glamoregl: vendor="X.Org Foundation"
[     5.797]  compiled for 1.20.10, module version = 1.0.1
[     5.797]  ABI class: X.Org ANSI C Emulation, version 0.4
[     5.977] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 630 (KBL GT2)
[     5.977] (II) modeset(0): glamor initialized
[     5.978] (II) modeset(0): Output eDP-1 has no monitor section
[     5.979] (II) modeset(0): EDID for output eDP-1
[     5.979] (II) modeset(0): Manufacturer: AUO  Model: 61ed  Serial#: 0
[     5.979] (II) modeset(0): Year: 2016  Week: 0
[     5.979] (II) modeset(0): EDID Version: 1.4
[     5.979] (II) modeset(0): Digital Display Input
[     5.979] (II) modeset(0): 6 bits per channel
[     5.979] (II) modeset(0): Digital interface is DisplayPort
[     5.979] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     5.979] (II) modeset(0): Gamma: 2.20
[     5.979] (II) modeset(0): No DPMS capabilities specified
[     5.979] (II) modeset(0): Supported color encodings: RGB 4:4:4
[     5.979] (II) modeset(0): First detailed timing is preferred mode
[     5.979] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     5.979] (II) modeset(0): redX: 0.575 redY: 0.345   greenX: 0.350 greenY: 0.575
[     5.979] (II) modeset(0): blueX: 0.160 blueY: 0.150   whiteX: 0.313 whiteY: 0.329
[     5.979] (II) modeset(0): Manufacturer's mask: 0
[     5.979] (II) modeset(0): Supported detailed timing:
[     5.979] (II) modeset(0): clock: 142.0 MHz   Image Size:  344 x 193 mm
[     5.979] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2100 h_border: 0
[     5.979] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1126 v_border: 0
[     5.979] (II) modeset(0): Unknown vendor-specific block f
[     5.979] (II) modeset(0):  AUO
[     5.979] (II) modeset(0):  B156HAN06.1
[     5.979] (II) modeset(0): EDID (in hex):
[     5.979] (II) modeset(0):   00ffffffffffff0006afed6100000000
[     5.979] (II) modeset(0):   001a0104952213780259259358599329
[     5.979] (II) modeset(0):   26505400000001010101010101010101
[     5.979] (II) modeset(0):   010101010101783780b470382e406c30
[     5.979] (II) modeset(0):   aa0058c1100000180000000f00000000
[     5.979] (II) modeset(0):   00000000000000000020000000fe0041
[     5.979] (II) modeset(0):   554f0a202020202020202020000000fe
[     5.979] (II) modeset(0):   004231353648414e30362e31200a00ea
[     5.979] (II) modeset(0): Printing probed modes for output eDP-1
[     5.979] (II) modeset(0): Modeline "1920x1080"x60.1  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[     5.979] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     5.979] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     5.979] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     5.979] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     5.979] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     5.979] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     5.979] (II) modeset(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[     5.979] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     5.979] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     5.979] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     5.979] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     5.979] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     5.979] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     5.979] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[     5.979] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     5.979] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     5.979] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     5.979] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     5.979] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     5.979] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     5.979] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     5.979] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[     5.979] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[     5.979] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     5.979] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     5.979] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     5.979] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     5.979] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[     5.979] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     5.979] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     5.979] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     5.979] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     5.979] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     5.979] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     5.979] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     5.979] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     5.979] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     5.979] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     5.979] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     5.979] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     5.979] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     5.979] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     5.979] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     5.979] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     5.979] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     5.979] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     5.979] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     5.979] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     5.979] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     5.979] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     5.979] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     5.979] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     5.979] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     5.979] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     5.979] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[     5.979] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     5.979] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     5.979] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     5.979] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     5.979] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[     5.979] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     5.979] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     5.979] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     5.979] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     5.979] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     5.979] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     5.979] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     5.979] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     5.979] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[     5.979] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[     5.979] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     5.979] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     5.979] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[     5.979] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     5.979] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     5.979] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     5.979] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     5.979] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     5.979] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     5.979] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     5.979] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     5.979] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     5.979] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     5.979] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     5.979] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     5.979] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     5.979] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     5.979] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     5.979] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     5.980] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     5.980] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     5.980] (II) modeset(0): Output eDP-1 connected
[     5.980] (II) modeset(0): Using exact sizes for initial modes
[     5.980] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     5.980] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.980] (==) modeset(0): DPI set to (96, 96)
[     5.980] (II) Loading sub module "fb"
[     5.980] (II) LoadModule: "fb"
[     5.980] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.980] (II) Module fb: vendor="X.Org Foundation"
[     5.980]  compiled for 1.20.10, module version = 1.0.0
[     5.980]  ABI class: X.Org ANSI C Emulation, version 0.4
[     5.980] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     5.980] (==) modeset(G0): RGB weight 888
[     5.980] (==) modeset(G0): Default visual is TrueColor
[     5.980] (II) Loading sub module "glamoregl"
[     5.980] (II) LoadModule: "glamoregl"
[     5.981] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     5.981] (II) Module glamoregl: vendor="X.Org Foundation"
[     5.981]  compiled for 1.20.10, module version = 1.0.1
[     5.981]  ABI class: X.Org ANSI C Emulation, version 0.4
[     5.993] (II) modeset(G0): glamor X acceleration enabled on NV136
[     5.993] (II) modeset(G0): glamor initialized
[     6.077] (II) modeset(G0): Output DP-1-1 has no monitor section
[     6.150] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     6.237] (II) modeset(G0): Output DP-1-2 has no monitor section
[     6.325] (II) modeset(G0): EDID for output DP-1-1
[     6.393] (II) modeset(G0): EDID for output HDMI-1-1
[     6.393] (II) modeset(G0): Manufacturer: SAM  Model: f94  Serial#: 0
[     6.393] (II) modeset(G0): Year: 2018  Week: 41
[     6.393] (II) modeset(G0): EDID Version: 1.3
[     6.393] (II) modeset(G0): Digital Display Input
[     6.393] (II) modeset(G0): Max Image Size [cm]: horiz.: 70  vert.: 39
[     6.393] (II) modeset(G0): Gamma: 2.20
[     6.393] (II) modeset(G0): DPMS capabilities: Off
[     6.393] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[     6.393] (II) modeset(G0): First detailed timing is preferred mode
[     6.393] (II) modeset(G0): redX: 0.651 redY: 0.340   greenX: 0.300 greenY: 0.623
[     6.393] (II) modeset(G0): blueX: 0.149 blueY: 0.071   whiteX: 0.312 whiteY: 0.329
[     6.393] (II) modeset(G0): Supported established timings:
[     6.393] (II) modeset(G0): 720x400@70Hz
[     6.393] (II) modeset(G0): 640x480@60Hz
[     6.393] (II) modeset(G0): 640x480@67Hz
[     6.393] (II) modeset(G0): 640x480@72Hz
[     6.393] (II) modeset(G0): 640x480@75Hz
[     6.393] (II) modeset(G0): 800x600@56Hz
[     6.393] (II) modeset(G0): 800x600@60Hz
[     6.393] (II) modeset(G0): 800x600@72Hz
[     6.393] (II) modeset(G0): 800x600@75Hz
[     6.393] (II) modeset(G0): 832x624@75Hz
[     6.393] (II) modeset(G0): 1024x768@60Hz
[     6.393] (II) modeset(G0): 1024x768@70Hz
[     6.393] (II) modeset(G0): 1024x768@75Hz
[     6.393] (II) modeset(G0): 1280x1024@75Hz
[     6.393] (II) modeset(G0): 1152x864@75Hz
[     6.393] (II) modeset(G0): Manufacturer's mask: 0
[     6.393] (II) modeset(G0): Supported standard timings:
[     6.393] (II) modeset(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     6.393] (II) modeset(G0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     6.393] (II) modeset(G0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[     6.393] (II) modeset(G0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     6.393] (II) modeset(G0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     6.393] (II) modeset(G0): #5: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[     6.393] (II) modeset(G0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     6.393] (II) modeset(G0): Supported detailed timing:
[     6.393] (II) modeset(G0): clock: 594.0 MHz   Image Size:  697 x 392 mm
[     6.393] (II) modeset(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[     6.393] (II) modeset(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[     6.393] (II) modeset(G0): Ranges: V min: 24 V max: 75 Hz, H min: 30 H max: 135 kHz, PixClock max 605 MHz
[     6.393] (II) modeset(G0): Monitor name: U32R59x
[     6.393] (II) modeset(G0): Serial No: H1AK500000
[     6.393] (II) modeset(G0): Supported detailed timing:
[     6.393] (II) modeset(G0): clock: 148.5 MHz   Image Size:  697 x 392 mm
[     6.393] (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     6.393] (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     6.393] (II) modeset(G0): Supported detailed timing:
[     6.393] (II) modeset(G0): clock: 148.5 MHz   Image Size:  697 x 392 mm
[     6.393] (II) modeset(G0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[     6.393] (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     6.393] (II) modeset(G0): Supported detailed timing:
[     6.393] (II) modeset(G0): clock: 297.0 MHz   Image Size:  697 x 392 mm
[     6.393] (II) modeset(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[     6.393] (II) modeset(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[     6.393] (II) modeset(G0): Supported detailed timing:
[     6.393] (II) modeset(G0): clock: 241.5 MHz   Image Size:  697 x 392 mm
[     6.393] (II) modeset(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[     6.393] (II) modeset(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[     6.393] (II) modeset(G0): Number of EDID sections to follow: 1
[     6.393] (II) modeset(G0): EDID (in hex):
[     6.393] (II) modeset(G0):  00ffffffffffff004c2d940f00000000
[     6.393] (II) modeset(G0):  291c0103804627782ace51a6574c9f26
[     6.393] (II) modeset(G0):  125054bfef80714f810081c081809500
[     6.393] (II) modeset(G0):  a9c0b300010108e80030f2705a80b058
[     6.393] (II) modeset(G0):  8a00b9882100001e000000fd00184b1e
[     6.393] (II) modeset(G0):  873c000a202020202020000000fc0055
[     6.393] (II) modeset(G0):  3332523539780a2020202020000000ff
[     6.393] (II) modeset(G0):  004831414b3530303030300a20200146
[     6.393] (II) modeset(G0):  020334f04d611203130420221f105f60
[     6.393] (II) modeset(G0):  5d5e23090707830100006d030c001000
[     6.393] (II) modeset(G0):  b83c20006001020367d85dc401788003
[     6.393] (II) modeset(G0):  e30f0104023a801871382d40582c4500
[     6.393] (II) modeset(G0):  b9882100001e023a80d072382d40102c
[     6.393] (II) modeset(G0):  4580b9882100001e04740030f2705a80
[     6.393] (II) modeset(G0):  b0588a00b9882100001e565e00a0a0a0
[     6.393] (II) modeset(G0):  295030203500b9882100001a000000a0
[     6.393] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[     6.393] (II) modeset(G0): Not using default mode "3840x2160" (bad mode clock/interlace/doublescan)
[     6.393] (II) modeset(G0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[     6.393] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[     6.393] (II) modeset(G0): Modeline "3840x2160"x60.0  594.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (135.0 kHz eP)
[     6.393] (II) modeset(G0): Modeline "3840x2160"x50.0  594.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (112.5 kHz e)
[     6.393] (II) modeset(G0): Modeline "3840x2160"x59.9  593.41  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (134.9 kHz e)
[     6.393] (II) modeset(G0): Modeline "3840x2160"x60.0  533.00  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[     6.393] (II) modeset(G0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz e)
[     6.393] (II) modeset(G0): Modeline "3840x2160"x25.0  297.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (56.2 kHz e)
[     6.393] (II) modeset(G0): Modeline "3840x2160"x24.0  297.00  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
[     6.393] (II) modeset(G0): Modeline "3840x2160"x30.0  296.70  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
[     6.393] (II) modeset(G0): Modeline "3840x2160"x24.0  296.70  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (53.9 kHz e)
[     6.393] (II) modeset(G0): Modeline "3200x1800"x60.0  492.00  3200 3456 3800 4400  1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[     6.393] (II) modeset(G0): Modeline "3200x1800"x59.9  373.00  3200 3248 3280 3360  1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[     6.393] (II) modeset(G0): Modeline "2880x1620"x60.0  396.25  2880 3096 3408 3936  1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[     6.393] (II) modeset(G0): Modeline "2880x1620"x60.0  303.75  2880 2928 2960 3040  1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[     6.393] (II) modeset(G0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[     6.393] (II) modeset(G0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[     6.393] (II) modeset(G0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[     6.393] (II) modeset(G0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[     6.393] (II) modeset(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[     6.393] (II) modeset(G0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[     6.393] (II) modeset(G0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[     6.393] (II) modeset(G0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[     6.393] (II) modeset(G0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[     6.393] (II) modeset(G0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[     6.393] (II) modeset(G0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[     6.393] (II) modeset(G0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[     6.393] (II) modeset(G0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[     6.393] (II) modeset(G0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[     6.393] (II) modeset(G0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[     6.393] (II) modeset(G0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[     6.393] (II) modeset(G0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[     6.393] (II) modeset(G0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[     6.393] (II) modeset(G0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[     6.393] (II) modeset(G0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     6.393] (II) modeset(G0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     6.393] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     6.393] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[     6.393] (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[     6.393] (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[     6.393] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     6.394] (II) modeset(G0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[     6.394] (II) modeset(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[     6.394] (II) modeset(G0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[     6.394] (II) modeset(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[     6.394] (II) modeset(G0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[     6.394] (II) modeset(G0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[     6.394] (II) modeset(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "1680x1050"x74.9  187.00  1680 1800 1976 2272  1050 1053 1059 1099 -hsync +vsync (82.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "1680x1050"x69.9  174.00  1680 1800 1976 2272  1050 1053 1059 1096 -hsync +vsync (76.6 kHz d)
[     6.394] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[     6.394] (II) modeset(G0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "1400x1050"x70.0  145.06  1400 1496 1648 1896  1050 1051 1054 1093 -hsync +vsync (76.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.394] (II) modeset(G0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     6.394] (II) modeset(G0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[     6.394] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     6.394] (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     6.394] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.394] (II) modeset(G0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[     6.394] (II) modeset(G0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     6.394] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     6.394] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     6.394] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     6.394] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[     6.394] (II) modeset(G0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     6.394] (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     6.394] (II) modeset(G0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.6 kHz d)
[     6.394] (II) modeset(G0): Modeline "1152x864"x70.0   96.77  1152 1224 1344 1536  864 865 868 900 -hsync +vsync (63.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     6.394] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     6.394] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     6.394] (II) modeset(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[     6.394] (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[     6.394] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[     6.394] (II) modeset(G0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     6.394] (II) modeset(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.394] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.394] (II) modeset(G0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.394] (II) modeset(G0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     6.394] (II) modeset(G0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     6.394] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     6.394] (II) modeset(G0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     6.394] (II) modeset(G0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     6.394] (II) modeset(G0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     6.394] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[     6.394] (II) modeset(G0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[     6.394] (II) modeset(G0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     6.394] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     6.394] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.394] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.394] (II) modeset(G0): Modeline "840x525"x75.0   93.50  840 900 988 1136  525 526 529 549 doublescan -hsync +vsync (82.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "840x525"x69.9   87.00  840 900 988 1136  525 526 529 548 doublescan -hsync +vsync (76.6 kHz d)
[     6.394] (II) modeset(G0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     6.394] (II) modeset(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[     6.394] (II) modeset(G0): Modeline "800x512"x60.2   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "700x525"x70.1   72.53  700 748 824 948  525 525 527 546 doublescan -hsync +vsync (76.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.394] (II) modeset(G0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.394] (II) modeset(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     6.394] (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[     6.394] (II) modeset(G0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "720x450"x59.9   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[     6.394] (II) modeset(G0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.394] (II) modeset(G0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     6.394] (II) modeset(G0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     6.394] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.394] (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.394] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.394] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     6.394] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.394] (II) modeset(G0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     6.394] (II) modeset(G0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "680x384"x59.8   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "680x384"x60.0   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[     6.394] (II) modeset(G0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "576x432"x75.0   52.49  576 612 676 776  432 432 434 451 doublescan -hsync +vsync (67.6 kHz d)
[     6.394] (II) modeset(G0): Modeline "576x432"x70.0   48.38  576 612 672 768  432 432 434 450 doublescan -hsync +vsync (63.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "576x432"x60.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     6.394] (II) modeset(G0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     6.394] (II) modeset(G0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[     6.394] (II) modeset(G0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.394] (II) modeset(G0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     6.394] (II) modeset(G0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[     6.394] (II) modeset(G0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[     6.394] (II) modeset(G0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.394] (II) modeset(G0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.394] (II) modeset(G0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     6.394] (II) modeset(G0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     6.394] (II) modeset(G0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[     6.394] (II) modeset(G0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     6.394] (II) modeset(G0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     6.394] (II) modeset(G0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     6.394] (II) modeset(G0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     6.477] (II) modeset(G0): EDID for output DP-1-2
[     6.477] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     6.477] (==) modeset(G0): DPI set to (96, 96)
[     6.477] (II) Loading sub module "fb"
[     6.477] (II) LoadModule: "fb"
[     6.477] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.477] (II) Module fb: vendor="X.Org Foundation"
[     6.477]  compiled for 1.20.10, module version = 1.0.0
[     6.477]  ABI class: X.Org ANSI C Emulation, version 0.4
[     6.477] (II) UnloadModule: "fbdev"
[     6.477] (II) Unloading fbdev
[     6.477] (II) UnloadSubModule: "fbdevhw"
[     6.477] (II) Unloading fbdevhw
[     6.477] (II) UnloadModule: "vesa"
[     6.477] (II) Unloading vesa
[     6.488] (==) modeset(0): Backing store enabled
[     6.488] (==) modeset(0): Silken mouse enabled
[     6.571] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     6.572] (==) modeset(0): DPMS enabled
[     6.572] (II) modeset(0): [DRI2] Setup complete
[     6.572] (II) modeset(0): [DRI2]   DRI driver: iris
[     6.572] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     6.576] (==) modeset(G0): Backing store enabled
[     6.576] (==) modeset(G0): Silken mouse enabled
[     6.583] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     6.583] (==) modeset(G0): DPMS enabled
[     6.583] (II) modeset(G0): [DRI2] Setup complete
[     6.583] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[     6.583] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[     6.583] (II) Initializing extension Generic Event Extension
[     6.584] (II) Initializing extension SHAPE
[     6.584] (II) Initializing extension MIT-SHM
[     6.584] (II) Initializing extension XInputExtension
[     6.584] (II) Initializing extension XTEST
[     6.584] (II) Initializing extension BIG-REQUESTS
[     6.584] (II) Initializing extension SYNC
[     6.584] (II) Initializing extension XKEYBOARD
[     6.584] (II) Initializing extension XC-MISC
[     6.584] (II) Initializing extension SECURITY
[     6.585] (II) Initializing extension XFIXES
[     6.585] (II) Initializing extension RENDER
[     6.585] (II) Initializing extension RANDR
[     6.585] (II) Initializing extension COMPOSITE
[     6.585] (II) Initializing extension DAMAGE
[     6.585] (II) Initializing extension MIT-SCREEN-SAVER
[     6.585] (II) Initializing extension DOUBLE-BUFFER
[     6.585] (II) Initializing extension RECORD
[     6.585] (II) Initializing extension DPMS
[     6.585] (II) Initializing extension Present
[     6.585] (II) Initializing extension DRI3
[     6.586] (II) Initializing extension X-Resource
[     6.586] (II) Initializing extension XVideo
[     6.586] (II) Initializing extension XVideo-MotionCompensation
[     6.586] (II) Initializing extension SELinux
[     6.586] (II) SELinux: Disabled on system
[     6.586] (II) Initializing extension GLX
[     6.592] (II) AIGLX: Loaded and initialized iris
[     6.592] (II) GLX: Initialized DRI2 GL provider for screen 0
[     6.592] (II) Initializing extension XFree86-VidModeExtension
[     6.593] (II) Initializing extension XFree86-DGA
[     6.593] (II) Initializing extension XFree86-DRI
[     6.593] (II) Initializing extension DRI2
[     6.621] (II) modeset(G0): Damage tracking initialized
[     6.624] (II) modeset(0): Damage tracking initialized
[     6.624] (II) modeset(0): Setting screen physical size to 508 x 285
[     6.667] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.667] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.667] (II) LoadModule: "libinput"
[     6.667] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.669] (II) Module libinput: vendor="X.Org Foundation"
[     6.669]  compiled for 1.20.8, module version = 0.30.0
[     6.669]  Module class: X.Org XInput Driver
[     6.669]  ABI class: X.Org XInput driver, version 24.1
[     6.669] (II) Using input driver 'libinput' for 'Power Button'
[     6.669] (**) Power Button: always reports core events
[     6.669] (**) Option "Device" "/dev/input/event3"
[     6.669] (**) Option "_source" "server/udev"
[     6.672] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.672] (II) event3  - Power Button: device is a keyboard
[     6.673] (II) event3  - Power Button: device removed
[     6.697] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[     6.697] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.697] (**) Option "xkb_model" "pc105"
[     6.697] (**) Option "xkb_layout" "fr"
[     6.697] (**) Option "xkb_variant" "latin9"
[     6.716] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.716] (II) event3  - Power Button: device is a keyboard
[     6.717] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[     6.717] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.717] (II) Using input driver 'libinput' for 'Video Bus'
[     6.717] (**) Video Bus: always reports core events
[     6.717] (**) Option "Device" "/dev/input/event7"
[     6.717] (**) Option "_source" "server/udev"
[     6.718] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[     6.718] (II) event7  - Video Bus: device is a keyboard
[     6.719] (II) event7  - Video Bus: device removed
[     6.781] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input27/event7"
[     6.781] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.781] (**) Option "xkb_model" "pc105"
[     6.781] (**) Option "xkb_layout" "fr"
[     6.781] (**) Option "xkb_variant" "latin9"
[     6.784] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[     6.784] (II) event7  - Video Bus: device is a keyboard
[     6.785] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     6.785] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.785] (II) Using input driver 'libinput' for 'Video Bus'
[     6.786] (**) Video Bus: always reports core events
[     6.786] (**) Option "Device" "/dev/input/event6"
[     6.786] (**) Option "_source" "server/udev"
[     6.788] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     6.788] (II) event6  - Video Bus: device is a keyboard
[     6.788] (II) event6  - Video Bus: device removed
[     6.821] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input26/event6"
[     6.821] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     6.821] (**) Option "xkb_model" "pc105"
[     6.821] (**) Option "xkb_layout" "fr"
[     6.821] (**) Option "xkb_variant" "latin9"
[     6.824] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     6.824] (II) event6  - Video Bus: device is a keyboard
[     6.826] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     6.826] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.826] (II) Using input driver 'libinput' for 'Power Button'
[     6.826] (**) Power Button: always reports core events
[     6.826] (**) Option "Device" "/dev/input/event2"
[     6.826] (**) Option "_source" "server/udev"
[     6.828] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.828] (II) event2  - Power Button: device is a keyboard
[     6.828] (II) event2  - Power Button: device removed
[     6.853] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[     6.853] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     6.853] (**) Option "xkb_model" "pc105"
[     6.853] (**) Option "xkb_layout" "fr"
[     6.853] (**) Option "xkb_variant" "latin9"
[     6.856] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.856] (II) event2  - Power Button: device is a keyboard
[     6.857] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.857] (II) No input driver specified, ignoring this device.
[     6.857] (II) This device may have been added with another device file.
[     6.859] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[     6.859] (II) No input driver specified, ignoring this device.
[     6.859] (II) This device may have been added with another device file.
[     6.859] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[     6.859] (II) No input driver specified, ignoring this device.
[     6.859] (II) This device may have been added with another device file.
[     6.860] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[     6.860] (II) No input driver specified, ignoring this device.
[     6.860] (II) This device may have been added with another device file.
[     6.861] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[     6.861] (II) No input driver specified, ignoring this device.
[     6.861] (II) This device may have been added with another device file.
[     6.862] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event16)
[     6.862] (II) No input driver specified, ignoring this device.
[     6.862] (II) This device may have been added with another device file.
[     6.862] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event17)
[     6.862] (II) No input driver specified, ignoring this device.
[     6.862] (II) This device may have been added with another device file.
[     6.864] (II) config/udev: Adding input device Logitech Craft (/dev/input/event8)
[     6.864] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[     6.865] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[     6.865] (II) Using input driver 'libinput' for 'Logitech Craft'
[     6.865] (**) Logitech Craft: always reports core events
[     6.865] (**) Option "Device" "/dev/input/event8"
[     6.865] (**) Option "_source" "server/udev"
[     6.868] (II) event8  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[     6.868] (II) event8  - Logitech Craft: device is a pointer
[     6.868] (II) event8  - Logitech Craft: device is a keyboard
[     6.868] (II) event8  - Logitech Craft: device removed
[     6.881] (II) libinput: Logitech Craft: needs a virtual subdevice
[     6.881] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input28/event8"
[     6.881] (II) XINPUT: Adding extended input device "Logitech Craft" (type: MOUSE, id 10)
[     6.882] (**) Option "AccelerationScheme" "none"
[     6.882] (**) Logitech Craft: (accel) selected scheme none/0
[     6.882] (**) Logitech Craft: (accel) acceleration factor: 2.000
[     6.882] (**) Logitech Craft: (accel) acceleration threshold: 4
[     6.885] (II) event8  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[     6.885] (II) event8  - Logitech Craft: device is a pointer
[     6.885] (II) event8  - Logitech Craft: device is a keyboard
[     6.887] (II) config/udev: Adding input device Logitech Craft (/dev/input/mouse2)
[     6.887] (II) No input driver specified, ignoring this device.
[     6.887] (II) This device may have been added with another device file.
[     6.888] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/event5)
[     6.888] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[     6.888] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[     6.888] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[     6.888] (**) Logitech MX Master 2S: always reports core events
[     6.888] (**) Option "Device" "/dev/input/event5"
[     6.888] (**) Option "_source" "server/udev"
[     6.891] (II) event5  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[     6.892] (II) event5  - Logitech MX Master 2S: device is a pointer
[     6.892] (II) event5  - Logitech MX Master 2S: device is a keyboard
[     6.892] (II) event5  - Logitech MX Master 2S: device removed
[     6.909] (II) libinput: Logitech MX Master 2S: needs a virtual subdevice
[     6.909] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input25/event5"
[     6.909] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: MOUSE, id 11)
[     6.910] (**) Option "AccelerationScheme" "none"
[     6.910] (**) Logitech MX Master 2S: (accel) selected scheme none/0
[     6.910] (**) Logitech MX Master 2S: (accel) acceleration factor: 2.000
[     6.910] (**) Logitech MX Master 2S: (accel) acceleration threshold: 4
[     6.913] (II) event5  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[     6.913] (II) event5  - Logitech MX Master 2S: device is a pointer
[     6.913] (II) event5  - Logitech MX Master 2S: device is a keyboard
[     6.915] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/mouse1)
[     6.915] (II) No input driver specified, ignoring this device.
[     6.915] (II) This device may have been added with another device file.
[     6.916] (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event11)
[     6.916] (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
[     6.916] (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
[     6.916] (**) EasyCamera: EasyCamera: always reports core events
[     6.916] (**) Option "Device" "/dev/input/event11"
[     6.916] (**) Option "_source" "server/udev"
[     6.919] (II) event11 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     6.919] (II) event11 - EasyCamera: EasyCamera: device is a keyboard
[     6.919] (II) event11 - EasyCamera: EasyCamera: device removed
[     6.949] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input31/event11"
[     6.949] (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 12)
[     6.949] (**) Option "xkb_model" "pc105"
[     6.949] (**) Option "xkb_layout" "fr"
[     6.949] (**) Option "xkb_variant" "latin9"
[     6.952] (II) event11 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     6.953] (II) event11 - EasyCamera: EasyCamera: device is a keyboard
[     6.954] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[     6.954] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[     6.954] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[     6.954] (**) Ideapad extra buttons: always reports core events
[     6.954] (**) Option "Device" "/dev/input/event9"
[     6.954] (**) Option "_source" "server/udev"
[     6.956] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     6.957] (II) event9  - Ideapad extra buttons: device is a keyboard
[     6.957] (II) event9  - Ideapad extra buttons: device removed
[     6.989] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input29/event9"
[     6.989] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 13)
[     6.989] (**) Option "xkb_model" "pc105"
[     6.989] (**) Option "xkb_layout" "fr"
[     6.989] (**) Option "xkb_variant" "latin9"
[     6.992] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     6.992] (II) event9  - Ideapad extra buttons: device is a keyboard
[     6.993] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event18)
[     6.993] (II) No input driver specified, ignoring this device.
[     6.993] (II) This device may have been added with another device file.
[     6.994] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event19)
[     6.994] (II) No input driver specified, ignoring this device.
[     6.994] (II) This device may have been added with another device file.
[     6.995] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
[     6.995] (II) No input driver specified, ignoring this device.
[     6.995] (II) This device may have been added with another device file.
[     6.996] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     6.996] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.996] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.996] (**) AT Translated Set 2 keyboard: always reports core events
[     6.996] (**) Option "Device" "/dev/input/event0"
[     6.996] (**) Option "_source" "server/udev"
[     6.998] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.998] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[     7.000] (II) event0  - AT Translated Set 2 keyboard: device removed
[     7.013] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     7.013] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[     7.013] (**) Option "xkb_model" "pc105"
[     7.013] (**) Option "xkb_layout" "fr"
[     7.013] (**) Option "xkb_variant" "latin9"
[     7.016] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.016] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[     7.019] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[     7.019] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     7.019] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     7.019] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     7.019] (**) Option "Device" "/dev/input/event4"
[     7.019] (**) Option "_source" "server/udev"
[     7.021] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     7.024] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     7.024] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[     7.054] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[     7.054] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[     7.055] (**) Option "AccelerationScheme" "none"
[     7.055] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     7.055] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     7.055] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     7.057] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     7.060] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     7.061] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     7.061] (II) No input driver specified, ignoring this device.
[     7.061] (II) This device may have been added with another device file.
[     7.062] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[     7.062] (II) No input driver specified, ignoring this device.
[     7.062] (II) This device may have been added with another device file.
[     7.089] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[     7.089] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[     7.089] (II) Using input driver 'libinput' for 'Logitech Craft'
[     7.089] (**) Logitech Craft: always reports core events
[     7.089] (**) Option "Device" "/dev/input/event8"
[     7.089] (**) Option "_source" "_driver/libinput"
[     7.089] (II) libinput: Logitech Craft: is a virtual subdevice
[     7.089] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input28/event8"
[     7.089] (II) XINPUT: Adding extended input device "Logitech Craft" (type: KEYBOARD, id 16)
[     7.089] (**) Option "xkb_model" "pc105"
[     7.089] (**) Option "xkb_layout" "fr"
[     7.089] (**) Option "xkb_variant" "latin9"
[     7.089] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[     7.089] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[     7.089] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[     7.089] (**) Logitech MX Master 2S: always reports core events
[     7.089] (**) Option "Device" "/dev/input/event5"
[     7.089] (**) Option "_source" "_driver/libinput"
[     7.089] (II) libinput: Logitech MX Master 2S: is a virtual subdevice
[     7.089] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input25/event5"
[     7.089] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: KEYBOARD, id 17)
[     7.089] (**) Option "xkb_model" "pc105"
[     7.089] (**) Option "xkb_layout" "fr"
[     7.089] (**) Option "xkb_variant" "latin9"
[     7.793] (II) modeset(0): EDID vendor "AUO", prod id 25069
[     7.793] (II) modeset(0): Printing DDC gathered Modelines:
[     7.793] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[     7.795] (II) modeset(0): EDID vendor "AUO", prod id 25069
[     7.795] (II) modeset(0): Printing DDC gathered Modelines:
[     7.795] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[     7.797] (II) modeset(0): EDID vendor "AUO", prod id 25069
[     7.797] (II) modeset(0): Printing DDC gathered Modelines:
[     7.797] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[     8.173] (II) modeset(0): EDID vendor "AUO", prod id 25069
[     8.173] (II) modeset(0): Printing DDC gathered Modelines:
[     8.173] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    52.955] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    52.955] (II) modeset(0): Printing DDC gathered Modelines:
[    52.955] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)



grep intel /var/log/Xorg.0.log
[     5.650] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-6-amd64 root=UUID=c4d525e1-a349-48b2-b1b8-4a0852fb5802 ro intel.modeset=0 quiet



Il ne me semble pas que j'avais ça avant :


[     6.393] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[     6.393] (II) modeset(G0): Modeline "3840x2160"x60.0  594.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (135.0 kHz eP)
[     6.393] (II) modeset(G0): Modeline "3840x2160"x50.0  594.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (112.5 kHz e)
[     6.393] (II) modeset(G0): Modeline "3840x2160"x59.9  593.41  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (134.9 kHz e)

#5 Re : Matériel » Écran HDMI non détecté » 19-04-2021 13:06:20

BugsByte
Avec nomodeset=1 :
Ça boot normalement, comme si je n'avais rien changé.
L'écran externe n'apparaît toujours pas dans Système / Préférences / Matériel / Affichage.
Il reste en stand-by : pas de réaction de sa part.

Le log X :

cat /var/log/Xorg.0.log
[     4.282]
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[     4.282] Build Operating System: linux Debian
[     4.282] Current Operating System: Linux taonix 5.10.0-6-amd64 #1 SMP Debian 5.10.28-1 (2021-04-09) x86_64
[     4.282] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-6-amd64 root=UUID=c4d525e1-a349-48b2-b1b8-4a0852fb5802 ro nomodeset=1 quiet
[     4.282] Build Date: 17 February 2021  09:17:43AM
[     4.282] xorg-server 2:1.20.10-3 (https://www.debian.org/support)
[     4.282] Current version of pixman: 0.40.0
[     4.282]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[     4.282] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.282] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 19 19:55:28 2021
[     4.285] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.286] (==) No Layout section.  Using the first Screen section.
[     4.286] (==) No screen section available. Using defaults.
[     4.286] (**) |-->Screen "Default Screen Section" (0)
[     4.286] (**) |   |-->Monitor "<default monitor>"
[     4.287] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[     4.287] (==) Automatically adding devices
[     4.287] (==) Automatically enabling devices
[     4.287] (==) Automatically adding GPU devices
[     4.287] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.289] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     4.289]  Entry deleted from font path.
[     4.290] (==) FontPath set to:
  /usr/share/fonts/X11/misc,
  /usr/share/fonts/X11/100dpi/:unscaled,
  /usr/share/fonts/X11/75dpi/:unscaled,
  /usr/share/fonts/X11/Type1,
  /usr/share/fonts/X11/100dpi,
  /usr/share/fonts/X11/75dpi,
  built-ins
[     4.290] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.290] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.290] (II) Loader magic: 0x55a0328e6e40
[     4.290] (II) Module ABI versions:
[     4.290]  X.Org ANSI C Emulation: 0.4
[     4.290]  X.Org Video Driver: 24.1
[     4.290]  X.Org XInput driver : 24.1
[     4.290]  X.Org Server Extension : 10.0
[     4.290] (++) using VT number 7

[     4.290] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.292] (--) PCI:*(0@0:2:0) 8086:591b:17aa:39b9 rev 4, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     4.292] (--) PCI: (1@0:0:0) 10de:1c20:17aa:39b9 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     4.292] (II) LoadModule: "glx"
[     4.293] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.299] (II) Module glx: vendor="X.Org Foundation"
[     4.299]  compiled for 1.20.10, module version = 1.0.0
[     4.299]  ABI class: X.Org Server Extension, version 10.0
[     4.299] (==) Matched modesetting as autoconfigured driver 0
[     4.299] (==) Matched fbdev as autoconfigured driver 1
[     4.299] (==) Matched vesa as autoconfigured driver 2
[     4.299] (==) Assigned the driver to the xf86ConfigLayout
[     4.299] (II) LoadModule: "modesetting"
[     4.300] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.301] (II) Module modesetting: vendor="X.Org Foundation"
[     4.301]  compiled for 1.20.10, module version = 1.20.10
[     4.301]  Module class: X.Org Video Driver
[     4.301]  ABI class: X.Org Video Driver, version 24.1
[     4.301] (II) LoadModule: "fbdev"
[     4.301] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     4.301] (II) Module fbdev: vendor="X.Org Foundation"
[     4.301]  compiled for 1.20.0, module version = 0.5.0
[     4.301]  Module class: X.Org Video Driver
[     4.301]  ABI class: X.Org Video Driver, version 24.0
[     4.301] (II) LoadModule: "vesa"
[     4.301] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     4.302] (II) Module vesa: vendor="X.Org Foundation"
[     4.302]  compiled for 1.20.9, module version = 2.5.0
[     4.302]  Module class: X.Org Video Driver
[     4.302]  ABI class: X.Org Video Driver, version 24.1
[     4.302] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.302] (II) FBDEV: driver for framebuffer: fbdev
[     4.302] (II) VESA: driver for VESA chipsets: vesa
[     4.307] (EE) open /dev/dri/card0: No such file or directory
[     4.307] (WW) Falling back to old probe method for modesetting
[     4.307] (EE) open /dev/dri/card0: No such file or directory
[     4.307] (II) Loading sub module "fbdevhw"
[     4.307] (II) LoadModule: "fbdevhw"
[     4.307] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     4.308] (II) Module fbdevhw: vendor="X.Org Foundation"
[     4.308]  compiled for 1.20.10, module version = 0.0.2
[     4.308]  ABI class: X.Org Video Driver, version 24.1
[     4.308] (EE) Unable to find a valid framebuffer device
[     4.308] (WW) Falling back to old probe method for fbdev
[     4.308] (II) Loading sub module "fbdevhw"
[     4.308] (II) LoadModule: "fbdevhw"
[     4.308] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     4.308] (II) Module fbdevhw: vendor="X.Org Foundation"
[     4.308]  compiled for 1.20.10, module version = 0.0.2
[     4.308]  ABI class: X.Org Video Driver, version 24.1
[     4.308] (II) FBDEV(2): using default device
[     4.308] vesa: Refusing to run on UEFI
[     4.308] (EE) Screen 0 deleted because of no matching config section.
[     4.308] (II) UnloadModule: "modesetting"
[     4.308] (EE) Screen 0 deleted because of no matching config section.
[     4.308] (II) UnloadModule: "fbdev"
[     4.308] (II) UnloadSubModule: "fbdevhw"
[     4.308] (II) FBDEV(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[     4.308] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[     4.308] (==) FBDEV(0): RGB weight 888
[     4.308] (==) FBDEV(0): Default visual is TrueColor
[     4.308] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.308] (II) FBDEV(0): hardware: EFI VGA (video memory: 8128kB)
[     4.308] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[     4.308] (II) FBDEV(0): checking modes against framebuffer device...
[     4.308] (II) FBDEV(0): checking modes against monitor...
[     4.308] (II) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
[     4.308] (**) FBDEV(0):  Built-in mode "current": 207.4 MHz, 85.3 kHz, 77.2 Hz
[     4.308] (II) FBDEV(0): Modeline "current"x0.0  207.38  1920 1952 2192 2432  1080 1084 1088 1104 -hsync -vsync -csync (85.3 kHz b)
[     4.308] (==) FBDEV(0): DPI set to (96, 96)
[     4.308] (II) Loading sub module "fb"
[     4.308] (II) LoadModule: "fb"
[     4.308] (II) Loading /usr/lib/xorg/modules/libfb.so
[     4.310] (II) Module fb: vendor="X.Org Foundation"
[     4.310]  compiled for 1.20.10, module version = 1.0.0
[     4.310]  ABI class: X.Org ANSI C Emulation, version 0.4
[     4.310] (**) FBDEV(0): using shadow framebuffer
[     4.310] (II) Loading sub module "shadow"
[     4.310] (II) LoadModule: "shadow"
[     4.310] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     4.310] (II) Module shadow: vendor="X.Org Foundation"
[     4.310]  compiled for 1.20.10, module version = 1.1.0
[     4.310]  ABI class: X.Org ANSI C Emulation, version 0.4
[     4.310] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[     4.312] (==) FBDEV(0): Backing store enabled
[     4.312] (==) FBDEV(0): DPMS enabled
[     4.312] (II) Found 2 VGA devices: arbiter wrapping enabled
[     4.312] (II) Initializing extension Generic Event Extension
[     4.312] (II) Initializing extension SHAPE
[     4.312] (II) Initializing extension MIT-SHM
[     4.313] (II) Initializing extension XInputExtension
[     4.313] (II) Initializing extension XTEST
[     4.313] (II) Initializing extension BIG-REQUESTS
[     4.313] (II) Initializing extension SYNC
[     4.313] (II) Initializing extension XKEYBOARD
[     4.313] (II) Initializing extension XC-MISC
[     4.313] (II) Initializing extension SECURITY
[     4.314] (II) Initializing extension XFIXES
[     4.314] (II) Initializing extension RENDER
[     4.314] (II) Initializing extension RANDR
[     4.314] (II) Initializing extension COMPOSITE
[     4.314] (II) Initializing extension DAMAGE
[     4.314] (II) Initializing extension MIT-SCREEN-SAVER
[     4.314] (II) Initializing extension DOUBLE-BUFFER
[     4.314] (II) Initializing extension RECORD
[     4.314] (II) Initializing extension DPMS
[     4.314] (II) Initializing extension Present
[     4.315] (II) Initializing extension DRI3
[     4.315] (II) Initializing extension X-Resource
[     4.315] (II) Initializing extension XVideo
[     4.315] (II) Initializing extension XVideo-MotionCompensation
[     4.315] (II) Initializing extension SELinux
[     4.315] (II) SELinux: Disabled on system
[     4.315] (II) Initializing extension GLX
[     4.315] (II) AIGLX: Screen 0 is not DRI2 capable
[     4.421] (II) IGLX: Loaded and initialized swrast
[     4.421] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     4.421] (II) Initializing extension XFree86-VidModeExtension
[     4.422] (II) Initializing extension XFree86-DGA
[     4.422] (II) Initializing extension XFree86-DRI
[     4.422] (II) Initializing extension DRI2
[     4.489] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     4.489] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.489] (II) LoadModule: "libinput"
[     4.489] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.492] (II) Module libinput: vendor="X.Org Foundation"
[     4.492]  compiled for 1.20.8, module version = 0.30.0
[     4.492]  Module class: X.Org XInput Driver
[     4.492]  ABI class: X.Org XInput driver, version 24.1
[     4.492] (II) Using input driver 'libinput' for 'Power Button'
[     4.492] (**) Power Button: always reports core events
[     4.492] (**) Option "Device" "/dev/input/event3"
[     4.492] (**) Option "_source" "server/udev"
[     4.495] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     4.496] (II) event3  - Power Button: device is a keyboard
[     4.496] (II) event3  - Power Button: device removed
[     4.517] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[     4.517] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.517] (**) Option "xkb_model" "pc105"
[     4.517] (**) Option "xkb_layout" "fr"
[     4.517] (**) Option "xkb_variant" "latin9"
[     4.531] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     4.531] (II) event3  - Power Button: device is a keyboard
[     4.531] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     4.531] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.531] (II) Using input driver 'libinput' for 'Power Button'
[     4.531] (**) Power Button: always reports core events
[     4.531] (**) Option "Device" "/dev/input/event2"
[     4.531] (**) Option "_source" "server/udev"
[     4.532] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.532] (II) event2  - Power Button: device is a keyboard
[     4.532] (II) event2  - Power Button: device removed
[     4.557] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[     4.557] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     4.557] (**) Option "xkb_model" "pc105"
[     4.557] (**) Option "xkb_layout" "fr"
[     4.557] (**) Option "xkb_variant" "latin9"
[     4.558] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.558] (II) event2  - Power Button: device is a keyboard
[     4.558] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     4.558] (II) No input driver specified, ignoring this device.
[     4.558] (II) This device may have been added with another device file.
[     4.558] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[     4.559] (II) No input driver specified, ignoring this device.
[     4.559] (II) This device may have been added with another device file.
[     4.559] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[     4.559] (II) No input driver specified, ignoring this device.
[     4.559] (II) This device may have been added with another device file.
[     4.559] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[     4.559] (II) No input driver specified, ignoring this device.
[     4.559] (II) This device may have been added with another device file.
[     4.559] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[     4.559] (II) No input driver specified, ignoring this device.
[     4.559] (II) This device may have been added with another device file.
[     4.560] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event14)
[     4.560] (II) No input driver specified, ignoring this device.
[     4.560] (II) This device may have been added with another device file.
[     4.560] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event15)
[     4.560] (II) No input driver specified, ignoring this device.
[     4.560] (II) This device may have been added with another device file.
[     4.561] (II) config/udev: Adding input device Logitech Craft (/dev/input/event6)
[     4.561] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[     4.561] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[     4.561] (II) Using input driver 'libinput' for 'Logitech Craft'
[     4.561] (**) Logitech Craft: always reports core events
[     4.561] (**) Option "Device" "/dev/input/event6"
[     4.561] (**) Option "_source" "server/udev"
[     4.562] (II) event6  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[     4.562] (II) event6  - Logitech Craft: device is a pointer
[     4.562] (II) event6  - Logitech Craft: device is a keyboard
[     4.562] (II) event6  - Logitech Craft: device removed
[     4.593] (II) libinput: Logitech Craft: needs a virtual subdevice
[     4.593] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input26/event6"
[     4.593] (II) XINPUT: Adding extended input device "Logitech Craft" (type: MOUSE, id 8)
[     4.593] (**) Option "AccelerationScheme" "none"
[     4.593] (**) Logitech Craft: (accel) selected scheme none/0
[     4.593] (**) Logitech Craft: (accel) acceleration factor: 2.000
[     4.593] (**) Logitech Craft: (accel) acceleration threshold: 4
[     4.594] (II) event6  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[     4.594] (II) event6  - Logitech Craft: device is a pointer
[     4.594] (II) event6  - Logitech Craft: device is a keyboard
[     4.595] (II) config/udev: Adding input device Logitech Craft (/dev/input/mouse1)
[     4.595] (II) No input driver specified, ignoring this device.
[     4.595] (II) This device may have been added with another device file.
[     4.596] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/event4)
[     4.596] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[     4.596] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[     4.596] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[     4.596] (**) Logitech MX Master 2S: always reports core events
[     4.596] (**) Option "Device" "/dev/input/event4"
[     4.596] (**) Option "_source" "server/udev"
[     4.597] (II) event4  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[     4.597] (II) event4  - Logitech MX Master 2S: device is a pointer
[     4.597] (II) event4  - Logitech MX Master 2S: device is a keyboard
[     4.597] (II) event4  - Logitech MX Master 2S: device removed
[     4.633] (II) libinput: Logitech MX Master 2S: needs a virtual subdevice
[     4.633] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input25/event4"
[     4.633] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: MOUSE, id 9)
[     4.633] (**) Option "AccelerationScheme" "none"
[     4.633] (**) Logitech MX Master 2S: (accel) selected scheme none/0
[     4.633] (**) Logitech MX Master 2S: (accel) acceleration factor: 2.000
[     4.633] (**) Logitech MX Master 2S: (accel) acceleration threshold: 4
[     4.634] (II) event4  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[     4.634] (II) event4  - Logitech MX Master 2S: device is a pointer
[     4.634] (II) event4  - Logitech MX Master 2S: device is a keyboard
[     4.635] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/mouse0)
[     4.635] (II) No input driver specified, ignoring this device.
[     4.635] (II) This device may have been added with another device file.
[     4.635] (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event9)
[     4.635] (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
[     4.635] (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
[     4.635] (**) EasyCamera: EasyCamera: always reports core events
[     4.635] (**) Option "Device" "/dev/input/event9"
[     4.635] (**) Option "_source" "server/udev"
[     4.636] (II) event9  - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     4.637] (II) event9  - EasyCamera: EasyCamera: device is a keyboard
[     4.637] (II) event9  - EasyCamera: EasyCamera: device removed
[     4.757] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input29/event9"
[     4.757] (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 10)
[     4.757] (**) Option "xkb_model" "pc105"
[     4.757] (**) Option "xkb_layout" "fr"
[     4.757] (**) Option "xkb_variant" "latin9"
[     4.758] (II) event9  - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     4.758] (II) event9  - EasyCamera: EasyCamera: device is a keyboard
[     4.758] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event7)
[     4.758] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[     4.758] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[     4.759] (**) Ideapad extra buttons: always reports core events
[     4.759] (**) Option "Device" "/dev/input/event7"
[     4.759] (**) Option "_source" "server/udev"
[     4.759] (II) event7  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     4.759] (II) event7  - Ideapad extra buttons: device is a keyboard
[     4.759] (II) event7  - Ideapad extra buttons: device removed
[     4.821] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input27/event7"
[     4.821] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 11)
[     4.821] (**) Option "xkb_model" "pc105"
[     4.821] (**) Option "xkb_layout" "fr"
[     4.821] (**) Option "xkb_variant" "latin9"
[     4.822] (II) event7  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     4.822] (II) event7  - Ideapad extra buttons: device is a keyboard
[     4.822] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     4.822] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     4.822] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     4.822] (**) AT Translated Set 2 keyboard: always reports core events
[     4.822] (**) Option "Device" "/dev/input/event0"
[     4.822] (**) Option "_source" "server/udev"
[     4.823] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     4.823] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[     4.824] (II) event0  - AT Translated Set 2 keyboard: device removed
[     4.849] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     4.849] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[     4.849] (**) Option "xkb_model" "pc105"
[     4.849] (**) Option "xkb_layout" "fr"
[     4.849] (**) Option "xkb_variant" "latin9"
[     4.850] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     4.850] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[     4.851] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
[     4.851] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     4.851] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     4.851] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     4.851] (**) Option "Device" "/dev/input/event5"
[     4.851] (**) Option "_source" "server/udev"
[     4.852] (II) event5  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     4.853] (II) event5  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     4.853] (II) event5  - SynPS/2 Synaptics TouchPad: device removed
[     4.910] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[     4.910] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[     4.910] (**) Option "AccelerationScheme" "none"
[     4.910] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     4.910] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     4.910] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     4.912] (II) event5  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     4.914] (II) event5  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     4.915] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
[     4.915] (II) No input driver specified, ignoring this device.
[     4.915] (II) This device may have been added with another device file.
[     4.916] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[     4.916] (II) No input driver specified, ignoring this device.
[     4.916] (II) This device may have been added with another device file.
[     4.923] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[     4.923] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[     4.923] (II) Using input driver 'libinput' for 'Logitech Craft'
[     4.923] (**) Logitech Craft: always reports core events
[     4.923] (**) Option "Device" "/dev/input/event6"
[     4.923] (**) Option "_source" "_driver/libinput"
[     4.923] (II) libinput: Logitech Craft: is a virtual subdevice
[     4.923] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input26/event6"
[     4.923] (II) XINPUT: Adding extended input device "Logitech Craft" (type: KEYBOARD, id 14)
[     4.923] (**) Option "xkb_model" "pc105"
[     4.923] (**) Option "xkb_layout" "fr"
[     4.923] (**) Option "xkb_variant" "latin9"
[     4.923] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[     4.923] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[     4.923] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[     4.923] (**) Logitech MX Master 2S: always reports core events
[     4.923] (**) Option "Device" "/dev/input/event4"
[     4.923] (**) Option "_source" "_driver/libinput"
[     4.923] (II) libinput: Logitech MX Master 2S: is a virtual subdevice
[     4.924] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input25/event4"
[     4.924] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: KEYBOARD, id 15)
[     4.924] (**) Option "xkb_model" "pc105"
[     4.924] (**) Option "xkb_layout" "fr"
[     4.924] (**) Option "xkb_variant" "latin9"
[    64.687] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[    64.687] (II) No input driver specified, ignoring this device.
[    64.687] (II) This device may have been added with another device file.
[    64.691] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event17)
[    64.691] (II) No input driver specified, ignoring this device.
[    64.691] (II) This device may have been added with another device file.
[    64.699] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event16)
[    64.699] (II) No input driver specified, ignoring this device.
[    64.699] (II) This device may have been added with another device file.



grep modeset /var/log/Xorg.0.log
[     4.282] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-6-amd64 root=UUID=c4d525e1-a349-48b2-b1b8-4a0852fb5802 ro nomodeset=1 quiet
[     4.299] (==) Matched modesetting as autoconfigured driver 0
[     4.299] (II) LoadModule: "modesetting"
[     4.300] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.301] (II) Module modesetting: vendor="X.Org Foundation"
[     4.302] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.307] (WW) Falling back to old probe method for modesetting
[     4.308] (II) UnloadModule: "modesetting"



Du coup, je ne pense pas que ce soit utile de tester intel.modeset=0 ou nouveau.modeset=0, si ?

si tu veut abandonner dit le moi wink  , moi ça m' énerve que ubuntu fonctionne et pas debian  hmm


Au pire, il faudrait que lundi prochain, mon écran marche pour être pleinement opérationnel au boulot.
Donc au pire, ce week-end, j'installerai Ubuntu.

Juste avant, je testerai avec une install fraiche de Debian testing.

En attendant, je veux bien continuer à chercher une solution dans la mesure où ça n'empiète pas trop sur mon temps de travail.
Je préférerai rester sous Debian que de passer à Ubuntu mais bon ...

#6 Re : Matériel » Écran HDMI non détecté » 19-04-2021 12:30:53

BugsByte
oui on dirait bien :

sudo apt policy xserver-xorg-video-intel xserver-xorg-video-nouveau
xserver-xorg-video-intel:
  Installé : 2:2.99.917+git20200714-1+b1
  Candidat : 2:2.99.917+git20200714-1+b1
 Table de version :
 *** 2:2.99.917+git20200714-1+b1 500
        500 http://deb.debian.org/debian testing/main amd64 Packages
        100 /var/lib/dpkg/status
xserver-xorg-video-nouveau:
  Installé : 1:1.0.17-1
  Candidat : 1:1.0.17-1
 Table de version :
 *** 1:1.0.17-1 500
        500 http://deb.debian.org/debian testing/main amd64 Packages
        100 /var/lib/dpkg/status

#7 Re : Matériel » Écran HDMI non détecté » 19-04-2021 12:21:14

BugsByte
C'est fait pour atheros mais je pense que ça n'a rien changé.

sudo dmesg | grep -i ath
[    5.147189] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    5.433974] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:02:00.0.bin (-2)
[    5.434049] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin (-2)
[    5.435633] ath10k_pci 0000:02:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/firmware-6.bin
[    5.435637] ath10k_pci 0000:02:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 17aa:0901
[    5.435638] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[    5.436054] ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
[    5.500897] ath10k_pci 0000:02:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/board-2.bin
[    5.501086] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[    5.596763] ath10k_pci 0000:02:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    5.683083] ath: EEPROM regdomain: 0x6c
[    5.683084] ath: EEPROM indicates we should expect a direct regpair map
[    5.683086] ath: Country alpha2 being used: 00
[    5.683086] ath: Regpair used: 0x6c
[    5.875050] ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
[   16.401645] ath: EEPROM regdomain: 0x8114
[   16.401646] ath: EEPROM indicates we should expect a country code
[   16.401648] ath: doing EEPROM country->regdmn map search
[   16.401649] ath: country maps to regdmn code: 0x37
[   16.401651] ath: Country alpha2 being used: DE
[   16.401652] ath: Regpair used: 0x37
[   16.401653] ath: regdomain 0x8114 dynamically updated by country element



Mais je pense aussi que ça marche tout de même bien.

[    5.435633] ath10k_pci 0000:02:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/firmware-6.bin

#8 Re : Matériel » Écran HDMI non détecté » 19-04-2021 12:00:40

BugsByte
Je viens de faire la purge + reboot.
Toujours pas d'écran externe d'activable !

Besoin que je redonne les commandes comme dans mon post précédent ?

#9 Re : Matériel » Écran HDMI non détecté » 19-04-2021 11:57:23

BugsByte
Bon maintenant que je suis sous testing, je remet l'ensemble des commandes habituelles :

uname -a
Linux taonix 5.10.0-6-amd64 #1 SMP Debian 5.10.28-1 (2021-04-09) x86_64 GNU/Linux



lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 05)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 SATA controller: Intel Corporation HM170/QM170 Chipset SATA Controller [AHCI Mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #3 (rev f1)
00:1c.3 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #4 (rev f1)
00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation HM175 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP106 High Definition Audio Controller (rev a1)
02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961/SM963



lspci -v
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
  Subsystem: Lenovo Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers
  Flags: bus master, fast devsel, latency 0, IOMMU group 0
  Capabilities: <access denied>
  Kernel driver in use: skl_uncore

00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 05) (prog-if 00 [Normal decode])
  Flags: bus master, fast devsel, latency 0, IRQ 122, IOMMU group 1
  Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
  I/O behind bridge: 00004000-00004fff [size=4K]
  Memory behind bridge: a3000000-a40fffff [size=17M]
  Prefetchable memory behind bridge: 0000000090000000-00000000a1ffffff [size=288M]
  Capabilities: <access denied>
  Kernel driver in use: pcieport

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04) (prog-if 00 [VGA controller])
  Subsystem: Lenovo HD Graphics 630
  Flags: bus master, fast devsel, latency 0, IRQ 135, IOMMU group 2
  Memory at a2000000 (64-bit, non-prefetchable) [size=16M]
  Memory at b0000000 (64-bit, prefetchable) [size=256M]
  I/O ports at 5000 [size=64]
  Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
  Capabilities: <access denied>
  Kernel driver in use: i915
  Kernel modules: i915

00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31) (prog-if 30 [XHCI])
  Subsystem: Lenovo 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller
  Flags: bus master, medium devsel, latency 0, IRQ 127, IOMMU group 3
  Memory at a4610000 (64-bit, non-prefetchable) [size=64K]
  Capabilities: <access denied>
  Kernel driver in use: xhci_hcd
  Kernel modules: xhci_pci

00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
  Subsystem: Lenovo 100 Series/C230 Series Chipset Family Thermal Subsystem
  Flags: bus master, fast devsel, latency 0, IRQ 18, IOMMU group 3
  Memory at a462a000 (64-bit, non-prefetchable) [size=4K]
  Capabilities: <access denied>
  Kernel driver in use: intel_pch_thermal
  Kernel modules: intel_pch_thermal

00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
  Subsystem: Lenovo 100 Series/C230 Series Chipset Family MEI Controller
  Flags: bus master, fast devsel, latency 0, IRQ 136, IOMMU group 4
  Memory at a462b000 (64-bit, non-prefetchable) [size=4K]
  Capabilities: <access denied>
  Kernel driver in use: mei_me
  Kernel modules: mei_me

00:17.0 SATA controller: Intel Corporation HM170/QM170 Chipset SATA Controller [AHCI Mode] (rev 31) (prog-if 01 [AHCI 1.0])
  Subsystem: Lenovo HM170/QM170 Chipset SATA Controller [AHCI Mode]
  Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 126, IOMMU group 5
  Memory at a4628000 (32-bit, non-prefetchable) [size=8K]
  Memory at a462e000 (32-bit, non-prefetchable) [size=256]
  I/O ports at 5080 [size=8]
  I/O ports at 5088 [size=4]
  I/O ports at 5060 [size=32]
  Memory at a462c000 (32-bit, non-prefetchable) [size=2K]
  Capabilities: <access denied>
  Kernel driver in use: ahci
  Kernel modules: ahci

00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #3 (rev f1) (prog-if 00 [Normal decode])
  Flags: bus master, fast devsel, latency 0, IRQ 123, IOMMU group 6
  Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
  I/O behind bridge: [disabled]
  Memory behind bridge: a4200000-a43fffff [size=2M]
  Prefetchable memory behind bridge: [disabled]
  Capabilities: <access denied>
  Kernel driver in use: pcieport

00:1c.3 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #4 (rev f1) (prog-if 00 [Normal decode])
  Flags: bus master, fast devsel, latency 0, IRQ 124, IOMMU group 7
  Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
  I/O behind bridge: 00003000-00003fff [size=4K]
  Memory behind bridge: a4500000-a45fffff [size=1M]
  Prefetchable memory behind bridge: [disabled]
  Capabilities: <access denied>
  Kernel driver in use: pcieport

00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1) (prog-if 00 [Normal decode])
  Flags: bus master, fast devsel, latency 0, IRQ 125, IOMMU group 8
  Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
  I/O behind bridge: [disabled]
  Memory behind bridge: a4400000-a44fffff [size=1M]
  Prefetchable memory behind bridge: [disabled]
  Capabilities: <access denied>
  Kernel driver in use: pcieport

00:1f.0 ISA bridge: Intel Corporation HM175 Chipset LPC/eSPI Controller (rev 31)
  Subsystem: Lenovo HM175 Chipset LPC/eSPI Controller
  Flags: bus master, medium devsel, latency 0, IOMMU group 9

00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
  Subsystem: Lenovo 100 Series/C230 Series Chipset Family Power Management Controller
  Flags: bus master, fast devsel, latency 0, IOMMU group 9
  Memory at a4624000 (32-bit, non-prefetchable) [size=16K]

00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
  Subsystem: Lenovo CM238 HD Audio Controller
  Flags: bus master, fast devsel, latency 32, IRQ 137, IOMMU group 9
  Memory at a4620000 (64-bit, non-prefetchable) [size=16K]
  Memory at a4600000 (64-bit, non-prefetchable) [size=64K]
  Capabilities: <access denied>
  Kernel driver in use: snd_hda_intel
  Kernel modules: snd_hda_intel

00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
  Subsystem: Lenovo 100 Series/C230 Series Chipset Family SMBus
  Flags: medium devsel, IRQ 16, IOMMU group 9
  Memory at a462d000 (64-bit, non-prefetchable) [size=256]
  I/O ports at 5040 [size=32]
  Kernel driver in use: i801_smbus
  Kernel modules: i2c_i801

01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] (rev a1) (prog-if 00 [VGA controller])
  Subsystem: Lenovo GeForce GTX 1060 Max-Q 3GB
  Flags: bus master, fast devsel, latency 0, IRQ 134, IOMMU group 1
  Memory at a3000000 (32-bit, non-prefetchable) [size=16M]
  Memory at 90000000 (64-bit, prefetchable) [size=256M]
  Memory at a0000000 (64-bit, prefetchable) [size=32M]
  I/O ports at 4000 [size=128]
  Expansion ROM at a4080000 [disabled] [size=512K]
  Capabilities: <access denied>
  Kernel driver in use: nouveau
  Kernel modules: nouveau

01:00.1 Audio device: NVIDIA Corporation GP106 High Definition Audio Controller (rev a1)
  Flags: bus master, fast devsel, latency 0, IRQ 17, IOMMU group 1
  Memory at a4000000 (32-bit, non-prefetchable) [size=16K]
  Capabilities: <access denied>
  Kernel driver in use: snd_hda_intel
  Kernel modules: snd_hda_intel

02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
  Subsystem: Lenovo Qualcomm Atheros QCA9377 Wireless Network Adapter
  Flags: bus master, fast devsel, latency 0, IRQ 138, IOMMU group 10
  Memory at a4200000 (64-bit, non-prefetchable) [size=2M]
  Capabilities: <access denied>
  Kernel driver in use: ath10k_pci
  Kernel modules: ath10k_pci

03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
  Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
  Flags: bus master, fast devsel, latency 0, IRQ 19, IOMMU group 11
  I/O ports at 3000 [size=256]
  Memory at a4504000 (64-bit, non-prefetchable) [size=4K]
  Memory at a4500000 (64-bit, non-prefetchable) [size=16K]
  Capabilities: <access denied>
  Kernel driver in use: r8169
  Kernel modules: r8169

04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961/SM963 (prog-if 02 [NVM Express])
  Subsystem: Samsung Electronics Co Ltd SM963 2.5" NVMe PCIe SSD
  Flags: bus master, fast devsel, latency 0, IRQ 16, NUMA node 0, IOMMU group 12
  Memory at a4400000 (64-bit, non-prefetchable) [size=16K]
  Capabilities: <access denied>
  Kernel driver in use: nvme
  Kernel modules: nvme
 



xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080     60.05*+  60.01    59.97    59.96    59.93  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     60.02  
   1440x900      59.89  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      60.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   800x512       60.17  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32



DRI_PRIME=0 xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080     60.05*+  60.01    59.97    59.96    59.93  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     60.02  
   1440x900      59.89  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      60.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   800x512       60.17  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32



DRI_PRIME=1 xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080     60.05*+  60.01    59.97    59.96    59.93  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     60.02  
   1440x900      59.89  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      60.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   800x512       60.17  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32



sudo dmesg
[    0.000000] microcode: microcode updated early to revision 0xde, date = 2020-05-26
[    0.000000] Linux version 5.10.0-6-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.28-1 (2021-04-09)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-6-amd64 root=UUID=c4d525e1-a349-48b2-b1b8-4a0852fb5802 ro quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000062ddafff] usable
[    0.000000] BIOS-e820: [mem 0x0000000062ddb000-0x0000000062ddbfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000062ddc000-0x0000000062ddcfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062ddd000-0x000000007a48dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a48e000-0x000000007a68dfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007a68e000-0x000000007ae7dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ae7e000-0x000000007ce7dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ce7e000-0x000000007cefdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007cefe000-0x000000007cefefff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ceff000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by INSYDE Corp.
[    0.000000] efi: ACPI 2.0=0x7cefd014 SMBIOS=0x7a702000 SMBIOS 3.0=0x7a700000 ESRT=0x7a6fe558 MEMATTR=0x6ad4d018
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: LENOVO 80YY/LNVNB161216, BIOS 5XCN26WW 12/20/2018
[    0.000000] tsc: Detected 2500.000 MHz processor
[    0.000000] tsc: Detected 2499.952 MHz TSC
[    0.000563] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000566] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000573] last_pfn = 0x47f000 max_arch_pfn = 0x400000000
[    0.000577] MTRR default type: write-back
[    0.000578] MTRR fixed ranges enabled:
[    0.000579]   00000-9FFFF write-back
[    0.000580]   A0000-BFFFF uncachable
[    0.000581]   C0000-FFFFF write-protect
[    0.000582] MTRR variable ranges enabled:
[    0.000584]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000585]   1 base 007E000000 mask 7FFE000000 uncachable
[    0.000586]   2 base 007D800000 mask 7FFF800000 uncachable
[    0.000587]   3 disabled
[    0.000587]   4 disabled
[    0.000588]   5 disabled
[    0.000588]   6 disabled
[    0.000589]   7 disabled
[    0.000590]   8 disabled
[    0.000590]   9 disabled
[    0.000946] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001217] last_pfn = 0x7ceff max_arch_pfn = 0x400000000
[    0.010045] ACPI: Early table checksum verification disabled
[    0.010047] ACPI: RSDP 0x000000007CEFD014 000024 (v02 LENOVO)
[    0.010051] ACPI: XSDT 0x000000007CECC188 00010C (v01 LENOVO CB-01    00000001      01000013)
[    0.010057] ACPI: FACP 0x000000007CEEE000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010062] ACPI: DSDT 0x000000007CED5000 015C9C (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010065] ACPI: FACS 0x000000007CE4D000 000040
[    0.010068] ACPI: UEFI 0x000000007CEFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010071] ACPI: UEFI 0x000000007CEFB000 000042 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010074] ACPI: MSDM 0x000000007CEFA000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010077] ACPI: SSDT 0x000000007CEF9000 0004C3 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010080] ACPI: SSDT 0x000000007CEF8000 000046 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010083] ACPI: TPM2 0x000000007CEF7000 000034 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010086] ACPI: SSDT 0x000000007CEF3000 0030A0 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010089] ACPI: ASF! 0x000000007CEF2000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010092] ACPI: ASPT 0x000000007CEF1000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010095] ACPI: BOOT 0x000000007CEF0000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010098] ACPI: DBGP 0x000000007CEEF000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010100] ACPI: HPET 0x000000007CEED000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010103] ACPI: APIC 0x000000007CEEC000 0000BC (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010106] ACPI: MCFG 0x000000007CEEB000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010109] ACPI: LPIT 0x000000007CED4000 000094 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010112] ACPI: WSMT 0x000000007CED3000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010115] ACPI: SSDT 0x000000007CED2000 00029F (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010118] ACPI: SSDT 0x000000007CED1000 000346 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010121] ACPI: SSDT 0x000000007CECD000 003002 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010124] ACPI: SSDT 0x000000007CECB000 00051E (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010127] ACPI: DBGP 0x000000007CECA000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010130] ACPI: DBG2 0x000000007CEC9000 000054 (v00 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010133] ACPI: SSDT 0x000000007CEC8000 0002F5 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010136] ACPI: SSDT 0x000000007CEC7000 000EDE (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010138] ACPI: SSDT 0x000000007CEC2000 004743 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010141] ACPI: DMAR 0x000000007CEC1000 0000A8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010144] ACPI: FPDT 0x000000007CEC0000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010147] ACPI: BGRT 0x000000007CEBF000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010150] ACPI: Reserving FACP table memory at [mem 0x7ceee000-0x7ceee10b]
[    0.010151] ACPI: Reserving DSDT table memory at [mem 0x7ced5000-0x7ceeac9b]
[    0.010152] ACPI: Reserving FACS table memory at [mem 0x7ce4d000-0x7ce4d03f]
[    0.010153] ACPI: Reserving UEFI table memory at [mem 0x7cefc000-0x7cefc235]
[    0.010154] ACPI: Reserving UEFI table memory at [mem 0x7cefb000-0x7cefb041]
[    0.010155] ACPI: Reserving MSDM table memory at [mem 0x7cefa000-0x7cefa054]
[    0.010155] ACPI: Reserving SSDT table memory at [mem 0x7cef9000-0x7cef94c2]
[    0.010156] ACPI: Reserving SSDT table memory at [mem 0x7cef8000-0x7cef8045]
[    0.010157] ACPI: Reserving TPM2 table memory at [mem 0x7cef7000-0x7cef7033]
[    0.010158] ACPI: Reserving SSDT table memory at [mem 0x7cef3000-0x7cef609f]
[    0.010159] ACPI: Reserving ASF! table memory at [mem 0x7cef2000-0x7cef20a4]
[    0.010160] ACPI: Reserving ASPT table memory at [mem 0x7cef1000-0x7cef1033]
[    0.010160] ACPI: Reserving BOOT table memory at [mem 0x7cef0000-0x7cef0027]
[    0.010161] ACPI: Reserving DBGP table memory at [mem 0x7ceef000-0x7ceef033]
[    0.010162] ACPI: Reserving HPET table memory at [mem 0x7ceed000-0x7ceed037]
[    0.010163] ACPI: Reserving APIC table memory at [mem 0x7ceec000-0x7ceec0bb]
[    0.010164] ACPI: Reserving MCFG table memory at [mem 0x7ceeb000-0x7ceeb03b]
[    0.010165] ACPI: Reserving LPIT table memory at [mem 0x7ced4000-0x7ced4093]
[    0.010166] ACPI: Reserving WSMT table memory at [mem 0x7ced3000-0x7ced3027]
[    0.010167] ACPI: Reserving SSDT table memory at [mem 0x7ced2000-0x7ced229e]
[    0.010167] ACPI: Reserving SSDT table memory at [mem 0x7ced1000-0x7ced1345]
[    0.010168] ACPI: Reserving SSDT table memory at [mem 0x7cecd000-0x7ced0001]
[    0.010169] ACPI: Reserving SSDT table memory at [mem 0x7cecb000-0x7cecb51d]
[    0.010170] ACPI: Reserving DBGP table memory at [mem 0x7ceca000-0x7ceca033]
[    0.010171] ACPI: Reserving DBG2 table memory at [mem 0x7cec9000-0x7cec9053]
[    0.010172] ACPI: Reserving SSDT table memory at [mem 0x7cec8000-0x7cec82f4]
[    0.010173] ACPI: Reserving SSDT table memory at [mem 0x7cec7000-0x7cec7edd]
[    0.010174] ACPI: Reserving SSDT table memory at [mem 0x7cec2000-0x7cec6742]
[    0.010175] ACPI: Reserving DMAR table memory at [mem 0x7cec1000-0x7cec10a7]
[    0.010176] ACPI: Reserving FPDT table memory at [mem 0x7cec0000-0x7cec0043]
[    0.010177] ACPI: Reserving BGRT table memory at [mem 0x7cebf000-0x7cebf037]
[    0.010181] esrt: Reserving ESRT space from 0x000000007a6fe558 to 0x000000007a6fe608.
[    0.010191] Using GB pages for direct mapping
[    0.010572] RAMDISK: [mem 0x322e5000-0x35169fff]
[    0.010583] ACPI: Local APIC address 0xfee00000
[    0.010682] No NUMA configuration found
[    0.010683] Faking a node at [mem 0x0000000000000000-0x000000047effffff]
[    0.010697] NODE_DATA(0) allocated [mem 0x47efd6000-0x47effffff]
[    0.011033] Zone ranges:
[    0.011034]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011036]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.011037]   Normal   [mem 0x0000000100000000-0x000000047effffff]
[    0.011039]   Device   empty
[    0.011040] Movable zone start for each node
[    0.011043] Early memory node ranges
[    0.011044]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.011045]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.011046]   node   0: [mem 0x0000000000100000-0x0000000062ddafff]
[    0.011047]   node   0: [mem 0x0000000062ddd000-0x000000007a48dfff]
[    0.011048]   node   0: [mem 0x000000007cefe000-0x000000007cefefff]
[    0.011049]   node   0: [mem 0x0000000100000000-0x000000047effffff]
[    0.011051] Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
[    0.011053] On node 0 totalpages: 4166697
[    0.011054]   DMA zone: 64 pages used for memmap
[    0.011055]   DMA zone: 22 pages reserved
[    0.011056]   DMA zone: 3996 pages, LIFO batch:0
[    0.011337]   DMA zone: 28772 pages in unavailable ranges
[    0.011338]   DMA32 zone: 7763 pages used for memmap
[    0.011339]   DMA32 zone: 496781 pages, LIFO batch:63
[    0.015199]   DMA32 zone: 23411 pages in unavailable ranges
[    0.015200]   Normal zone: 57280 pages used for memmap
[    0.015201]   Normal zone: 3665920 pages, LIFO batch:63
[    0.015495]   Normal zone: 4096 pages in unavailable ranges
[    0.015518] Reserving Intel graphics memory at [mem 0x7e000000-0x7fffffff]
[    0.015903] ACPI: PM-Timer IO Port: 0x1808
[    0.015905] ACPI: Local APIC address 0xfee00000
[    0.015910] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.015911] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.015912] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.015913] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.015913] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.015914] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.015915] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.015916] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.015943] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.015945] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.015946] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.015948] ACPI: IRQ0 used by override.
[    0.015949] ACPI: IRQ9 used by override.
[    0.015951] Using ACPI (MADT) for SMP configuration information
[    0.015952] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.015959] e820: update [mem 0x6ac4c000-0x6ad3ffff] usable ==> reserved
[    0.015969] TSC deadline timer available
[    0.015970] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.015997] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.016000] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.016002] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.016003] PM: hibernation: Registered nosave memory: [mem 0x62ddb000-0x62ddbfff]
[    0.016004] PM: hibernation: Registered nosave memory: [mem 0x62ddc000-0x62ddcfff]
[    0.016006] PM: hibernation: Registered nosave memory: [mem 0x6ac4c000-0x6ad3ffff]
[    0.016008] PM: hibernation: Registered nosave memory: [mem 0x7a48e000-0x7a68dfff]
[    0.016009] PM: hibernation: Registered nosave memory: [mem 0x7a68e000-0x7ae7dfff]
[    0.016009] PM: hibernation: Registered nosave memory: [mem 0x7ae7e000-0x7ce7dfff]
[    0.016010] PM: hibernation: Registered nosave memory: [mem 0x7ce7e000-0x7cefdfff]
[    0.016012] PM: hibernation: Registered nosave memory: [mem 0x7ceff000-0x7fffffff]
[    0.016013] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.016014] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.016014] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
[    0.016015] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[    0.016016] PM: hibernation: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[    0.016016] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.016017] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.016018] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.016018] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.016019] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.016020] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.016021] PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.016021] PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.016022] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.016023] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
[    0.016023] PM: hibernation: Registered nosave memory: [mem 0xffa00000-0xffffffff]
[    0.016025] [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.016026] Booting paravirtualized kernel on bare hardware
[    0.016029] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.020851] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.021005] percpu: Embedded 54 pages/cpu s183960 r8192 d29032 u524288
[    0.021013] pcpu-alloc: s183960 r8192 d29032 u524288 alloc=1*2097152
[    0.021014] pcpu-alloc: [0] 0 1 2 3
[    0.021049] Built 1 zonelists, mobility grouping on.  Total pages: 4101568
[    0.021050] Policy zone: Normal
[    0.021051] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-6-amd64 root=UUID=c4d525e1-a349-48b2-b1b8-4a0852fb5802 ro quiet
[    0.021945] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.022368] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.022414] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.035394] Memory: 1990404K/16666788K available (12295K kernel code, 2544K rwdata, 7548K rodata, 2388K init, 3712K bss, 466600K reserved, 0K cma-reserved)
[    0.035401] random: get_random_u64 called from __kmem_cache_create+0x2e/0x550 with crng_init=0
[    0.035518] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.035531] Kernel/User page tables isolation: enabled
[    0.035549] ftrace: allocating 36387 entries in 143 pages
[    0.048716] ftrace: allocated 143 pages with 5 groups
[    0.048810] rcu: Hierarchical RCU implementation.
[    0.048812] rcu:   RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.048813]  Rude variant of Tasks RCU enabled.
[    0.048814]  Tracing variant of Tasks RCU enabled.
[    0.048814] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.048815] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.052665] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.053161] random: crng done (trusting CPU's manufacturer)
[    0.053183] Console: colour dummy device 80x25
[    0.053199] printk: console [tty0] enabled
[    0.053216] ACPI: Core revision 20200925
[    0.053495] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.053577] APIC: Switch to symmetric I/O mode setup
[    0.053579] DMAR: Host address width 39
[    0.053580] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.053586] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.053587] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.053590] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.053591] DMAR: RMRR base: 0x0000007ad72000 end: 0x0000007ad91fff
[    0.053592] DMAR: RMRR base: 0x0000007d800000 end: 0x0000007fffffff
[    0.053594] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.053595] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.053596] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.055080] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.055082] x2apic enabled
[    0.055096] Switched APIC routing to cluster x2apic.
[    0.059065] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.077497] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x24090c9bc00, max_idle_ns: 440795288559 ns
[    0.077501] Calibrating delay loop (skipped), value calculated using timer frequency.. 4999.90 BogoMIPS (lpj=9999808)
[    0.077504] pid_max: default: 32768 minimum: 301
[    0.079968] LSM: Security Framework initializing
[    0.079984] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.080008] AppArmor: AppArmor initialized
[    0.080010] TOMOYO Linux initialized
[    0.080045] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.080068] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.080351] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.080374] process: using mwait in idle threads
[    0.080377] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.080378] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.080381] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.080382] Spectre V2 : Mitigation: Full generic retpoline
[    0.080383] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.080383] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.080385] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.080386] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.080391] SRBDS: Mitigation: Microcode
[    0.080391] MDS: Mitigation: Clear CPU buffers
[    0.080551] Freeing SMP alternatives memory: 32K
[    0.084122] smpboot: CPU0: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.084304] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.084317] ... version:                4
[    0.084317] ... bit width:              48
[    0.084318] ... generic registers:      8
[    0.084319] ... value mask:             0000ffffffffffff
[    0.084319] ... max period:             00007fffffffffff
[    0.084320] ... fixed-purpose events:   3
[    0.084321] ... event mask:             00000007000000ff
[    0.084426] rcu: Hierarchical SRCU implementation.
[    0.085014] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.085064] smp: Bringing up secondary CPUs ...
[    0.085141] x86: Booting SMP configuration:
[    0.085142] .... node  #0, CPUs:      #1 #2 #3
[    0.090015] smp: Brought up 1 node, 4 CPUs
[    0.090015] smpboot: Max logical packages: 1
[    0.090015] smpboot: Total of 4 processors activated (19999.61 BogoMIPS)
[    0.107769] node 0 deferred pages initialised in 16ms
[    0.108223] devtmpfs: initialized
[    0.108223] x86/mm: Memory block size: 128MB
[    0.109767] PM: Registering ACPI NVS region [mem 0x62ddb000-0x62ddbfff] (4096 bytes)
[    0.109767] PM: Registering ACPI NVS region [mem 0x7ae7e000-0x7ce7dfff] (33554432 bytes)
[    0.110034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.110044] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.110090] pinctrl core: initialized pinctrl subsystem
[    0.110263] NET: Registered protocol family 16
[    0.110338] audit: initializing netlink subsys (disabled)
[    0.110347] audit: type=2000 audit(1618828657.056:1): state=initialized audit_enabled=0 res=1
[    0.110347] thermal_sys: Registered thermal governor 'fair_share'
[    0.110347] thermal_sys: Registered thermal governor 'bang_bang'
[    0.110347] thermal_sys: Registered thermal governor 'step_wise'
[    0.110347] thermal_sys: Registered thermal governor 'user_space'
[    0.110347] thermal_sys: Registered thermal governor 'power_allocator'
[    0.110347] cpuidle: using governor ladder
[    0.110347] cpuidle: using governor menu
[    0.110347] Simple Boot Flag at 0x44 set to 0x1
[    0.110347] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.110347] ACPI: bus type PCI registered
[    0.110347] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.110347] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.110347] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.110347] PCI: Using configuration type 1 for base access
[    0.110544] Kprobes globally optimized
[    0.110547] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.110547] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.249755] ACPI: Added _OSI(Module Device)
[    0.249755] ACPI: Added _OSI(Processor Device)
[    0.249755] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.249755] ACPI: Added _OSI(Processor Aggregator Device)
[    0.249755] ACPI: Added _OSI(Linux-Dell-Video)
[    0.249755] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.249755] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.280681] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.282772] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.286854] ACPI: Dynamic OEM Table Load:
[    0.286866] ACPI: SSDT 0xFFFF8A3B40B61800 0005EE (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.287986] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.288924] ACPI: Dynamic OEM Table Load:
[    0.288932] ACPI: SSDT 0xFFFF8A3D2CCFF400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.290307] ACPI: Dynamic OEM Table Load:
[    0.290315] ACPI: SSDT 0xFFFF8A3B40B63000 00065C (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.291697] ACPI: Dynamic OEM Table Load:
[    0.291704] ACPI: SSDT 0xFFFF8A3D2CCFA000 00018A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.293970] ACPI: EC: EC started
[    0.293970] ACPI: EC: interrupt blocked
[    0.294227] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.294229] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.294229] ACPI: Interpreter enabled
[    0.294278] ACPI: (supports S0 S3 S4 S5)
[    0.294279] ACPI: Using IOAPIC for interrupt routing
[    0.294316] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.294925] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.295864] ACPI: Power Resource [PG00] (on)
[    0.314421] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.314426] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.317358] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.317359] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.319520] PCI host bridge to bus 0000:00
[    0.319522] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.319524] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.319526] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.319527] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.319528] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.319529] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.319530] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.319531] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.319532] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.319533] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.319534] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.319535] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.319536] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.319537] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.319551] pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
[    0.320453] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.320500] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.321420] pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
[    0.321429] pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
[    0.321435] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.321439] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.321455] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.322437] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.322464] pci 0000:00:14.0: reg 0x10: [mem 0xa4610000-0xa461ffff 64bit]
[    0.322566] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.323567] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.323594] pci 0000:00:14.2: reg 0x10: [mem 0xa462a000-0xa462afff 64bit]
[    0.324599] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.324623] pci 0000:00:16.0: reg 0x10: [mem 0xa462b000-0xa462bfff 64bit]
[    0.324708] pci 0000:00:16.0: PME# supported from D3hot
[    0.325666] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
[    0.325687] pci 0000:00:17.0: reg 0x10: [mem 0xa4628000-0xa4629fff]
[    0.325699] pci 0000:00:17.0: reg 0x14: [mem 0xa462e000-0xa462e0ff]
[    0.325710] pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
[    0.325721] pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
[    0.325733] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
[    0.325744] pci 0000:00:17.0: reg 0x24: [mem 0xa462c000-0xa462c7ff]
[    0.325808] pci 0000:00:17.0: PME# supported from D3hot
[    0.326761] pci 0000:00:1c.0: [8086:a112] type 01 class 0x060400
[    0.326903] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.326931] pci 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[    0.327909] pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
[    0.328046] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.328071] pci 0000:00:1c.3: Intel SPT PCH root port ACS workaround enabled
[    0.329047] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[    0.329187] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.329213] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[    0.330200] pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
[    0.331218] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.331237] pci 0000:00:1f.2: reg 0x10: [mem 0xa4624000-0xa4627fff]
[    0.332225] pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
[    0.332252] pci 0000:00:1f.3: reg 0x10: [mem 0xa4620000-0xa4623fff 64bit]
[    0.332291] pci 0000:00:1f.3: reg 0x20: [mem 0xa4600000-0xa460ffff 64bit]
[    0.332349] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.333333] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.333390] pci 0000:00:1f.4: reg 0x10: [mem 0xa462d000-0xa462d0ff 64bit]
[    0.333460] pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
[    0.334496] pci 0000:01:00.0: [10de:1c20] type 00 class 0x030000
[    0.334506] pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
[    0.334513] pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.334521] pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
[    0.334526] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.334532] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.334546] pci 0000:01:00.0: Enabling HDA controller
[    0.334673] pci 0000:01:00.1: [10de:10f1] type 00 class 0x040300
[    0.334682] pci 0000:01:00.1: reg 0x10: [mem 0xa4000000-0xa4003fff]
[    0.334791] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.334793] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.334795] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.334798] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.335053] pci 0000:02:00.0: [168c:0042] type 00 class 0x028000
[    0.335106] pci 0000:02:00.0: reg 0x10: [mem 0xa4200000-0xa43fffff 64bit]
[    0.335410] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.335854] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.335861] pci 0000:00:1c.0:   bridge window [mem 0xa4200000-0xa43fffff]
[    0.335952] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.335973] pci 0000:03:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.336001] pci 0000:03:00.0: reg 0x18: [mem 0xa4504000-0xa4504fff 64bit]
[    0.336018] pci 0000:03:00.0: reg 0x20: [mem 0xa4500000-0xa4503fff 64bit]
[    0.336151] pci 0000:03:00.0: supports D1 D2
[    0.336153] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.336333] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.336337] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.336342] pci 0000:00:1c.3:   bridge window [mem 0xa4500000-0xa45fffff]
[    0.336436] pci 0000:04:00.0: [144d:a804] type 00 class 0x010802
[    0.336463] pci 0000:04:00.0: reg 0x10: [mem 0xa4400000-0xa4403fff 64bit]
[    0.336822] pci 0000:00:1d.0: PCI bridge to [bus 04]
[    0.336829] pci 0000:00:1d.0:   bridge window [mem 0xa4400000-0xa44fffff]
[    0.338023] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.338078] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.338130] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.338182] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.338233] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.338284] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.338336] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.338387] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.338871] ACPI: EC: interrupt unblocked
[    0.338871] ACPI: EC: event unblocked
[    0.338884] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.338885] ACPI: EC: GPE=0x2
[    0.338887] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.338888] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.338938] iommu: Default domain type: Translated
[    0.338950] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.338950] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.338950] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.338950] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.338950] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.338950] vgaarb: loaded
[    0.338950] EDAC MC: Ver: 3.0.0
[    0.338950] Registered efivars operations
[    0.338950] NetLabel: Initializing
[    0.338950] NetLabel:  domain hash size = 128
[    0.338950] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.338950] NetLabel:  unlabeled traffic allowed by default
[    0.338950] PCI: Using ACPI for IRQ routing
[    0.367433] PCI: pci_cache_line_size set to 64 bytes
[    0.367740] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.367741] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.367742] e820: reserve RAM buffer [mem 0x62ddb000-0x63ffffff]
[    0.367743] e820: reserve RAM buffer [mem 0x6ac4c000-0x6bffffff]
[    0.367743] e820: reserve RAM buffer [mem 0x7a48e000-0x7bffffff]
[    0.367744] e820: reserve RAM buffer [mem 0x7ceff000-0x7fffffff]
[    0.367745] e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
[    0.368456] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.368462] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.369517] clocksource: Switched to clocksource tsc-early
[    0.378648] VFS: Disk quotas dquot_6.6.0
[    0.378661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.378766] AppArmor: AppArmor Filesystem Enabled
[    0.378781] pnp: PnP ACPI init
[    0.378914] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.378915] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.378917] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.378918] system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.378919] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.378920] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.378922] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.378926] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.379243] system 00:01: [io  0x2000-0x20fe] has been reserved
[    0.379246] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.379438] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.379439] system 00:02: [io  0xffff] has been reserved
[    0.379440] system 00:02: [io  0xffff] has been reserved
[    0.379441] system 00:02: [io  0xffff] has been reserved
[    0.379443] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.379444] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.379447] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.379539] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.379542] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.379561] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.379596] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.379599] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.379630] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.379649] pnp 00:07: Plug and Play ACPI device, IDs SYN2b96 PNP0f03 (active)
[    0.380808] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.380809] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.380811] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.380814] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.381330] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.381332] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.381333] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.381334] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[    0.381335] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.381337] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.381338] system 00:09: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.381340] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[    0.381341] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.381342] system 00:09: [mem 0x80000000-0x8001ffff] has been reserved
[    0.381345] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.381626] pnp: PnP ACPI: found 10 devices
[    0.387241] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.387300] NET: Registered protocol family 2
[    0.387431] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.387510] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.387685] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.387796] TCP: Hash tables configured (established 131072 bind 65536)
[    0.387834] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.387879] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.387966] NET: Registered protocol family 1
[    0.387970] NET: Registered protocol family 44
[    0.387974] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.387985] pci 0000:01:00.0: BAR 6: assigned [mem 0xa4080000-0xa40fffff pref]
[    0.387986] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.387988] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.387991] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.387993] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.387996] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.388002] pci 0000:00:1c.0:   bridge window [mem 0xa4200000-0xa43fffff]
[    0.388012] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.388015] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.388020] pci 0000:00:1c.3:   bridge window [mem 0xa4500000-0xa45fffff]
[    0.388030] pci 0000:00:1d.0: PCI bridge to [bus 04]
[    0.388036] pci 0000:00:1d.0:   bridge window [mem 0xa4400000-0xa44fffff]
[    0.388047] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.388048] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.388049] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.388050] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.388051] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.388052] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.388053] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.388054] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.388055] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.388056] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.388057] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.388058] pci_bus 0000:00: resource 15 [mem 0x80000000-0xdfffffff window]
[    0.388059] pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
[    0.388060] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.388061] pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa40fffff]
[    0.388062] pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.388063] pci_bus 0000:02: resource 1 [mem 0xa4200000-0xa43fffff]
[    0.388065] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    0.388065] pci_bus 0000:03: resource 1 [mem 0xa4500000-0xa45fffff]
[    0.388067] pci_bus 0000:04: resource 1 [mem 0xa4400000-0xa44fffff]
[    0.388190] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.389914] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.390069] PCI: CLS 64 bytes, default 64
[    0.390130] Trying to unpack rootfs image as initramfs...
[    1.183894] Freeing initrd memory: 47636K
[    1.183937] DMAR: No ATSR found
[    1.183970] DMAR: dmar0: Using Queued invalidation
[    1.183973] DMAR: dmar1: Using Queued invalidation
[    1.184419] pci 0000:00:00.0: Adding to iommu group 0
[    1.184432] pci 0000:00:01.0: Adding to iommu group 1
[    1.184440] pci 0000:00:02.0: Adding to iommu group 2
[    1.184457] pci 0000:00:14.0: Adding to iommu group 3
[    1.184464] pci 0000:00:14.2: Adding to iommu group 3
[    1.184474] pci 0000:00:16.0: Adding to iommu group 4
[    1.184482] pci 0000:00:17.0: Adding to iommu group 5
[    1.184494] pci 0000:00:1c.0: Adding to iommu group 6
[    1.184503] pci 0000:00:1c.3: Adding to iommu group 7
[    1.184513] pci 0000:00:1d.0: Adding to iommu group 8
[    1.184533] pci 0000:00:1f.0: Adding to iommu group 9
[    1.184541] pci 0000:00:1f.2: Adding to iommu group 9
[    1.184550] pci 0000:00:1f.3: Adding to iommu group 9
[    1.184558] pci 0000:00:1f.4: Adding to iommu group 9
[    1.184562] pci 0000:01:00.0: Adding to iommu group 1
[    1.184566] pci 0000:01:00.1: Adding to iommu group 1
[    1.184576] pci 0000:02:00.0: Adding to iommu group 10
[    1.184585] pci 0000:03:00.0: Adding to iommu group 11
[    1.184596] pci 0000:04:00.0: Adding to iommu group 12
[    1.187108] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    1.187113] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.187117] software IO TLB: mapped [mem 0x0000000075f15000-0x0000000079f15000] (64MB)
[    1.187524] Initialise system trusted keyrings
[    1.187538] Key type blacklist registered
[    1.187584] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    1.188654] zbud: loaded
[    1.188797] integrity: Platform Keyring initialized
[    1.188798] Key type asymmetric registered
[    1.188799] Asymmetric key parser 'x509' registered
[    1.188806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    1.188836] io scheduler mq-deadline registered
[    1.189124] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    1.189341] pcieport 0000:00:1c.0: PME: Signaling with IRQ 123
[    1.189672] pcieport 0000:00:1c.3: PME: Signaling with IRQ 124
[    1.189902] pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
[    1.189958] pcieport 0000:00:1d.0: AER: enabled with IRQ 125
[    1.190054] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.190066] efifb: probing for efifb
[    1.190080] efifb: framebuffer at 0xb0000000, using 8128k, total 8128k
[    1.190081] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.190081] efifb: scrolling: redraw
[    1.190082] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.190155] Console: switching to colour frame buffer device 240x67
[    1.195412] fb0: EFI VGA frame buffer device
[    1.195419] intel_idle: MWAIT substates: 0x11142120
[    1.195420] intel_idle: v0.5.1 model 0x9E
[    1.195631] intel_idle: Local APIC timer is reliable in all C-states
[    1.196349] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.197059] Linux agpgart interface v0.103
[    1.197091] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.197092] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.197398] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.200652] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.200655] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.200824] mousedev: PS/2 mouse device common for all mice
[    1.200870] rtc_cmos 00:04: RTC can wake from S4
[    1.201403] rtc_cmos 00:04: registered as rtc0
[    1.201539] rtc_cmos 00:04: setting system clock to 2021-04-19T10:37:38 UTC (1618828658)
[    1.201553] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.201560] intel_pstate: Intel P-state driver initializing
[    1.201968] intel_pstate: Disabling energy efficiency optimization
[    1.201969] intel_pstate: HWP enabled
[    1.202088] ledtrig-cpu: registered to indicate activity on CPUs
[    1.202351] NET: Registered protocol family 10
[    1.205093] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.208685] Segment Routing with IPv6
[    1.208715] mip6: Mobile IPv6
[    1.208716] NET: Registered protocol family 17
[    1.208821] mpls_gso: MPLS GSO support
[    1.209239] microcode: sig=0x906e9, pf=0x20, revision=0xde
[    1.209305] microcode: Microcode Update Driver: v2.2.
[    1.209307] IPI shorthand broadcast: enabled
[    1.209313] sched_clock: Marking stable (1208616698, 533673)->(1213403075, -4252704)
[    1.209385] registered taskstats version 1
[    1.209387] Loading compiled-in X.509 certificates
[    1.232288] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    1.232299] Loaded X.509 cert 'Debian Secure Boot Signer 2021 - linux: 4b6ef5abca669825178e052c84667ccbc0531f8c'
[    1.232315] zswap: loaded using pool lzo/zbud
[    1.232791] Key type ._fscrypt registered
[    1.232792] Key type .fscrypt registered
[    1.232793] Key type fscrypt-provisioning registered
[    1.232842] AppArmor: AppArmor sha1 policy hashing enabled
[    1.235493] Freeing unused kernel image (initmem) memory: 2388K
[    1.254082] Write protecting the kernel read-only data: 22528k
[    1.254674] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.254877] Freeing unused kernel image (rodata/data gap) memory: 644K
[    1.306789] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.306790] x86/mm: Checking user space page tables
[    1.349587] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.349590] Run /init as init process
[    1.349591]   with arguments:
[    1.349591]     /init
[    1.349592]   with environment:
[    1.349592]     HOME=/
[    1.349593]     TERM=linux
[    1.349593]     BOOT_IMAGE=/boot/vmlinuz-5.10.0-6-amd64
[    1.401126] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    1.401146] ACPI: Lid Switch [LID0]
[    1.401179] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    1.401195] ACPI: Power Button [PWRB]
[    1.401224] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    1.405032] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[    1.405034] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[    1.405035] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[    1.405036] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[    1.405195] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.413529] ACPI: Power Button [PWRF]
[    1.419159] SCSI subsystem initialized
[    1.429145] ACPI: bus type USB registered
[    1.429160] usbcore: registered new interface driver usbfs
[    1.429165] usbcore: registered new interface driver hub
[    1.429171] usbcore: registered new device driver usb
[    1.435385] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.435479] libata version 3.00 loaded.
[    1.435677] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.435724] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.436401] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    1.436809] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.439782] ahci 0000:00:17.0: version 3.0
[    1.440005] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.440009] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.441137] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    1.441254] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.441439] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.441440] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.441441] usb usb1: Product: xHCI Host Controller
[    1.441442] usb usb1: Manufacturer: Linux 5.10.0-6-amd64 xhci-hcd
[    1.441442] usb usb1: SerialNumber: 0000:00:14.0
[    1.441517] hub 1-0:1.0: USB hub found
[    1.441551] hub 1-0:1.0: 16 ports detected
[    1.442059] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.442062] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.442063] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.442091] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    1.442092] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.442093] usb usb2: Product: xHCI Host Controller
[    1.442094] usb usb2: Manufacturer: Linux 5.10.0-6-amd64 xhci-hcd
[    1.442094] usb usb2: SerialNumber: 0000:00:14.0
[    1.442157] hub 2-0:1.0: USB hub found
[    1.442176] hub 2-0:1.0: 8 ports detected
[    1.442277] usb: port power management may be unreliable
[    1.450034] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x4 impl SATA mode
[    1.450037] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst
[    1.451266] nvme nvme0: pci function 0000:04:00.0
[    1.471607] libphy: r8169: probed
[    1.471736] r8169 0000:03:00.0 eth0: RTL8168gu/8111gu, 8c:16:45:08:0e:86, XID 509, IRQ 129
[    1.471738] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.472460] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    1.472957] scsi host0: ahci
[    1.473118] scsi host1: ahci
[    1.476358] scsi host2: ahci
[    1.476424] ata1: DUMMY
[    1.476425] ata2: DUMMY
[    1.476427] ata3: SATA max UDMA/133 abar m2048@0xa462c000 port 0xa462c200 irq 126
[    1.479629] nvme nvme0: 4/0/0 default/read/poll queues
[    1.486392]  nvme0n1: p1 p2 p3
[    1.505693] battery: ACPI: Battery Slot [BAT0] (battery present)
[    1.525278] ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200925/nsarguments-61)
[    1.525314] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200925/nsarguments-61)
[    1.525475] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power,
[    1.525478] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
[    1.525479] nouveau: detected PR support, will not use DSM
[    1.525495] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
[    1.525685] checking generic (b0000000 7f0000) vs hw (a3000000 1000000)
[    1.525686] checking generic (b0000000 7f0000) vs hw (90000000 10000000)
[    1.525687] checking generic (b0000000 7f0000) vs hw (a0000000 2000000)
[    1.525758] nouveau 0000:01:00.0: NVIDIA GP106 (136000a1)
[    1.548622] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    1.548624] checking generic (b0000000 7f0000) vs hw (a2000000 1000000)
[    1.548625] checking generic (b0000000 7f0000) vs hw (b0000000 10000000)
[    1.548626] fb0: switching to inteldrmfb from EFI VGA
[    1.548728] Console: switching to colour dummy device 80x25
[    1.548795] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.555814] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    1.556077] i915 0000:00:02.0: firmware: direct-loading firmware i915/kbl_dmc_ver1_04.bin
[    1.556376] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    1.557953] nouveau 0000:01:00.0: bios: version 86.06.51.00.08
[    1.558231] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/nvdec/scrubber.bin
[    1.558246] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/acr/bl.bin
[    1.558259] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/acr/ucode_load.bin
[    1.558273] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/acr/unload_bl.bin
[    1.558283] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/acr/ucode_unload.bin
[    1.558286] nouveau 0000:01:00.0: pmu: firmware unavailable
[    1.558333] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/fecs_bl.bin
[    1.558349] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/fecs_inst.bin
[    1.558358] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/fecs_data.bin
[    1.558366] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/fecs_sig.bin
[    1.558381] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/gpccs_bl.bin
[    1.558399] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/gpccs_inst.bin
[    1.558406] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/gpccs_data.bin
[    1.558414] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/gpccs_sig.bin
[    1.558428] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/sw_nonctx.bin
[    1.558440] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/sw_ctx.bin
[    1.558452] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/sw_bundle_init.bin
[    1.558467] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/sw_method_init.bin
[    1.558486] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/sec2/sig-1.bin
[    1.558513] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/sec2/image-1.bin
[    1.558536] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/sec2/desc-1.bin
[    1.601101] nouveau 0000:01:00.0: fb: 6144 MiB GDDR5
[    1.785556] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    1.791897] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.828821] ata3.00: ATA-10: ST1000LM035-1RK172, LCM2, max UDMA/100
[    1.828822] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.878034] ata3.00: configured for UDMA/100
[    1.897258] scsi 2:0:0:0: Direct-Access     ATA      ST1000LM035-1RK1 LCM2 PQ: 0 ANSI: 5
[    1.901484] sd 2:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.901486] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    1.901490] sd 2:0:0:0: [sda] Write Protect is off
[    1.901491] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.901503] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.944103] usb 1-3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.01
[    1.944117] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.944118] usb 1-3: Product: USB Receiver
[    1.944119] usb 1-3: Manufacturer: Logitech
[    1.951055] hid: raw HID events driver (C) Jiri Kosina
[    1.953269] [TTM] Zone  kernel: Available graphics memory: 8141102 KiB
[    1.953270] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    1.953270] [TTM] Initializing pool allocator
[    1.953273] [TTM] Initializing DMA pool allocator
[    1.953285] nouveau 0000:01:00.0: DRM: VRAM: 6144 MiB
[    1.953286] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[    1.953288] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    1.953289] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    1.953290] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    1.953290] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    1.953292] nouveau 0000:01:00.0: DRM: DCB outp 00: 01800f46 04600010
[    1.953293] nouveau 0000:01:00.0: DRM: DCB outp 01: 01000f42 00020010
[    1.953294] nouveau 0000:01:00.0: DRM: DCB outp 05: 02022f62 00020010
[    1.953295] nouveau 0000:01:00.0: DRM: DCB outp 10: 04855f96 04600020
[    1.953296] nouveau 0000:01:00.0: DRM: DCB outp 11: 04055f92 00020020
[    1.953296] nouveau 0000:01:00.0: DRM: DCB conn 00: 00001046
[    1.953297] nouveau 0000:01:00.0: DRM: DCB conn 02: 00010261
[    1.953298] nouveau 0000:01:00.0: DRM: DCB conn 05: 02000546
[    1.953651] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    1.956673] usbcore: registered new interface driver usbhid
[    1.956674] usbhid: USB HID core driver
[    1.958143] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C52B.0001/input/input6
[    2.017701] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-3/input0
[    2.017853] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0002/input/input7
[    2.017905] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0002/input/input8
[    2.051135]  sda: sda1
[    2.051431] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.077546] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[    2.081555] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0002/input/input9
[    2.081643] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-3/input1
[    2.081760] hid-generic 0003:046D:C52B.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[    2.149557] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    2.149909] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[    2.149912] nouveau 0000:01:00.0: DRM: Disabling PCI power management to avoid bug
[    2.197565] tsc: Refined TSC clocksource calibration: 2495.997 MHz
[    2.197568] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa7454d2a, max_idle_ns: 440795253903 ns
[    2.201535] clocksource: Switched to clocksource tsc
[    2.274258] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[    2.288436] usb 1-6: New USB device found, idVendor=04f2, idProduct=b57e, bcdDevice=87.40
[    2.288438] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.288438] usb 1-6: Product: EasyCamera
[    2.288439] usb 1-6: Manufacturer: Chicony Electronics Co.,Ltd.
[    2.288440] usb 1-6: SerialNumber: 0001
[    2.313544] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    2.335910] psmouse serio1: synaptics: queried max coordinates: x [..5670], y [..4744]
[    2.370082] psmouse serio1: synaptics: queried min coordinates: x [1272..], y [1108..]
[    2.370085] psmouse serio1: synaptics: Your touchpad (PNP: SYN2b96 PNP0f03) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    2.394872] input: Logitech Wireless Device PID:4069 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input11
[    2.394955] input: Logitech Wireless Device PID:4069 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input12
[    2.395005] input: Logitech Wireless Device PID:4069 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input13
[    2.395021] input: Logitech Wireless Device PID:4069 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input14
[    2.395043] hid-generic 0003:046D:4069.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4069] on usb-0000:00:14.0-3/input2:2
[    2.396553] input: Logitech Wireless Device PID:4066 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input18
[    2.396640] input: Logitech Wireless Device PID:4066 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input19
[    2.397493] input: Logitech Wireless Device PID:4066 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input20
[    2.397515] input: Logitech Wireless Device PID:4066 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input21
[    2.397639] hid-generic 0003:046D:4066.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4066] on usb-0000:00:14.0-3/input2:3
[    2.421551] usb 1-11: new full-speed USB device number 4 using xhci_hcd
[    2.443339] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00123/0x840300/0x26800/0x440000, board id: 3287, fw id: 2469908
[    2.481542] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    2.490831] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[    2.544669] input: Logitech MX Master 2S as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input25
[    2.545047] logitech-hidpp-device 0003:046D:4069.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech MX Master 2S] on usb-0000:00:14.0-3/input2:2
[    2.575668] usb 1-11: New USB device found, idVendor=0cf3, idProduct=e500, bcdDevice= 0.01
[    2.575671] usb 1-11: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.664615] input: Logitech Craft as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input26
[    2.664997] logitech-hidpp-device 0003:046D:4066.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Craft] on usb-0000:00:14.0-3/input2:3
[    2.676252] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
[    2.677265] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    2.677276] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    2.677434] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input27
[    2.678498] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.678613] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input28
[    2.678711] vga_switcheroo: enabled
[    2.679358] fbcon: i915drmfb (fb0) is primary device
[    2.692760] Console: switching to colour frame buffer device 240x67
[    2.717264] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.800567] PM: Image not found (code -22)
[    2.899769] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.934110] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    2.983067] systemd[1]: Inserted module 'autofs4'
[    3.095503] systemd[1]: systemd 247.3-3 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    3.114145] systemd[1]: Detected architecture x86-64.
[    3.114456] systemd[1]: Set hostname to <taonix>.
[    3.198573] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[    3.212591] systemd[1]: Queued start job for default target Graphical Interface.
[    3.247810] systemd[1]: Created slice system-getty.slice.
[    3.248316] systemd[1]: Created slice system-modprobe.slice.
[    3.248771] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.249131] systemd[1]: Created slice User and Session Slice.
[    3.249304] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.249558] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.249665] systemd[1]: Reached target User and Group Name Lookups.
[    3.249691] systemd[1]: Reached target Remote File Systems.
[    3.249711] systemd[1]: Reached target Slices.
[    3.249925] systemd[1]: Listening on Syslog Socket.
[    3.250066] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.250148] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.250400] systemd[1]: Listening on Journal Audit Socket.
[    3.250544] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.250712] systemd[1]: Listening on Journal Socket.
[    3.251017] systemd[1]: Listening on udev Control Socket.
[    3.251162] systemd[1]: Listening on udev Kernel Socket.
[    3.252290] systemd[1]: Mounting Huge Pages File System...
[    3.253455] systemd[1]: Mounting POSIX Message Queue File System...
[    3.254743] systemd[1]: Mounting Kernel Debug File System...
[    3.255977] systemd[1]: Mounting Kernel Trace File System...
[    3.257357] systemd[1]: Starting Set the console keyboard layout...
[    3.258588] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.259724] systemd[1]: Starting Load Kernel Module configfs...
[    3.260841] systemd[1]: Starting Load Kernel Module drm...
[    3.261984] systemd[1]: Starting Load Kernel Module fuse...
[    3.262727] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.262788] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.265119] systemd[1]: Starting Journal Service...
[    3.267016] systemd[1]: Starting Load Kernel Modules...
[    3.268152] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.269313] systemd[1]: Starting Coldplug All udev Devices...
[    3.271559] systemd[1]: Mounted Huge Pages File System.
[    3.271775] systemd[1]: Mounted POSIX Message Queue File System.
[    3.271946] systemd[1]: Mounted Kernel Debug File System.
[    3.272108] systemd[1]: Mounted Kernel Trace File System.
[    3.272531] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.272869] systemd[1]: modprobe@configfs.service: Succeeded.
[    3.273079] systemd[1]: Finished Load Kernel Module configfs.
[    3.273346] systemd[1]: modprobe@drm.service: Succeeded.
[    3.273570] systemd[1]: Finished Load Kernel Module drm.
[    3.274991] systemd[1]: Mounting Kernel Configuration File System...
[    3.276818] fuse: init (API version 7.32)
[    3.277399] systemd[1]: modprobe@fuse.service: Succeeded.
[    3.277616] systemd[1]: Finished Load Kernel Module fuse.
[    3.277757] systemd[1]: Mounted Kernel Configuration File System.
[    3.278597] systemd[1]: Mounting FUSE Control File System...
[    3.280765] systemd[1]: Mounted FUSE Control File System.
[    3.286011] EXT4-fs (nvme0n1p2): re-mounted. Opts: errors=remount-ro
[    3.287311] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.287704] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.287736] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    3.288318] systemd[1]: Starting Load/Save Random Seed...
[    3.288930] systemd[1]: Starting Create System Users...
[    3.293256] lp: driver loaded but no devices found
[    3.295403] ppdev: user-space parallel port driver
[    3.298445] systemd[1]: Finished Load Kernel Modules.
[    3.299145] systemd[1]: Starting Apply Kernel Variables...
[    3.299861] systemd[1]: Finished Load/Save Random Seed.
[    3.299990] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    3.301920] systemd[1]: Finished Create System Users.
[    3.302564] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.304876] systemd[1]: Finished Apply Kernel Variables.
[    3.311355] systemd[1]: Finished Create Static Device Nodes in /dev.
[    3.312484] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    3.337771] systemd[1]: Finished Set the console keyboard layout.
[    3.337911] systemd[1]: Reached target Local File Systems (Pre).
[    3.353066] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    3.353963] systemd[1]: Started Journal Service.
[    3.359467] systemd-journald[250]: Received client request to flush runtime journal.
[    3.464040] ACPI: AC Adapter [ADP0] (on-line)
[    3.560093] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input29
[    3.571529] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    3.574978] mc: Linux media interface: v0.10
[    3.577243] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    3.620494] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    3.622915] videodev: Linux video capture interface: v2.00
[    3.630914] Adding 1000444k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:1000444k SSFS
[    3.633634] input: PC Speaker as /devices/platform/pcspkr/input/input30
[    3.643626] cryptd: max_cpu_qlen set to 1000
[    3.693498] pstore: Using crash dump compression: deflate
[    3.693620] pstore: Registered efi as persistent store backend
[    3.706087] AVX2 version of gcm_enc/dec engaged.
[    3.706088] AES CTR mode by8 optimization enabled
[    3.709299] iTCO_vendor_support: vendor-support=0
[    3.712498] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.712559] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    3.712887] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.714906] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    3.714907] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.714908] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.714909] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.714909] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    3.797817] uvcvideo: Found UVC 1.00 device EasyCamera (04f2:b57e)
[    3.797886] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.798063] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[    3.798222] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[    3.798391] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.798940] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[    3.799057] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[    3.821690] input: EasyCamera: EasyCamera as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input31
[    3.821747] usbcore: registered new interface driver uvcvideo
[    3.821748] USB Video Class driver (1.1.1)
[    3.931265] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[    4.039910] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.040440] snd_hda_intel 0000:01:00.1: Disabling MSI
[    4.040447] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    4.062593] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.101339] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    4.105425] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
[    4.110980] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input32
[    4.111040] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input33
[    4.111106] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input34
[    4.111222] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input35
[    4.111293] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input36
[    4.111365] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input37
[    4.120416] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    4.120420] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.120422] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    4.120424] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.120425] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.120427] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[    4.120429] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    4.143500] audit: type=1400 audit(1618828661.436:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=545 comm="apparmor_parser"
[    4.145303] audit: type=1400 audit(1618828661.436:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=548 comm="apparmor_parser"
[    4.145307] audit: type=1400 audit(1618828661.436:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=548 comm="apparmor_parser"
[    4.145310] audit: type=1400 audit(1618828661.436:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=548 comm="apparmor_parser"
[    4.147232] audit: type=1400 audit(1618828661.440:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=549 comm="apparmor_parser"
[    4.154195] audit: type=1400 audit(1618828661.448:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=550 comm="apparmor_parser"
[    4.156484] audit: type=1400 audit(1618828661.448:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=547 comm="apparmor_parser"
[    4.156489] audit: type=1400 audit(1618828661.448:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=547 comm="apparmor_parser"
[    4.156492] audit: type=1400 audit(1618828661.448:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=547 comm="apparmor_parser"
[    4.178231] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input38
[    4.178284] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input39
[    4.178327] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input40
[    4.179450] Bluetooth: Core ver 2.22
[    4.179465] NET: Registered protocol family 31
[    4.179466] Bluetooth: HCI device and connection manager initialized
[    4.179468] Bluetooth: HCI socket layer initialized
[    4.179470] Bluetooth: L2CAP socket layer initialized
[    4.179473] Bluetooth: SCO socket layer initialized
[    4.188662] usbcore: registered new interface driver btusb
[    4.295506] resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:00 [mem 0xfdb00000-0xfdffffff]
[    4.295510] caller pmc_core_probe+0x7d/0x370 [intel_pmc_core] mapping multiple BARs
[    4.295522] intel_pmc_core intel_pmc_core.0:  initialized
[    4.301041] intel_rapl_common: Found RAPL domain package
[    4.301043] intel_rapl_common: Found RAPL domain core
[    4.301044] intel_rapl_common: Found RAPL domain uncore
[    4.301045] intel_rapl_common: Found RAPL domain dram
[    4.326028] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.326030] Bluetooth: BNEP filters: protocol multicast
[    4.326032] Bluetooth: BNEP socket layer initialized
[    4.332997] NET: Registered protocol family 38
[    4.398644] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:02:00.0.bin (-2)
[    4.399431] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[    4.400233] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin (-2)
[    4.403720] ath10k_pci 0000:02:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/firmware-6.bin
[    4.403727] ath10k_pci 0000:02:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 17aa:0901
[    4.403728] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[    4.404181] ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
[    4.444198] r8169 0000:03:00.0: firmware: direct-loading firmware rtl_nic/rtl8168g-3.fw
[    4.469563] Generic FE-GE Realtek PHY r8169-300:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[    4.470091] ath10k_pci 0000:02:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/board-2.bin
[    4.470266] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[    4.566333] ath10k_pci 0000:02:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    4.646465] ath: EEPROM regdomain: 0x6c
[    4.646467] ath: EEPROM indicates we should expect a direct regpair map
[    4.646469] ath: Country alpha2 being used: 00
[    4.646470] ath: Regpair used: 0x6c
[    4.661636] r8169 0000:03:00.0 enp3s0: Link is Down
[    4.666357] ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
[   15.171565] wlp2s0: authenticate with 50:c7:bf:be:d5:ea
[   15.203270] wlp2s0: send auth to 50:c7:bf:be:d5:ea (try 1/3)
[   15.204381] wlp2s0: authenticated
[   15.209538] wlp2s0: associate with 50:c7:bf:be:d5:ea (try 1/3)
[   15.210794] wlp2s0: RX AssocResp from 50:c7:bf:be:d5:ea (capab=0x1011 status=0 aid=2)
[   15.213430] wlp2s0: associated
[   15.213560] ath: EEPROM regdomain: 0x8114
[   15.213568] ath: EEPROM indicates we should expect a country code
[   15.213571] ath: doing EEPROM country->regdmn map search
[   15.213573] ath: country maps to regdmn code: 0x37
[   15.213574] ath: Country alpha2 being used: DE
[   15.213575] ath: Regpair used: 0x37
[   15.213576] ath: regdomain 0x8114 dynamically updated by country element
[   15.259916] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   15.291226] wlp2s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 50:c7:bf:be:d5:ea
[   17.364009] tun: Universal TUN/TAP device driver, 1.6
[   18.270426] logitech-hidpp-device 0003:046D:4069.0004: HID++ 4.5 device connected.
[   20.389588] kauditd_printk_skb: 10 callbacks suppressed
[   20.389588] audit: type=1400 audit(1618828677.684:21): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=1551 comm="apparmor_parser"
[   20.647915] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   20.649710] Bridge firewalling registered
[   20.767131] Initializing XFRM netlink socket
[   21.095779] br-d4b3d35cfebe: port 1(veth824901e) entered blocking state
[   21.095782] br-d4b3d35cfebe: port 1(veth824901e) entered disabled state
[   21.096018] device veth824901e entered promiscuous mode
[   21.096997] br-d4b3d35cfebe: port 1(veth824901e) entered blocking state
[   21.097000] br-d4b3d35cfebe: port 1(veth824901e) entered forwarding state
[   21.097055] br-d4b3d35cfebe: port 1(veth824901e) entered disabled state
[   21.155340] br-d4b3d35cfebe: port 2(veth17bba40) entered blocking state
[   21.155344] br-d4b3d35cfebe: port 2(veth17bba40) entered disabled state
[   21.155471] device veth17bba40 entered promiscuous mode
[   21.155671] br-d4b3d35cfebe: port 2(veth17bba40) entered blocking state
[   21.155674] br-d4b3d35cfebe: port 2(veth17bba40) entered forwarding state
[   21.155703] IPv6: ADDRCONF(NETDEV_CHANGE): br-d4b3d35cfebe: link becomes ready
[   21.156043] br-d4b3d35cfebe: port 2(veth17bba40) entered disabled state
[   21.215719] br-d4b3d35cfebe: port 3(vethb45e91d) entered blocking state
[   21.215723] br-d4b3d35cfebe: port 3(vethb45e91d) entered disabled state
[   21.215938] device vethb45e91d entered promiscuous mode
[   21.216229] br-d4b3d35cfebe: port 3(vethb45e91d) entered blocking state
[   21.216232] br-d4b3d35cfebe: port 3(vethb45e91d) entered forwarding state
[   21.273440] br-d4b3d35cfebe: port 4(vethb6430a3) entered blocking state
[   21.273444] br-d4b3d35cfebe: port 4(vethb6430a3) entered disabled state
[   21.273667] device vethb6430a3 entered promiscuous mode
[   21.273920] br-d4b3d35cfebe: port 4(vethb6430a3) entered blocking state
[   21.273923] br-d4b3d35cfebe: port 4(vethb6430a3) entered forwarding state
[   21.451977] br-d4b3d35cfebe: port 5(vethcfe8a6e) entered blocking state
[   21.451981] br-d4b3d35cfebe: port 5(vethcfe8a6e) entered disabled state
[   21.452299] device vethcfe8a6e entered promiscuous mode
[   21.455749] br-d4b3d35cfebe: port 5(vethcfe8a6e) entered blocking state
[   21.455753] br-d4b3d35cfebe: port 5(vethcfe8a6e) entered forwarding state
[   21.568889] br-d4b3d35cfebe: port 6(vethc76bf04) entered blocking state
[   21.568892] br-d4b3d35cfebe: port 6(vethc76bf04) entered disabled state
[   21.569124] device vethc76bf04 entered promiscuous mode
[   21.570087] br-d4b3d35cfebe: port 6(vethc76bf04) entered blocking state
[   21.570089] br-d4b3d35cfebe: port 6(vethc76bf04) entered forwarding state
[   21.813633] br-d4b3d35cfebe: port 3(vethb45e91d) entered disabled state
[   21.813669] br-d4b3d35cfebe: port 4(vethb6430a3) entered disabled state
[   21.813695] br-d4b3d35cfebe: port 5(vethcfe8a6e) entered disabled state
[   21.813718] br-d4b3d35cfebe: port 6(vethc76bf04) entered disabled state
[   21.971026] eth0: renamed from vethba7642a
[   22.001861] IPv6: ADDRCONF(NETDEV_CHANGE): vethb45e91d: link becomes ready
[   22.001910] br-d4b3d35cfebe: port 3(vethb45e91d) entered blocking state
[   22.001912] br-d4b3d35cfebe: port 3(vethb45e91d) entered forwarding state
[   22.046367] eth0: renamed from veth633f191
[   22.071334] IPv6: ADDRCONF(NETDEV_CHANGE): vethb6430a3: link becomes ready
[   22.071362] br-d4b3d35cfebe: port 4(vethb6430a3) entered blocking state
[   22.071364] br-d4b3d35cfebe: port 4(vethb6430a3) entered forwarding state
[   22.097952] eth0: renamed from veth03887d1
[   22.147995] IPv6: ADDRCONF(NETDEV_CHANGE): veth17bba40: link becomes ready
[   22.148025] br-d4b3d35cfebe: port 2(veth17bba40) entered blocking state
[   22.148027] br-d4b3d35cfebe: port 2(veth17bba40) entered forwarding state
[   22.148094] eth0: renamed from vethb50870f
[   22.162737] IPv6: ADDRCONF(NETDEV_CHANGE): veth824901e: link becomes ready
[   22.162773] br-d4b3d35cfebe: port 1(veth824901e) entered blocking state
[   22.162777] br-d4b3d35cfebe: port 1(veth824901e) entered forwarding state
[   22.198050] eth0: renamed from veth61199c1
[   22.225746] IPv6: ADDRCONF(NETDEV_CHANGE): vethcfe8a6e: link becomes ready
[   22.225771] br-d4b3d35cfebe: port 5(vethcfe8a6e) entered blocking state
[   22.225773] br-d4b3d35cfebe: port 5(vethcfe8a6e) entered forwarding state
[   22.253938] eth0: renamed from veth5f8c208
[   22.273963] IPv6: ADDRCONF(NETDEV_CHANGE): vethc76bf04: link becomes ready
[   22.273988] br-d4b3d35cfebe: port 6(vethc76bf04) entered blocking state
[   22.273989] br-d4b3d35cfebe: port 6(vethc76bf04) entered forwarding state
[   41.978443] logitech-hidpp-device 0003:046D:4066.0005: HID++ 4.5 device connected.
[   76.847080] pci_bus 0000:02: Allocating resources
[   76.847146] pcieport 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[   76.847150] pcieport 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[   76.847162] pci_bus 0000:03: Allocating resources
[   76.847169] pcieport 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[   76.847191] pcieport 0000:00:1c.0: BAR 15: assigned [mem 0x80100000-0x802fffff 64bit pref]
[   76.847204] pcieport 0000:00:1c.3: BAR 15: assigned [mem 0x80300000-0x804fffff 64bit pref]
[   76.847208] pcieport 0000:00:1c.0: BAR 13: assigned [io  0x6000-0x6fff]
[   76.847716] pci_bus 0000:04: Allocating resources
[   76.847954] pcieport 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[   76.847958] pcieport 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[   76.847980] pcieport 0000:00:1d.0: BAR 15: assigned [mem 0x80500000-0x806fffff 64bit pref]
[   76.847986] pcieport 0000:00:1d.0: BAR 13: assigned [io  0x7000-0x7fff]
[   78.077612] nouveau 0000:01:00.0: Enabling HDA controller
[   81.672239] pci_bus 0000:02: Allocating resources
[   81.672361] pci_bus 0000:03: Allocating resources
[   81.672812] pci_bus 0000:04: Allocating resources
[   81.877591] nouveau 0000:01:00.0: DRM: allocated 3840x2160 fb: 0x200000, bo 00000000844a4c8c
[   81.877636] nouveau 0000:01:00.0: [drm] fb1: nouveaudrmfb frame buffer device
[   93.825821] pci_bus 0000:02: Allocating resources
[   93.825941] pci_bus 0000:03: Allocating resources
[   93.826456] pci_bus 0000:04: Allocating resources
[   95.043735] nouveau 0000:01:00.0: Enabling HDA controller
[   95.751882] pci_bus 0000:02: Allocating resources
[   95.751995] pci_bus 0000:03: Allocating resources
[   95.752354] pci_bus 0000:04: Allocating resources



sudo dmesg | grep drm
[    1.548622] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    1.548626] fb0: switching to inteldrmfb from EFI VGA
[    1.556376] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    2.149557] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    2.149909] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[    2.313544] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    2.481542] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    2.676252] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
[    2.679358] fbcon: i915drmfb (fb0) is primary device
[    2.717264] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.260841] systemd[1]: Starting Load Kernel Module drm...
[    3.273346] systemd[1]: modprobe@drm.service: Succeeded.
[    3.273570] systemd[1]: Finished Load Kernel Module drm.
[   81.877636] nouveau 0000:01:00.0: [drm] fb1: nouveaudrmfb frame buffer device



sudo dmesg | grep nouveau
[    1.525479] nouveau: detected PR support, will not use DSM
[    1.525495] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
[    1.525758] nouveau 0000:01:00.0: NVIDIA GP106 (136000a1)
[    1.557953] nouveau 0000:01:00.0: bios: version 86.06.51.00.08
[    1.558231] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/nvdec/scrubber.bin
[    1.558246] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/acr/bl.bin
[    1.558259] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/acr/ucode_load.bin
[    1.558273] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/acr/unload_bl.bin
[    1.558283] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/acr/ucode_unload.bin
[    1.558286] nouveau 0000:01:00.0: pmu: firmware unavailable
[    1.558333] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/fecs_bl.bin
[    1.558349] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/fecs_inst.bin
[    1.558358] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/fecs_data.bin
[    1.558366] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/fecs_sig.bin
[    1.558381] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/gpccs_bl.bin
[    1.558399] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/gpccs_inst.bin
[    1.558406] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/gpccs_data.bin
[    1.558414] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/gpccs_sig.bin
[    1.558428] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/sw_nonctx.bin
[    1.558440] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/sw_ctx.bin
[    1.558452] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/sw_bundle_init.bin
[    1.558467] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/sw_method_init.bin
[    1.558486] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/sec2/sig-1.bin
[    1.558513] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/sec2/image-1.bin
[    1.558536] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/sec2/desc-1.bin
[    1.601101] nouveau 0000:01:00.0: fb: 6144 MiB GDDR5
[    1.953285] nouveau 0000:01:00.0: DRM: VRAM: 6144 MiB
[    1.953286] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[    1.953288] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    1.953289] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    1.953290] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    1.953290] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    1.953292] nouveau 0000:01:00.0: DRM: DCB outp 00: 01800f46 04600010
[    1.953293] nouveau 0000:01:00.0: DRM: DCB outp 01: 01000f42 00020010
[    1.953294] nouveau 0000:01:00.0: DRM: DCB outp 05: 02022f62 00020010
[    1.953295] nouveau 0000:01:00.0: DRM: DCB outp 10: 04855f96 04600020
[    1.953296] nouveau 0000:01:00.0: DRM: DCB outp 11: 04055f92 00020020
[    1.953296] nouveau 0000:01:00.0: DRM: DCB conn 00: 00001046
[    1.953297] nouveau 0000:01:00.0: DRM: DCB conn 02: 00010261
[    1.953298] nouveau 0000:01:00.0: DRM: DCB conn 05: 02000546
[    1.953651] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    2.149557] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    2.149909] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[    2.149912] nouveau 0000:01:00.0: DRM: Disabling PCI power management to avoid bug
[    2.313544] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    2.481542] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    4.105425] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
[   78.077612] nouveau 0000:01:00.0: Enabling HDA controller
[   81.877591] nouveau 0000:01:00.0: DRM: allocated 3840x2160 fb: 0x200000, bo 00000000844a4c8c
[   81.877636] nouveau 0000:01:00.0: [drm] fb1: nouveaudrmfb frame buffer device
[   95.043735] nouveau 0000:01:00.0: Enabling HDA controller



sudo dmesg | grep vga
[    0.338950] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.338950] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.338950] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.338950] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.338950] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.338950] vgaarb: loaded
[    1.548795] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.555814] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    2.678711] vga_switcheroo: enabled
[    4.040447] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client



sudo journalctl -r -p err
-- Journal begins at Mon 2021-04-19 13:25:03 +08, ends at Mon 2021-04-19 18:51:22 +08. --
avril 19 18:37:41 taonix kernel: ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin (-2)
avril 19 18:37:41 taonix kernel: firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
avril 19 18:37:41 taonix kernel: ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:02:00.0.bin (-2)
avril 19 18:37:41 taonix bluetoothd[567]: sap-server: Operation not permitted (1)
avril 19 18:37:41 taonix bluetoothd[567]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
-- Boot 7cd0b03c90d84476865aa6d653e8a624 --
avril 19 18:37:22 taonix kernel: watchdog: watchdog0: watchdog did not stop!
avril 19 18:37:22 taonix nm-openvpn[1178]: event_wait : Interrupted system call (code=4)
avril 19 18:37:21 taonix systemd-udevd[3353]: vethe507aff: Failed to get link config: No such device
avril 19 18:37:21 taonix systemd-udevd[3353]: vethf0e155b: Failed to get link config: No such device
avril 19 18:37:12 taonix systemd-udevd[3264]: veth76390a8: Failed to get link config: No such device
avril 19 18:37:11 taonix systemd-udevd[3257]: veth8b6368d: Failed to get link config: No such device
avril 19 18:36:23 taonix bluetoothd[639]: sap-server: Operation not permitted (1)
avril 19 18:36:23 taonix bluetoothd[639]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
avril 19 18:36:23 taonix kernel: ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin (-2)
avril 19 18:36:23 taonix kernel: firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
avril 19 18:36:23 taonix kernel: ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:02:00.0.bin (-2)
-- Boot 586d3a4ad17348109f84d1943258648c --
avril 19 18:30:22 taonix kernel: watchdog: watchdog0: watchdog did not stop!
avril 19 18:30:22 taonix systemd-udevd[3854]: veth223b364: Failed to get link config: No such device
avril 19 18:30:22 taonix systemd-udevd[3826]: veth2904e9c: Failed to get link config: No such device
avril 19 18:30:12 taonix systemd-udevd[3744]: veth9572320: Failed to get link config: No such device
avril 19 18:30:12 taonix systemd-udevd[3744]: vethb5ef8a2: Failed to get link config: No such device
avril 19 18:30:12 taonix systemd-udevd[3739]: vethb5ef8a2: Failed to get link config: No such device
avril 19 18:18:12 taonix bluetoothd[626]: sap-server: Operation not permitted (1)
avril 19 18:18:12 taonix bluetoothd[626]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
avril 19 18:18:12 taonix kernel: ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin (-2)
avril 19 18:18:12 taonix kernel: firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
avril 19 18:18:12 taonix kernel: ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:02:00.0.bin (-2)
avril 19 18:18:11 taonix kernel: nouveau 0000:01:00.0: DRM: Failure to read SCDC_TMDS_CONFIG: -6
-- Boot e7ac40a766bd48178c10abff98789b18 --
avril 19 18:17:52 taonix kernel: watchdog: watchdog0: watchdog did not stop!
avril 19 18:17:51 taonix nm-openvpn[31994]: event_wait : Interrupted system call (code=4)
avril 19 18:17:46 taonix NetworkManager[25707]: <error> [1618827466.4858] platform-linux: sysctl: failed to set '/proc/sys/net/ipv6/conf/veth90c9f71/disable_ipv6' to '1': (2) Aucun fichier >
avril 19 18:17:46 taonix systemd-udevd[32432]: veth2efdbec: Failed to get link config: No such device
avril 19 18:17:37 taonix systemd-udevd[32339]: vethbe3a147: Failed to get link config: No such device
avril 19 18:17:36 taonix systemd-udevd[32339]: veth2932618: Failed to get link config: No such device
avril 19 18:14:32 taonix nm-openvpn[9885]: event_wait : Interrupted system call (code=4)
avril 19 18:14:26 taonix systemd[1]: /lib/systemd/system/systemd-tmpfiles-setup-dev.service:12: Failed to parse value, ignoring: CANTCREAT
avril 19 18:14:26 taonix systemd[1]: /lib/systemd/system/systemd-tmpfiles-setup-dev.service:12: Failed to parse value, ignoring: DATAERR CANTCREAT
avril 19 18:14:26 taonix systemd[1]: /lib/systemd/system/systemd-tmpfiles-setup.service:13: Failed to parse value, ignoring: CANTCREAT
avril 19 18:14:26 taonix systemd[1]: /lib/systemd/system/systemd-tmpfiles-setup.service:13: Failed to parse value, ignoring: DATAERR CANTCREAT



glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) HD Graphics 630 (KBL GT2) (0x591b)
    Version: 20.3.4
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics 630 (KBL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.3.4
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.3.4
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.3.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20



DRI_PRIME=0 glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) HD Graphics 630 (KBL GT2) (0x591b)
    Version: 20.3.4
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics 630 (KBL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.3.4
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.3.4
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.3.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20



DRI_PRIME=1 glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: nouveau (0x10de)
    Device: NV136 (0x1c20)
    Version: 20.3.4
    Accelerated: yes
    Video memory: 6111MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.3
    Max compat profile version: 4.3
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: nouveau
OpenGL renderer string: NV136
OpenGL core profile version string: 4.3 (Core Profile) Mesa 20.3.4
OpenGL core profile shading language version string: 4.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.3 (Compatibility Profile) Mesa 20.3.4
OpenGL shading language version string: 4.30
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.3.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20



cat /var/log/Xorg.0.log
[     4.456]
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[     4.456] Build Operating System: linux Debian
[     4.456] Current Operating System: Linux taonix 5.10.0-6-amd64 #1 SMP Debian 5.10.28-1 (2021-04-09) x86_64
[     4.456] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-6-amd64 root=UUID=c4d525e1-a349-48b2-b1b8-4a0852fb5802 ro quiet
[     4.456] Build Date: 17 February 2021  09:17:43AM
[     4.456] xorg-server 2:1.20.10-3 (https://www.debian.org/support)
[     4.456] Current version of pixman: 0.40.0
[     4.456]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[     4.456] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.456] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 19 18:37:41 2021
[     4.458] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.459] (==) No Layout section.  Using the first Screen section.
[     4.459] (==) No screen section available. Using defaults.
[     4.459] (**) |-->Screen "Default Screen Section" (0)
[     4.459] (**) |   |-->Monitor "<default monitor>"
[     4.460] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[     4.460] (==) Automatically adding devices
[     4.460] (==) Automatically enabling devices
[     4.460] (==) Automatically adding GPU devices
[     4.460] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.461] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     4.461]  Entry deleted from font path.
[     4.462] (==) FontPath set to:
  /usr/share/fonts/X11/misc,
  /usr/share/fonts/X11/100dpi/:unscaled,
  /usr/share/fonts/X11/75dpi/:unscaled,
  /usr/share/fonts/X11/Type1,
  /usr/share/fonts/X11/100dpi,
  /usr/share/fonts/X11/75dpi,
  built-ins
[     4.462] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.462] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.462] (II) Loader magic: 0x564f2af30e40
[     4.462] (II) Module ABI versions:
[     4.462]  X.Org ANSI C Emulation: 0.4
[     4.462]  X.Org Video Driver: 24.1
[     4.462]  X.Org XInput driver : 24.1
[     4.462]  X.Org Server Extension : 10.0
[     4.463] (++) using VT number 7

[     4.463] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.463] (II) xfree86: Adding drm device (/dev/dri/card1)
[     4.463] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.476] (--) PCI:*(0@0:2:0) 8086:591b:17aa:39b9 rev 4, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     4.476] (--) PCI: (1@0:0:0) 10de:1c20:17aa:39b9 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     4.476] (II) LoadModule: "glx"
[     4.476] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.482] (II) Module glx: vendor="X.Org Foundation"
[     4.482]  compiled for 1.20.10, module version = 1.0.0
[     4.482]  ABI class: X.Org Server Extension, version 10.0
[     4.557] (==) Matched modesetting as autoconfigured driver 0
[     4.557] (==) Matched fbdev as autoconfigured driver 1
[     4.557] (==) Matched vesa as autoconfigured driver 2
[     4.557] (==) Assigned the driver to the xf86ConfigLayout
[     4.557] (II) LoadModule: "modesetting"
[     4.557] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.558] (II) Module modesetting: vendor="X.Org Foundation"
[     4.558]  compiled for 1.20.10, module version = 1.20.10
[     4.558]  Module class: X.Org Video Driver
[     4.558]  ABI class: X.Org Video Driver, version 24.1
[     4.558] (II) LoadModule: "fbdev"
[     4.558] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     4.559] (II) Module fbdev: vendor="X.Org Foundation"
[     4.559]  compiled for 1.20.0, module version = 0.5.0
[     4.559]  Module class: X.Org Video Driver
[     4.559]  ABI class: X.Org Video Driver, version 24.0
[     4.559] (II) LoadModule: "vesa"
[     4.559] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     4.559] (II) Module vesa: vendor="X.Org Foundation"
[     4.559]  compiled for 1.20.9, module version = 2.5.0
[     4.559]  Module class: X.Org Video Driver
[     4.559]  ABI class: X.Org Video Driver, version 24.1
[     4.559] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.559] (II) FBDEV: driver for framebuffer: fbdev
[     4.559] (II) VESA: driver for VESA chipsets: vesa
[     4.590] (II) modeset(0): using drv /dev/dri/card0
[     4.590] (WW) Falling back to old probe method for fbdev
[     4.590] (II) Loading sub module "fbdevhw"
[     4.590] (II) LoadModule: "fbdevhw"
[     4.590] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     4.591] (II) Module fbdevhw: vendor="X.Org Foundation"
[     4.591]  compiled for 1.20.10, module version = 0.0.2
[     4.591]  ABI class: X.Org Video Driver, version 24.1
[     4.591] (II) modeset(G0): using drv /dev/dri/card1
[     4.591] (II) modeset(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[     4.591] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     4.591] (==) modeset(0): RGB weight 888
[     4.591] (==) modeset(0): Default visual is TrueColor
[     4.591] (II) Loading sub module "glamoregl"
[     4.591] (II) LoadModule: "glamoregl"
[     4.591] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     4.599] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.599]  compiled for 1.20.10, module version = 1.0.1
[     4.599]  ABI class: X.Org ANSI C Emulation, version 0.4
[     4.764] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 630 (KBL GT2)
[     4.764] (II) modeset(0): glamor initialized
[     4.765] (II) modeset(0): Output eDP-1 has no monitor section
[     4.766] (II) modeset(0): EDID for output eDP-1
[     4.766] (II) modeset(0): Manufacturer: AUO  Model: 61ed  Serial#: 0
[     4.766] (II) modeset(0): Year: 2016  Week: 0
[     4.766] (II) modeset(0): EDID Version: 1.4
[     4.766] (II) modeset(0): Digital Display Input
[     4.766] (II) modeset(0): 6 bits per channel
[     4.766] (II) modeset(0): Digital interface is DisplayPort
[     4.766] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     4.766] (II) modeset(0): Gamma: 2.20
[     4.766] (II) modeset(0): No DPMS capabilities specified
[     4.766] (II) modeset(0): Supported color encodings: RGB 4:4:4
[     4.766] (II) modeset(0): First detailed timing is preferred mode
[     4.766] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     4.766] (II) modeset(0): redX: 0.575 redY: 0.345   greenX: 0.350 greenY: 0.575
[     4.766] (II) modeset(0): blueX: 0.160 blueY: 0.150   whiteX: 0.313 whiteY: 0.329
[     4.766] (II) modeset(0): Manufacturer's mask: 0
[     4.766] (II) modeset(0): Supported detailed timing:
[     4.766] (II) modeset(0): clock: 142.0 MHz   Image Size:  344 x 193 mm
[     4.766] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2100 h_border: 0
[     4.766] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1126 v_border: 0
[     4.766] (II) modeset(0): Unknown vendor-specific block f
[     4.766] (II) modeset(0):  AUO
[     4.766] (II) modeset(0):  B156HAN06.1
[     4.766] (II) modeset(0): EDID (in hex):
[     4.766] (II) modeset(0):   00ffffffffffff0006afed6100000000
[     4.766] (II) modeset(0):   001a0104952213780259259358599329
[     4.766] (II) modeset(0):   26505400000001010101010101010101
[     4.766] (II) modeset(0):   010101010101783780b470382e406c30
[     4.766] (II) modeset(0):   aa0058c1100000180000000f00000000
[     4.766] (II) modeset(0):   00000000000000000020000000fe0041
[     4.766] (II) modeset(0):   554f0a202020202020202020000000fe
[     4.766] (II) modeset(0):   004231353648414e30362e31200a00ea
[     4.766] (II) modeset(0): Printing probed modes for output eDP-1
[     4.766] (II) modeset(0): Modeline "1920x1080"x60.1  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[     4.766] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     4.766] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     4.766] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     4.766] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     4.766] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     4.766] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     4.766] (II) modeset(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[     4.766] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     4.766] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     4.766] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     4.766] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     4.766] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     4.766] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     4.766] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[     4.766] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     4.766] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     4.766] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     4.766] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     4.766] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     4.766] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     4.766] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     4.766] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[     4.766] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[     4.766] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     4.766] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     4.766] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     4.766] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     4.766] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[     4.766] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     4.766] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     4.766] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     4.766] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     4.766] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     4.766] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     4.766] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     4.766] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     4.766] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     4.766] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     4.766] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     4.766] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     4.766] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     4.766] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     4.766] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     4.766] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     4.766] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     4.766] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     4.766] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     4.766] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     4.766] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     4.766] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     4.766] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     4.766] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     4.766] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     4.766] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     4.766] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[     4.766] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     4.766] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     4.766] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     4.766] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     4.766] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[     4.766] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     4.766] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     4.766] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     4.766] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     4.766] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     4.766] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     4.766] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     4.766] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     4.766] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[     4.766] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[     4.766] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     4.766] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     4.766] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[     4.766] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     4.766] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     4.766] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     4.766] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     4.767] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     4.767] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     4.767] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     4.767] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     4.767] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     4.767] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     4.767] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     4.767] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     4.767] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     4.767] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     4.767] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     4.767] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     4.767] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     4.767] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     4.767] (II) modeset(0): Output eDP-1 connected
[     4.767] (II) modeset(0): Using exact sizes for initial modes
[     4.767] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     4.767] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.767] (==) modeset(0): DPI set to (96, 96)
[     4.767] (II) Loading sub module "fb"
[     4.767] (II) LoadModule: "fb"
[     4.767] (II) Loading /usr/lib/xorg/modules/libfb.so
[     4.767] (II) Module fb: vendor="X.Org Foundation"
[     4.767]  compiled for 1.20.10, module version = 1.0.0
[     4.767]  ABI class: X.Org ANSI C Emulation, version 0.4
[     4.768] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     4.768] (==) modeset(G0): RGB weight 888
[     4.768] (==) modeset(G0): Default visual is TrueColor
[     4.768] (II) Loading sub module "glamoregl"
[     4.768] (II) LoadModule: "glamoregl"
[     4.768] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     4.768] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.768]  compiled for 1.20.10, module version = 1.0.1
[     4.768]  ABI class: X.Org ANSI C Emulation, version 0.4
[     4.941] (II) modeset(G0): glamor X acceleration enabled on NV136
[     4.941] (II) modeset(G0): glamor initialized
[     5.025] (II) modeset(G0): Output DP-1-1 has no monitor section
[     5.026] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     5.105] (II) modeset(G0): Output DP-1-2 has no monitor section
[     5.193] (II) modeset(G0): EDID for output DP-1-1
[     5.194] (II) modeset(G0): EDID for output HDMI-1-1
[     5.273] (II) modeset(G0): EDID for output DP-1-2
[     5.273] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     5.273] (==) modeset(G0): DPI set to (96, 96)
[     5.273] (II) Loading sub module "fb"
[     5.273] (II) LoadModule: "fb"
[     5.273] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.273] (II) Module fb: vendor="X.Org Foundation"
[     5.273]  compiled for 1.20.10, module version = 1.0.0
[     5.273]  ABI class: X.Org ANSI C Emulation, version 0.4
[     5.273] (II) UnloadModule: "fbdev"
[     5.273] (II) Unloading fbdev
[     5.273] (II) UnloadSubModule: "fbdevhw"
[     5.273] (II) Unloading fbdevhw
[     5.273] (II) UnloadModule: "vesa"
[     5.273] (II) Unloading vesa
[     5.288] (==) modeset(0): Backing store enabled
[     5.288] (==) modeset(0): Silken mouse enabled
[     5.356] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     5.356] (==) modeset(0): DPMS enabled
[     5.356] (II) modeset(0): [DRI2] Setup complete
[     5.356] (II) modeset(0): [DRI2]   DRI driver: iris
[     5.356] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     5.360] (==) modeset(G0): Backing store enabled
[     5.360] (==) modeset(G0): Silken mouse enabled
[     5.360] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     5.360] (==) modeset(G0): DPMS enabled
[     5.360] (II) modeset(G0): [DRI2] Setup complete
[     5.360] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[     5.360] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[     5.361] (II) Initializing extension Generic Event Extension
[     5.361] (II) Initializing extension SHAPE
[     5.361] (II) Initializing extension MIT-SHM
[     5.361] (II) Initializing extension XInputExtension
[     5.361] (II) Initializing extension XTEST
[     5.361] (II) Initializing extension BIG-REQUESTS
[     5.362] (II) Initializing extension SYNC
[     5.362] (II) Initializing extension XKEYBOARD
[     5.362] (II) Initializing extension XC-MISC
[     5.362] (II) Initializing extension SECURITY
[     5.362] (II) Initializing extension XFIXES
[     5.362] (II) Initializing extension RENDER
[     5.362] (II) Initializing extension RANDR
[     5.362] (II) Initializing extension COMPOSITE
[     5.362] (II) Initializing extension DAMAGE
[     5.363] (II) Initializing extension MIT-SCREEN-SAVER
[     5.363] (II) Initializing extension DOUBLE-BUFFER
[     5.363] (II) Initializing extension RECORD
[     5.363] (II) Initializing extension DPMS
[     5.363] (II) Initializing extension Present
[     5.363] (II) Initializing extension DRI3
[     5.363] (II) Initializing extension X-Resource
[     5.363] (II) Initializing extension XVideo
[     5.363] (II) Initializing extension XVideo-MotionCompensation
[     5.363] (II) Initializing extension SELinux
[     5.363] (II) SELinux: Disabled on system
[     5.363] (II) Initializing extension GLX
[     5.372] (II) AIGLX: Loaded and initialized iris
[     5.372] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.372] (II) Initializing extension XFree86-VidModeExtension
[     5.372] (II) Initializing extension XFree86-DGA
[     5.372] (II) Initializing extension XFree86-DRI
[     5.373] (II) Initializing extension DRI2
[     5.375] (II) modeset(G0): Damage tracking initialized
[     5.379] (II) modeset(0): Damage tracking initialized
[     5.379] (II) modeset(0): Setting screen physical size to 508 x 285
[     5.427] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     5.427] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.427] (II) LoadModule: "libinput"
[     5.427] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.430] (II) Module libinput: vendor="X.Org Foundation"
[     5.430]  compiled for 1.20.8, module version = 0.30.0
[     5.430]  Module class: X.Org XInput Driver
[     5.430]  ABI class: X.Org XInput driver, version 24.1
[     5.430] (II) Using input driver 'libinput' for 'Power Button'
[     5.430] (**) Power Button: always reports core events
[     5.430] (**) Option "Device" "/dev/input/event3"
[     5.430] (**) Option "_source" "server/udev"
[     5.434] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     5.434] (II) event3  - Power Button: device is a keyboard
[     5.434] (II) event3  - Power Button: device removed
[     5.449] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[     5.449] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.449] (**) Option "xkb_model" "pc105"
[     5.449] (**) Option "xkb_layout" "fr"
[     5.449] (**) Option "xkb_variant" "latin9"
[     5.463] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     5.463] (II) event3  - Power Button: device is a keyboard
[     5.464] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[     5.464] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.464] (II) Using input driver 'libinput' for 'Video Bus'
[     5.464] (**) Video Bus: always reports core events
[     5.464] (**) Option "Device" "/dev/input/event8"
[     5.464] (**) Option "_source" "server/udev"
[     5.465] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     5.465] (II) event8  - Video Bus: device is a keyboard
[     5.465] (II) event8  - Video Bus: device removed
[     5.509] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input28/event8"
[     5.509] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.509] (**) Option "xkb_model" "pc105"
[     5.509] (**) Option "xkb_layout" "fr"
[     5.509] (**) Option "xkb_variant" "latin9"
[     5.511] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     5.511] (II) event8  - Video Bus: device is a keyboard
[     5.513] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[     5.513] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.513] (II) Using input driver 'libinput' for 'Video Bus'
[     5.513] (**) Video Bus: always reports core events
[     5.513] (**) Option "Device" "/dev/input/event7"
[     5.513] (**) Option "_source" "server/udev"
[     5.514] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[     5.514] (II) event7  - Video Bus: device is a keyboard
[     5.514] (II) event7  - Video Bus: device removed
[     5.549] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input27/event7"
[     5.549] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     5.549] (**) Option "xkb_model" "pc105"
[     5.549] (**) Option "xkb_layout" "fr"
[     5.549] (**) Option "xkb_variant" "latin9"
[     5.551] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[     5.551] (II) event7  - Video Bus: device is a keyboard
[     5.552] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     5.552] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.552] (II) Using input driver 'libinput' for 'Power Button'
[     5.552] (**) Power Button: always reports core events
[     5.553] (**) Option "Device" "/dev/input/event2"
[     5.553] (**) Option "_source" "server/udev"
[     5.554] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.554] (II) event2  - Power Button: device is a keyboard
[     5.555] (II) event2  - Power Button: device removed
[     5.573] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2"
[     5.573] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     5.573] (**) Option "xkb_model" "pc105"
[     5.573] (**) Option "xkb_layout" "fr"
[     5.573] (**) Option "xkb_variant" "latin9"
[     5.576] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.576] (II) event2  - Power Button: device is a keyboard
[     5.577] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     5.577] (II) No input driver specified, ignoring this device.
[     5.577] (II) This device may have been added with another device file.
[     5.578] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[     5.579] (II) No input driver specified, ignoring this device.
[     5.579] (II) This device may have been added with another device file.
[     5.579] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[     5.579] (II) No input driver specified, ignoring this device.
[     5.579] (II) This device may have been added with another device file.
[     5.580] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[     5.580] (II) No input driver specified, ignoring this device.
[     5.580] (II) This device may have been added with another device file.
[     5.581] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[     5.581] (II) No input driver specified, ignoring this device.
[     5.581] (II) This device may have been added with another device file.
[     5.582] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event16)
[     5.582] (II) No input driver specified, ignoring this device.
[     5.582] (II) This device may have been added with another device file.
[     5.582] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event17)
[     5.582] (II) No input driver specified, ignoring this device.
[     5.582] (II) This device may have been added with another device file.
[     5.585] (II) config/udev: Adding input device Logitech Craft (/dev/input/event6)
[     5.585] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[     5.585] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[     5.585] (II) Using input driver 'libinput' for 'Logitech Craft'
[     5.585] (**) Logitech Craft: always reports core events
[     5.585] (**) Option "Device" "/dev/input/event6"
[     5.585] (**) Option "_source" "server/udev"
[     5.588] (II) event6  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[     5.588] (II) event6  - Logitech Craft: device is a pointer
[     5.588] (II) event6  - Logitech Craft: device is a keyboard
[     5.589] (II) event6  - Logitech Craft: device removed
[     5.621] (II) libinput: Logitech Craft: needs a virtual subdevice
[     5.621] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input26/event6"
[     5.621] (II) XINPUT: Adding extended input device "Logitech Craft" (type: MOUSE, id 10)
[     5.622] (**) Option "AccelerationScheme" "none"
[     5.622] (**) Logitech Craft: (accel) selected scheme none/0
[     5.622] (**) Logitech Craft: (accel) acceleration factor: 2.000
[     5.622] (**) Logitech Craft: (accel) acceleration threshold: 4
[     5.625] (II) event6  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[     5.626] (II) event6  - Logitech Craft: device is a pointer
[     5.626] (II) event6  - Logitech Craft: device is a keyboard
[     5.627] (II) config/udev: Adding input device Logitech Craft (/dev/input/mouse1)
[     5.627] (II) No input driver specified, ignoring this device.
[     5.627] (II) This device may have been added with another device file.
[     5.627] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/event5)
[     5.627] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[     5.627] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[     5.627] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[     5.628] (**) Logitech MX Master 2S: always reports core events
[     5.628] (**) Option "Device" "/dev/input/event5"
[     5.628] (**) Option "_source" "server/udev"
[     5.629] (II) event5  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[     5.629] (II) event5  - Logitech MX Master 2S: device is a pointer
[     5.629] (II) event5  - Logitech MX Master 2S: device is a keyboard
[     5.629] (II) event5  - Logitech MX Master 2S: device removed
[     5.645] (II) libinput: Logitech MX Master 2S: needs a virtual subdevice
[     5.645] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input25/event5"
[     5.645] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: MOUSE, id 11)
[     5.645] (**) Option "AccelerationScheme" "none"
[     5.645] (**) Logitech MX Master 2S: (accel) selected scheme none/0
[     5.645] (**) Logitech MX Master 2S: (accel) acceleration factor: 2.000
[     5.645] (**) Logitech MX Master 2S: (accel) acceleration threshold: 4
[     5.647] (II) event5  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[     5.647] (II) event5  - Logitech MX Master 2S: device is a pointer
[     5.647] (II) event5  - Logitech MX Master 2S: device is a keyboard
[     5.649] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/mouse2)
[     5.649] (II) No input driver specified, ignoring this device.
[     5.649] (II) This device may have been added with another device file.
[     5.649] (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event11)
[     5.649] (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
[     5.649] (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
[     5.649] (**) EasyCamera: EasyCamera: always reports core events
[     5.649] (**) Option "Device" "/dev/input/event11"
[     5.649] (**) Option "_source" "server/udev"
[     5.651] (II) event11 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     5.651] (II) event11 - EasyCamera: EasyCamera: device is a keyboard
[     5.651] (II) event11 - EasyCamera: EasyCamera: device removed
[     5.685] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input31/event11"
[     5.685] (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 12)
[     5.685] (**) Option "xkb_model" "pc105"
[     5.685] (**) Option "xkb_layout" "fr"
[     5.685] (**) Option "xkb_variant" "latin9"
[     5.688] (II) event11 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     5.689] (II) event11 - EasyCamera: EasyCamera: device is a keyboard
[     5.690] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[     5.690] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[     5.690] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[     5.690] (**) Ideapad extra buttons: always reports core events
[     5.690] (**) Option "Device" "/dev/input/event9"
[     5.690] (**) Option "_source" "server/udev"
[     5.692] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     5.693] (II) event9  - Ideapad extra buttons: device is a keyboard
[     5.693] (II) event9  - Ideapad extra buttons: device removed
[     5.733] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input29/event9"
[     5.733] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 13)
[     5.733] (**) Option "xkb_model" "pc105"
[     5.733] (**) Option "xkb_layout" "fr"
[     5.733] (**) Option "xkb_variant" "latin9"
[     5.736] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     5.736] (II) event9  - Ideapad extra buttons: device is a keyboard
[     5.737] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event18)
[     5.737] (II) No input driver specified, ignoring this device.
[     5.737] (II) This device may have been added with another device file.
[     5.738] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event19)
[     5.738] (II) No input driver specified, ignoring this device.
[     5.738] (II) This device may have been added with another device file.
[     5.739] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
[     5.739] (II) No input driver specified, ignoring this device.
[     5.739] (II) This device may have been added with another device file.
[     5.740] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     5.740] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     5.740] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     5.740] (**) AT Translated Set 2 keyboard: always reports core events
[     5.740] (**) Option "Device" "/dev/input/event0"
[     5.740] (**) Option "_source" "server/udev"
[     5.742] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.743] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[     5.744] (II) event0  - AT Translated Set 2 keyboard: device removed
[     5.757] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     5.757] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[     5.757] (**) Option "xkb_model" "pc105"
[     5.757] (**) Option "xkb_layout" "fr"
[     5.757] (**) Option "xkb_variant" "latin9"
[     5.760] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.760] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[     5.763] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[     5.763] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     5.763] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     5.763] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     5.763] (**) Option "Device" "/dev/input/event4"
[     5.763] (**) Option "_source" "server/udev"
[     5.765] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     5.767] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     5.768] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[     5.806] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[     5.806] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[     5.807] (**) Option "AccelerationScheme" "none"
[     5.807] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     5.807] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     5.807] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     5.809] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     5.812] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     5.813] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     5.813] (II) No input driver specified, ignoring this device.
[     5.813] (II) This device may have been added with another device file.
[     5.814] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[     5.814] (II) No input driver specified, ignoring this device.
[     5.814] (II) This device may have been added with another device file.
[     5.840] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[     5.840] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[     5.840] (II) Using input driver 'libinput' for 'Logitech Craft'
[     5.840] (**) Logitech Craft: always reports core events
[     5.840] (**) Option "Device" "/dev/input/event6"
[     5.840] (**) Option "_source" "_driver/libinput"
[     5.840] (II) libinput: Logitech Craft: is a virtual subdevice
[     5.840] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input26/event6"
[     5.840] (II) XINPUT: Adding extended input device "Logitech Craft" (type: KEYBOARD, id 16)
[     5.840] (**) Option "xkb_model" "pc105"
[     5.840] (**) Option "xkb_layout" "fr"
[     5.840] (**) Option "xkb_variant" "latin9"
[     5.840] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[     5.840] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[     5.840] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[     5.840] (**) Logitech MX Master 2S: always reports core events
[     5.840] (**) Option "Device" "/dev/input/event5"
[     5.840] (**) Option "_source" "_driver/libinput"
[     5.840] (II) libinput: Logitech MX Master 2S: is a virtual subdevice
[     5.841] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input25/event5"
[     5.841] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: KEYBOARD, id 17)
[     5.841] (**) Option "xkb_model" "pc105"
[     5.841] (**) Option "xkb_layout" "fr"
[     5.841] (**) Option "xkb_variant" "latin9"
[     6.598] (II) modeset(0): EDID vendor "AUO", prod id 25069
[     6.598] (II) modeset(0): Printing DDC gathered Modelines:
[     6.598] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[     6.600] (II) modeset(0): EDID vendor "AUO", prod id 25069
[     6.600] (II) modeset(0): Printing DDC gathered Modelines:
[     6.600] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[     6.602] (II) modeset(0): EDID vendor "AUO", prod id 25069
[     6.602] (II) modeset(0): Printing DDC gathered Modelines:
[     6.602] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[     6.981] (II) modeset(0): EDID vendor "AUO", prod id 25069
[     6.981] (II) modeset(0): Printing DDC gathered Modelines:
[     6.981] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    63.653] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    63.653] (II) modeset(0): Printing DDC gathered Modelines:
[    63.653] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    69.830] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    69.830] (II) modeset(0): Printing DDC gathered Modelines:
[    69.830] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    71.302] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    71.302] (II) modeset(0): Printing DDC gathered Modelines:
[    71.302] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    71.759] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    71.759] (II) modeset(0): Printing DDC gathered Modelines:
[    71.759] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    71.961] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    71.962] (II) modeset(0): Printing DDC gathered Modelines:
[    71.962] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    81.624] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    81.624] (II) modeset(0): Printing DDC gathered Modelines:
[    81.624] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    82.264] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    82.355] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    82.355] (II) modeset(0): Printing DDC gathered Modelines:
[    82.355] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   232.714] (EE) event6  - Logitech Craft: client bug: event processing lagging behind by 36ms, your system is too slow
[   378.637] (EE) event6  - Logitech Craft: client bug: event processing lagging behind by 20ms, your system is too slow
[   452.513] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   452.513] (II) modeset(0): Printing DDC gathered Modelines:
[   452.513] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   462.550] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   462.550] (II) modeset(0): Printing DDC gathered Modelines:
[   462.550] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   496.433] (EE) event6  - Logitech Craft: client bug: event processing lagging behind by 35ms, your system is too slow
[   520.496] (EE) client bug: timer event5 debounce: scheduled expiry is in the past (-6ms), your system is too slow
[   520.496] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-19ms), your system is too slow
[   542.345] (EE) client bug: timer event5 debounce: scheduled expiry is in the past (-11ms), your system is too slow
[   542.345] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-24ms), your system is too slow
[   567.481] (EE) event6  - Logitech Craft: client bug: event processing lagging behind by 12ms, your system is too slow
[   573.699] (EE) event5  - Logitech MX Master 2S: client bug: event processing lagging behind by 18ms, your system is too slow
[   574.513] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-8ms), your system is too slow
[   593.291] (EE) event5  - Logitech MX Master 2S: client bug: event processing lagging behind by 34ms, your system is too slow
[   594.971] (EE) event5  - Logitech MX Master 2S: client bug: event processing lagging behind by 30ms, your system is too slow
[   596.728] (EE) event5  - Logitech MX Master 2S: client bug: event processing lagging behind by 23ms, your system is too slow
[   622.883] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   622.883] (II) modeset(0): Printing DDC gathered Modelines:
[   622.884] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   626.594] (EE) event5  - Logitech MX Master 2S: client bug: event processing lagging behind by 28ms, your system is too slow
[   626.594] (EE) event5  - Logitech MX Master 2S: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[   628.672] (EE) event6  - Logitech Craft: client bug: event processing lagging behind by 34ms, your system is too slow
[   628.672] (EE) event6  - Logitech Craft: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[   647.979] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   647.979] (II) modeset(0): Printing DDC gathered Modelines:
[   647.979] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   652.404] (EE) client bug: timer event5 debounce: scheduled expiry is in the past (-1ms), your system is too slow
[   652.404] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-15ms), your system is too slow
[   664.428] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   664.428] (II) modeset(0): Printing DDC gathered Modelines:
[   664.428] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   668.786] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-0ms), your system is too slow
[   682.084] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-10ms), your system is too slow
[   734.622] (EE) client bug: timer event5 debounce: scheduled expiry is in the past (-8ms), your system is too slow
[   734.622] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-21ms), your system is too slow
[   749.612] (EE) client bug: timer event5 debounce: scheduled expiry is in the past (-14ms), your system is too slow
[   749.612] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-27ms), your system is too slow
[   785.106] (EE) client bug: timer event5 debounce: scheduled expiry is in the past (-8ms), your system is too slow
[   785.106] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-21ms), your system is too slow
[   812.178] (EE) client bug: timer event5 debounce: scheduled expiry is in the past (-12ms), your system is too slow
[   812.178] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-25ms), your system is too slow
[   884.572] (EE) client bug: timer event5 debounce: scheduled expiry is in the past (-1ms), your system is too slow
[   884.572] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-14ms), your system is too slow
[   929.808] (EE) client bug: timer event5 debounce: scheduled expiry is in the past (-13ms), your system is too slow
[   929.808] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-26ms), your system is too slow



cat /var/log/Xorg.0.log | grep drm
[     4.463] (II) xfree86: Adding drm device (/dev/dri/card1)
[     4.463] (II) xfree86: Adding drm device (/dev/dri/card0)



cat /var/log/Xorg.0.log | grep nouveau
[     5.360] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[     5.360] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau

#10 Re : Matériel » Écran HDMI non détecté » 19-04-2021 11:41:06

BugsByte
Dans Mate Teak, j'ai pu remettre "Marco (compositeur adaptatif)" sans qu'il y ait d'erreurs dans /var/log/Xorg.0.log

#11 Re : Matériel » Écran HDMI non détecté » 19-04-2021 11:35:27

BugsByte
Avec ce live CD je n'ai pas d'écran externe non plus !
Tout mes espoirs s'envolent !

Je n'ai plus qu'à basculer sur Ubuntu on dirait !

#12 Re : Matériel » Écran HDMI non détecté » 19-04-2021 11:26:22

BugsByte
La mise à jour de buster à testing est terminée.
Toujours pas d'écran externe qui s'allume sur cette version.

Je suis en train de télécharger une Debian live testing amd64 mate nonfree pour tester.

#13 Re : Matériel » Écran HDMI non détecté » 19-04-2021 11:02:29

BugsByte
Ça me pose moins de problème de passer sur Debian testing que sur Ubuntu.
J'ai lancé la mise à jour.

Je reviens vers vous ASAP.

#14 Re : Matériel » Écran HDMI non détecté » 19-04-2021 02:45:27

BugsByte
Voyons voir maintenant si j'arrive à interpréter ces logs moi-même !
N'hésitez pas à les regarder vous-même car je vais peut-être dire n'importe quoi ci-dessous !

Regardons d'abord "lspci" :
Je trouve ça bizarre que pour "00:01.0 PCI bridge", sur Debian il indique "Intel Corporation Skylake PCIe Controller" et sur Ubuntu "Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller".
Les autres aussi ont un nom différent mais ça me choque moins !

Par contre, ça me semble identique pour la carte graphique Intel : i915 pour les 2

La carte nvidia est bien reconnu comme étant une GP106M utilisant nouveau.
Par contre, sur Ubuntu, il y a le Kernel modules nvidiafb aussi, en plus de nouveau !

"xrandr"
Sur Ubuntu, cette fois, on a bien toutes les sorties avec leurs résolutions supportées.

"dmesg"

[    2.347221] [drm] Initialized i915 1.6.0 20200515 for 0000:00:02.0 on minor 0
[    2.437426] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[    2.461450] vga_switcheroo: enabled
 



Cela semble indiquer que tout est ok.
Mais on avait la même chose côté Debian.
Par contre, sur Ubuntu, je vois qu'il n'y a pas tous les messages du genre :

[    1.829020] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/fecs_bl.bin
[    1.829031] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/fecs_inst.bin
[    1.829037] nouveau 0000:01:00.0: firmware: direct-loading firmware nvidia/gp106/gr/fecs_data.bin



"glxinfo"
Il nous apprend qu'on utilise une version plus récente sur Ubuntu : 20.2.1 au lieu de 18.3.6

"log X"
Je ne sais pas comment exploiter ce fichier !

#15 Re : Matériel » Écran HDMI non détecté » 19-04-2021 02:08:17

BugsByte

glxinfo -B


name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) HD Graphics 630 (KBL GT2) (0x591b)
    Version: 20.2.1
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics 630 (KBL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.2.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.2.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.2.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20



DRI_PRIME=0 glxinfo -B


name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) HD Graphics 630 (KBL GT2) (0x591b)
    Version: 20.2.1
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics 630 (KBL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.2.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.2.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.2.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20



DRI_PRIME=1 glxinfo -B


name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: nouveau (0x10de)
    Device: NV136 (0x1c20)
    Version: 20.2.1
    Accelerated: yes
    Video memory: 6079MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.3
    Max compat profile version: 4.3
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: nouveau
OpenGL renderer string: NV136
OpenGL core profile version string: 4.3 (Core Profile) Mesa 20.2.1
OpenGL core profile shading language version string: 4.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.3 (Compatibility Profile) Mesa 20.2.1
OpenGL shading language version string: 4.30
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.2.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20



cat /var/log/Xorg.0.log.old


[    24.339]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[    24.339] Build Operating System: Linux 4.15.0-118-generic x86_64 Ubuntu
[    24.339] Current Operating System: Linux ubuntu-mate 5.8.0-25-generic #26-Ubuntu SMP Thu Oct 15 10:30:38 UTC 2020 x86_64
[    24.339] Kernel command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu-mate.seed maybe-ubiquity quiet splash ---
[    24.339] Build Date: 07 October 2020  05:46:52AM
[    24.339] xorg-server 2:1.20.9-2ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[    24.339] Current version of pixman: 0.38.4
[    24.339]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[    24.339] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    24.339] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 19 00:16:09 2021
[    24.364] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    24.367] (==) No Layout section.  Using the first Screen section.
[    24.367] (==) No screen section available. Using defaults.
[    24.367] (**) |-->Screen "Default Screen Section" (0)
[    24.367] (**) |   |-->Monitor "<default monitor>"
[    24.367] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[    24.367] (==) Automatically adding devices
[    24.367] (==) Automatically enabling devices
[    24.367] (==) Automatically adding GPU devices
[    24.367] (==) Automatically binding GPU devices
[    24.367] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    24.377] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    24.377]  Entry deleted from font path.
[    24.377] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    24.377]  Entry deleted from font path.
[    24.377] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    24.377]  Entry deleted from font path.
[    24.380] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    24.380]  Entry deleted from font path.
[    24.380] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    24.380]  Entry deleted from font path.
[    24.380] (==) FontPath set to:
  /usr/share/fonts/X11/misc,
  /usr/share/fonts/X11/Type1,
  built-ins
[    24.380] (==) ModulePath set to "/usr/lib/xorg/modules"
[    24.380] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[    24.380] (II) Loader magic: 0x5568ccfb5020
[    24.380] (II) Module ABI versions:
[    24.380]  X.Org ANSI C Emulation: 0.4
[    24.380]  X.Org Video Driver: 24.1
[    24.381]  X.Org XInput driver : 24.1
[    24.381]  X.Org Server Extension : 10.0
[    24.381] (++) using VT number 1

[    24.381] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    24.383] (II) xfree86: Adding drm device (/dev/dri/card1)
[    24.383] (II) xfree86: Adding drm device (/dev/dri/card0)
[    24.386] (--) PCI:*(0@0:2:0) 8086:591b:17aa:39b9 rev 4, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    24.386] (--) PCI: (1@0:0:0) 10de:1c20:17aa:39b9 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    24.386] (II) LoadModule: "glx"
[    24.390] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    24.644] (II) Module glx: vendor="X.Org Foundation"
[    24.644]  compiled for 1.20.9, module version = 1.0.0
[    24.644]  ABI class: X.Org Server Extension, version 10.0
[    24.702] (==) Matched modesetting as autoconfigured driver 0
[    24.702] (==) Matched fbdev as autoconfigured driver 1
[    24.702] (==) Matched vesa as autoconfigured driver 2
[    24.702] (==) Assigned the driver to the xf86ConfigLayout
[    24.702] (II) LoadModule: "modesetting"
[    24.704] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    24.709] (II) Module modesetting: vendor="X.Org Foundation"
[    24.709]  compiled for 1.20.9, module version = 1.20.9
[    24.709]  Module class: X.Org Video Driver
[    24.709]  ABI class: X.Org Video Driver, version 24.1
[    24.709] (II) LoadModule: "fbdev"
[    24.709] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    24.711] (II) Module fbdev: vendor="X.Org Foundation"
[    24.711]  compiled for 1.20.1, module version = 0.5.0
[    24.711]  Module class: X.Org Video Driver
[    24.711]  ABI class: X.Org Video Driver, version 24.0
[    24.711] (II) LoadModule: "vesa"
[    24.711] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    24.714] (II) Module vesa: vendor="X.Org Foundation"
[    24.714]  compiled for 1.20.8, module version = 2.5.0
[    24.714]  Module class: X.Org Video Driver
[    24.714]  ABI class: X.Org Video Driver, version 24.1
[    24.714] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    24.714] (II) FBDEV: driver for framebuffer: fbdev
[    24.714] (II) VESA: driver for VESA chipsets: vesa
[    24.714] (II) modeset(0): using drv /dev/dri/card0
[    24.714] (WW) Falling back to old probe method for fbdev
[    24.714] (II) Loading sub module "fbdevhw"
[    24.714] (II) LoadModule: "fbdevhw"
[    24.717] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    24.722] (II) Module fbdevhw: vendor="X.Org Foundation"
[    24.722]  compiled for 1.20.9, module version = 0.0.2
[    24.722]  ABI class: X.Org Video Driver, version 24.1
[    24.723] (II) modeset(G0): using drv /dev/dri/card1
[    24.723] (II) modeset(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[    24.723] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    24.723] (==) modeset(0): RGB weight 888
[    24.723] (==) modeset(0): Default visual is TrueColor
[    24.723] (II) Loading sub module "glamoregl"
[    24.723] (II) LoadModule: "glamoregl"
[    24.723] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    24.761] (II) Module glamoregl: vendor="X.Org Foundation"
[    24.761]  compiled for 1.20.9, module version = 1.0.1
[    24.761]  ABI class: X.Org ANSI C Emulation, version 0.4
[    26.421] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 630 (KBL GT2)
[    26.422] (II) modeset(0): glamor initialized
[    26.422] (II) modeset(0): Output eDP-1 has no monitor section
[    26.424] (II) modeset(0): EDID for output eDP-1
[    26.424] (II) modeset(0): Manufacturer: AUO  Model: 61ed  Serial#: 0
[    26.424] (II) modeset(0): Year: 2016  Week: 0
[    26.424] (II) modeset(0): EDID Version: 1.4
[    26.424] (II) modeset(0): Digital Display Input
[    26.424] (II) modeset(0): 6 bits per channel
[    26.424] (II) modeset(0): Digital interface is DisplayPort
[    26.424] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    26.424] (II) modeset(0): Gamma: 2.20
[    26.424] (II) modeset(0): No DPMS capabilities specified
[    26.424] (II) modeset(0): Supported color encodings: RGB 4:4:4
[    26.424] (II) modeset(0): First detailed timing is preferred mode
[    26.424] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    26.424] (II) modeset(0): redX: 0.575 redY: 0.345   greenX: 0.350 greenY: 0.575
[    26.424] (II) modeset(0): blueX: 0.160 blueY: 0.150   whiteX: 0.313 whiteY: 0.329
[    26.424] (II) modeset(0): Manufacturer's mask: 0
[    26.424] (II) modeset(0): Supported detailed timing:
[    26.424] (II) modeset(0): clock: 142.0 MHz   Image Size:  344 x 193 mm
[    26.424] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2100 h_border: 0
[    26.424] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1126 v_border: 0
[    26.424] (II) modeset(0): Unknown vendor-specific block f
[    26.424] (II) modeset(0):  AUO
[    26.424] (II) modeset(0):  B156HAN06.1
[    26.424] (II) modeset(0): EDID (in hex):
[    26.424] (II) modeset(0):   00ffffffffffff0006afed6100000000
[    26.424] (II) modeset(0):   001a0104952213780259259358599329
[    26.424] (II) modeset(0):   26505400000001010101010101010101
[    26.424] (II) modeset(0):   010101010101783780b470382e406c30
[    26.424] (II) modeset(0):   aa0058c1100000180000000f00000000
[    26.424] (II) modeset(0):   00000000000000000020000000fe0041
[    26.424] (II) modeset(0):   554f0a202020202020202020000000fe
[    26.424] (II) modeset(0):   004231353648414e30362e31200a00ea
[    26.425] (II) modeset(0): Printing probed modes for output eDP-1
[    26.425] (II) modeset(0): Modeline "1920x1080"x60.1  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    26.425] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    26.425] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    26.425] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    26.425] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    26.425] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    26.425] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    26.425] (II) modeset(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[    26.425] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    26.425] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    26.425] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    26.425] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    26.425] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    26.425] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    26.425] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    26.425] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    26.425] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    26.425] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    26.425] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    26.425] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    26.425] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    26.425] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    26.425] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    26.425] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    26.425] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    26.425] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    26.425] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    26.425] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    26.425] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    26.425] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    26.425] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    26.425] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    26.425] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    26.425] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    26.425] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    26.425] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    26.425] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    26.425] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    26.425] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    26.425] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    26.425] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    26.425] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    26.425] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    26.425] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    26.425] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    26.425] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    26.425] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    26.425] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    26.425] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    26.425] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    26.425] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    26.425] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    26.425] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    26.425] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    26.425] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    26.425] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    26.425] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    26.425] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    26.425] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    26.425] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    26.425] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    26.425] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    26.425] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    26.425] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    26.425] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    26.425] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    26.425] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    26.425] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    26.425] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    26.425] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    26.425] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    26.425] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    26.425] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    26.425] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    26.425] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    26.425] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    26.425] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    26.425] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    26.425] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    26.425] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    26.425] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    26.425] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    26.425] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    26.425] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    26.425] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    26.425] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    26.425] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    26.425] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    26.425] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    26.425] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    26.425] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    26.425] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    26.425] (II) modeset(0): Output eDP-1 connected
[    26.425] (II) modeset(0): Using exact sizes for initial modes
[    26.425] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    26.425] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    26.425] (==) modeset(0): DPI set to (96, 96)
[    26.425] (II) Loading sub module "fb"
[    26.425] (II) LoadModule: "fb"
[    26.425] (II) Loading /usr/lib/xorg/modules/libfb.so
[    26.428] (II) Module fb: vendor="X.Org Foundation"
[    26.428]  compiled for 1.20.9, module version = 1.0.0
[    26.428]  ABI class: X.Org ANSI C Emulation, version 0.4
[    26.428] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    26.428] (==) modeset(G0): RGB weight 888
[    26.428] (==) modeset(G0): Default visual is TrueColor
[    26.428] (II) Loading sub module "glamoregl"
[    26.428] (II) LoadModule: "glamoregl"
[    26.428] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    26.428] (II) Module glamoregl: vendor="X.Org Foundation"
[    26.428]  compiled for 1.20.9, module version = 1.0.1
[    26.428]  ABI class: X.Org ANSI C Emulation, version 0.4
[    26.460] (II) modeset(G0): glamor X acceleration enabled on NV136
[    26.460] (II) modeset(G0): glamor initialized
[    26.524] (II) modeset(G0): Output DP-1-1 has no monitor section
[    26.592] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    26.656] (II) modeset(G0): Output DP-1-2 has no monitor section
[    26.720] (II) modeset(G0): EDID for output DP-1-1
[    26.788] (II) modeset(G0): EDID for output HDMI-1-1
[    26.788] (II) modeset(G0): Manufacturer: SAM  Model: f94  Serial#: 809653835
[    26.788] (II) modeset(G0): Year: 2020  Week: 53
[    26.788] (II) modeset(G0): EDID Version: 1.3
[    26.788] (II) modeset(G0): Digital Display Input
[    26.788] (II) modeset(G0): Max Image Size [cm]: horiz.: 70  vert.: 39
[    26.788] (II) modeset(G0): Gamma: 2.20
[    26.788] (II) modeset(G0): DPMS capabilities: Off
[    26.788] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    26.788] (II) modeset(G0): First detailed timing is preferred mode
[    26.788] (II) modeset(G0): redX: 0.651 redY: 0.340   greenX: 0.300 greenY: 0.623
[    26.788] (II) modeset(G0): blueX: 0.149 blueY: 0.071   whiteX: 0.312 whiteY: 0.329
[    26.788] (II) modeset(G0): Supported established timings:
[    26.788] (II) modeset(G0): 720x400@70Hz
[    26.788] (II) modeset(G0): 640x480@60Hz
[    26.788] (II) modeset(G0): 640x480@67Hz
[    26.788] (II) modeset(G0): 640x480@72Hz
[    26.788] (II) modeset(G0): 640x480@75Hz
[    26.788] (II) modeset(G0): 800x600@56Hz
[    26.788] (II) modeset(G0): 800x600@60Hz
[    26.788] (II) modeset(G0): 800x600@72Hz
[    26.788] (II) modeset(G0): 800x600@75Hz
[    26.788] (II) modeset(G0): 832x624@75Hz
[    26.788] (II) modeset(G0): 1024x768@60Hz
[    26.788] (II) modeset(G0): 1024x768@70Hz
[    26.788] (II) modeset(G0): 1024x768@75Hz
[    26.788] (II) modeset(G0): 1280x1024@75Hz
[    26.788] (II) modeset(G0): 1152x864@75Hz
[    26.788] (II) modeset(G0): Manufacturer's mask: 0
[    26.788] (II) modeset(G0): Supported standard timings:
[    26.788] (II) modeset(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    26.788] (II) modeset(G0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    26.788] (II) modeset(G0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    26.788] (II) modeset(G0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    26.788] (II) modeset(G0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    26.788] (II) modeset(G0): #5: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    26.788] (II) modeset(G0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    26.788] (II) modeset(G0): Supported detailed timing:
[    26.788] (II) modeset(G0): clock: 594.0 MHz   Image Size:  697 x 392 mm
[    26.788] (II) modeset(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[    26.788] (II) modeset(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[    26.788] (II) modeset(G0): Ranges: V min: 24 V max: 75 Hz, H min: 30 H max: 135 kHz, PixClock max 605 MHz
[    26.788] (II) modeset(G0): Monitor name: U32R59x
[    26.788] (II) modeset(G0): Serial No: HNANC00009
[    26.788] (II) modeset(G0): Supported detailed timing:
[    26.788] (II) modeset(G0): clock: 148.5 MHz   Image Size:  697 x 392 mm
[    26.788] (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    26.788] (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    26.788] (II) modeset(G0): Supported detailed timing:
[    26.788] (II) modeset(G0): clock: 148.5 MHz   Image Size:  697 x 392 mm
[    26.788] (II) modeset(G0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    26.788] (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    26.788] (II) modeset(G0): Supported detailed timing:
[    26.788] (II) modeset(G0): clock: 297.0 MHz   Image Size:  697 x 392 mm
[    26.788] (II) modeset(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[    26.788] (II) modeset(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[    26.788] (II) modeset(G0): Supported detailed timing:
[    26.788] (II) modeset(G0): clock: 241.5 MHz   Image Size:  697 x 392 mm
[    26.788] (II) modeset(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    26.788] (II) modeset(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[    26.788] (II) modeset(G0): Number of EDID sections to follow: 1
[    26.788] (II) modeset(G0): EDID (in hex):
[    26.788] (II) modeset(G0):  00ffffffffffff004c2d940f4b564230
[    26.788] (II) modeset(G0):  351e0103804627782ace51a6574c9f26
[    26.788] (II) modeset(G0):  125054bfef80714f810081c081809500
[    26.788] (II) modeset(G0):  a9c0b300010108e80030f2705a80b058
[    26.788] (II) modeset(G0):  8a00b9882100001e000000fd00184b1e
[    26.788] (II) modeset(G0):  873c000a202020202020000000fc0055
[    26.788] (II) modeset(G0):  3332523539780a2020202020000000ff
[    26.788] (II) modeset(G0):  00484e414e4330303030390a202001ee
[    26.788] (II) modeset(G0):  020334f04d611203130420221f105f60
[    26.788] (II) modeset(G0):  5d5e23090707830100006d030c001000
[    26.788] (II) modeset(G0):  b83c20006001020367d85dc401788003
[    26.788] (II) modeset(G0):  e30f0104023a801871382d40582c4500
[    26.788] (II) modeset(G0):  b9882100001e023a80d072382d40102c
[    26.788] (II) modeset(G0):  4580b9882100001e04740030f2705a80
[    26.788] (II) modeset(G0):  b0588a00b9882100001e565e00a0a0a0
[    26.789] (II) modeset(G0):  295030203500b9882100001a000000a0
[    26.789] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    26.789] (II) modeset(G0): Not using default mode "3840x2160" (bad mode clock/interlace/doublescan)
[    26.789] (II) modeset(G0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[    26.789] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[    26.789] (II) modeset(G0): Modeline "3840x2160"x60.0  594.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (135.0 kHz eP)
[    26.789] (II) modeset(G0): Modeline "3840x2160"x50.0  594.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (112.5 kHz e)
[    26.789] (II) modeset(G0): Modeline "3840x2160"x59.9  593.41  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (134.9 kHz e)
[    26.789] (II) modeset(G0): Modeline "3840x2160"x60.0  533.00  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[    26.789] (II) modeset(G0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz e)
[    26.789] (II) modeset(G0): Modeline "3840x2160"x25.0  297.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (56.2 kHz e)
[    26.789] (II) modeset(G0): Modeline "3840x2160"x24.0  297.00  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
[    26.789] (II) modeset(G0): Modeline "3840x2160"x30.0  296.70  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
[    26.789] (II) modeset(G0): Modeline "3840x2160"x24.0  296.70  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (53.9 kHz e)
[    26.789] (II) modeset(G0): Modeline "3200x1800"x60.0  492.00  3200 3456 3800 4400  1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[    26.789] (II) modeset(G0): Modeline "3200x1800"x59.9  373.00  3200 3248 3280 3360  1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "2880x1620"x60.0  396.25  2880 3096 3408 3936  1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[    26.789] (II) modeset(G0): Modeline "2880x1620"x60.0  303.75  2880 2928 2960 3040  1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[    26.789] (II) modeset(G0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[    26.789] (II) modeset(G0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[    26.789] (II) modeset(G0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    26.789] (II) modeset(G0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[    26.789] (II) modeset(G0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[    26.789] (II) modeset(G0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[    26.789] (II) modeset(G0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[    26.789] (II) modeset(G0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[    26.789] (II) modeset(G0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[    26.789] (II) modeset(G0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[    26.789] (II) modeset(G0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[    26.789] (II) modeset(G0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[    26.789] (II) modeset(G0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    26.789] (II) modeset(G0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    26.789] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    26.789] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    26.789] (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    26.789] (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    26.789] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    26.789] (II) modeset(G0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    26.789] (II) modeset(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    26.789] (II) modeset(G0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[    26.789] (II) modeset(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    26.789] (II) modeset(G0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[    26.789] (II) modeset(G0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[    26.789] (II) modeset(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "1680x1050"x74.9  187.00  1680 1800 1976 2272  1050 1053 1059 1099 -hsync +vsync (82.3 kHz d)
[    26.789] (II) modeset(G0): Modeline "1680x1050"x69.9  174.00  1680 1800 1976 2272  1050 1053 1059 1096 -hsync +vsync (76.6 kHz d)
[    26.789] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    26.789] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    26.789] (II) modeset(G0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "1400x1050"x70.0  145.06  1400 1496 1648 1896  1050 1051 1054 1093 -hsync +vsync (76.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    26.789] (II) modeset(G0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    26.789] (II) modeset(G0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    26.789] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    26.789] (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    26.789] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    26.789] (II) modeset(G0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    26.789] (II) modeset(G0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    26.789] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    26.789] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    26.789] (II) modeset(G0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    26.789] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    26.789] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    26.789] (II) modeset(G0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    26.789] (II) modeset(G0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    26.789] (II) modeset(G0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    26.789] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    26.789] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    26.789] (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    26.789] (II) modeset(G0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.6 kHz d)
[    26.789] (II) modeset(G0): Modeline "1152x864"x70.0   96.77  1152 1224 1344 1536  864 865 868 900 -hsync +vsync (63.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    26.789] (II) modeset(G0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    26.789] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    26.789] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    26.789] (II) modeset(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    26.789] (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    26.789] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    26.789] (II) modeset(G0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    26.789] (II) modeset(G0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    26.789] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    26.789] (II) modeset(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    26.789] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    26.789] (II) modeset(G0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    26.789] (II) modeset(G0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    26.789] (II) modeset(G0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    26.789] (II) modeset(G0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    26.789] (II) modeset(G0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    26.789] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    26.789] (II) modeset(G0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    26.789] (II) modeset(G0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    26.789] (II) modeset(G0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    26.789] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    26.789] (II) modeset(G0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    26.789] (II) modeset(G0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    26.789] (II) modeset(G0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    26.789] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    26.789] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    26.789] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    26.789] (II) modeset(G0): Modeline "840x525"x75.0   93.50  840 900 988 1136  525 526 529 549 doublescan -hsync +vsync (82.3 kHz d)
[    26.789] (II) modeset(G0): Modeline "840x525"x69.9   87.00  840 900 988 1136  525 526 529 548 doublescan -hsync +vsync (76.6 kHz d)
[    26.789] (II) modeset(G0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    26.789] (II) modeset(G0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    26.789] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    26.789] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    26.789] (II) modeset(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    26.789] (II) modeset(G0): Modeline "800x512"x60.2   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "700x525"x70.1   72.53  700 748 824 948  525 525 527 546 doublescan -hsync +vsync (76.5 kHz d)
[    26.789] (II) modeset(G0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    26.789] (II) modeset(G0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    26.789] (II) modeset(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    26.789] (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    26.789] (II) modeset(G0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    26.789] (II) modeset(G0): Modeline "720x450"x59.9   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    26.789] (II) modeset(G0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    26.790] (II) modeset(G0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    26.790] (II) modeset(G0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    26.790] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    26.790] (II) modeset(G0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    26.790] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    26.790] (II) modeset(G0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    26.790] (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    26.790] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    26.790] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    26.790] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    26.790] (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    26.790] (II) modeset(G0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    26.790] (II) modeset(G0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    26.790] (II) modeset(G0): Modeline "680x384"x59.8   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    26.790] (II) modeset(G0): Modeline "680x384"x60.0   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    26.790] (II) modeset(G0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    26.790] (II) modeset(G0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    26.790] (II) modeset(G0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    26.790] (II) modeset(G0): Modeline "576x432"x75.0   52.49  576 612 676 776  432 432 434 451 doublescan -hsync +vsync (67.6 kHz d)
[    26.790] (II) modeset(G0): Modeline "576x432"x70.0   48.38  576 612 672 768  432 432 434 450 doublescan -hsync +vsync (63.0 kHz d)
[    26.790] (II) modeset(G0): Modeline "576x432"x60.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    26.790] (II) modeset(G0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    26.790] (II) modeset(G0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    26.790] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    26.790] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    26.790] (II) modeset(G0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    26.790] (II) modeset(G0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    26.790] (II) modeset(G0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    26.790] (II) modeset(G0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    26.790] (II) modeset(G0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    26.790] (II) modeset(G0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    26.790] (II) modeset(G0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    26.790] (II) modeset(G0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    26.790] (II) modeset(G0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    26.790] (II) modeset(G0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    26.790] (II) modeset(G0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    26.790] (II) modeset(G0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    26.790] (II) modeset(G0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    26.790] (II) modeset(G0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    26.790] (II) modeset(G0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    26.790] (II) modeset(G0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    26.790] (II) modeset(G0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    26.790] (II) modeset(G0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    26.790] (II) modeset(G0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    26.790] (II) modeset(G0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    26.790] (II) modeset(G0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    26.852] (II) modeset(G0): EDID for output DP-1-2
[    26.852] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    26.852] (==) modeset(G0): DPI set to (96, 96)
[    26.852] (II) Loading sub module "fb"
[    26.852] (II) LoadModule: "fb"
[    26.852] (II) Loading /usr/lib/xorg/modules/libfb.so
[    26.852] (II) Module fb: vendor="X.Org Foundation"
[    26.852]  compiled for 1.20.9, module version = 1.0.0
[    26.852]  ABI class: X.Org ANSI C Emulation, version 0.4
[    26.852] (II) UnloadModule: "fbdev"
[    26.852] (II) Unloading fbdev
[    26.852] (II) UnloadSubModule: "fbdevhw"
[    26.852] (II) Unloading fbdevhw
[    26.852] (II) UnloadModule: "vesa"
[    26.852] (II) Unloading vesa
[    26.889] (==) modeset(0): Backing store enabled
[    26.889] (==) modeset(0): Silken mouse enabled
[    26.970] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    26.970] (==) modeset(0): DPMS enabled
[    26.970] (II) modeset(0): [DRI2] Setup complete
[    26.970] (II) modeset(0): [DRI2]   DRI driver: iris
[    26.970] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    26.996] (==) modeset(G0): Backing store enabled
[    26.996] (==) modeset(G0): Silken mouse enabled
[    27.012] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    27.012] (==) modeset(G0): DPMS enabled
[    27.012] (II) modeset(G0): [DRI2] Setup complete
[    27.012] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[    27.012] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[    27.012] (II) Initializing extension Generic Event Extension
[    27.013] (II) Initializing extension SHAPE
[    27.013] (II) Initializing extension MIT-SHM
[    27.013] (II) Initializing extension XInputExtension
[    27.013] (II) Initializing extension XTEST
[    27.013] (II) Initializing extension BIG-REQUESTS
[    27.013] (II) Initializing extension SYNC
[    27.013] (II) Initializing extension XKEYBOARD
[    27.013] (II) Initializing extension XC-MISC
[    27.013] (II) Initializing extension SECURITY
[    27.013] (II) Initializing extension XFIXES
[    27.014] (II) Initializing extension RENDER
[    27.014] (II) Initializing extension RANDR
[    27.014] (II) Initializing extension COMPOSITE
[    27.014] (II) Initializing extension DAMAGE
[    27.014] (II) Initializing extension MIT-SCREEN-SAVER
[    27.014] (II) Initializing extension DOUBLE-BUFFER
[    27.014] (II) Initializing extension RECORD
[    27.014] (II) Initializing extension DPMS
[    27.015] (II) Initializing extension Present
[    27.015] (II) Initializing extension DRI3
[    27.015] (II) Initializing extension X-Resource
[    27.015] (II) Initializing extension XVideo
[    27.015] (II) Initializing extension XVideo-MotionCompensation
[    27.015] (II) Initializing extension SELinux
[    27.015] (II) SELinux: Disabled on system
[    27.015] (II) Initializing extension GLX
[    27.022] (II) AIGLX: Loaded and initialized iris
[    27.022] (II) GLX: Initialized DRI2 GL provider for screen 0
[    27.022] (II) Initializing extension XFree86-VidModeExtension
[    27.023] (II) Initializing extension XFree86-DGA
[    27.023] (II) Initializing extension XFree86-DRI
[    27.023] (II) Initializing extension DRI2
[    27.048] (II) modeset(G0): Damage tracking initialized
[    27.048] (II) modeset(0): Damage tracking initialized
[    27.048] (II) modeset(0): Setting screen physical size to 508 x 285
[    27.159] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    27.160] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.160] (II) LoadModule: "libinput"
[    27.161] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    27.183] (II) Module libinput: vendor="X.Org Foundation"
[    27.183]  compiled for 1.20.8, module version = 0.30.0
[    27.183]  Module class: X.Org XInput Driver
[    27.183]  ABI class: X.Org XInput driver, version 24.1
[    27.183] (II) Using input driver 'libinput' for 'Power Button'
[    27.183] (**) Power Button: always reports core events
[    27.183] (**) Option "Device" "/dev/input/event2"
[    27.183] (**) Option "_source" "server/udev"
[    27.197] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    27.197] (II) event2  - Power Button: device is a keyboard
[    27.197] (II) event2  - Power Button: device removed
[    27.212] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    27.212] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    27.212] (**) Option "xkb_model" "pc105"
[    27.212] (**) Option "xkb_layout" "us"
[    27.213] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    27.213] (II) event2  - Power Button: device is a keyboard
[    27.213] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    27.213] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    27.213] (II) Using input driver 'libinput' for 'Video Bus'
[    27.213] (**) Video Bus: always reports core events
[    27.213] (**) Option "Device" "/dev/input/event6"
[    27.213] (**) Option "_source" "server/udev"
[    27.214] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    27.214] (II) event6  - Video Bus: device is a keyboard
[    27.214] (II) event6  - Video Bus: device removed
[    27.228] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12/event6"
[    27.228] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    27.228] (**) Option "xkb_model" "pc105"
[    27.228] (**) Option "xkb_layout" "us"
[    27.229] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    27.229] (II) event6  - Video Bus: device is a keyboard
[    27.229] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    27.229] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    27.229] (II) Using input driver 'libinput' for 'Video Bus'
[    27.229] (**) Video Bus: always reports core events
[    27.229] (**) Option "Device" "/dev/input/event5"
[    27.229] (**) Option "_source" "server/udev"
[    27.230] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    27.230] (II) event5  - Video Bus: device is a keyboard
[    27.230] (II) event5  - Video Bus: device removed
[    27.264] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input11/event5"
[    27.264] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    27.264] (**) Option "xkb_model" "pc105"
[    27.264] (**) Option "xkb_layout" "us"
[    27.265] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    27.265] (II) event5  - Video Bus: device is a keyboard
[    27.266] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    27.266] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.266] (II) Using input driver 'libinput' for 'Power Button'
[    27.266] (**) Power Button: always reports core events
[    27.266] (**) Option "Device" "/dev/input/event1"
[    27.266] (**) Option "_source" "server/udev"
[    27.266] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    27.266] (II) event1  - Power Button: device is a keyboard
[    27.267] (II) event1  - Power Button: device removed
[    27.288] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    27.288] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    27.288] (**) Option "xkb_model" "pc105"
[    27.288] (**) Option "xkb_layout" "us"
[    27.289] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    27.289] (II) event1  - Power Button: device is a keyboard
[    27.289] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    27.289] (II) No input driver specified, ignoring this device.
[    27.289] (II) This device may have been added with another device file.
[    27.290] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[    27.290] (II) No input driver specified, ignoring this device.
[    27.290] (II) This device may have been added with another device file.
[    27.290] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[    27.290] (II) No input driver specified, ignoring this device.
[    27.290] (II) This device may have been added with another device file.
[    27.290] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[    27.290] (II) No input driver specified, ignoring this device.
[    27.290] (II) This device may have been added with another device file.
[    27.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[    27.291] (II) No input driver specified, ignoring this device.
[    27.291] (II) This device may have been added with another device file.
[    27.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event14)
[    27.291] (II) No input driver specified, ignoring this device.
[    27.291] (II) This device may have been added with another device file.
[    27.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event15)
[    27.291] (II) No input driver specified, ignoring this device.
[    27.291] (II) This device may have been added with another device file.
[    27.292] (II) config/udev: Adding input device Logitech Craft (/dev/input/event8)
[    27.292] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[    27.292] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[    27.292] (II) Using input driver 'libinput' for 'Logitech Craft'
[    27.292] (**) Logitech Craft: always reports core events
[    27.292] (**) Option "Device" "/dev/input/event8"
[    27.292] (**) Option "_source" "server/udev"
[    27.293] (II) event8  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[    27.293] (II) event8  - Logitech Craft: device is a pointer
[    27.293] (II) event8  - Logitech Craft: device is a keyboard
[    27.294] (II) event8  - Logitech Craft: device removed
[    27.320] (II) libinput: Logitech Craft: needs a virtual subdevice
[    27.320] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input28/event8"
[    27.320] (II) XINPUT: Adding extended input device "Logitech Craft" (type: MOUSE, id 10)
[    27.320] (**) Option "AccelerationScheme" "none"
[    27.320] (**) Logitech Craft: (accel) selected scheme none/0
[    27.320] (**) Logitech Craft: (accel) acceleration factor: 2.000
[    27.320] (**) Logitech Craft: (accel) acceleration threshold: 4
[    27.321] (II) event8  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[    27.321] (II) event8  - Logitech Craft: device is a pointer
[    27.322] (II) event8  - Logitech Craft: device is a keyboard
[    27.322] (II) config/udev: Adding input device Logitech Craft (/dev/input/mouse2)
[    27.322] (II) No input driver specified, ignoring this device.
[    27.322] (II) This device may have been added with another device file.
[    27.323] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/event7)
[    27.323] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[    27.323] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[    27.323] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[    27.323] (**) Logitech MX Master 2S: always reports core events
[    27.323] (**) Option "Device" "/dev/input/event7"
[    27.323] (**) Option "_source" "server/udev"
[    27.324] (II) event7  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[    27.324] (II) event7  - Logitech MX Master 2S: device is a pointer
[    27.324] (II) event7  - Logitech MX Master 2S: device is a keyboard
[    27.324] (II) event7  - Logitech MX Master 2S: device removed
[    27.344] (II) libinput: Logitech MX Master 2S: needs a virtual subdevice
[    27.344] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input27/event7"
[    27.344] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: MOUSE, id 11)
[    27.344] (**) Option "AccelerationScheme" "none"
[    27.344] (**) Logitech MX Master 2S: (accel) selected scheme none/0
[    27.344] (**) Logitech MX Master 2S: (accel) acceleration factor: 2.000
[    27.344] (**) Logitech MX Master 2S: (accel) acceleration threshold: 4
[    27.345] (II) event7  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[    27.345] (II) event7  - Logitech MX Master 2S: device is a pointer
[    27.345] (II) event7  - Logitech MX Master 2S: device is a keyboard
[    27.346] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/mouse0)
[    27.346] (II) No input driver specified, ignoring this device.
[    27.346] (II) This device may have been added with another device file.
[    27.347] (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event18)
[    27.347] (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
[    27.347] (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
[    27.347] (**) EasyCamera: EasyCamera: always reports core events
[    27.347] (**) Option "Device" "/dev/input/event18"
[    27.347] (**) Option "_source" "server/udev"
[    27.348] (II) event18 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[    27.348] (II) event18 - EasyCamera: EasyCamera: device is a keyboard
[    27.348] (II) event18 - EasyCamera: EasyCamera: device removed
[    27.380] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input38/event18"
[    27.380] (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 12)
[    27.380] (**) Option "xkb_model" "pc105"
[    27.380] (**) Option "xkb_layout" "us"
[    27.381] (II) event18 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[    27.381] (II) event18 - EasyCamera: EasyCamera: device is a keyboard
[    27.382] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[    27.382] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    27.382] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    27.382] (**) Ideapad extra buttons: always reports core events
[    27.382] (**) Option "Device" "/dev/input/event9"
[    27.382] (**) Option "_source" "server/udev"
[    27.383] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    27.383] (II) event9  - Ideapad extra buttons: device is a keyboard
[    27.383] (II) event9  - Ideapad extra buttons: device removed
[    27.396] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input29/event9"
[    27.396] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 13)
[    27.396] (**) Option "xkb_model" "pc105"
[    27.396] (**) Option "xkb_layout" "us"
[    27.397] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    27.397] (II) event9  - Ideapad extra buttons: device is a keyboard
[    27.397] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event16)
[    27.397] (II) No input driver specified, ignoring this device.
[    27.397] (II) This device may have been added with another device file.
[    27.398] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event17)
[    27.398] (II) No input driver specified, ignoring this device.
[    27.398] (II) This device may have been added with another device file.
[    27.398] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    27.398] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    27.398] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    27.398] (**) AT Translated Set 2 keyboard: always reports core events
[    27.398] (**) Option "Device" "/dev/input/event3"
[    27.398] (**) Option "_source" "server/udev"
[    27.399] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    27.399] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    27.399] (II) event3  - AT Translated Set 2 keyboard: device removed
[    27.412] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    27.412] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    27.412] (**) Option "xkb_model" "pc105"
[    27.412] (**) Option "xkb_layout" "us"
[    27.413] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    27.413] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    27.414] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[    27.414] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    27.414] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    27.414] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    27.414] (**) Option "Device" "/dev/input/event4"
[    27.414] (**) Option "_source" "server/udev"
[    27.415] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    27.415] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    27.415] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[    27.448] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[    27.448] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[    27.448] (**) Option "AccelerationScheme" "none"
[    27.448] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    27.448] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    27.448] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    27.449] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    27.450] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    27.450] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    27.450] (II) No input driver specified, ignoring this device.
[    27.450] (II) This device may have been added with another device file.
[    27.470] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[    27.470] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[    27.470] (II) Using input driver 'libinput' for 'Logitech Craft'
[    27.470] (**) Logitech Craft: always reports core events
[    27.470] (**) Option "Device" "/dev/input/event8"
[    27.470] (**) Option "_source" "_driver/libinput"
[    27.470] (II) libinput: Logitech Craft: is a virtual subdevice
[    27.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input28/event8"
[    27.470] (II) XINPUT: Adding extended input device "Logitech Craft" (type: KEYBOARD, id 16)
[    27.470] (**) Option "xkb_model" "pc105"
[    27.470] (**) Option "xkb_layout" "us"
[    27.470] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[    27.470] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[    27.470] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[    27.470] (**) Logitech MX Master 2S: always reports core events
[    27.470] (**) Option "Device" "/dev/input/event7"
[    27.470] (**) Option "_source" "_driver/libinput"
[    27.470] (II) libinput: Logitech MX Master 2S: is a virtual subdevice
[    27.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input27/event7"
[    27.470] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: KEYBOARD, id 17)
[    27.470] (**) Option "xkb_model" "pc105"
[    27.470] (**) Option "xkb_layout" "us"
[    28.194] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    28.195] (II) modeset(0): Printing DDC gathered Modelines:
[    28.195] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    28.195] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    28.195] (II) modeset(0): Printing DDC gathered Modelines:
[    28.195] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    28.329] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    28.396] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    28.396] (II) modeset(0): Printing DDC gathered Modelines:
[    28.396] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    28.397] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    28.397] (II) modeset(0): Printing DDC gathered Modelines:
[    28.397] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    28.530] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    28.602] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    28.602] (II) modeset(0): Printing DDC gathered Modelines:
[    28.602] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    28.603] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    28.603] (II) modeset(0): Printing DDC gathered Modelines:
[    28.603] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    28.732] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    28.798] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    28.798] (II) modeset(0): Printing DDC gathered Modelines:
[    28.798] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    28.799] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    28.799] (II) modeset(0): Printing DDC gathered Modelines:
[    28.799] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    28.928] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    43.119] (II) config/udev: Adding input device Logitech Craft (/dev/input/mouse2)
[    43.119] (II) No input driver specified, ignoring this device.
[    43.119] (II) This device may have been added with another device file.
[    43.121] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    43.121] (II) No input driver specified, ignoring this device.
[    43.121] (II) This device may have been added with another device file.
[    43.125] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/mouse0)
[    43.125] (II) No input driver specified, ignoring this device.
[    43.125] (II) This device may have been added with another device file.
[    43.127] (II) config/udev: removing device Power Button
[    43.127] (II) event2  - Power Button: device removed
[    43.140] (II) UnloadModule: "libinput"
[    43.140] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    43.140] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    43.140] (II) Using input driver 'libinput' for 'Power Button'
[    43.140] (**) Power Button: always reports core events
[    43.140] (**) Option "Device" "/dev/input/event2"
[    43.140] (**) Option "_source" "server/udev"
[    43.141] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    43.141] (II) event2  - Power Button: device is a keyboard
[    43.141] (II) event2  - Power Button: device removed
[    43.168] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    43.168] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    43.168] (**) Option "xkb_model" "pc105"
[    43.168] (**) Option "xkb_layout" "fr"
[    43.168] (**) Option "xkb_variant" "latin9"
[    43.168] (WW) Option "xkb_options" requires a string value
[    43.196] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    43.196] (II) event2  - Power Button: device is a keyboard
[    43.197] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[    43.197] (II) No input driver specified, ignoring this device.
[    43.197] (II) This device may have been added with another device file.
[    43.198] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    43.198] (II) No input driver specified, ignoring this device.
[    43.198] (II) This device may have been added with another device file.
[    43.198] (II) config/udev: removing device Video Bus
[    43.198] (II) event6  - Video Bus: device removed
[    43.216] (II) UnloadModule: "libinput"
[    43.216] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    43.216] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    43.216] (II) Using input driver 'libinput' for 'Video Bus'
[    43.216] (**) Video Bus: always reports core events
[    43.216] (**) Option "Device" "/dev/input/event6"
[    43.216] (**) Option "_source" "server/udev"
[    43.217] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    43.217] (II) event6  - Video Bus: device is a keyboard
[    43.217] (II) event6  - Video Bus: device removed
[    43.248] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12/event6"
[    43.248] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    43.248] (**) Option "xkb_model" "pc105"
[    43.248] (**) Option "xkb_layout" "fr"
[    43.248] (**) Option "xkb_variant" "latin9"
[    43.248] (WW) Option "xkb_options" requires a string value
[    43.249] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    43.249] (II) event6  - Video Bus: device is a keyboard
[    43.250] (II) config/udev: removing device Video Bus
[    43.250] (II) event5  - Video Bus: device removed
[    43.276] (II) UnloadModule: "libinput"
[    43.277] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    43.277] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    43.277] (II) Using input driver 'libinput' for 'Video Bus'
[    43.277] (**) Video Bus: always reports core events
[    43.277] (**) Option "Device" "/dev/input/event5"
[    43.277] (**) Option "_source" "server/udev"
[    43.277] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    43.277] (II) event5  - Video Bus: device is a keyboard
[    43.278] (II) event5  - Video Bus: device removed
[    43.308] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input11/event5"
[    43.308] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    43.308] (**) Option "xkb_model" "pc105"
[    43.308] (**) Option "xkb_layout" "fr"
[    43.308] (**) Option "xkb_variant" "latin9"
[    43.308] (WW) Option "xkb_options" requires a string value
[    43.309] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    43.309] (II) event5  - Video Bus: device is a keyboard
[    43.310] (II) config/udev: removing device AT Translated Set 2 keyboard
[    43.310] (II) event3  - AT Translated Set 2 keyboard: device removed
[    43.332] (II) UnloadModule: "libinput"
[    43.333] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    43.333] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    43.333] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    43.333] (**) AT Translated Set 2 keyboard: always reports core events
[    43.333] (**) Option "Device" "/dev/input/event3"
[    43.333] (**) Option "_source" "server/udev"
[    43.333] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    43.334] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    43.334] (II) event3  - AT Translated Set 2 keyboard: device removed
[    43.352] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    43.352] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    43.352] (**) Option "xkb_model" "pc105"
[    43.352] (**) Option "xkb_layout" "fr"
[    43.352] (**) Option "xkb_variant" "latin9"
[    43.352] (WW) Option "xkb_options" requires a string value
[    43.353] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    43.353] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    43.354] (II) config/udev: removing device Power Button
[    43.354] (II) event1  - Power Button: device removed
[    43.368] (II) UnloadModule: "libinput"
[    43.369] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    43.369] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    43.369] (II) Using input driver 'libinput' for 'Power Button'
[    43.369] (**) Power Button: always reports core events
[    43.369] (**) Option "Device" "/dev/input/event1"
[    43.369] (**) Option "_source" "server/udev"
[    43.369] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    43.369] (II) event1  - Power Button: device is a keyboard
[    43.369] (II) event1  - Power Button: device removed
[    43.384] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    43.384] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    43.384] (**) Option "xkb_model" "pc105"
[    43.384] (**) Option "xkb_layout" "fr"
[    43.384] (**) Option "xkb_variant" "latin9"
[    43.384] (WW) Option "xkb_options" requires a string value
[    43.385] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    43.385] (II) event1  - Power Button: device is a keyboard
[    43.386] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[    43.386] (II) No input driver specified, ignoring this device.
[    43.386] (II) This device may have been added with another device file.
[    43.386] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[    43.386] (II) No input driver specified, ignoring this device.
[    43.386] (II) This device may have been added with another device file.
[    43.387] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event15)
[    43.387] (II) No input driver specified, ignoring this device.
[    43.387] (II) This device may have been added with another device file.
[    43.387] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[    43.387] (II) No input driver specified, ignoring this device.
[    43.387] (II) This device may have been added with another device file.
[    43.387] (II) config/udev: removing device EasyCamera: EasyCamera
[    43.387] (II) event18 - EasyCamera: EasyCamera: device removed
[    43.416] (II) UnloadModule: "libinput"
[    43.417] (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event18)
[    43.417] (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
[    43.417] (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
[    43.417] (**) EasyCamera: EasyCamera: always reports core events
[    43.417] (**) Option "Device" "/dev/input/event18"
[    43.417] (**) Option "_source" "server/udev"
[    43.418] (II) event18 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[    43.418] (II) event18 - EasyCamera: EasyCamera: device is a keyboard
[    43.418] (II) event18 - EasyCamera: EasyCamera: device removed
[    43.452] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input38/event18"
[    43.452] (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 12)
[    43.452] (**) Option "xkb_model" "pc105"
[    43.452] (**) Option "xkb_layout" "fr"
[    43.452] (**) Option "xkb_variant" "latin9"
[    43.452] (WW) Option "xkb_options" requires a string value
[    43.453] (II) event18 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[    43.453] (II) event18 - EasyCamera: EasyCamera: device is a keyboard
[    43.454] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event17)
[    43.454] (II) No input driver specified, ignoring this device.
[    43.454] (II) This device may have been added with another device file.
[    43.454] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event14)
[    43.454] (II) No input driver specified, ignoring this device.
[    43.454] (II) This device may have been added with another device file.
[    43.454] (II) config/udev: removing device Logitech Craft
[    43.455] (II) UnloadModule: "libinput"
[    43.455] (II) config/udev: removing device Logitech Craft
[    43.455] (II) event8  - Logitech Craft: device removed
[    43.476] (II) UnloadModule: "libinput"
[    43.477] (II) config/udev: Adding input device Logitech Craft (/dev/input/event8)
[    43.477] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[    43.477] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[    43.477] (II) Using input driver 'libinput' for 'Logitech Craft'
[    43.477] (**) Logitech Craft: always reports core events
[    43.477] (**) Option "Device" "/dev/input/event8"
[    43.477] (**) Option "_source" "server/udev"
[    43.478] (II) event8  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[    43.478] (II) event8  - Logitech Craft: device is a pointer
[    43.478] (II) event8  - Logitech Craft: device is a keyboard
[    43.478] (II) event8  - Logitech Craft: device removed
[    43.508] (II) libinput: Logitech Craft: needs a virtual subdevice
[    43.508] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input28/event8"
[    43.508] (II) XINPUT: Adding extended input device "Logitech Craft" (type: MOUSE, id 10)
[    43.508] (**) Option "AccelerationScheme" "none"
[    43.508] (**) Logitech Craft: (accel) selected scheme none/0
[    43.508] (**) Logitech Craft: (accel) acceleration factor: 2.000
[    43.508] (**) Logitech Craft: (accel) acceleration threshold: 4
[    43.510] (II) event8  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[    43.510] (II) event8  - Logitech Craft: device is a pointer
[    43.510] (II) event8  - Logitech Craft: device is a keyboard
[    43.510] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[    43.510] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[    43.510] (II) Using input driver 'libinput' for 'Logitech Craft'
[    43.510] (**) Logitech Craft: always reports core events
[    43.510] (**) Option "Device" "/dev/input/event8"
[    43.510] (**) Option "_source" "_driver/libinput"
[    43.510] (II) libinput: Logitech Craft: is a virtual subdevice
[    43.510] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input28/event8"
[    43.510] (II) XINPUT: Adding extended input device "Logitech Craft" (type: KEYBOARD, id 16)
[    43.510] (**) Option "xkb_model" "pc105"
[    43.510] (**) Option "xkb_layout" "fr"
[    43.510] (**) Option "xkb_variant" "latin9"
[    43.510] (WW) Option "xkb_options" requires a string value
[    43.511] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event16)
[    43.511] (II) No input driver specified, ignoring this device.
[    43.511] (II) This device may have been added with another device file.
[    43.511] (II) config/udev: removing device Logitech MX Master 2S
[    43.512] (II) UnloadModule: "libinput"
[    43.512] (II) config/udev: removing device Logitech MX Master 2S
[    43.512] (II) event7  - Logitech MX Master 2S: device removed
[    43.540] (II) UnloadModule: "libinput"
[    43.541] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/event7)
[    43.541] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[    43.541] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[    43.541] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[    43.541] (**) Logitech MX Master 2S: always reports core events
[    43.541] (**) Option "Device" "/dev/input/event7"
[    43.541] (**) Option "_source" "server/udev"
[    43.542] (II) event7  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[    43.542] (II) event7  - Logitech MX Master 2S: device is a pointer
[    43.542] (II) event7  - Logitech MX Master 2S: device is a keyboard
[    43.543] (II) event7  - Logitech MX Master 2S: device removed
[    43.556] (II) libinput: Logitech MX Master 2S: needs a virtual subdevice
[    43.556] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input27/event7"
[    43.556] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: MOUSE, id 11)
[    43.556] (**) Option "AccelerationScheme" "none"
[    43.556] (**) Logitech MX Master 2S: (accel) selected scheme none/0
[    43.556] (**) Logitech MX Master 2S: (accel) acceleration factor: 2.000
[    43.556] (**) Logitech MX Master 2S: (accel) acceleration threshold: 4
[    43.558] (II) event7  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[    43.558] (II) event7  - Logitech MX Master 2S: device is a pointer
[    43.558] (II) event7  - Logitech MX Master 2S: device is a keyboard
[    43.558] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[    43.558] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[    43.558] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[    43.558] (**) Logitech MX Master 2S: always reports core events
[    43.558] (**) Option "Device" "/dev/input/event7"
[    43.558] (**) Option "_source" "_driver/libinput"
[    43.558] (II) libinput: Logitech MX Master 2S: is a virtual subdevice
[    43.558] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input27/event7"
[    43.558] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: KEYBOARD, id 17)
[    43.558] (**) Option "xkb_model" "pc105"
[    43.558] (**) Option "xkb_layout" "fr"
[    43.558] (**) Option "xkb_variant" "latin9"
[    43.558] (WW) Option "xkb_options" requires a string value
[    43.559] (II) config/udev: removing device Ideapad extra buttons
[    43.559] (II) event9  - Ideapad extra buttons: device removed
[    43.580] (II) UnloadModule: "libinput"
[    43.581] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[    43.581] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    43.581] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    43.581] (**) Ideapad extra buttons: always reports core events
[    43.581] (**) Option "Device" "/dev/input/event9"
[    43.581] (**) Option "_source" "server/udev"
[    43.582] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    43.582] (II) event9  - Ideapad extra buttons: device is a keyboard
[    43.582] (II) event9  - Ideapad extra buttons: device removed
[    43.596] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input29/event9"
[    43.596] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 13)
[    43.596] (**) Option "xkb_model" "pc105"
[    43.596] (**) Option "xkb_layout" "fr"
[    43.596] (**) Option "xkb_variant" "latin9"
[    43.596] (WW) Option "xkb_options" requires a string value
[    43.597] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    43.597] (II) event9  - Ideapad extra buttons: device is a keyboard
[    43.598] (II) config/udev: removing device SynPS/2 Synaptics TouchPad
[    43.598] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[    43.628] (II) UnloadModule: "libinput"
[    43.629] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[    43.629] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    43.629] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    43.629] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    43.629] (**) Option "Device" "/dev/input/event4"
[    43.629] (**) Option "_source" "server/udev"
[    43.629] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    43.630] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    43.630] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[    43.672] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[    43.672] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[    43.672] (**) Option "AccelerationScheme" "none"
[    43.673] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    43.673] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    43.673] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    43.673] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    43.674] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    44.073] (II) event2  - Power Button: device removed
[    44.104] (II) event6  - Video Bus: device removed
[    44.128] (II) event5  - Video Bus: device removed
[    44.152] (II) event3  - AT Translated Set 2 keyboard: device removed
[    44.168] (II) event1  - Power Button: device removed
[    44.184] (II) event18 - EasyCamera: EasyCamera: device removed
[    44.216] (II) event8  - Logitech Craft: device removed
[    44.232] (II) event7  - Logitech MX Master 2S: device removed
[    44.248] (II) event9  - Ideapad extra buttons: device removed
[    44.264] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[    44.307] (II) UnloadModule: "libinput"
[    44.307] (II) UnloadModule: "libinput"
[    44.307] (II) UnloadModule: "libinput"
[    44.307] (II) UnloadModule: "libinput"
[    44.307] (II) UnloadModule: "libinput"
[    44.307] (II) UnloadModule: "libinput"
[    44.307] (II) UnloadModule: "libinput"
[    44.307] (II) UnloadModule: "libinput"
[    44.307] (II) UnloadModule: "libinput"
[    44.307] (II) UnloadModule: "libinput"
[    44.307] (II) UnloadModule: "libinput"
[    44.308] (II) UnloadModule: "libinput"
[    44.377] (II) Server terminated successfully (0). Closing log file.



cat /var/log/Xorg.0.log


[    46.073]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[    46.073] Build Operating System: Linux 4.15.0-118-generic x86_64 Ubuntu
[    46.073] Current Operating System: Linux ubuntu-mate 5.8.0-25-generic #26-Ubuntu SMP Thu Oct 15 10:30:38 UTC 2020 x86_64
[    46.073] Kernel command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu-mate.seed maybe-ubiquity quiet splash ---
[    46.073] Build Date: 07 October 2020  05:46:52AM
[    46.073] xorg-server 2:1.20.9-2ubuntu1 (For technical support please see http://www.ubuntu.com/support)
[    46.073] Current version of pixman: 0.38.4
[    46.073]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[    46.073] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    46.073] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 19 00:16:30 2021
[    46.074] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    46.074] (==) No Layout section.  Using the first Screen section.
[    46.074] (==) No screen section available. Using defaults.
[    46.074] (**) |-->Screen "Default Screen Section" (0)
[    46.074] (**) |   |-->Monitor "<default monitor>"
[    46.074] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[    46.074] (==) Automatically adding devices
[    46.074] (==) Automatically enabling devices
[    46.074] (==) Automatically adding GPU devices
[    46.074] (==) Automatically binding GPU devices
[    46.074] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    46.074] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    46.074]  Entry deleted from font path.
[    46.074] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    46.074]  Entry deleted from font path.
[    46.074] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    46.074]  Entry deleted from font path.
[    46.074] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    46.074]  Entry deleted from font path.
[    46.074] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    46.074]  Entry deleted from font path.
[    46.074] (==) FontPath set to:
  /usr/share/fonts/X11/misc,
  /usr/share/fonts/X11/Type1,
  built-ins
[    46.074] (==) ModulePath set to "/usr/lib/xorg/modules"
[    46.074] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[    46.074] (II) Loader magic: 0x56369677a020
[    46.074] (II) Module ABI versions:
[    46.074]  X.Org ANSI C Emulation: 0.4
[    46.074]  X.Org Video Driver: 24.1
[    46.074]  X.Org XInput driver : 24.1
[    46.074]  X.Org Server Extension : 10.0
[    46.075] (++) using VT number 7

[    46.075] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    46.075] (II) xfree86: Adding drm device (/dev/dri/card1)
[    46.076] (II) xfree86: Adding drm device (/dev/dri/card0)
[    46.089] (--) PCI:*(0@0:2:0) 8086:591b:17aa:39b9 rev 4, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    46.089] (--) PCI: (1@0:0:0) 10de:1c20:17aa:39b9 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    46.089] (II) LoadModule: "glx"
[    46.089] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    46.089] (II) Module glx: vendor="X.Org Foundation"
[    46.089]  compiled for 1.20.9, module version = 1.0.0
[    46.090]  ABI class: X.Org Server Extension, version 10.0
[    46.170] (==) Matched modesetting as autoconfigured driver 0
[    46.170] (==) Matched fbdev as autoconfigured driver 1
[    46.170] (==) Matched vesa as autoconfigured driver 2
[    46.170] (==) Assigned the driver to the xf86ConfigLayout
[    46.190] (II) LoadModule: "modesetting"
[    46.191] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    46.191] (II) Module modesetting: vendor="X.Org Foundation"
[    46.191]  compiled for 1.20.9, module version = 1.20.9
[    46.191]  Module class: X.Org Video Driver
[    46.191]  ABI class: X.Org Video Driver, version 24.1
[    46.191] (II) LoadModule: "fbdev"
[    46.191] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    46.191] (II) Module fbdev: vendor="X.Org Foundation"
[    46.191]  compiled for 1.20.1, module version = 0.5.0
[    46.191]  Module class: X.Org Video Driver
[    46.191]  ABI class: X.Org Video Driver, version 24.0
[    46.191] (II) LoadModule: "vesa"
[    46.191] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    46.191] (II) Module vesa: vendor="X.Org Foundation"
[    46.191]  compiled for 1.20.8, module version = 2.5.0
[    46.191]  Module class: X.Org Video Driver
[    46.191]  ABI class: X.Org Video Driver, version 24.1
[    46.191] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    46.191] (II) FBDEV: driver for framebuffer: fbdev
[    46.191] (II) VESA: driver for VESA chipsets: vesa
[    46.220] (II) modeset(0): using drv /dev/dri/card0
[    46.220] (WW) Falling back to old probe method for fbdev
[    46.220] (II) Loading sub module "fbdevhw"
[    46.220] (II) LoadModule: "fbdevhw"
[    46.220] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    46.220] (II) Module fbdevhw: vendor="X.Org Foundation"
[    46.220]  compiled for 1.20.9, module version = 0.0.2
[    46.220]  ABI class: X.Org Video Driver, version 24.1
[    46.220] (II) modeset(G0): using drv /dev/dri/card1
[    46.220] (II) modeset(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[    46.220] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    46.220] (==) modeset(0): RGB weight 888
[    46.220] (==) modeset(0): Default visual is TrueColor
[    46.220] (II) Loading sub module "glamoregl"
[    46.220] (II) LoadModule: "glamoregl"
[    46.220] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    46.223] (II) Module glamoregl: vendor="X.Org Foundation"
[    46.223]  compiled for 1.20.9, module version = 1.0.1
[    46.223]  ABI class: X.Org ANSI C Emulation, version 0.4
[    46.246] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 630 (KBL GT2)
[    46.246] (II) modeset(0): glamor initialized
[    46.247] (II) modeset(0): Output eDP-1 has no monitor section
[    46.247] (II) modeset(0): EDID for output eDP-1
[    46.247] (II) modeset(0): Manufacturer: AUO  Model: 61ed  Serial#: 0
[    46.247] (II) modeset(0): Year: 2016  Week: 0
[    46.247] (II) modeset(0): EDID Version: 1.4
[    46.248] (II) modeset(0): Digital Display Input
[    46.248] (II) modeset(0): 6 bits per channel
[    46.248] (II) modeset(0): Digital interface is DisplayPort
[    46.248] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    46.248] (II) modeset(0): Gamma: 2.20
[    46.248] (II) modeset(0): No DPMS capabilities specified
[    46.248] (II) modeset(0): Supported color encodings: RGB 4:4:4
[    46.248] (II) modeset(0): First detailed timing is preferred mode
[    46.248] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    46.248] (II) modeset(0): redX: 0.575 redY: 0.345   greenX: 0.350 greenY: 0.575
[    46.248] (II) modeset(0): blueX: 0.160 blueY: 0.150   whiteX: 0.313 whiteY: 0.329
[    46.248] (II) modeset(0): Manufacturer's mask: 0
[    46.248] (II) modeset(0): Supported detailed timing:
[    46.248] (II) modeset(0): clock: 142.0 MHz   Image Size:  344 x 193 mm
[    46.248] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2100 h_border: 0
[    46.248] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1126 v_border: 0
[    46.248] (II) modeset(0): Unknown vendor-specific block f
[    46.248] (II) modeset(0):  AUO
[    46.248] (II) modeset(0):  B156HAN06.1
[    46.248] (II) modeset(0): EDID (in hex):
[    46.248] (II) modeset(0):   00ffffffffffff0006afed6100000000
[    46.248] (II) modeset(0):   001a0104952213780259259358599329
[    46.248] (II) modeset(0):   26505400000001010101010101010101
[    46.248] (II) modeset(0):   010101010101783780b470382e406c30
[    46.248] (II) modeset(0):   aa0058c1100000180000000f00000000
[    46.248] (II) modeset(0):   00000000000000000020000000fe0041
[    46.248] (II) modeset(0):   554f0a202020202020202020000000fe
[    46.248] (II) modeset(0):   004231353648414e30362e31200a00ea
[    46.248] (II) modeset(0): Printing probed modes for output eDP-1
[    46.248] (II) modeset(0): Modeline "1920x1080"x60.1  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    46.248] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    46.248] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    46.248] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    46.248] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    46.248] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    46.248] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    46.248] (II) modeset(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[    46.248] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    46.248] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    46.248] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    46.248] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    46.248] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    46.248] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    46.248] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    46.248] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    46.248] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    46.248] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    46.248] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    46.248] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    46.248] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    46.248] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    46.248] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    46.248] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    46.248] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    46.248] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    46.248] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    46.248] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    46.248] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    46.248] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    46.248] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    46.248] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    46.248] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    46.248] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    46.248] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    46.248] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    46.248] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    46.248] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    46.248] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    46.248] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    46.248] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    46.248] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    46.248] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    46.248] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    46.248] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    46.248] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    46.248] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    46.248] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    46.248] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    46.248] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    46.248] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    46.248] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    46.248] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    46.248] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    46.248] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    46.248] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    46.248] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    46.248] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    46.248] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    46.248] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    46.248] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    46.248] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    46.248] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    46.248] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    46.248] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    46.248] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    46.248] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    46.248] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    46.248] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    46.248] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    46.248] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    46.248] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    46.248] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    46.248] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    46.248] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    46.248] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    46.248] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    46.248] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    46.248] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    46.248] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    46.248] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    46.248] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    46.248] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    46.248] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    46.248] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    46.248] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    46.248] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    46.248] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    46.248] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    46.248] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    46.248] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    46.248] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    46.248] (II) modeset(0): Output eDP-1 connected
[    46.248] (II) modeset(0): Using exact sizes for initial modes
[    46.248] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    46.248] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    46.248] (==) modeset(0): DPI set to (96, 96)
[    46.248] (II) Loading sub module "fb"
[    46.248] (II) LoadModule: "fb"
[    46.248] (II) Loading /usr/lib/xorg/modules/libfb.so
[    46.249] (II) Module fb: vendor="X.Org Foundation"
[    46.249]  compiled for 1.20.9, module version = 1.0.0
[    46.249]  ABI class: X.Org ANSI C Emulation, version 0.4
[    46.249] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    46.249] (==) modeset(G0): RGB weight 888
[    46.249] (==) modeset(G0): Default visual is TrueColor
[    46.249] (II) Loading sub module "glamoregl"
[    46.249] (II) LoadModule: "glamoregl"
[    46.249] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    46.249] (II) Module glamoregl: vendor="X.Org Foundation"
[    46.249]  compiled for 1.20.9, module version = 1.0.1
[    46.249]  ABI class: X.Org ANSI C Emulation, version 0.4
[    46.257] (II) modeset(G0): glamor X acceleration enabled on NV136
[    46.257] (II) modeset(G0): glamor initialized
[    46.320] (II) modeset(G0): Output DP-1-1 has no monitor section
[    46.388] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    46.452] (II) modeset(G0): Output DP-1-2 has no monitor section
[    46.516] (II) modeset(G0): EDID for output DP-1-1
[    46.585] (II) modeset(G0): EDID for output HDMI-1-1
[    46.585] (II) modeset(G0): Manufacturer: SAM  Model: f94  Serial#: 809653835
[    46.585] (II) modeset(G0): Year: 2020  Week: 53
[    46.585] (II) modeset(G0): EDID Version: 1.3
[    46.585] (II) modeset(G0): Digital Display Input
[    46.585] (II) modeset(G0): Max Image Size [cm]: horiz.: 70  vert.: 39
[    46.585] (II) modeset(G0): Gamma: 2.20
[    46.585] (II) modeset(G0): DPMS capabilities: Off
[    46.585] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    46.585] (II) modeset(G0): First detailed timing is preferred mode
[    46.585] (II) modeset(G0): redX: 0.651 redY: 0.340   greenX: 0.300 greenY: 0.623
[    46.585] (II) modeset(G0): blueX: 0.149 blueY: 0.071   whiteX: 0.312 whiteY: 0.329
[    46.585] (II) modeset(G0): Supported established timings:
[    46.585] (II) modeset(G0): 720x400@70Hz
[    46.585] (II) modeset(G0): 640x480@60Hz
[    46.585] (II) modeset(G0): 640x480@67Hz
[    46.585] (II) modeset(G0): 640x480@72Hz
[    46.585] (II) modeset(G0): 640x480@75Hz
[    46.585] (II) modeset(G0): 800x600@56Hz
[    46.585] (II) modeset(G0): 800x600@60Hz
[    46.585] (II) modeset(G0): 800x600@72Hz
[    46.585] (II) modeset(G0): 800x600@75Hz
[    46.585] (II) modeset(G0): 832x624@75Hz
[    46.585] (II) modeset(G0): 1024x768@60Hz
[    46.585] (II) modeset(G0): 1024x768@70Hz
[    46.585] (II) modeset(G0): 1024x768@75Hz
[    46.585] (II) modeset(G0): 1280x1024@75Hz
[    46.585] (II) modeset(G0): 1152x864@75Hz
[    46.585] (II) modeset(G0): Manufacturer's mask: 0
[    46.585] (II) modeset(G0): Supported standard timings:
[    46.585] (II) modeset(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    46.585] (II) modeset(G0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    46.585] (II) modeset(G0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    46.585] (II) modeset(G0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    46.585] (II) modeset(G0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    46.585] (II) modeset(G0): #5: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    46.585] (II) modeset(G0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    46.585] (II) modeset(G0): Supported detailed timing:
[    46.585] (II) modeset(G0): clock: 594.0 MHz   Image Size:  697 x 392 mm
[    46.585] (II) modeset(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[    46.585] (II) modeset(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[    46.585] (II) modeset(G0): Ranges: V min: 24 V max: 75 Hz, H min: 30 H max: 135 kHz, PixClock max 605 MHz
[    46.585] (II) modeset(G0): Monitor name: U32R59x
[    46.585] (II) modeset(G0): Serial No: HNANC00009
[    46.585] (II) modeset(G0): Supported detailed timing:
[    46.585] (II) modeset(G0): clock: 148.5 MHz   Image Size:  697 x 392 mm
[    46.585] (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    46.585] (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    46.585] (II) modeset(G0): Supported detailed timing:
[    46.585] (II) modeset(G0): clock: 148.5 MHz   Image Size:  697 x 392 mm
[    46.585] (II) modeset(G0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    46.585] (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    46.585] (II) modeset(G0): Supported detailed timing:
[    46.585] (II) modeset(G0): clock: 297.0 MHz   Image Size:  697 x 392 mm
[    46.585] (II) modeset(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[    46.585] (II) modeset(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[    46.585] (II) modeset(G0): Supported detailed timing:
[    46.585] (II) modeset(G0): clock: 241.5 MHz   Image Size:  697 x 392 mm
[    46.585] (II) modeset(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    46.585] (II) modeset(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[    46.585] (II) modeset(G0): Number of EDID sections to follow: 1
[    46.585] (II) modeset(G0): EDID (in hex):
[    46.585] (II) modeset(G0):  00ffffffffffff004c2d940f4b564230
[    46.585] (II) modeset(G0):  351e0103804627782ace51a6574c9f26
[    46.585] (II) modeset(G0):  125054bfef80714f810081c081809500
[    46.585] (II) modeset(G0):  a9c0b300010108e80030f2705a80b058
[    46.585] (II) modeset(G0):  8a00b9882100001e000000fd00184b1e
[    46.585] (II) modeset(G0):  873c000a202020202020000000fc0055
[    46.585] (II) modeset(G0):  3332523539780a2020202020000000ff
[    46.585] (II) modeset(G0):  00484e414e4330303030390a202001ee
[    46.585] (II) modeset(G0):  020334f04d611203130420221f105f60
[    46.585] (II) modeset(G0):  5d5e23090707830100006d030c001000
[    46.585] (II) modeset(G0):  b83c20006001020367d85dc401788003
[    46.585] (II) modeset(G0):  e30f0104023a801871382d40582c4500
[    46.585] (II) modeset(G0):  b9882100001e023a80d072382d40102c
[    46.585] (II) modeset(G0):  4580b9882100001e04740030f2705a80
[    46.585] (II) modeset(G0):  b0588a00b9882100001e565e00a0a0a0
[    46.585] (II) modeset(G0):  295030203500b9882100001a000000a0
[    46.585] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    46.585] (II) modeset(G0): Not using default mode "3840x2160" (bad mode clock/interlace/doublescan)
[    46.585] (II) modeset(G0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan)
[    46.585] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[    46.585] (II) modeset(G0): Modeline "3840x2160"x60.0  594.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (135.0 kHz eP)
[    46.585] (II) modeset(G0): Modeline "3840x2160"x50.0  594.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (112.5 kHz e)
[    46.585] (II) modeset(G0): Modeline "3840x2160"x59.9  593.41  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (134.9 kHz e)
[    46.585] (II) modeset(G0): Modeline "3840x2160"x60.0  533.00  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[    46.585] (II) modeset(G0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz e)
[    46.585] (II) modeset(G0): Modeline "3840x2160"x25.0  297.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (56.2 kHz e)
[    46.585] (II) modeset(G0): Modeline "3840x2160"x24.0  297.00  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
[    46.585] (II) modeset(G0): Modeline "3840x2160"x30.0  296.70  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
[    46.585] (II) modeset(G0): Modeline "3840x2160"x24.0  296.70  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (53.9 kHz e)
[    46.585] (II) modeset(G0): Modeline "3200x1800"x60.0  492.00  3200 3456 3800 4400  1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[    46.585] (II) modeset(G0): Modeline "3200x1800"x59.9  373.00  3200 3248 3280 3360  1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[    46.585] (II) modeset(G0): Modeline "2880x1620"x60.0  396.25  2880 3096 3408 3936  1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[    46.585] (II) modeset(G0): Modeline "2880x1620"x60.0  303.75  2880 2928 2960 3040  1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[    46.585] (II) modeset(G0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[    46.585] (II) modeset(G0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[    46.585] (II) modeset(G0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[    46.585] (II) modeset(G0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[    46.585] (II) modeset(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    46.585] (II) modeset(G0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[    46.585] (II) modeset(G0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[    46.585] (II) modeset(G0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[    46.585] (II) modeset(G0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[    46.585] (II) modeset(G0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[    46.585] (II) modeset(G0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[    46.585] (II) modeset(G0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[    46.585] (II) modeset(G0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[    46.585] (II) modeset(G0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[    46.585] (II) modeset(G0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[    46.585] (II) modeset(G0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[    46.585] (II) modeset(G0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[    46.585] (II) modeset(G0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[    46.585] (II) modeset(G0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[    46.585] (II) modeset(G0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    46.585] (II) modeset(G0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    46.585] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    46.585] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    46.585] (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    46.585] (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    46.585] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    46.585] (II) modeset(G0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    46.585] (II) modeset(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    46.585] (II) modeset(G0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[    46.585] (II) modeset(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    46.585] (II) modeset(G0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[    46.585] (II) modeset(G0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[    46.585] (II) modeset(G0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[    46.585] (II) modeset(G0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[    46.585] (II) modeset(G0): Modeline "1680x1050"x74.9  187.00  1680 1800 1976 2272  1050 1053 1059 1099 -hsync +vsync (82.3 kHz d)
[    46.585] (II) modeset(G0): Modeline "1680x1050"x69.9  174.00  1680 1800 1976 2272  1050 1053 1059 1096 -hsync +vsync (76.6 kHz d)
[    46.585] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    46.585] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    46.585] (II) modeset(G0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[    46.585] (II) modeset(G0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    46.585] (II) modeset(G0): Modeline "1400x1050"x70.0  145.06  1400 1496 1648 1896  1050 1051 1054 1093 -hsync +vsync (76.5 kHz d)
[    46.585] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    46.586] (II) modeset(G0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    46.586] (II) modeset(G0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    46.586] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    46.586] (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    46.586] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    46.586] (II) modeset(G0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    46.586] (II) modeset(G0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    46.586] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    46.586] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    46.586] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    46.586] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    46.586] (II) modeset(G0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    46.586] (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    46.586] (II) modeset(G0): Modeline "1152x864"x75.0  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync (67.6 kHz d)
[    46.586] (II) modeset(G0): Modeline "1152x864"x70.0   96.77  1152 1224 1344 1536  864 865 868 900 -hsync +vsync (63.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    46.586] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    46.586] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    46.586] (II) modeset(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    46.586] (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    46.586] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    46.586] (II) modeset(G0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    46.586] (II) modeset(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    46.586] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    46.586] (II) modeset(G0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    46.586] (II) modeset(G0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    46.586] (II) modeset(G0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    46.586] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    46.586] (II) modeset(G0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    46.586] (II) modeset(G0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    46.586] (II) modeset(G0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    46.586] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    46.586] (II) modeset(G0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    46.586] (II) modeset(G0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    46.586] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    46.586] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    46.586] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    46.586] (II) modeset(G0): Modeline "840x525"x75.0   93.50  840 900 988 1136  525 526 529 549 doublescan -hsync +vsync (82.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "840x525"x69.9   87.00  840 900 988 1136  525 526 529 548 doublescan -hsync +vsync (76.6 kHz d)
[    46.586] (II) modeset(G0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    46.586] (II) modeset(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    46.586] (II) modeset(G0): Modeline "800x512"x60.2   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "700x525"x70.1   72.53  700 748 824 948  525 525 527 546 doublescan -hsync +vsync (76.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    46.586] (II) modeset(G0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    46.586] (II) modeset(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    46.586] (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    46.586] (II) modeset(G0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "720x450"x59.9   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    46.586] (II) modeset(G0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    46.586] (II) modeset(G0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    46.586] (II) modeset(G0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    46.586] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    46.586] (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    46.586] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    46.586] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    46.586] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    46.586] (II) modeset(G0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    46.586] (II) modeset(G0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "680x384"x59.8   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "680x384"x60.0   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    46.586] (II) modeset(G0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "576x432"x75.0   52.49  576 612 676 776  432 432 434 451 doublescan -hsync +vsync (67.6 kHz d)
[    46.586] (II) modeset(G0): Modeline "576x432"x70.0   48.38  576 612 672 768  432 432 434 450 doublescan -hsync +vsync (63.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "576x432"x60.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    46.586] (II) modeset(G0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    46.586] (II) modeset(G0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    46.586] (II) modeset(G0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    46.586] (II) modeset(G0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    46.586] (II) modeset(G0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    46.586] (II) modeset(G0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    46.586] (II) modeset(G0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    46.586] (II) modeset(G0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    46.586] (II) modeset(G0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    46.586] (II) modeset(G0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    46.586] (II) modeset(G0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    46.586] (II) modeset(G0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    46.586] (II) modeset(G0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    46.586] (II) modeset(G0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    46.586] (II) modeset(G0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    46.648] (II) modeset(G0): EDID for output DP-1-2
[    46.648] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    46.648] (==) modeset(G0): DPI set to (96, 96)
[    46.648] (II) Loading sub module "fb"
[    46.648] (II) LoadModule: "fb"
[    46.648] (II) Loading /usr/lib/xorg/modules/libfb.so
[    46.648] (II) Module fb: vendor="X.Org Foundation"
[    46.648]  compiled for 1.20.9, module version = 1.0.0
[    46.648]  ABI class: X.Org ANSI C Emulation, version 0.4
[    46.648] (II) UnloadModule: "fbdev"
[    46.648] (II) Unloading fbdev
[    46.648] (II) UnloadSubModule: "fbdevhw"
[    46.648] (II) Unloading fbdevhw
[    46.648] (II) UnloadModule: "vesa"
[    46.648] (II) Unloading vesa
[    46.653] (==) modeset(0): Backing store enabled
[    46.653] (==) modeset(0): Silken mouse enabled
[    46.736] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    46.736] (==) modeset(0): DPMS enabled
[    46.736] (II) modeset(0): [DRI2] Setup complete
[    46.736] (II) modeset(0): [DRI2]   DRI driver: iris
[    46.736] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    46.754] (==) modeset(G0): Backing store enabled
[    46.754] (==) modeset(G0): Silken mouse enabled
[    46.755] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    46.755] (==) modeset(G0): DPMS enabled
[    46.755] (II) modeset(G0): [DRI2] Setup complete
[    46.755] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[    46.755] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[    46.755] (II) Initializing extension Generic Event Extension
[    46.755] (II) Initializing extension SHAPE
[    46.755] (II) Initializing extension MIT-SHM
[    46.756] (II) Initializing extension XInputExtension
[    46.756] (II) Initializing extension XTEST
[    46.756] (II) Initializing extension BIG-REQUESTS
[    46.756] (II) Initializing extension SYNC
[    46.756] (II) Initializing extension XKEYBOARD
[    46.757] (II) Initializing extension XC-MISC
[    46.757] (II) Initializing extension SECURITY
[    46.757] (II) Initializing extension XFIXES
[    46.757] (II) Initializing extension RENDER
[    46.757] (II) Initializing extension RANDR
[    46.758] (II) Initializing extension COMPOSITE
[    46.758] (II) Initializing extension DAMAGE
[    46.758] (II) Initializing extension MIT-SCREEN-SAVER
[    46.758] (II) Initializing extension DOUBLE-BUFFER
[    46.758] (II) Initializing extension RECORD
[    46.759] (II) Initializing extension DPMS
[    46.759] (II) Initializing extension Present
[    46.759] (II) Initializing extension DRI3
[    46.759] (II) Initializing extension X-Resource
[    46.759] (II) Initializing extension XVideo
[    46.759] (II) Initializing extension XVideo-MotionCompensation
[    46.759] (II) Initializing extension SELinux
[    46.759] (II) SELinux: Disabled on system
[    46.759] (II) Initializing extension GLX
[    46.771] (II) AIGLX: Loaded and initialized iris
[    46.771] (II) GLX: Initialized DRI2 GL provider for screen 0
[    46.771] (II) Initializing extension XFree86-VidModeExtension
[    46.772] (II) Initializing extension XFree86-DGA
[    46.772] (II) Initializing extension XFree86-DRI
[    46.772] (II) Initializing extension DRI2
[    46.773] (II) modeset(G0): Damage tracking initialized
[    46.774] (II) modeset(0): Damage tracking initialized
[    46.774] (II) modeset(0): Setting screen physical size to 508 x 285
[    46.804] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    46.804] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    46.804] (II) LoadModule: "libinput"
[    46.804] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    46.805] (II) Module libinput: vendor="X.Org Foundation"
[    46.805]  compiled for 1.20.8, module version = 0.30.0
[    46.805]  Module class: X.Org XInput Driver
[    46.805]  ABI class: X.Org XInput driver, version 24.1
[    46.805] (II) Using input driver 'libinput' for 'Power Button'
[    46.805] (**) Power Button: always reports core events
[    46.805] (**) Option "Device" "/dev/input/event2"
[    46.805] (**) Option "_source" "server/udev"
[    46.806] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    46.806] (II) event2  - Power Button: device is a keyboard
[    46.806] (II) event2  - Power Button: device removed
[    46.817] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    46.817] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    46.817] (**) Option "xkb_model" "pc105"
[    46.817] (**) Option "xkb_layout" "fr"
[    46.817] (**) Option "xkb_variant" "latin9"
[    46.830] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    46.830] (II) event2  - Power Button: device is a keyboard
[    46.830] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    46.830] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    46.830] (II) Using input driver 'libinput' for 'Video Bus'
[    46.830] (**) Video Bus: always reports core events
[    46.830] (**) Option "Device" "/dev/input/event6"
[    46.830] (**) Option "_source" "server/udev"
[    46.831] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    46.831] (II) event6  - Video Bus: device is a keyboard
[    46.831] (II) event6  - Video Bus: device removed
[    46.844] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12/event6"
[    46.844] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    46.844] (**) Option "xkb_model" "pc105"
[    46.844] (**) Option "xkb_layout" "fr"
[    46.844] (**) Option "xkb_variant" "latin9"
[    46.845] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    46.845] (II) event6  - Video Bus: device is a keyboard
[    46.845] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    46.845] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    46.845] (II) Using input driver 'libinput' for 'Video Bus'
[    46.845] (**) Video Bus: always reports core events
[    46.845] (**) Option "Device" "/dev/input/event5"
[    46.845] (**) Option "_source" "server/udev"
[    46.846] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    46.846] (II) event5  - Video Bus: device is a keyboard
[    46.846] (II) event5  - Video Bus: device removed
[    46.868] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input11/event5"
[    46.868] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    46.868] (**) Option "xkb_model" "pc105"
[    46.868] (**) Option "xkb_layout" "fr"
[    46.868] (**) Option "xkb_variant" "latin9"
[    46.869] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    46.870] (II) event5  - Video Bus: device is a keyboard
[    46.870] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    46.870] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    46.870] (II) Using input driver 'libinput' for 'Power Button'
[    46.870] (**) Power Button: always reports core events
[    46.870] (**) Option "Device" "/dev/input/event1"
[    46.870] (**) Option "_source" "server/udev"
[    46.871] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    46.871] (II) event1  - Power Button: device is a keyboard
[    46.871] (II) event1  - Power Button: device removed
[    46.884] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    46.884] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    46.884] (**) Option "xkb_model" "pc105"
[    46.884] (**) Option "xkb_layout" "fr"
[    46.884] (**) Option "xkb_variant" "latin9"
[    46.886] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    46.886] (II) event1  - Power Button: device is a keyboard
[    46.887] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    46.887] (II) No input driver specified, ignoring this device.
[    46.887] (II) This device may have been added with another device file.
[    46.888] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[    46.888] (II) No input driver specified, ignoring this device.
[    46.888] (II) This device may have been added with another device file.
[    46.888] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[    46.888] (II) No input driver specified, ignoring this device.
[    46.888] (II) This device may have been added with another device file.
[    46.889] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[    46.889] (II) No input driver specified, ignoring this device.
[    46.889] (II) This device may have been added with another device file.
[    46.890] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[    46.890] (II) No input driver specified, ignoring this device.
[    46.890] (II) This device may have been added with another device file.
[    46.890] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event14)
[    46.890] (II) No input driver specified, ignoring this device.
[    46.890] (II) This device may have been added with another device file.
[    46.891] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event15)
[    46.891] (II) No input driver specified, ignoring this device.
[    46.891] (II) This device may have been added with another device file.
[    46.892] (II) config/udev: Adding input device Logitech Craft (/dev/input/event8)
[    46.893] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[    46.893] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[    46.893] (II) Using input driver 'libinput' for 'Logitech Craft'
[    46.893] (**) Logitech Craft: always reports core events
[    46.893] (**) Option "Device" "/dev/input/event8"
[    46.893] (**) Option "_source" "server/udev"
[    46.895] (II) event8  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[    46.895] (II) event8  - Logitech Craft: device is a pointer
[    46.895] (II) event8  - Logitech Craft: device is a keyboard
[    46.895] (II) event8  - Logitech Craft: device removed
[    46.913] (II) libinput: Logitech Craft: needs a virtual subdevice
[    46.913] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input28/event8"
[    46.913] (II) XINPUT: Adding extended input device "Logitech Craft" (type: MOUSE, id 10)
[    46.913] (**) Option "AccelerationScheme" "none"
[    46.913] (**) Logitech Craft: (accel) selected scheme none/0
[    46.913] (**) Logitech Craft: (accel) acceleration factor: 2.000
[    46.913] (**) Logitech Craft: (accel) acceleration threshold: 4
[    46.915] (II) event8  - Logitech Craft: is tagged by udev as: Keyboard Mouse
[    46.915] (II) event8  - Logitech Craft: device is a pointer
[    46.915] (II) event8  - Logitech Craft: device is a keyboard
[    46.917] (II) config/udev: Adding input device Logitech Craft (/dev/input/mouse2)
[    46.917] (II) No input driver specified, ignoring this device.
[    46.917] (II) This device may have been added with another device file.
[    46.918] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/event7)
[    46.918] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[    46.918] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[    46.918] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[    46.918] (**) Logitech MX Master 2S: always reports core events
[    46.918] (**) Option "Device" "/dev/input/event7"
[    46.918] (**) Option "_source" "server/udev"
[    46.921] (II) event7  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[    46.921] (II) event7  - Logitech MX Master 2S: device is a pointer
[    46.921] (II) event7  - Logitech MX Master 2S: device is a keyboard
[    46.921] (II) event7  - Logitech MX Master 2S: device removed
[    46.944] (II) libinput: Logitech MX Master 2S: needs a virtual subdevice
[    46.944] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input27/event7"
[    46.944] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: MOUSE, id 11)
[    46.944] (**) Option "AccelerationScheme" "none"
[    46.944] (**) Logitech MX Master 2S: (accel) selected scheme none/0
[    46.944] (**) Logitech MX Master 2S: (accel) acceleration factor: 2.000
[    46.944] (**) Logitech MX Master 2S: (accel) acceleration threshold: 4
[    46.947] (II) event7  - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[    46.947] (II) event7  - Logitech MX Master 2S: device is a pointer
[    46.947] (II) event7  - Logitech MX Master 2S: device is a keyboard
[    46.948] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/mouse0)
[    46.948] (II) No input driver specified, ignoring this device.
[    46.948] (II) This device may have been added with another device file.
[    46.949] (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event18)
[    46.950] (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
[    46.950] (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
[    46.950] (**) EasyCamera: EasyCamera: always reports core events
[    46.950] (**) Option "Device" "/dev/input/event18"
[    46.950] (**) Option "_source" "server/udev"
[    46.951] (II) event18 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[    46.951] (II) event18 - EasyCamera: EasyCamera: device is a keyboard
[    46.952] (II) event18 - EasyCamera: EasyCamera: device removed
[    46.988] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input38/event18"
[    46.988] (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 12)
[    46.988] (**) Option "xkb_model" "pc105"
[    46.988] (**) Option "xkb_layout" "fr"
[    46.988] (**) Option "xkb_variant" "latin9"
[    46.991] (II) event18 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[    46.991] (II) event18 - EasyCamera: EasyCamera: device is a keyboard
[    46.992] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[    46.992] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    46.992] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    46.992] (**) Ideapad extra buttons: always reports core events
[    46.992] (**) Option "Device" "/dev/input/event9"
[    46.992] (**) Option "_source" "server/udev"
[    46.993] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    46.993] (II) event9  - Ideapad extra buttons: device is a keyboard
[    46.993] (II) event9  - Ideapad extra buttons: device removed
[    47.020] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input29/event9"
[    47.020] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 13)
[    47.020] (**) Option "xkb_model" "pc105"
[    47.020] (**) Option "xkb_layout" "fr"
[    47.020] (**) Option "xkb_variant" "latin9"
[    47.022] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    47.022] (II) event9  - Ideapad extra buttons: device is a keyboard
[    47.023] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event16)
[    47.023] (II) No input driver specified, ignoring this device.
[    47.023] (II) This device may have been added with another device file.
[    47.024] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event17)
[    47.024] (II) No input driver specified, ignoring this device.
[    47.024] (II) This device may have been added with another device file.
[    47.024] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    47.024] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    47.024] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    47.024] (**) AT Translated Set 2 keyboard: always reports core events
[    47.024] (**) Option "Device" "/dev/input/event3"
[    47.024] (**) Option "_source" "server/udev"
[    47.026] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    47.026] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    47.027] (II) event3  - AT Translated Set 2 keyboard: device removed
[    47.044] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    47.044] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    47.044] (**) Option "xkb_model" "pc105"
[    47.044] (**) Option "xkb_layout" "fr"
[    47.045] (**) Option "xkb_variant" "latin9"
[    47.046] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    47.046] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    47.048] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[    47.048] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    47.048] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    47.048] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    47.048] (**) Option "Device" "/dev/input/event4"
[    47.048] (**) Option "_source" "server/udev"
[    47.049] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    47.051] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    47.051] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[    47.093] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[    47.093] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[    47.093] (**) Option "AccelerationScheme" "none"
[    47.093] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    47.093] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    47.093] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    47.095] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    47.096] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    47.097] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    47.097] (II) No input driver specified, ignoring this device.
[    47.097] (II) This device may have been added with another device file.
[    47.119] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[    47.119] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[    47.120] (II) Using input driver 'libinput' for 'Logitech Craft'
[    47.120] (**) Logitech Craft: always reports core events
[    47.120] (**) Option "Device" "/dev/input/event8"
[    47.120] (**) Option "_source" "_driver/libinput"
[    47.120] (II) libinput: Logitech Craft: is a virtual subdevice
[    47.120] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input28/event8"
[    47.120] (II) XINPUT: Adding extended input device "Logitech Craft" (type: KEYBOARD, id 16)
[    47.120] (**) Option "xkb_model" "pc105"
[    47.120] (**) Option "xkb_layout" "fr"
[    47.120] (**) Option "xkb_variant" "latin9"
[    47.120] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[    47.120] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[    47.120] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[    47.120] (**) Logitech MX Master 2S: always reports core events
[    47.120] (**) Option "Device" "/dev/input/event7"
[    47.120] (**) Option "_source" "_driver/libinput"
[    47.120] (II) libinput: Logitech MX Master 2S: is a virtual subdevice
[    47.120] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input27/event7"
[    47.120] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: KEYBOARD, id 17)
[    47.120] (**) Option "xkb_model" "pc105"
[    47.120] (**) Option "xkb_layout" "fr"
[    47.120] (**) Option "xkb_variant" "latin9"
[    48.445] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    48.445] (II) modeset(0): Printing DDC gathered Modelines:
[    48.445] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    48.446] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    48.446] (II) modeset(0): Printing DDC gathered Modelines:
[    48.446] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    48.576] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    48.641] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    48.641] (II) modeset(0): Printing DDC gathered Modelines:
[    48.641] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    48.642] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    48.642] (II) modeset(0): Printing DDC gathered Modelines:
[    48.642] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    48.772] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    48.842] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    48.842] (II) modeset(0): Printing DDC gathered Modelines:
[    48.842] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    48.843] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    48.843] (II) modeset(0): Printing DDC gathered Modelines:
[    48.843] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    48.972] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    49.038] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    49.038] (II) modeset(0): Printing DDC gathered Modelines:
[    49.038] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    49.039] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    49.039] (II) modeset(0): Printing DDC gathered Modelines:
[    49.039] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    49.168] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    49.976] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    49.976] (II) modeset(0): Printing DDC gathered Modelines:
[    49.976] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    49.977] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    49.977] (II) modeset(0): Printing DDC gathered Modelines:
[    49.977] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    50.117] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    50.736] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    50.736] (II) modeset(0): Printing DDC gathered Modelines:
[    50.736] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    50.737] (II) modeset(0): EDID vendor "AUO", prod id 25069
[    50.737] (II) modeset(0): Printing DDC gathered Modelines:
[    50.737] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    50.869] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[    63.520] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-4ms), your system is too slow
[   124.067] (EE) event8  - Logitech Craft: client bug: event processing lagging behind by 34ms, your system is too slow
[   190.663] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-2ms), your system is too slow
[   245.157] (EE) event8  - Logitech Craft: client bug: event processing lagging behind by 28ms, your system is too slow
[   354.608] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   354.608] (II) modeset(0): Printing DDC gathered Modelines:
[   354.608] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   354.609] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   354.609] (II) modeset(0): Printing DDC gathered Modelines:
[   354.609] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   354.741] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   398.646] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   398.646] (II) modeset(0): Printing DDC gathered Modelines:
[   398.646] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   398.648] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   398.648] (II) modeset(0): Printing DDC gathered Modelines:
[   398.648] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   398.781] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   398.849] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   398.849] (II) modeset(0): Printing DDC gathered Modelines:
[   398.849] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   398.850] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   398.850] (II) modeset(0): Printing DDC gathered Modelines:
[   398.850] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   398.981] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   399.052] (II) modeset(0): Allocate new frame buffer 5760x2160 stride
[   399.167] randr: falling back to unsynchronized pixmap sharing
[   399.167] (II) modeset(G0): Allocate new frame buffer 3840x2160 stride
[   399.193] (II) modeset(G0): Disabling kernel dirty updates, not required.
[   444.068] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   444.068] (II) modeset(0): Printing DDC gathered Modelines:
[   444.068] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   444.070] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   444.070] (II) modeset(0): Printing DDC gathered Modelines:
[   444.070] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   444.200] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   444.269] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   444.270] (II) modeset(0): Printing DDC gathered Modelines:
[   444.270] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   444.271] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   444.271] (II) modeset(0): Printing DDC gathered Modelines:
[   444.271] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   444.401] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   444.511] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[   444.589] (II) modeset(G0): Allocate new frame buffer 1920x1080 stride
[   466.434] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   466.434] (II) modeset(0): Printing DDC gathered Modelines:
[   466.434] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   466.435] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   466.435] (II) modeset(0): Printing DDC gathered Modelines:
[   466.435] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   466.569] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   466.638] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   466.638] (II) modeset(0): Printing DDC gathered Modelines:
[   466.638] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   466.639] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   466.639] (II) modeset(0): Printing DDC gathered Modelines:
[   466.639] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   466.770] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   466.844] (II) modeset(0): Allocate new frame buffer 5760x2160 stride
[   466.944] (II) modeset(G0): Allocate new frame buffer 3840x2160 stride
[   477.660] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   477.660] (II) modeset(0): Printing DDC gathered Modelines:
[   477.660] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   477.662] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   477.662] (II) modeset(0): Printing DDC gathered Modelines:
[   477.662] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   477.792] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   477.861] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   477.861] (II) modeset(0): Printing DDC gathered Modelines:
[   477.861] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   477.862] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   477.862] (II) modeset(0): Printing DDC gathered Modelines:
[   477.862] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   477.993] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   555.200] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-14ms), your system is too slow
[   555.200] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-27ms), your system is too slow
[   558.172] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   558.172] (II) modeset(0): Printing DDC gathered Modelines:
[   558.172] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   558.173] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   558.173] (II) modeset(0): Printing DDC gathered Modelines:
[   558.173] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   558.305] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   558.375] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   558.375] (II) modeset(0): Printing DDC gathered Modelines:
[   558.375] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   558.376] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   558.376] (II) modeset(0): Printing DDC gathered Modelines:
[   558.376] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   558.509] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   558.625] (II) modeset(0): Allocate new frame buffer 1920x1080 stride
[   558.704] (II) modeset(G0): Allocate new frame buffer 1920x1080 stride
[   586.542] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   586.543] (II) modeset(0): Printing DDC gathered Modelines:
[   586.543] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   586.544] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   586.544] (II) modeset(0): Printing DDC gathered Modelines:
[   586.544] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   586.676] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   586.746] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   586.746] (II) modeset(0): Printing DDC gathered Modelines:
[   586.746] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   586.747] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   586.747] (II) modeset(0): Printing DDC gathered Modelines:
[   586.747] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   586.881] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   681.751] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 15ms, your system is too slow
[   681.871] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 14ms, your system is too slow
[   682.756] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 16ms, your system is too slow
[   683.999] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-9ms), your system is too slow
[   683.999] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-22ms), your system is too slow
[   702.363] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   702.363] (II) modeset(0): Printing DDC gathered Modelines:
[   702.363] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   702.364] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   702.364] (II) modeset(0): Printing DDC gathered Modelines:
[   702.364] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   702.496] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   704.898] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 25ms, your system is too slow
[   704.898] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-0ms), your system is too slow
[   704.898] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-13ms), your system is too slow
[   714.921] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   714.922] (II) modeset(0): Printing DDC gathered Modelines:
[   714.922] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   714.923] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   714.923] (II) modeset(0): Printing DDC gathered Modelines:
[   714.923] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   715.056] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   715.124] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   715.124] (II) modeset(0): Printing DDC gathered Modelines:
[   715.124] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   715.125] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   715.125] (II) modeset(0): Printing DDC gathered Modelines:
[   715.125] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   715.257] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   715.324] (II) modeset(0): Allocate new frame buffer 5760x2160 stride
[   715.440] (II) modeset(G0): Allocate new frame buffer 3840x2160 stride
[   759.628] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-10ms), your system is too slow
[   759.628] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-23ms), your system is too slow
[   761.826] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-8ms), your system is too slow
[   761.826] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-21ms), your system is too slow
[   796.065] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   796.065] (II) modeset(0): Printing DDC gathered Modelines:
[   796.065] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   796.066] (II) modeset(0): EDID vendor "AUO", prod id 25069
[   796.066] (II) modeset(0): Printing DDC gathered Modelines:
[   796.066] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[   796.197] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[   803.480] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-11ms), your system is too slow
[   834.881] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 16ms, your system is too slow
[   835.099] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-10ms), your system is too slow
[   835.099] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-23ms), your system is too slow
[   844.920] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-11ms), your system is too slow
[   848.804] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-6ms), your system is too slow
[   848.804] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-19ms), your system is too slow
[   872.038] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 17ms, your system is too slow
[   872.360] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-8ms), your system is too slow
[   874.588] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 16ms, your system is too slow
[   874.710] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 17ms, your system is too slow
[   875.144] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 11ms, your system is too slow
[   875.144] (EE) event7  - Logitech MX Master 2S: WARNING: log rate limit exceeded (5 msgs per 60s). Discarding future messages.
[   881.701] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-4ms), your system is too slow
[   899.894] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-9ms), your system is too slow
[   907.217] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 13ms, your system is too slow
[  1016.486] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-0ms), your system is too slow
[  1016.486] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-13ms), your system is too slow
[  1097.011] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 14ms, your system is too slow
[  1097.851] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 11ms, your system is too slow
[  1098.535] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-2ms), your system is too slow
[  1361.414] (II) modeset(0): EDID vendor "AUO", prod id 25069
[  1361.414] (II) modeset(0): Printing DDC gathered Modelines:
[  1361.414] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[  1361.415] (II) modeset(0): EDID vendor "AUO", prod id 25069
[  1361.415] (II) modeset(0): Printing DDC gathered Modelines:
[  1361.415] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[  1361.548] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[  1387.077] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 13ms, your system is too slow
[  1388.149] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 37ms, your system is too slow
[  1389.027] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 15ms, your system is too slow
[  1389.309] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 13ms, your system is too slow
[  1392.677] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-9ms), your system is too slow
[  1412.041] (II) modeset(0): EDID vendor "AUO", prod id 25069
[  1412.041] (II) modeset(0): Printing DDC gathered Modelines:
[  1412.041] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[  1412.042] (II) modeset(0): EDID vendor "AUO", prod id 25069
[  1412.042] (II) modeset(0): Printing DDC gathered Modelines:
[  1412.042] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[  1412.173] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[  1452.452] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 36ms, your system is too slow
[  1452.750] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-2ms), your system is too slow
[  1464.200] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-6ms), your system is too slow
[  1464.200] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-19ms), your system is too slow
[  1475.424] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 11ms, your system is too slow
[  1479.694] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-4ms), your system is too slow
[  1479.694] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-17ms), your system is too slow
[  1510.961] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 12ms, your system is too slow
[  1511.059] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-5ms), your system is too slow
[  1511.059] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-18ms), your system is too slow
[  1513.903] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-5ms), your system is too slow
[  1513.903] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-18ms), your system is too slow
[  1521.267] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 18ms, your system is too slow
[  1524.023] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-13ms), your system is too slow
[  1524.023] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-26ms), your system is too slow
[  1539.675] (II) modeset(0): EDID vendor "AUO", prod id 25069
[  1539.675] (II) modeset(0): Printing DDC gathered Modelines:
[  1539.675] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[  1539.676] (II) modeset(0): EDID vendor "AUO", prod id 25069
[  1539.676] (II) modeset(0): Printing DDC gathered Modelines:
[  1539.676] (II) modeset(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[  1539.808] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[  1548.490] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-5ms), your system is too slow
[  1567.979] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 11ms, your system is too slow
[  1568.399] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-6ms), your system is too slow
[  1568.399] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-19ms), your system is too slow
[  1580.837] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 21ms, your system is too slow
[  1580.911] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-3ms), your system is too slow
[  1666.986] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 26ms, your system is too slow
[  1679.596] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 12ms, your system is too slow
[  1736.806] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-5ms), your system is too slow
[  1751.447] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-6ms), your system is too slow
[  1867.623] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-5ms), your system is too slow
[  1867.623] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-19ms), your system is too slow
[  1871.748] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-4ms), your system is too slow
[  1891.221] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 13ms, your system is too slow
[  1891.665] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-1ms), your system is too slow
[  1902.215] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-14ms), your system is too slow
[  1902.215] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-27ms), your system is too slow
[  1916.582] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 18ms, your system is too slow
[  1917.550] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-1ms), your system is too slow
[  1917.550] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-14ms), your system is too slow
[  1925.594] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-6ms), your system is too slow
[  1932.968] (EE) event8  - Logitech Craft: client bug: event processing lagging behind by 15ms, your system is too slow
[  1953.455] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-3ms), your system is too slow
[  1959.145] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-11ms), your system is too slow
[  1959.145] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-24ms), your system is too slow
[  1965.959] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-1ms), your system is too slow
[  1965.959] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-14ms), your system is too slow
[  1971.396] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 40ms, your system is too slow
[  1971.878] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-5ms), your system is too slow
[  1971.878] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-18ms), your system is too slow
[  2110.768] (EE) event8  - Logitech Craft: client bug: event processing lagging behind by 20ms, your system is too slow
[  2125.757] (EE) client bug: timer event7 debounce: scheduled expiry is in the past (-0ms), your system is too slow
[  2125.757] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-13ms), your system is too slow
[  2135.657] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-4ms), your system is too slow
[  2150.062] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 37ms, your system is too slow
[  2170.148] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 11ms, your system is too slow
[  2170.509] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 13ms, your system is too slow
[  2171.009] (EE) event7  - Logitech MX Master 2S: client bug: event processing lagging behind by 33ms, your system is too slow



Voilà, je pense que je n'ai rien oublié.

#16 Re : Matériel » Écran HDMI non détecté » 19-04-2021 02:06:42

BugsByte

sudo dmesg


[    0.000000] microcode: microcode updated early to revision 0xd6, date = 2020-04-23
[    0.000000] Linux version 5.8.0-25-generic (buildd@lcy01-amd64-022) (gcc (Ubuntu 10.2.0-13ubuntu1) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.35.1) #26-Ubuntu SMP Thu Oct 15 10:30:38 UTC 2020 (Ubuntu 5.8.0-25.26-generic 5.8.14)
[    0.000000] Command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu-mate.seed maybe-ubiquity quiet splash ---
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000062ddafff] usable
[    0.000000] BIOS-e820: [mem 0x0000000062ddb000-0x0000000062ddbfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000062ddc000-0x0000000062ddcfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062ddd000-0x000000007a48dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a48e000-0x000000007ae7dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ae7e000-0x000000007ce7dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ce7e000-0x000000007cefdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007cefe000-0x000000007cefefff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ceff000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x62b76018-0x62b9f457] usable ==> usable
[    0.000000] e820: update [mem 0x62b76018-0x62b9f457] usable ==> usable
[    0.000000] e820: update [mem 0x62b65018-0x62b75057] usable ==> usable
[    0.000000] e820: update [mem 0x62b65018-0x62b75057] usable ==> usable
[    0.000000] e820: update [mem 0x62b56018-0x62b64057] usable ==> usable
[    0.000000] e820: update [mem 0x62b56018-0x62b64057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000062b56017] usable
[    0.000000] reserve setup_data: [mem 0x0000000062b56018-0x0000000062b64057] usable
[    0.000000] reserve setup_data: [mem 0x0000000062b64058-0x0000000062b65017] usable
[    0.000000] reserve setup_data: [mem 0x0000000062b65018-0x0000000062b75057] usable
[    0.000000] reserve setup_data: [mem 0x0000000062b75058-0x0000000062b76017] usable
[    0.000000] reserve setup_data: [mem 0x0000000062b76018-0x0000000062b9f457] usable
[    0.000000] reserve setup_data: [mem 0x0000000062b9f458-0x0000000062ddafff] usable
[    0.000000] reserve setup_data: [mem 0x0000000062ddb000-0x0000000062ddbfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000062ddc000-0x0000000062ddcfff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000062ddd000-0x000000007a48dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000007a48e000-0x000000007ae7dfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007ae7e000-0x000000007ce7dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007ce7e000-0x000000007cefdfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007cefe000-0x000000007cefefff] usable
[    0.000000] reserve setup_data: [mem 0x000000007ceff000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000047effffff] usable
[    0.000000] efi: EFI v2.50 by INSYDE Corp.
[    0.000000] efi: ACPI 2.0=0x7cefd014 SMBIOS=0x7a702000 SMBIOS 3.0=0x7a700000 ESRT=0x7a6fe558 MEMATTR=0x6b5b0018 RNG=0x7a6fd998 TPMEventLog=0x6428c018
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] [Firmware Bug]: TPM Final Events table missing or invalid
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: LENOVO 80YY/LNVNB161216, BIOS 5XCN26WW 12/20/2018
[    0.000000] tsc: Detected 2500.000 MHz processor
[    0.000645] tsc: Detected 2499.952 MHz TSC
[    0.000645] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000647] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000654] last_pfn = 0x47f000 max_arch_pfn = 0x400000000
[    0.000659] MTRR default type: write-back
[    0.000659] MTRR fixed ranges enabled:
[    0.000661]   00000-9FFFF write-back
[    0.000661]   A0000-BFFFF uncachable
[    0.000662]   C0000-FFFFF write-protect
[    0.000663] MTRR variable ranges enabled:
[    0.000664]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000665]   1 base 007E000000 mask 7FFE000000 uncachable
[    0.000666]   2 base 007D800000 mask 7FFF800000 uncachable
[    0.000667]   3 disabled
[    0.000667]   4 disabled
[    0.000668]   5 disabled
[    0.000668]   6 disabled
[    0.000668]   7 disabled
[    0.000669]   8 disabled
[    0.000669]   9 disabled
[    0.001008] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001151] last_pfn = 0x7ceff max_arch_pfn = 0x400000000
[    0.009549] esrt: Reserving ESRT space from 0x000000007a6fe558 to 0x000000007a6fe608.
[    0.009557] check: Scanning 1 areas for low memory corruption
[    0.009561] Using GB pages for direct mapping
[    0.010082] secureboot: Secure boot disabled
[    0.010083] RAMDISK: [mem 0x3a47c000-0x3fffdfff]
[    0.010091] ACPI: Early table checksum verification disabled
[    0.010094] ACPI: RSDP 0x000000007CEFD014 000024 (v02 LENOVO)
[    0.010097] ACPI: XSDT 0x000000007CECC188 00010C (v01 LENOVO CB-01    00000001      01000013)
[    0.010102] ACPI: FACP 0x000000007CEEE000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010107] ACPI: DSDT 0x000000007CED5000 015C9C (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010110] ACPI: FACS 0x000000007CE4D000 000040
[    0.010112] ACPI: UEFI 0x000000007CEFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010115] ACPI: UEFI 0x000000007CEFB000 000042 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010118] ACPI: MSDM 0x000000007CEFA000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010120] ACPI: SSDT 0x000000007CEF9000 0004C3 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010122] ACPI: SSDT 0x000000007CEF8000 000046 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010125] ACPI: TPM2 0x000000007CEF7000 000034 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010127] ACPI: SSDT 0x000000007CEF3000 0030A0 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010130] ACPI: ASF! 0x000000007CEF2000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010132] ACPI: ASPT 0x000000007CEF1000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010135] ACPI: BOOT 0x000000007CEF0000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010137] ACPI: DBGP 0x000000007CEEF000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010139] ACPI: HPET 0x000000007CEED000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010142] ACPI: APIC 0x000000007CEEC000 0000BC (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010144] ACPI: MCFG 0x000000007CEEB000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010147] ACPI: LPIT 0x000000007CED4000 000094 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010149] ACPI: WSMT 0x000000007CED3000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010152] ACPI: SSDT 0x000000007CED2000 00029F (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010154] ACPI: SSDT 0x000000007CED1000 000346 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010157] ACPI: SSDT 0x000000007CECD000 003002 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010159] ACPI: SSDT 0x000000007CECB000 00051E (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010161] ACPI: DBGP 0x000000007CECA000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010164] ACPI: DBG2 0x000000007CEC9000 000054 (v00 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010166] ACPI: SSDT 0x000000007CEC8000 0002F5 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010169] ACPI: SSDT 0x000000007CEC7000 000EDE (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010171] ACPI: SSDT 0x000000007CEC2000 004743 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010174] ACPI: DMAR 0x000000007CEC1000 0000A8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010176] ACPI: FPDT 0x000000007CEC0000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010178] ACPI: BGRT 0x000000007CEBF000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010187] ACPI: Local APIC address 0xfee00000
[    0.010286] No NUMA configuration found
[    0.010287] Faking a node at [mem 0x0000000000000000-0x000000047effffff]
[    0.010298] NODE_DATA(0) allocated [mem 0x47efd6000-0x47effffff]
[    0.010658] Zone ranges:
[    0.010659]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010660]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.010661]   Normal   [mem 0x0000000100000000-0x000000047effffff]
[    0.010662]   Device   empty
[    0.010663] Movable zone start for each node
[    0.010666] Early memory node ranges
[    0.010667]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.010668]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.010669]   node   0: [mem 0x0000000000100000-0x0000000062ddafff]
[    0.010669]   node   0: [mem 0x0000000062ddd000-0x000000007a48dfff]
[    0.010670]   node   0: [mem 0x000000007cefe000-0x000000007cefefff]
[    0.010671]   node   0: [mem 0x0000000100000000-0x000000047effffff]
[    0.010916] Zeroed struct page in unavailable ranges: 27607 pages
[    0.010917] Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
[    0.010919] On node 0 totalpages: 4166697
[    0.010920]   DMA zone: 64 pages used for memmap
[    0.010920]   DMA zone: 21 pages reserved
[    0.010921]   DMA zone: 3996 pages, LIFO batch:0
[    0.010944]   DMA32 zone: 7763 pages used for memmap
[    0.010945]   DMA32 zone: 496781 pages, LIFO batch:63
[    0.013713]   Normal zone: 57280 pages used for memmap
[    0.013714]   Normal zone: 3665920 pages, LIFO batch:63
[    0.034209] Reserving Intel graphics memory at [mem 0x7e000000-0x7fffffff]
[    0.034594] ACPI: PM-Timer IO Port: 0x1808
[    0.034596] ACPI: Local APIC address 0xfee00000
[    0.034602] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.034603] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.034603] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.034604] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.034604] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.034605] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.034605] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.034606] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.034634] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.034635] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.034637] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.034638] ACPI: IRQ0 used by override.
[    0.034639] ACPI: IRQ9 used by override.
[    0.034641] Using ACPI (MADT) for SMP configuration information
[    0.034642] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.034648] e820: update [mem 0x6ab52000-0x6ac45fff] usable ==> reserved
[    0.034657] TSC deadline timer available
[    0.034658] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.034677] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.034679] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.034680] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.034682] PM: hibernation: Registered nosave memory: [mem 0x62b56000-0x62b56fff]
[    0.034683] PM: hibernation: Registered nosave memory: [mem 0x62b64000-0x62b64fff]
[    0.034684] PM: hibernation: Registered nosave memory: [mem 0x62b65000-0x62b65fff]
[    0.034685] PM: hibernation: Registered nosave memory: [mem 0x62b75000-0x62b75fff]
[    0.034686] PM: hibernation: Registered nosave memory: [mem 0x62b76000-0x62b76fff]
[    0.034687] PM: hibernation: Registered nosave memory: [mem 0x62b9f000-0x62b9ffff]
[    0.034689] PM: hibernation: Registered nosave memory: [mem 0x62ddb000-0x62ddbfff]
[    0.034689] PM: hibernation: Registered nosave memory: [mem 0x62ddc000-0x62ddcfff]
[    0.034691] PM: hibernation: Registered nosave memory: [mem 0x6ab52000-0x6ac45fff]
[    0.034692] PM: hibernation: Registered nosave memory: [mem 0x7a48e000-0x7ae7dfff]
[    0.034693] PM: hibernation: Registered nosave memory: [mem 0x7ae7e000-0x7ce7dfff]
[    0.034693] PM: hibernation: Registered nosave memory: [mem 0x7ce7e000-0x7cefdfff]
[    0.034695] PM: hibernation: Registered nosave memory: [mem 0x7ceff000-0x7fffffff]
[    0.034696] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.034696] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.034697] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
[    0.034697] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[    0.034698] PM: hibernation: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[    0.034698] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.034699] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.034699] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.034700] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.034700] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.034701] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.034701] PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.034702] PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.034702] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.034703] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
[    0.034703] PM: hibernation: Registered nosave memory: [mem 0xffa00000-0xffffffff]
[    0.034705] [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.034706] Booting paravirtualized kernel on bare hardware
[    0.034708] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.034714] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.034863] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u524288
[    0.034869] pcpu-alloc: s192512 r8192 d28672 u524288 alloc=1*2097152
[    0.034870] pcpu-alloc: [0] 0 1 2 3
[    0.034895] Built 1 zonelists, mobility grouping on.  Total pages: 4101569
[    0.034896] Policy zone: Normal
[    0.034897] Kernel command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu-mate.seed maybe-ubiquity quiet splash ---
[    0.035830] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.036249] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.036296] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.070302] Memory: 16151752K/16666788K available (14339K kernel code, 2535K rwdata, 8792K rodata, 2636K init, 4924K bss, 515036K reserved, 0K cma-reserved)
[    0.070309] random: get_random_u64 called from kmem_cache_open+0x2b/0x240 with crng_init=1
[    0.070434] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.070452] Kernel/User page tables isolation: enabled
[    0.070473] ftrace: allocating 48582 entries in 190 pages
[    0.088675] ftrace: allocated 190 pages with 6 groups
[    0.088773] rcu: Hierarchical RCU implementation.
[    0.088774] rcu:   RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.088775]  Trampoline variant of Tasks RCU enabled.
[    0.088775]  Rude variant of Tasks RCU enabled.
[    0.088776]  Tracing variant of Tasks RCU enabled.
[    0.088777] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.088777] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.092010] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.092518] random: crng done (trusting CPU's manufacturer)
[    0.092543] Console: colour dummy device 80x25
[    0.092547] printk: console [tty0] enabled
[    0.092566] ACPI: Core revision 20200528
[    0.092855] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.092937] APIC: Switch to symmetric I/O mode setup
[    0.092939] DMAR: Host address width 39
[    0.092940] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.092946] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.092946] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.092950] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.092951] DMAR: RMRR base: 0x0000007ad72000 end: 0x0000007ad91fff
[    0.092952] DMAR: RMRR base: 0x0000007d800000 end: 0x0000007fffffff
[    0.092954] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.092955] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.092956] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.094439] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.094440] x2apic enabled
[    0.094454] Switched APIC routing to cluster x2apic.
[    0.098421] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.116857] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x24090c9bc00, max_idle_ns: 440795288559 ns
[    0.116861] Calibrating delay loop (skipped), value calculated using timer frequency.. 4999.90 BogoMIPS (lpj=9999808)
[    0.116863] pid_max: default: 32768 minimum: 301
[    0.119239] LSM: Security Framework initializing
[    0.119251] Yama: becoming mindful.
[    0.119276] AppArmor: AppArmor initialized
[    0.119329] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.119351] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.119638] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.119661] process: using mwait in idle threads
[    0.119663] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.119664] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.119667] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.119668] Spectre V2 : Mitigation: Full generic retpoline
[    0.119669] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.119670] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.119671] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.119672] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.119678] SRBDS: Mitigation: Microcode
[    0.119678] MDS: Mitigation: Clear CPU buffers
[    0.119955] Freeing SMP alternatives memory: 40K
[    0.123984] smpboot: CPU0: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.124140] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.124146] ... version:                4
[    0.124147] ... bit width:              48
[    0.124147] ... generic registers:      8
[    0.124148] ... value mask:             0000ffffffffffff
[    0.124148] ... max period:             00007fffffffffff
[    0.124149] ... fixed-purpose events:   3
[    0.124149] ... event mask:             00000007000000ff
[    0.124190] rcu: Hierarchical SRCU implementation.
[    0.124859] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.124859] smp: Bringing up secondary CPUs ...
[    0.124859] x86: Booting SMP configuration:
[    0.124859] .... node  #0, CPUs:      #1 #2 #3
[    0.129398] smp: Brought up 1 node, 4 CPUs
[    0.129398] smpboot: Max logical packages: 1
[    0.129398] smpboot: Total of 4 processors activated (19999.61 BogoMIPS)
[    0.130433] devtmpfs: initialized
[    0.130433] x86/mm: Memory block size: 128MB
[    0.130433] PM: Registering ACPI NVS region [mem 0x62ddb000-0x62ddbfff] (4096 bytes)
[    0.130433] PM: Registering ACPI NVS region [mem 0x7ae7e000-0x7ce7dfff] (33554432 bytes)
[    0.130433] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.130433] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.132913] pinctrl core: initialized pinctrl subsystem
[    0.133067] PM: RTC time: 00:15:44, date: 2021-04-19
[    0.133068] thermal_sys: Registered thermal governor 'fair_share'
[    0.133069] thermal_sys: Registered thermal governor 'bang_bang'
[    0.133069] thermal_sys: Registered thermal governor 'step_wise'
[    0.133070] thermal_sys: Registered thermal governor 'user_space'
[    0.133070] thermal_sys: Registered thermal governor 'power_allocator'
[    0.133181] NET: Registered protocol family 16
[    0.133397] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.133524] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.133661] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.133669] audit: initializing netlink subsys (disabled)
[    0.133679] audit: type=2000 audit(1618791344.040:1): state=initialized audit_enabled=0 res=1
[    0.133679] EISA bus registered
[    0.133679] cpuidle: using governor ladder
[    0.133679] cpuidle: using governor menu
[    0.133679] Simple Boot Flag at 0x44 set to 0x1
[    0.133679] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.133679] ACPI: bus type PCI registered
[    0.133679] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.133679] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.133679] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.133679] PCI: Using configuration type 1 for base access
[    0.134782] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.134782] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.136949] ACPI: Added _OSI(Module Device)
[    0.136950] ACPI: Added _OSI(Processor Device)
[    0.136951] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.136952] ACPI: Added _OSI(Processor Aggregator Device)
[    0.136953] ACPI: Added _OSI(Linux-Dell-Video)
[    0.136953] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.136954] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.172834] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.175608] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.180700] ACPI: Dynamic OEM Table Load:
[    0.180716] ACPI: SSDT 0xFFFF89B5EC196800 0005EE (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.182328] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.183584] ACPI: Dynamic OEM Table Load:
[    0.183592] ACPI: SSDT 0xFFFF89B5EC109400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.185533] ACPI: Dynamic OEM Table Load:
[    0.185540] ACPI: SSDT 0xFFFF89B5EC197000 00065C (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.187501] ACPI: Dynamic OEM Table Load:
[    0.187508] ACPI: SSDT 0xFFFF89B5EC14B000 00018A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.190597] ACPI: EC: EC started
[    0.190597] ACPI: EC: interrupt blocked
[    0.190934] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.190936] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.190936] ACPI: Interpreter enabled
[    0.190988] ACPI: (supports S0 S3 S4 S5)
[    0.190989] ACPI: Using IOAPIC for interrupt routing
[    0.191034] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.191800] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.192948] ACPI: Power Resource [PG00] (on)
[    0.217638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.217644] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.221295] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.221296] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.223960] PCI host bridge to bus 0000:00
[    0.223962] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.223963] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.223965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.223966] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.223967] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.223967] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.223968] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.223969] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.223970] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.223971] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.223972] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.223973] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.223974] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.223975] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.223985] pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
[    0.225068] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.225118] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.226206] pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
[    0.226217] pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
[    0.226223] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.226227] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.226243] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.227402] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.227435] pci 0000:00:14.0: reg 0x10: [mem 0xa4610000-0xa461ffff 64bit]
[    0.227536] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.228734] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.228768] pci 0000:00:14.2: reg 0x10: [mem 0xa462a000-0xa462afff 64bit]
[    0.229945] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.229976] pci 0000:00:16.0: reg 0x10: [mem 0xa462b000-0xa462bfff 64bit]
[    0.230062] pci 0000:00:16.0: PME# supported from D3hot
[    0.231193] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
[    0.231221] pci 0000:00:17.0: reg 0x10: [mem 0xa4628000-0xa4629fff]
[    0.231233] pci 0000:00:17.0: reg 0x14: [mem 0xa462e000-0xa462e0ff]
[    0.231244] pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
[    0.231256] pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
[    0.231266] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
[    0.231278] pci 0000:00:17.0: reg 0x24: [mem 0xa462c000-0xa462c7ff]
[    0.231342] pci 0000:00:17.0: PME# supported from D3hot
[    0.232471] pci 0000:00:1c.0: [8086:a112] type 01 class 0x060400
[    0.232621] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.233820] pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
[    0.233966] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.235157] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[    0.235306] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.236523] pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
[    0.237729] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.237751] pci 0000:00:1f.2: reg 0x10: [mem 0xa4624000-0xa4627fff]
[    0.238919] pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
[    0.238953] pci 0000:00:1f.3: reg 0x10: [mem 0xa4620000-0xa4623fff 64bit]
[    0.238991] pci 0000:00:1f.3: reg 0x20: [mem 0xa4600000-0xa460ffff 64bit]
[    0.239050] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.240235] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.240296] pci 0000:00:1f.4: reg 0x10: [mem 0xa462d000-0xa462d0ff 64bit]
[    0.240366] pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
[    0.241577] pci 0000:01:00.0: [10de:1c20] type 00 class 0x030000
[    0.241592] pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
[    0.241600] pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.241607] pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
[    0.241612] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.241618] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.241631] pci 0000:01:00.0: Enabling HDA controller
[    0.241777] pci 0000:01:00.1: [10de:10f1] type 00 class 0x040300
[    0.241788] pci 0000:01:00.1: reg 0x10: [mem 0xa4000000-0xa4003fff]
[    0.241904] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.241906] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.241908] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.241911] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.242144] pci 0000:02:00.0: [168c:0042] type 00 class 0x028000
[    0.242219] pci 0000:02:00.0: reg 0x10: [mem 0xa4200000-0xa43fffff 64bit]
[    0.242510] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.243055] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.243062] pci 0000:00:1c.0:   bridge window [mem 0xa4200000-0xa43fffff]
[    0.243143] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.243178] pci 0000:03:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.243206] pci 0000:03:00.0: reg 0x18: [mem 0xa4504000-0xa4504fff 64bit]
[    0.243223] pci 0000:03:00.0: reg 0x20: [mem 0xa4500000-0xa4503fff 64bit]
[    0.243346] pci 0000:03:00.0: supports D1 D2
[    0.243347] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.243548] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.243552] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.243556] pci 0000:00:1c.3:   bridge window [mem 0xa4500000-0xa45fffff]
[    0.243636] pci 0000:04:00.0: [144d:a804] type 00 class 0x010802
[    0.243678] pci 0000:04:00.0: reg 0x10: [mem 0xa4400000-0xa4403fff 64bit]
[    0.244037] pci 0000:00:1d.0: PCI bridge to [bus 04]
[    0.244044] pci 0000:00:1d.0:   bridge window [mem 0xa4400000-0xa44fffff]
[    0.245558] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.245633] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.245706] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.245779] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.245851] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.245923] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.245995] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.246067] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.246647] ACPI: EC: interrupt unblocked
[    0.246647] ACPI: EC: event unblocked
[    0.246660] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.246661] ACPI: EC: GPE=0x2
[    0.246662] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.246663] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.246729] iommu: Default domain type: Translated
[    0.246729] SCSI subsystem initialized
[    0.246729] libata version 3.00 loaded.
[    0.246729] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.246729] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.246729] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.246729] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.246729] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.246729] vgaarb: loaded
[    0.246729] ACPI: bus type USB registered
[    0.246729] usbcore: registered new interface driver usbfs
[    0.246729] usbcore: registered new interface driver hub
[    0.246729] usbcore: registered new device driver usb
[    0.246729] pps_core: LinuxPPS API ver. 1 registered
[    0.246729] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.246729] PTP clock support registered
[    0.246729] EDAC MC: Ver: 3.0.0
[    0.246729] Registered efivars operations
[    0.246729] NetLabel: Initializing
[    0.246729] NetLabel:  domain hash size = 128
[    0.246729] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.246729] NetLabel:  unlabeled traffic allowed by default
[    0.246729] PCI: Using ACPI for IRQ routing
[    0.275460] PCI: pci_cache_line_size set to 64 bytes
[    0.275765] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.275766] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.275767] e820: reserve RAM buffer [mem 0x62b56018-0x63ffffff]
[    0.275768] e820: reserve RAM buffer [mem 0x62b65018-0x63ffffff]
[    0.275769] e820: reserve RAM buffer [mem 0x62b76018-0x63ffffff]
[    0.275770] e820: reserve RAM buffer [mem 0x62ddb000-0x63ffffff]
[    0.275771] e820: reserve RAM buffer [mem 0x6ab52000-0x6bffffff]
[    0.275771] e820: reserve RAM buffer [mem 0x7a48e000-0x7bffffff]
[    0.275772] e820: reserve RAM buffer [mem 0x7ceff000-0x7fffffff]
[    0.275773] e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
[    0.275778] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.275778] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.277887] clocksource: Switched to clocksource tsc-early
[    0.289653] VFS: Disk quotas dquot_6.6.0
[    0.289666] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.289761] AppArmor: AppArmor Filesystem Enabled
[    0.289788] pnp: PnP ACPI init
[    0.289955] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.289956] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.289957] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.289958] system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.289960] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.289961] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.289962] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.289966] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.290361] system 00:01: [io  0x2000-0x20fe] has been reserved
[    0.290364] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.290597] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.290599] system 00:02: [io  0xffff] has been reserved
[    0.290600] system 00:02: [io  0xffff] has been reserved
[    0.290601] system 00:02: [io  0xffff] has been reserved
[    0.290602] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.290603] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.290606] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.290717] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.290720] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.290740] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.290783] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.290785] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.290822] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.290846] pnp 00:07: Plug and Play ACPI device, IDs SYN2b96 PNP0f03 (active)
[    0.292407] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.292409] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.292410] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.292413] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.293123] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.293124] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.293125] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.293126] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[    0.293127] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.293129] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.293130] system 00:09: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.293131] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[    0.293132] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.293134] system 00:09: [mem 0x80000000-0x8001ffff] has been reserved
[    0.293137] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.293506] pnp: PnP ACPI: found 10 devices
[    0.299144] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.299202] NET: Registered protocol family 2
[    0.299347] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.299424] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.299607] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.299718] TCP: Hash tables configured (established 131072 bind 65536)
[    0.299795] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.299838] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.299898] NET: Registered protocol family 1
[    0.299902] NET: Registered protocol family 44
[    0.299906] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.299916] pci 0000:01:00.0: BAR 6: assigned [mem 0xa4080000-0xa40fffff pref]
[    0.299918] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.299920] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.299923] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.299925] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.299928] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.299934] pci 0000:00:1c.0:   bridge window [mem 0xa4200000-0xa43fffff]
[    0.299944] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.299946] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.299951] pci 0000:00:1c.3:   bridge window [mem 0xa4500000-0xa45fffff]
[    0.299961] pci 0000:00:1d.0: PCI bridge to [bus 04]
[    0.299967] pci 0000:00:1d.0:   bridge window [mem 0xa4400000-0xa44fffff]
[    0.299978] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.299979] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.299980] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.299981] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.299982] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.299983] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.299984] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.299985] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.299986] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.299987] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.299987] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.299989] pci_bus 0000:00: resource 15 [mem 0x80000000-0xdfffffff window]
[    0.299990] pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
[    0.299991] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.299991] pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa40fffff]
[    0.299992] pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.299994] pci_bus 0000:02: resource 1 [mem 0xa4200000-0xa43fffff]
[    0.299995] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    0.299996] pci_bus 0000:03: resource 1 [mem 0xa4500000-0xa45fffff]
[    0.299997] pci_bus 0000:04: resource 1 [mem 0xa4400000-0xa44fffff]
[    0.300162] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.301911] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.302066] PCI: CLS 64 bytes, default 64
[    0.302130] Trying to unpack rootfs image as initramfs...
[    0.542267] Freeing initrd memory: 93704K
[    0.548978] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.548979] software IO TLB: mapped [mem 0x75f15000-0x79f15000] (64MB)
[    0.549216] check: Scanning for low memory corruption every 60 seconds
[    0.549590] Initialise system trusted keyrings
[    0.549603] Key type blacklist registered
[    0.549628] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.550833] zbud: loaded
[    0.551067] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.551195] fuse: init (API version 7.31)
[    0.551311] integrity: Platform Keyring initialized
[    0.560603] Key type asymmetric registered
[    0.560604] Asymmetric key parser 'x509' registered
[    0.560613] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.560648] io scheduler mq-deadline registered
[    0.560962] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    0.561194] pcieport 0000:00:1c.0: PME: Signaling with IRQ 123
[    0.561440] pcieport 0000:00:1c.3: PME: Signaling with IRQ 124
[    0.561689] pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
[    0.561739] pcieport 0000:00:1d.0: AER: enabled with IRQ 125
[    0.561841] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.561889] efifb: probing for efifb
[    0.561910] efifb: showing boot graphics
[    0.563152] efifb: framebuffer at 0xb0000000, using 8100k, total 8100k
[    0.563153] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.563154] efifb: scrolling: redraw
[    0.563155] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.563188] fbcon: Deferring console take-over
[    0.563189] fb0: EFI VGA frame buffer device
[    0.563195] intel_idle: MWAIT substates: 0x11142120
[    0.563196] intel_idle: v0.5.1 model 0x9E
[    0.563471] intel_idle: Local APIC timer is reliable in all C-states
[    0.563667] ACPI: AC Adapter [ADP0] (on-line)
[    0.563736] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.563751] ACPI: Lid Switch [LID0]
[    0.563775] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.563787] ACPI: Power Button [PWRB]
[    0.563811] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.563848] ACPI: Power Button [PWRF]
[    0.564744] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.566291] Linux agpgart interface v0.103
[    0.631753] loop: module loaded
[    0.632063] libphy: Fixed MDIO Bus: probed
[    0.632064] tun: Universal TUN/TAP device driver, 1.6
[    0.632110] PPP generic driver version 2.4.2
[    0.632203] VFIO - User Level meta-driver version: 0.3
[    0.632324] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.632326] ehci-pci: EHCI PCI platform driver
[    0.632335] ehci-platform: EHCI generic platform driver
[    0.632344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.632345] ohci-pci: OHCI PCI platform driver
[    0.632351] ohci-platform: OHCI generic platform driver
[    0.632357] uhci_hcd: USB Universal Host Controller Interface driver
[    0.632398] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.636730] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.636737] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.636818] mousedev: PS/2 mouse device common for all mice
[    0.636978] rtc_cmos 00:04: RTC can wake from S4
[    0.637508] rtc_cmos 00:04: registered as rtc0
[    0.637665] rtc_cmos 00:04: setting system clock to 2021-04-19T00:15:45 UTC (1618791345)
[    0.637681] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.637686] i2c /dev entries driver
[    0.637728] device-mapper: uevent: version 1.0.3
[    0.637822] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    0.637839] platform eisa.0: Probing EISA bus 0
[    0.637840] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.637841] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.637842] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.637843] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.637844] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.637845] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.637845] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.637846] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.637847] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.637848] platform eisa.0: EISA: Detected 0 cards
[    0.637851] intel_pstate: Intel P-state driver initializing
[    0.637865] intel_pstate: Disabling energy efficiency optimization
[    0.638244] intel_pstate: HWP enabled
[    0.638447] ledtrig-cpu: registered to indicate activity on CPUs
[    0.638461] EFI Variables Facility v0.08 2004-May-17
[    0.645977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.661218] battery: ACPI: Battery Slot [BAT0] (battery present)
[    0.683225] resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:00 [mem 0xfdb00000-0xfdffffff]
[    0.683228] caller pmc_core_probe+0x7f/0x180 mapping multiple BARs
[    0.683247] intel_pmc_core intel_pmc_core.0:  initialized
[    0.683321] drop_monitor: Initializing network drop monitor service
[    0.683469] NET: Registered protocol family 10
[    0.688493] Segment Routing with IPv6
[    0.688522] NET: Registered protocol family 17
[    0.688619] Key type dns_resolver registered
[    0.688930] microcode: sig=0x906e9, pf=0x20, revision=0xd6
[    0.688969] microcode: Microcode Update Driver: v2.2.
[    0.688971] IPI shorthand broadcast: enabled
[    0.688977] sched_clock: Marking stable (688407557, 546291)->(693893038, -4939190)
[    0.689047] registered taskstats version 1
[    0.689054] Loading compiled-in X.509 certificates
[    0.689581] Loaded X.509 cert 'Build time autogenerated kernel key: 7da6ae7afb3ff081f4283f71de26c4734fe6a947'
[    0.689599] zswap: loaded using pool lzo/zbud
[    0.689656] Key type ._fscrypt registered
[    0.689657] Key type .fscrypt registered
[    0.689657] Key type fscrypt-provisioning registered
[    0.689698] Key type trusted registered
[    0.691704] Key type encrypted registered
[    0.691706] AppArmor: AppArmor sha1 policy hashing enabled
[    0.693150] ima: Allocated hash algorithm: sha1
[    0.881332] ima: No architecture policies found
[    0.881350] evm: Initialising EVM extended attributes:
[    0.881351] evm: security.selinux
[    0.881352] evm: security.SMACK64
[    0.881352] evm: security.SMACK64EXEC
[    0.881353] evm: security.SMACK64TRANSMUTE
[    0.881354] evm: security.SMACK64MMAP
[    0.881354] evm: security.apparmor
[    0.881355] evm: security.ima
[    0.881355] evm: security.capability
[    0.881357] evm: HMAC attrs: 0x1
[    0.883076] PM:   Magic number: 1:132:254
[    0.883142] memory memory128: hash matches
[    0.883433] RAS: Correctable Errors collector initialized.
[    0.884993] Freeing unused decrypted memory: 2040K
[    0.885593] Freeing unused kernel image (initmem) memory: 2636K
[    0.885683] Write protecting the kernel read-only data: 26624k
[    0.886444] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    0.886923] Freeing unused kernel image (rodata/data gap) memory: 1448K
[    0.953498] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.953499] x86/mm: Checking user space page tables
[    0.997774] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.997777] Run /init as init process
[    0.997778]   with arguments:
[    0.997778]     /init
[    0.997779]     maybe-ubiquity
[    0.997779]     splash
[    0.997779]     ---
[    0.997780]   with environment:
[    0.997780]     HOME=/
[    0.997780]     TERM=linux
[    0.997781]     BOOT_IMAGE=/casper/vmlinuz
[    0.997781]     file=/cdrom/preseed/ubuntu-mate.seed
[    1.063727] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[    1.063729] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[    1.063730] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[    1.063731] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[    1.063877] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.074776] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.074788] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.075902] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    1.076107] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.076332] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    1.076333] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.076333] usb usb1: Product: xHCI Host Controller
[    1.076334] usb usb1: Manufacturer: Linux 5.8.0-25-generic xhci-hcd
[    1.076335] usb usb1: SerialNumber: 0000:00:14.0
[    1.076410] hub 1-0:1.0: USB hub found
[    1.076443] hub 1-0:1.0: 16 ports detected
[    1.077050] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.077053] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.077055] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.077085] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    1.077086] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.077087] usb usb2: Product: xHCI Host Controller
[    1.077087] usb usb2: Manufacturer: Linux 5.8.0-25-generic xhci-hcd
[    1.077088] usb usb2: SerialNumber: 0000:00:14.0
[    1.077149] hub 2-0:1.0: USB hub found
[    1.077168] hub 2-0:1.0: 8 ports detected
[    1.077303] usb: port power management may be unreliable
[    1.078728] ahci 0000:00:17.0: version 3.0
[    1.079674] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.083725] nvme nvme0: pci function 0000:04:00.0
[    1.085314] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.085353] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.087206] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    1.087558] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.092999] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x4 impl SATA mode
[    1.093001] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst
[    1.100845] nvme nvme0: 4/0/0 default/read/poll queues
[    1.101582] scsi host0: ahci
[    1.101698] scsi host1: ahci
[    1.101790] scsi host2: ahci
[    1.101822] ata1: DUMMY
[    1.101822] ata2: DUMMY
[    1.101825] ata3: SATA max UDMA/133 abar m2048@0xa462c000 port 0xa462c200 irq 127
[    1.104461] libphy: r8169: probed
[    1.104592] r8169 0000:03:00.0 eth0: RTL8168gu/8111gu, 8c:16:45:08:0e:86, XID 509, IRQ 129
[    1.104594] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.107820]  nvme0n1: p1 p2 p3
[    1.133656] cryptd: max_cpu_qlen set to 1000
[    1.133928] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    1.136482] ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200528/nsarguments-59)
[    1.136552] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200528/nsarguments-59)
[    1.137352] AVX2 version of gcm_enc/dec engaged.
[    1.137352] AES CTR mode by8 optimization enabled
[    1.137525] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power,
[    1.137528] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
[    1.137529] nouveau: detected PR support, will not use DSM
[    1.137546] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
[    1.137744] checking generic (b0000000 7e9000) vs hw (a3000000 1000000)
[    1.137745] checking generic (b0000000 7e9000) vs hw (90000000 10000000)
[    1.137745] checking generic (b0000000 7e9000) vs hw (a0000000 2000000)
[    1.137828] nouveau 0000:01:00.0: NVIDIA GP106 (136000a1)
[    1.139882] checking generic (b0000000 7e9000) vs hw (a2000000 1000000)
[    1.139883] checking generic (b0000000 7e9000) vs hw (b0000000 10000000)
[    1.139884] fb0: switching to inteldrmfb from EFI VGA
[    1.140025] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.152925] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.154246] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    1.154578] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    1.205028] nouveau 0000:01:00.0: bios: version 86.06.51.00.08
[    1.250237] nouveau 0000:01:00.0: fb: 6144 MiB GDDR5
[    1.408895] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.419333] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.456198] ata3.00: ATA-10: ST1000LM035-1RK172, LCM2, max UDMA/100
[    1.456199] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.505383] ata3.00: configured for UDMA/100
[    1.524626] scsi 2:0:0:0: Direct-Access     ATA      ST1000LM035-1RK1 LCM2 PQ: 0 ANSI: 5
[    1.524752] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    1.524804] sd 2:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.524805] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    1.524811] sd 2:0:0:0: [sda] Write Protect is off
[    1.524812] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.524820] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.557781] usb 1-1: New USB device found, idVendor=154b, idProduct=0095, bcdDevice=10.75
[    1.557783] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.557783] usb 1-1: Product: USB 3.0 FD
[    1.557784] usb 1-1: Manufacturer: PNY Technologies
[    1.557785] usb 1-1: SerialNumber: 3277252264
[    1.561232] usb-storage 1-1:1.0: USB Mass Storage device detected
[    1.561420] scsi host3: usb-storage 1-1:1.0
[    1.561467] usbcore: registered new interface driver usb-storage
[    1.562293] usbcore: registered new interface driver uas
[    1.593240] tsc: Refined TSC clocksource calibration: 2496.052 MHz
[    1.593243] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23faa82921f, max_idle_ns: 440795216730 ns
[    1.593349] clocksource: Switched to clocksource tsc
[    1.601295] [TTM] Zone  kernel: Available graphics memory: 8141470 KiB
[    1.601296] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    1.601296] [TTM] Initializing pool allocator
[    1.601299] [TTM] Initializing DMA pool allocator
[    1.601320] nouveau 0000:01:00.0: DRM: VRAM: 6144 MiB
[    1.601321] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[    1.601323] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    1.601342] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    1.601343] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    1.601343] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    1.601345] nouveau 0000:01:00.0: DRM: DCB outp 00: 01800f46 04600010
[    1.601346] nouveau 0000:01:00.0: DRM: DCB outp 01: 01000f42 00020010
[    1.601346] nouveau 0000:01:00.0: DRM: DCB outp 05: 02022f62 00020010
[    1.601347] nouveau 0000:01:00.0: DRM: DCB outp 10: 04855f96 04600020
[    1.601348] nouveau 0000:01:00.0: DRM: DCB outp 11: 04055f92 00020020
[    1.601349] nouveau 0000:01:00.0: DRM: DCB conn 00: 00001046
[    1.601350] nouveau 0000:01:00.0: DRM: DCB conn 02: 00010261
[    1.601350] nouveau 0000:01:00.0: DRM: DCB conn 05: 02000546
[    1.601780] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    1.602399] nouveau 0000:01:00.0: disp: chid 0 mthd 008c data 00000000 0000508c 0000102c
[    1.602406] fbcon: Taking over console
[    1.649132] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.686890]  sda: sda1
[    1.687195] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.692900] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    1.843501] usb 1-3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.01
[    1.843502] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.843503] usb 1-3: Product: USB Receiver
[    1.843504] usb 1-3: Manufacturer: Logitech
[    1.857663] hid: raw HID events driver (C) Jiri Kosina
[    1.862355] usbcore: registered new interface driver usbhid
[    1.862356] usbhid: USB HID core driver
[    1.864312] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C52B.0001/input/input6
[    1.921235] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-3/input0
[    1.921406] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0002/input/input7
[    1.921662] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0002/input/input8
[    1.951813] psmouse serio1: synaptics: queried max coordinates: x [..5670], y [..4744]
[    1.976893] usb 1-6: new high-speed USB device number 4 using xhci_hcd
[    1.981097] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C52B.0002/input/input9
[    1.981259] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-3/input1
[    1.981462] hid-generic 0003:046D:C52B.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[    1.989044] psmouse serio1: synaptics: queried min coordinates: x [1272..], y [1108..]
[    1.989061] psmouse serio1: synaptics: Your touchpad (PNP: SYN2b96 PNP0f03) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    1.997832] nouveau 0000:01:00.0: DRM: allocated 3840x2160 fb: 0x200000, bo 00000000fe29ec67
[    2.071569] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00123/0x840300/0x26800/0x440000, board id: 3287, fw id: 2469908
[    2.123009] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[    2.192702] usb 1-6: New USB device found, idVendor=04f2, idProduct=b57e, bcdDevice=87.40
[    2.192717] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.192718] usb 1-6: Product: EasyCamera
[    2.192719] usb 1-6: Manufacturer: Chicony Electronics Co.,Ltd.
[    2.192719] usb 1-6: SerialNumber: 0001
[    2.214026] Console: switching to colour frame buffer device 240x67
[    2.324896] usb 1-11: new full-speed USB device number 5 using xhci_hcd
[    2.347221] [drm] Initialized i915 1.6.0 20200515 for 0000:00:02.0 on minor 0
[    2.347968] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    2.347981] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    2.348132] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input11
[    2.412256] nouveau 0000:01:00.0: fb0: nouveaudrmfb frame buffer device
[    2.430733] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.430882] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12
[    2.437426] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[    2.437428] nouveau 0000:01:00.0: DRM: Disabling PCI power management to avoid bug
[    2.461450] vga_switcheroo: enabled
[    2.461790] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3/input2
[    2.462134] fbcon: i915drmfb (fb1) is primary device
[    2.462136] fbcon: Remapping primary device, fb1, to tty 1-63
[    2.476105] usb 1-11: New USB device found, idVendor=0cf3, idProduct=e500, bcdDevice= 0.01
[    2.476107] usb 1-11: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.583175] input: Logitech Wireless Device PID:4069 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input13
[    2.583261] input: Logitech Wireless Device PID:4069 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input14
[    2.583374] input: Logitech Wireless Device PID:4069 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input15
[    2.583432] input: Logitech Wireless Device PID:4069 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input16
[    2.583494] hid-generic 0003:046D:4069.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4069] on usb-0000:00:14.0-3/input2:2
[    2.584604] input: Logitech Wireless Device PID:4066 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input20
[    2.584684] input: Logitech Wireless Device PID:4066 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input21
[    2.584791] input: Logitech Wireless Device PID:4066 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input22
[    2.584844] input: Logitech Wireless Device PID:4066 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input23
[    2.584922] hid-generic 0003:046D:4066.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4066] on usb-0000:00:14.0-3/input2:3
[    2.585300] scsi 3:0:0:0: Direct-Access     PNY      USB 3.0 FD       1.00 PQ: 0 ANSI: 6
[    2.585499] sd 3:0:0:0: Attached scsi generic sg1 type 0
[    2.585836] sd 3:0:0:0: [sdb] 63754240 512-byte logical blocks: (32.6 GB/30.4 GiB)
[    2.586165] sd 3:0:0:0: [sdb] Write Protect is off
[    2.586168] sd 3:0:0:0: [sdb] Mode Sense: 23 00 00 00
[    2.586299] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
[    2.612814]  sdb: sdb1 sdb2 sdb3 sdb4
[    2.613977] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[    2.776361] input: Logitech MX Master 2S as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input27
[    2.776608] logitech-hidpp-device 0003:046D:4069.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech MX Master 2S] on usb-0000:00:14.0-3/input2:2
[    2.978374] input: Logitech Craft as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:046D:C52B.0003/0003:046D:4066.0005/input/input28
[    2.978782] logitech-hidpp-device 0003:046D:4066.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Craft] on usb-0000:00:14.0-3/input2:3
[    3.245173] pci_bus 0000:01: Allocating resources
[    3.246194] pci_bus 0000:02: Allocating resources
[    3.246348] pcieport 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    3.246350] pcieport 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    3.246361] pci_bus 0000:03: Allocating resources
[    3.246365] pcieport 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    3.246373] pcieport 0000:00:1c.0: BAR 15: assigned [mem 0x80100000-0x802fffff 64bit pref]
[    3.246378] pcieport 0000:00:1c.3: BAR 15: assigned [mem 0x80300000-0x804fffff 64bit pref]
[    3.246380] pcieport 0000:00:1c.0: BAR 13: assigned [io  0x6000-0x6fff]
[    3.246771] pci_bus 0000:04: Allocating resources
[    3.247024] pcieport 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    3.247025] pcieport 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[    3.247030] pcieport 0000:00:1d.0: BAR 15: assigned [mem 0x80500000-0x806fffff 64bit pref]
[    3.247031] pcieport 0000:00:1d.0: BAR 13: assigned [io  0x7000-0x7fff]
[    3.581145] i915 0000:00:02.0: fb1: i915drmfb frame buffer device
[    4.058354] process '/usr/bin/fstype' started with executable stack
[    4.126298] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.275508] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.413575] ISO 9660 Extensions: Microsoft Joliet Level 3
[    4.415813] ISO 9660 Extensions: RRIP_1991A
[    4.425272] pci_bus 0000:01: Allocating resources
[    4.426266] pci_bus 0000:02: Allocating resources
[    4.426429] pci_bus 0000:03: Allocating resources
[    4.426787] pci_bus 0000:04: Allocating resources
[    4.470893] ISO 9660 Extensions: Microsoft Joliet Level 3
[    4.471471] ISO 9660 Extensions: RRIP_1991A
[    4.570108] overlayfs: "xino" feature enabled using 2 upper inode bits.
[    4.581764] EXT4-fs (sdb4): mounted filesystem with ordered data mode. Opts: (null)
[    7.455987] logitech-hidpp-device 0003:046D:4066.0005: HID++ 4.5 device connected.
[   14.915564] systemd[1]: Inserted module 'autofs4'
[   15.023711] systemd[1]: systemd 246.6-1ubuntu1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   15.041588] systemd[1]: Detected architecture x86-64.
[   15.058400] systemd[1]: Set hostname to <ubuntu-mate>.
[   15.061532] systemd[1]: Initializing machine ID from random generator.
[   15.234316] systemd[1]: /lib/systemd/system/dbus.service:12: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[   15.257968] systemd[1]: /lib/systemd/system/plymouth-start.service:17: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[   15.280972] systemd[1]: Queued start job for default target Graphical Interface.
[   15.281847] systemd[1]: Created slice system-modprobe.slice.
[   15.281996] systemd[1]: Created slice User and Session Slice.
[   15.282050] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   15.282193] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   15.282232] systemd[1]: Reached target Remote File Systems.
[   15.282242] systemd[1]: Reached target Slices.
[   15.282262] systemd[1]: Reached target Swap.
[   15.282327] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   15.282533] systemd[1]: Listening on LVM2 poll daemon socket.
[   15.282651] systemd[1]: Listening on Syslog Socket.
[   15.282690] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   15.283236] systemd[1]: Listening on Journal Audit Socket.
[   15.283313] systemd[1]: Listening on Journal Socket (/dev/log).
[   15.283395] systemd[1]: Listening on Journal Socket.
[   15.283512] systemd[1]: Listening on udev Control Socket.
[   15.283594] systemd[1]: Listening on udev Kernel Socket.
[   15.284201] systemd[1]: Mounting Huge Pages File System...
[   15.285068] systemd[1]: Mounting POSIX Message Queue File System...
[   15.285961] systemd[1]: Mounting Kernel Debug File System...
[   15.286657] systemd[1]: Mounting Kernel Trace File System...
[   15.287796] systemd[1]: Starting Journal Service...
[   15.288450] systemd[1]: Starting Availability of block devices...
[   15.289194] systemd[1]: Starting Set the console keyboard layout...
[   15.290391] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   15.291045] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   15.291077] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[   15.298947] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   15.306189] systemd[1]: Starting Load Kernel Modules...
[   15.306832] systemd[1]: Starting Remount Root and Kernel File Systems...
[   15.307474] systemd[1]: Starting Coldplug All udev Devices...
[   15.308114] systemd[1]: Starting Uncomplicated firewall...
[   15.309952] systemd[1]: Mounted Huge Pages File System.
[   15.310070] systemd[1]: Mounted POSIX Message Queue File System.
[   15.310163] systemd[1]: Mounted Kernel Debug File System.
[   15.310253] systemd[1]: Mounted Kernel Trace File System.
[   15.310609] systemd[1]: Finished Availability of block devices.
[   15.311000] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   15.395735] systemd[1]: Finished Uncomplicated firewall.
[   15.406150] systemd[1]: Finished Remount Root and Kernel File Systems.
[   15.408459] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   15.408519] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[   15.409661] systemd[1]: Starting Load/Save Random Seed...
[   15.410920] systemd[1]: Starting Create System Users...
[   15.441460] systemd[1]: Finished Load/Save Random Seed.
[   15.461554] systemd[1]: Finished Create System Users.
[   15.462521] systemd[1]: Starting Create Static Device Nodes in /dev...
[   15.477945] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[   15.479392] lp: driver loaded but no devices found
[   15.492187] systemd[1]: Finished Create Static Device Nodes in /dev.
[   15.493351] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[   15.496502] systemd[1]: Started Journal Service.
[   15.510440] ppdev: user-space parallel port driver
[   15.794419] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   15.803501] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input29
[   15.883785] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[   15.921141] pstore: Using crash dump compression: deflate
[   15.921152] pstore: Registered efi as persistent store backend
[   15.927210] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   15.930453] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   15.938662] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   15.938664] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   15.938664] RAPL PMU: hw unit of domain package 2^-14 Joules
[   15.938664] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   15.938665] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   16.089704] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   16.185150] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   16.185341] snd_hda_intel 0000:01:00.1: Disabling MSI
[   16.185346] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   16.202309] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
[   16.204811] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input30
[   16.204853] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input31
[   16.205158] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input32
[   16.205190] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input33
[   16.205218] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input34
[   16.205253] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input35
[   16.417276] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   16.417278] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   16.417281] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   16.417282] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   16.417283] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   16.417286] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[   16.417287] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   16.464058] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input36
[   16.464133] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input37
[   16.700660] intel_rapl_common: Found RAPL domain package
[   16.700661] intel_rapl_common: Found RAPL domain core
[   16.700662] intel_rapl_common: Found RAPL domain uncore
[   16.700663] intel_rapl_common: Found RAPL domain dram
[   17.039404] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   17.414314] mc: Linux media interface: v0.10
[   17.435049] ath10k_pci 0000:02:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 17aa:0901
[   17.435050] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[   17.435501] ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
[   17.441133] Bluetooth: Core ver 2.22
[   17.441150] NET: Registered protocol family 31
[   17.441150] Bluetooth: HCI device and connection manager initialized
[   17.441153] Bluetooth: HCI socket layer initialized
[   17.441154] Bluetooth: L2CAP socket layer initialized
[   17.441161] Bluetooth: SCO socket layer initialized
[   17.471695] videodev: Linux video capture interface: v2.00
[   17.532329] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[   17.589180] usbcore: registered new interface driver btusb
[   17.614719] uvcvideo: Found UVC 1.00 device EasyCamera (04f2:b57e)
[   17.627318] uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized!
[   17.627319] uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized!
[   17.627320] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
[   17.627373] input: EasyCamera: EasyCamera as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input38
[   17.627430] usbcore: registered new interface driver uvcvideo
[   17.627430] USB Video Class driver (1.1.1)
[   17.629860] ath10k_pci 0000:02:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[   17.718386] ath: EEPROM regdomain: 0x6c
[   17.718387] ath: EEPROM indicates we should expect a direct regpair map
[   17.718388] ath: Country alpha2 being used: 00
[   17.718389] ath: Regpair used: 0x6c
[   17.725834] ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
[   17.819989] zlua: loading out-of-tree module taints kernel.
[   17.819991] zlua: module license 'MIT' taints kernel.
[   17.819992] Disabling lock debugging due to kernel taint
[   19.829452] ZFS: Loaded module v0.8.4-1ubuntu11, ZFS pool version 5000, ZFS filesystem version 5
[   19.961141] audit: type=1400 audit(1618791364.819:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.software-boutique.software-boutique" pid=1526 comm="apparmor_parser"
[   19.969469] audit: type=1400 audit(1618791364.827:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.ubuntu-mate-welcome" pid=1525 comm="apparmor_parser"
[   19.971381] audit: type=1400 audit(1618791364.827:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.ubuntu-mate-welcome.hook.install" pid=1536 comm="apparmor_parser"
[   19.972465] audit: type=1400 audit(1618791364.827:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.ubuntu-mate-welcome.hook.post-refresh" pid=1541 comm="apparmor_parser"
[   19.974205] audit: type=1400 audit(1618791364.831:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.software-boutique" pid=1524 comm="apparmor_parser"
[   19.996574] audit: type=1400 audit(1618791364.851:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.ubuntu-mate-welcome.hook.remove" pid=1542 comm="apparmor_parser"
[   19.997180] audit: type=1400 audit(1618791364.855:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.ubuntu-mate-welcome.software-boutique" pid=1544 comm="apparmor_parser"
[   20.009116] audit: type=1400 audit(1618791364.867:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.ubuntu-mate-welcome.ubuntu-mate-welcome" pid=1545 comm="apparmor_parser"
[   20.288386] audit: type=1400 audit(1618791365.143:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/9721/usr/lib/snapd/snap-confine" pid=1523 comm="apparmor_parser"
[   20.289224] audit: type=1400 audit(1618791365.147:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/9721/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1523 comm="apparmor_parser"
[   22.128929] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   22.128931] Bluetooth: BNEP filters: protocol multicast
[   22.128935] Bluetooth: BNEP socket layer initialized
[   22.199724] NET: Registered protocol family 38
[   24.664936] Generic FE-GE Realtek PHY r8169-300:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[   24.796955] r8169 0000:03:00.0 enp3s0: Link is Down
[   26.509208] audit: type=1400 audit(1618791371.367:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1782 comm="apparmor_parser"
[   26.509938] audit: type=1400 audit(1618791371.367:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1782 comm="apparmor_parser"
[   26.853776] audit: type=1400 audit(1618791371.711:14): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/snapd/9721/usr/lib/snapd/snap-confine" pid=1803 comm="apparmor_parser"
[   26.873791] audit: type=1400 audit(1618791371.731:15): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/9721/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1803 comm="apparmor_parser"
[   26.887683] audit: type=1400 audit(1618791371.743:16): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.software-boutique" pid=1805 comm="apparmor_parser"
[   26.887685] audit: type=1400 audit(1618791371.743:17): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.ubuntu-mate-welcome" pid=1806 comm="apparmor_parser"
[   26.890577] audit: type=1400 audit(1618791371.747:18): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.ubuntu-mate-welcome.hook.install" pid=1809 comm="apparmor_parser"
[   26.890582] audit: type=1400 audit(1618791371.747:19): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.software-boutique.software-boutique" pid=1808 comm="apparmor_parser"
[   26.890649] audit: type=1400 audit(1618791371.747:20): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.ubuntu-mate-welcome.hook.remove" pid=1811 comm="apparmor_parser"
[   26.891766] audit: type=1400 audit(1618791371.747:21): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.ubuntu-mate-welcome.software-boutique" pid=1812 comm="apparmor_parser"
[   28.487302] Bluetooth: RFCOMM TTY layer initialized
[   28.487305] Bluetooth: RFCOMM socket layer initialized
[   28.487308] Bluetooth: RFCOMM ver 1.11
[   35.387401] logitech-hidpp-device 0003:046D:4069.0004: HID++ 4.5 device connected.
[  134.412792] wlp2s0: authenticate with 50:c7:bf:be:d5:ea
[  134.444587] wlp2s0: send auth to 50:c7:bf:be:d5:ea (try 1/3)
[  134.445365] wlp2s0: authenticated
[  134.448873] wlp2s0: associate with 50:c7:bf:be:d5:ea (try 1/3)
[  134.450159] wlp2s0: RX AssocResp from 50:c7:bf:be:d5:ea (capab=0x1011 status=0 aid=1)
[  134.452544] wlp2s0: associated
[  134.452619] ath: EEPROM regdomain: 0x8114
[  134.452619] ath: EEPROM indicates we should expect a country code
[  134.452620] ath: doing EEPROM country->regdmn map search
[  134.452620] ath: country maps to regdmn code: 0x37
[  134.452621] ath: Country alpha2 being used: DE
[  134.452621] ath: Regpair used: 0x37
[  134.452622] ath: regdomain 0x8114 dynamically updated by country element
[  134.485031] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[  134.499092] wlp2s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 50:c7:bf:be:d5:ea
[  399.058066] i915 0000:00:02.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[  400.387682] pci_bus 0000:02: Allocating resources
[  400.387796] pci_bus 0000:03: Allocating resources
[  400.388176] pci_bus 0000:04: Allocating resources
[  401.575599] pci_bus 0000:02: Allocating resources
[  401.575713] pci_bus 0000:03: Allocating resources
[  401.576095] pci_bus 0000:04: Allocating resources



sudo journalctl -r -p err


-- Logs begin at Mon 2021-04-19 08:16:00 +08, end at Mon 2021-04-19 08:44:29 +08. --
avril 19 08:16:28 ubuntu-mate ubiquity[1936]: log-output -t ubiquity debconf-copydb configdb targetdb -p ^console-setup/ --config=Name:targetdb --config=Driver:File --config=Mode:0644 --config=Filename:/target/>
avril 19 08:16:28 ubuntu-mate ubiquity[1936]: log-output -t ubiquity debconf-copydb configdb targetdb -p ^keyboard-configuration/ --config=Name:targetdb --config=Driver:File --config=Mode:0644 --config=Filename>
avril 19 08:16:28 ubuntu-mate ubiquity[1936]: log-output -t ubiquity debconf-copydb configdb targetdb -p ^oem-config/ --config=Name:targetdb --config=Driver:File --config=Mode:0644 --config=Filename:/target/var>
avril 19 08:16:07 ubuntu-mate systemd[1]: Failed to start System Security Services Daemon.
avril 19 08:16:07 ubuntu-mate systemd[1]: Failed to start System Security Services Daemon.
avril 19 08:16:07 ubuntu-mate sssd[1680]: Could not open file [/var/log/sssd/sssd.log]. Error: [2][No such file or directory]
avril 19 08:16:07 ubuntu-mate bluetoothd[1575]: Failed to set mode: Blocked through rfkill (0x12)
avril 19 08:16:07 ubuntu-mate systemd[1]: Failed to start System Security Services Daemon.
avril 19 08:16:07 ubuntu-mate sssd[1671]: Could not open file [/var/log/sssd/sssd.log]. Error: [2][No such file or directory]
avril 19 08:16:07 ubuntu-mate systemd[1]: Failed to start System Security Services Daemon.
avril 19 08:16:07 ubuntu-mate sssd[1662]: Could not open file [/var/log/sssd/sssd.log]. Error: [2][No such file or directory]
avril 19 08:16:06 ubuntu-mate systemd[1]: Failed to start System Security Services Daemon.
avril 19 08:16:06 ubuntu-mate sssd[1659]: Could not open file [/var/log/sssd/sssd.log]. Error: [2][No such file or directory]
avril 19 08:16:06 ubuntu-mate systemd[1]: Failed to start System Security Services Daemon.
avril 19 08:16:06 ubuntu-mate sssd[1593]: Could not open file [/var/log/sssd/sssd.log]. Error: [2][No such file or directory]
avril 19 08:16:00 ubuntu-mate kernel: nouveau 0000:01:00.0: disp: chid 0 mthd 008c data 00000000 0000508c 0000102c

#17 Re : Matériel » Écran HDMI non détecté » 19-04-2021 02:04:37

BugsByte
... Me revoilà sous Ubuntu Live.
J'ai choisi Ubuntu Mate.
Dès le boot, mon monitor externe s'active en mode clone (durant le check disk).
Puis il s'éteint.
Mais si je vais dans Menu / Préférences / Affichage, je peux l'activer.
Par défaut, le moniteur externe étend celui du PC vers la droite et il est en 3840x2160.
Je peux le passer en écran principal sans problème.
Je peux activer le mode clone sans problème non plus.
Bref tout fonctionne nickel.

Pour la suite, je me suis mis ainsi :
  - écran principal : le monitor externe en 3840x2160.
  - écran secondaire en mode étendu à gauche : le moniteur du PC portable en 1920x1080

uname -a


Linux ubuntu-mate 5.8.0-25-generic #26-Ubuntu SMP Thu Oct 15 10:30:38 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux



lspci


00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 05)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 SATA controller: Intel Corporation HM170/QM170 Chipset SATA Controller [AHCI Mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #3 (rev f1)
00:1c.3 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #4 (rev f1)
00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation HM175 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP106 High Definition Audio Controller (rev a1)
02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961



lspci -v


00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
  Subsystem: Lenovo Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers
  Flags: bus master, fast devsel, latency 0
  Capabilities: <access denied>
  Kernel driver in use: skl_uncore

00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 05) (prog-if 00 [Normal decode])
  Flags: bus master, fast devsel, latency 0, IRQ 122
  Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
  I/O behind bridge: 00004000-00004fff [size=4K]
  Memory behind bridge: a3000000-a40fffff [size=17M]
  Prefetchable memory behind bridge: 0000000090000000-00000000a1ffffff [size=288M]
  Capabilities: <access denied>
  Kernel driver in use: pcieport

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04) (prog-if 00 [VGA controller])
  Subsystem: Lenovo HD Graphics 630
  Flags: bus master, fast devsel, latency 0, IRQ 135
  Memory at a2000000 (64-bit, non-prefetchable) [size=16M]
  Memory at b0000000 (64-bit, prefetchable) [size=256M]
  I/O ports at 5000 [size=64]
  Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
  Capabilities: <access denied>
  Kernel driver in use: i915
  Kernel modules: i915

00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31) (prog-if 30 [XHCI])
  Subsystem: Lenovo 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller
  Flags: bus master, medium devsel, latency 0, IRQ 126
  Memory at a4610000 (64-bit, non-prefetchable) [size=64K]
  Capabilities: <access denied>
  Kernel driver in use: xhci_hcd
  Kernel modules: xhci_pci

00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
  Subsystem: Lenovo 100 Series/C230 Series Chipset Family Thermal Subsystem
  Flags: bus master, fast devsel, latency 0, IRQ 18
  Memory at a462a000 (64-bit, non-prefetchable) [size=4K]
  Capabilities: <access denied>
  Kernel driver in use: intel_pch_thermal
  Kernel modules: intel_pch_thermal

00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
  Subsystem: Lenovo 100 Series/C230 Series Chipset Family MEI Controller
  Flags: bus master, fast devsel, latency 0, IRQ 136
  Memory at a462b000 (64-bit, non-prefetchable) [size=4K]
  Capabilities: <access denied>
  Kernel driver in use: mei_me
  Kernel modules: mei_me

00:17.0 SATA controller: Intel Corporation HM170/QM170 Chipset SATA Controller [AHCI Mode] (rev 31) (prog-if 01 [AHCI 1.0])
  Subsystem: Lenovo HM170/QM170 Chipset SATA Controller [AHCI Mode]
  Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 127
  Memory at a4628000 (32-bit, non-prefetchable) [size=8K]
  Memory at a462e000 (32-bit, non-prefetchable) [size=256]
  I/O ports at 5080 [size=8]
  I/O ports at 5088 [size=4]
  I/O ports at 5060 [size=32]
  Memory at a462c000 (32-bit, non-prefetchable) [size=2K]
  Capabilities: <access denied>
  Kernel driver in use: ahci
  Kernel modules: ahci

00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #3 (rev f1) (prog-if 00 [Normal decode])
  Flags: bus master, fast devsel, latency 0, IRQ 123
  Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
  I/O behind bridge: [disabled]
  Memory behind bridge: a4200000-a43fffff [size=2M]
  Prefetchable memory behind bridge: [disabled]
  Capabilities: <access denied>
  Kernel driver in use: pcieport

00:1c.3 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #4 (rev f1) (prog-if 00 [Normal decode])
  Flags: bus master, fast devsel, latency 0, IRQ 124
  Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
  I/O behind bridge: 00003000-00003fff [size=4K]
  Memory behind bridge: a4500000-a45fffff [size=1M]
  Prefetchable memory behind bridge: [disabled]
  Capabilities: <access denied>
  Kernel driver in use: pcieport

00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1) (prog-if 00 [Normal decode])
  Flags: bus master, fast devsel, latency 0, IRQ 125
  Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
  I/O behind bridge: [disabled]
  Memory behind bridge: a4400000-a44fffff [size=1M]
  Prefetchable memory behind bridge: [disabled]
  Capabilities: <access denied>
  Kernel driver in use: pcieport

00:1f.0 ISA bridge: Intel Corporation HM175 Chipset LPC/eSPI Controller (rev 31)
  Subsystem: Lenovo HM175 Chipset LPC/eSPI Controller
  Flags: bus master, medium devsel, latency 0

00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
  Subsystem: Lenovo 100 Series/C230 Series Chipset Family Power Management Controller
  Flags: bus master, fast devsel, latency 0
  Memory at a4624000 (32-bit, non-prefetchable) [size=16K]

00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
  Subsystem: Lenovo CM238 HD Audio Controller
  Flags: bus master, fast devsel, latency 32, IRQ 137
  Memory at a4620000 (64-bit, non-prefetchable) [size=16K]
  Memory at a4600000 (64-bit, non-prefetchable) [size=64K]
  Capabilities: <access denied>
  Kernel driver in use: snd_hda_intel
  Kernel modules: snd_hda_intel

00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
  Subsystem: Lenovo 100 Series/C230 Series Chipset Family SMBus
  Flags: medium devsel, IRQ 16
  Memory at a462d000 (64-bit, non-prefetchable) [size=256]
  I/O ports at 5040 [size=32]
  Kernel driver in use: i801_smbus
  Kernel modules: i2c_i801

01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] (rev a1) (prog-if 00 [VGA controller])
  Subsystem: Lenovo GeForce GTX 1060 Max-Q 3GB
  Flags: bus master, fast devsel, latency 0, IRQ 134
  Memory at a3000000 (32-bit, non-prefetchable) [size=16M]
  Memory at 90000000 (64-bit, prefetchable) [size=256M]
  Memory at a0000000 (64-bit, prefetchable) [size=32M]
  I/O ports at 4000 [size=128]
  Expansion ROM at a4080000 [disabled] [size=512K]
  Capabilities: <access denied>
  Kernel driver in use: nouveau
  Kernel modules: nvidiafb, nouveau

01:00.1 Audio device: NVIDIA Corporation GP106 High Definition Audio Controller (rev a1)
  Flags: bus master, fast devsel, latency 0, IRQ 17
  Memory at a4000000 (32-bit, non-prefetchable) [size=16K]
  Capabilities: <access denied>
  Kernel driver in use: snd_hda_intel
  Kernel modules: snd_hda_intel

02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
  Subsystem: Lenovo QCA9377 802.11ac Wireless Network Adapter
  Flags: bus master, fast devsel, latency 0, IRQ 138
  Memory at a4200000 (64-bit, non-prefetchable) [size=2M]
  Capabilities: <access denied>
  Kernel driver in use: ath10k_pci
  Kernel modules: ath10k_pci

03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
  Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
  Flags: bus master, fast devsel, latency 0, IRQ 19
  I/O ports at 3000 [size=256]
  Memory at a4504000 (64-bit, non-prefetchable) [size=4K]
  Memory at a4500000 (64-bit, non-prefetchable) [size=16K]
  Capabilities: <access denied>
  Kernel driver in use: r8169
  Kernel modules: r8169

04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961 (prog-if 02 [NVM Express])
  Subsystem: Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961
  Flags: bus master, fast devsel, latency 0, IRQ 16, NUMA node 0
  Memory at a4400000 (64-bit, non-prefetchable) [size=16K]
  Capabilities: <access denied>
  Kernel driver in use: nvme
  Kernel modules: nvme
 



xrandr


Screen 0: minimum 320 x 200, current 5760 x 2160, maximum 16384 x 16384
eDP-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080     60.05*+  60.01    59.97    59.96    59.93  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     60.02  
   1440x900      59.89  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      60.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   800x512       60.17  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32  
DP-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-1 connected primary 3840x2160+1920+0 (normal left inverted right x axis y axis) 697mm x 392mm
   3840x2160     60.00*+  50.00    59.94    59.97    30.00    25.00    24.00    29.97    23.98  
   3200x1800     59.96    59.94  
   2880x1620     59.96    59.97  
   2560x1600     59.99    59.97  
   2560x1440     59.99    59.96    59.95  
   2048x1536     75.00    60.00  
   1920x1440     75.00    60.00  
   1856x1392     75.00    60.01  
   1792x1344     75.00    60.01  
   2048x1152     59.99    59.98    59.90    59.91  
   1920x1200     59.88    59.95  
   1920x1080     60.01    59.97    59.96    60.00    50.00    59.94    59.93    30.00    24.00    29.97    23.98  
   1600x1200     75.00    70.00    65.00    60.00  
   1680x1050     74.89    69.88    59.95    59.88  
   1600x1024     60.17  
   1400x1050     74.76    70.00    59.98  
   1600x900      59.99    59.94    59.95    60.00    59.82  
   1280x1024     75.02    60.02  
   1440x900      59.89    59.90  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      75.00    75.00    70.00    60.00  
   1280x720      60.00    59.99    59.86    60.00    50.00    59.94    59.74  
   1024x768      75.05    60.04    75.03    70.07    60.00  
   960x720       75.00    60.00  
   928x696       75.00    60.05  
   896x672       75.05    60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   832x624       74.55  
   960x540       59.96    59.99    59.63    59.82  
   800x600       75.00    70.00    65.00    60.00    72.19    75.00    60.32    56.25  
   840x525       74.96    69.88    60.01    59.88  
   864x486       59.92    59.57  
   720x576       50.00  
   800x512       60.17  
   700x525       74.76    70.06    59.98  
   800x450       59.95    59.82  
   720x480       60.00    59.94  
   640x512       75.02    60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    75.00    72.81    75.00    66.67    60.00    59.94  
   720x405       59.51    58.99  
   720x400       70.08  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       75.00    75.00    70.00    60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       75.03    70.07    60.00  
   512x288       60.00    59.92  
   416x312       74.66  
   480x270       59.63    59.82  
   400x300       72.19    75.12    60.32    56.34  
   432x243       59.92    59.57  
   320x240       72.81    75.00    60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32  
DP-1-2 disconnected (normal left inverted right x axis y axis)
  1920x1080 (0x45) 356.375MHz -HSync +VSync DoubleScan
        h: width  1920 start 2080 end 2288 total 2656 skew    0 clock 134.18KHz
        v: height 1080 start 1081 end 1084 total 1118           clock  60.01Hz
  1920x1080 (0x46) 266.500MHz +HSync -VSync DoubleScan
        h: width  1920 start 1944 end 1960 total 2000 skew    0 clock 133.25KHz
        v: height 1080 start 1081 end 1084 total 1111           clock  59.97Hz
  1920x1080 (0x47) 173.000MHz -HSync +VSync
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz
  1920x1080 (0x48) 138.500MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  66.59KHz
        v: height 1080 start 1083 end 1088 total 1111           clock  59.93Hz
  1680x1050 (0x49) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1680x1050 (0x4a) 119.000MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock  64.67KHz
        v: height 1050 start 1053 end 1059 total 1080           clock  59.88Hz
  1600x1024 (0x4b) 103.125MHz +HSync +VSync
        h: width  1600 start 1600 end 1656 total 1664 skew    0 clock  61.97KHz
        v: height 1024 start 1024 end 1029 total 1030           clock  60.17Hz
  1400x1050 (0x4c) 122.000MHz +HSync +VSync
        h: width  1400 start 1488 end 1640 total 1880 skew    0 clock  64.89KHz
        v: height 1050 start 1052 end 1064 total 1082           clock  59.98Hz
  1600x900 (0x4d) 246.000MHz -HSync +VSync DoubleScan
        h: width  1600 start 1728 end 1900 total 2200 skew    0 clock 111.82KHz
        v: height  900 start  901 end  904 total  932           clock  59.99Hz
  1600x900 (0x4e) 186.500MHz +HSync -VSync DoubleScan
        h: width  1600 start 1624 end 1640 total 1680 skew    0 clock 111.01KHz
        v: height  900 start  901 end  904 total  926           clock  59.94Hz
  1600x900 (0x4f) 118.250MHz -HSync +VSync
        h: width  1600 start 1696 end 1856 total 2112 skew    0 clock  55.99KHz
        v: height  900 start  903 end  908 total  934           clock  59.95Hz
  1600x900 (0x50) 97.500MHz +HSync -VSync
        h: width  1600 start 1648 end 1680 total 1760 skew    0 clock  55.40KHz
        v: height  900 start  903 end  908 total  926           clock  59.82Hz
  1280x1024 (0x51) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1440x900 (0x52) 106.500MHz -HSync +VSync
        h: width  1440 start 1520 end 1672 total 1904 skew    0 clock  55.93KHz
        v: height  900 start  903 end  909 total  934           clock  59.89Hz
  1400x900 (0x53) 103.500MHz -HSync +VSync
        h: width  1400 start 1480 end 1624 total 1848 skew    0 clock  56.01KHz
        v: height  900 start  903 end  913 total  934           clock  59.96Hz
  1400x900 (0x54) 86.500MHz +HSync -VSync
        h: width  1400 start 1448 end 1480 total 1560 skew    0 clock  55.45KHz
        v: height  900 start  903 end  913 total  926           clock  59.88Hz
  1280x960 (0x55) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1440x810 (0x56) 198.125MHz -HSync +VSync DoubleScan
        h: width  1440 start 1548 end 1704 total 1968 skew    0 clock 100.67KHz
        v: height  810 start  811 end  814 total  839           clock  60.00Hz
  1440x810 (0x57) 151.875MHz +HSync -VSync DoubleScan
        h: width  1440 start 1464 end 1480 total 1520 skew    0 clock  99.92KHz
        v: height  810 start  811 end  814 total  833           clock  59.97Hz
  1368x768 (0x58) 85.250MHz -HSync +VSync
        h: width  1368 start 1440 end 1576 total 1784 skew    0 clock  47.79KHz
        v: height  768 start  771 end  781 total  798           clock  59.88Hz
  1368x768 (0x59) 72.250MHz +HSync -VSync
        h: width  1368 start 1416 end 1448 total 1528 skew    0 clock  47.28KHz
        v: height  768 start  771 end  781 total  790           clock  59.85Hz
  1360x768 (0x5a) 84.750MHz -HSync +VSync
        h: width  1360 start 1432 end 1568 total 1776 skew    0 clock  47.72KHz
        v: height  768 start  771 end  781 total  798           clock  59.80Hz
  1360x768 (0x5b) 72.000MHz +HSync -VSync
        h: width  1360 start 1408 end 1440 total 1520 skew    0 clock  47.37KHz
        v: height  768 start  771 end  781 total  790           clock  59.96Hz
  1280x800 (0x5c) 174.250MHz -HSync +VSync DoubleScan
        h: width  1280 start 1380 end 1516 total 1752 skew    0 clock  99.46KHz
        v: height  800 start  801 end  804 total  829           clock  59.99Hz
  1280x800 (0x5d) 134.250MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  98.71KHz
        v: height  800 start  801 end  804 total  823           clock  59.97Hz
  1280x800 (0x5e) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz
  1280x800 (0x5f) 71.000MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  49.31KHz
        v: height  800 start  803 end  809 total  823           clock  59.91Hz
  1152x864 (0x60) 81.620MHz -HSync +VSync
        h: width  1152 start 1216 end 1336 total 1520 skew    0 clock  53.70KHz
        v: height  864 start  865 end  868 total  895           clock  60.00Hz
  1280x720 (0x61) 156.125MHz -HSync +VSync DoubleScan
        h: width  1280 start 1376 end 1512 total 1744 skew    0 clock  89.52KHz
        v: height  720 start  721 end  724 total  746           clock  60.00Hz
  1280x720 (0x62) 120.750MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  88.79KHz
        v: height  720 start  721 end  724 total  740           clock  59.99Hz
  1280x720 (0x63) 74.500MHz -HSync +VSync
        h: width  1280 start 1344 end 1472 total 1664 skew    0 clock  44.77KHz
        v: height  720 start  723 end  728 total  748           clock  59.86Hz
  1280x720 (0x64) 63.750MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  44.27KHz
        v: height  720 start  723 end  728 total  741           clock  59.74Hz
  1024x768 (0x65) 133.475MHz -HSync +VSync DoubleScan
        h: width  1024 start 1100 end 1212 total 1400 skew    0 clock  95.34KHz
        v: height  768 start  768 end  770 total  794           clock  60.04Hz
  1024x768 (0x66) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  960x720 (0x67) 117.000MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1128 total 1300 skew    0 clock  90.00KHz
        v: height  720 start  720 end  722 total  750           clock  60.00Hz
  928x696 (0x68) 109.150MHz -HSync +VSync DoubleScan
        h: width   928 start  976 end 1088 total 1264 skew    0 clock  86.35KHz
        v: height  696 start  696 end  698 total  719           clock  60.05Hz
  896x672 (0x69) 102.400MHz -HSync +VSync DoubleScan
        h: width   896 start  960 end 1060 total 1224 skew    0 clock  83.66KHz
        v: height  672 start  672 end  674 total  697           clock  60.01Hz
  1024x576 (0x6a) 98.500MHz -HSync +VSync DoubleScan
        h: width  1024 start 1092 end 1200 total 1376 skew    0 clock  71.58KHz
        v: height  576 start  577 end  580 total  597           clock  59.95Hz
  1024x576 (0x6b) 78.375MHz +HSync -VSync DoubleScan
        h: width  1024 start 1048 end 1064 total 1104 skew    0 clock  70.99KHz
        v: height  576 start  577 end  580 total  592           clock  59.96Hz
  1024x576 (0x6c) 46.500MHz -HSync +VSync
        h: width  1024 start 1064 end 1160 total 1296 skew    0 clock  35.88KHz
        v: height  576 start  579 end  584 total  599           clock  59.90Hz
  1024x576 (0x6d) 42.000MHz +HSync -VSync
        h: width  1024 start 1072 end 1104 total 1184 skew    0 clock  35.47KHz
        v: height  576 start  579 end  584 total  593           clock  59.82Hz
  960x600 (0x6e) 96.625MHz -HSync +VSync DoubleScan
        h: width   960 start 1028 end 1128 total 1296 skew    0 clock  74.56KHz
        v: height  600 start  601 end  604 total  622           clock  59.93Hz
  960x600 (0x6f) 77.000MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  74.04KHz
        v: height  600 start  601 end  604 total  617           clock  60.00Hz
  960x540 (0x70) 86.500MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1124 total 1288 skew    0 clock  67.16KHz
        v: height  540 start  541 end  544 total  560           clock  59.96Hz
  960x540 (0x71) 69.250MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  66.59KHz
        v: height  540 start  541 end  544 total  555           clock  59.99Hz
  960x540 (0x72) 40.750MHz -HSync +VSync
        h: width   960 start  992 end 1088 total 1216 skew    0 clock  33.51KHz
        v: height  540 start  543 end  548 total  562           clock  59.63Hz
  960x540 (0x73) 37.250MHz +HSync -VSync
        h: width   960 start 1008 end 1040 total 1120 skew    0 clock  33.26KHz
        v: height  540 start  543 end  548 total  556           clock  59.82Hz
  800x600 (0x74) 81.000MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  75.00KHz
        v: height  600 start  600 end  602 total  625           clock  60.00Hz
  800x600 (0x75) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x76) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  840x525 (0x77) 73.125MHz -HSync +VSync DoubleScan
        h: width   840 start  892 end  980 total 1120 skew    0 clock  65.29KHz
        v: height  525 start  526 end  529 total  544           clock  60.01Hz
  840x525 (0x78) 59.500MHz +HSync -VSync DoubleScan
        h: width   840 start  864 end  880 total  920 skew    0 clock  64.67KHz
        v: height  525 start  526 end  529 total  540           clock  59.88Hz
  864x486 (0x79) 32.500MHz -HSync +VSync
        h: width   864 start  888 end  968 total 1072 skew    0 clock  30.32KHz
        v: height  486 start  489 end  494 total  506           clock  59.92Hz
  864x486 (0x7a) 30.500MHz +HSync -VSync
        h: width   864 start  912 end  944 total 1024 skew    0 clock  29.79KHz
        v: height  486 start  489 end  494 total  500           clock  59.57Hz
  800x512 (0x7b) 51.562MHz +HSync +VSync DoubleScan
        h: width   800 start  800 end  828 total  832 skew    0 clock  61.97KHz
        v: height  512 start  512 end  514 total  515           clock  60.17Hz
  700x525 (0x7c) 61.000MHz +HSync +VSync DoubleScan
        h: width   700 start  744 end  820 total  940 skew    0 clock  64.89KHz
        v: height  525 start  526 end  532 total  541           clock  59.98Hz
  800x450 (0x7d) 59.125MHz -HSync +VSync DoubleScan
        h: width   800 start  848 end  928 total 1056 skew    0 clock  55.99KHz
        v: height  450 start  451 end  454 total  467           clock  59.95Hz
  800x450 (0x7e) 48.750MHz +HSync -VSync DoubleScan
        h: width   800 start  824 end  840 total  880 skew    0 clock  55.40KHz
        v: height  450 start  451 end  454 total  463           clock  59.82Hz
  640x512 (0x7f) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  664 end  720 total  844 skew    0 clock  63.98KHz
        v: height  512 start  512 end  514 total  533           clock  60.02Hz
  720x450 (0x80) 53.250MHz -HSync +VSync DoubleScan
        h: width   720 start  760 end  836 total  952 skew    0 clock  55.93KHz
        v: height  450 start  451 end  454 total  467           clock  59.89Hz
  700x450 (0x81) 51.750MHz -HSync +VSync DoubleScan
        h: width   700 start  740 end  812 total  924 skew    0 clock  56.01KHz
        v: height  450 start  451 end  456 total  467           clock  59.96Hz
  700x450 (0x82) 43.250MHz +HSync -VSync DoubleScan
        h: width   700 start  724 end  740 total  780 skew    0 clock  55.45KHz
        v: height  450 start  451 end  456 total  463           clock  59.88Hz
  640x480 (0x83) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  688 end  744 total  900 skew    0 clock  60.00KHz
        v: height  480 start  480 end  482 total  500           clock  60.00Hz
  640x480 (0x84) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  720x405 (0x85) 22.500MHz -HSync +VSync
        h: width   720 start  744 end  808 total  896 skew    0 clock  25.11KHz
        v: height  405 start  408 end  413 total  422           clock  59.51Hz
  720x405 (0x86) 21.750MHz +HSync -VSync
        h: width   720 start  768 end  800 total  880 skew    0 clock  24.72KHz
        v: height  405 start  408 end  413 total  419           clock  58.99Hz
  684x384 (0x87) 42.625MHz -HSync +VSync DoubleScan
        h: width   684 start  720 end  788 total  892 skew    0 clock  47.79KHz
        v: height  384 start  385 end  390 total  399           clock  59.88Hz
  684x384 (0x88) 36.125MHz +HSync -VSync DoubleScan
        h: width   684 start  708 end  724 total  764 skew    0 clock  47.28KHz
        v: height  384 start  385 end  390 total  395           clock  59.85Hz
  680x384 (0x89) 42.375MHz -HSync +VSync DoubleScan
        h: width   680 start  716 end  784 total  888 skew    0 clock  47.72KHz
        v: height  384 start  385 end  390 total  399           clock  59.80Hz
  680x384 (0x8a) 36.000MHz +HSync -VSync DoubleScan
        h: width   680 start  704 end  720 total  760 skew    0 clock  47.37KHz
        v: height  384 start  385 end  390 total  395           clock  59.96Hz
  640x400 (0x8b) 41.750MHz -HSync +VSync DoubleScan
        h: width   640 start  676 end  740 total  840 skew    0 clock  49.70KHz
        v: height  400 start  401 end  404 total  415           clock  59.88Hz
  640x400 (0x8c) 35.500MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  49.31KHz
        v: height  400 start  401 end  404 total  411           clock  59.98Hz
  576x432 (0x8d) 40.810MHz -HSync +VSync DoubleScan
        h: width   576 start  608 end  668 total  760 skew    0 clock  53.70KHz
        v: height  432 start  432 end  434 total  447           clock  60.06Hz
  640x360 (0x8e) 37.250MHz -HSync +VSync DoubleScan
        h: width   640 start  672 end  736 total  832 skew    0 clock  44.77KHz
        v: height  360 start  361 end  364 total  374           clock  59.86Hz
  640x360 (0x8f) 31.875MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  44.27KHz
        v: height  360 start  361 end  364 total  370           clock  59.83Hz
  640x360 (0x90) 18.000MHz -HSync +VSync
        h: width   640 start  664 end  720 total  800 skew    0 clock  22.50KHz
        v: height  360 start  363 end  368 total  376           clock  59.84Hz
  640x360 (0x91) 17.750MHz +HSync -VSync
        h: width   640 start  688 end  720 total  800 skew    0 clock  22.19KHz
        v: height  360 start  363 end  368 total  374           clock  59.32Hz
  512x384 (0x92) 32.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  672 skew    0 clock  48.36KHz
        v: height  384 start  385 end  388 total  403           clock  60.00Hz
  512x288 (0x93) 23.250MHz -HSync +VSync DoubleScan
        h: width   512 start  532 end  580 total  648 skew    0 clock  35.88KHz
        v: height  288 start  289 end  292 total  299           clock  60.00Hz
  512x288 (0x94) 21.000MHz +HSync -VSync DoubleScan
        h: width   512 start  536 end  552 total  592 skew    0 clock  35.47KHz
        v: height  288 start  289 end  292 total  296           clock  59.92Hz
  480x270 (0x95) 20.375MHz -HSync +VSync DoubleScan
        h: width   480 start  496 end  544 total  608 skew    0 clock  33.51KHz
        v: height  270 start  271 end  274 total  281           clock  59.63Hz
  480x270 (0x96) 18.625MHz +HSync -VSync DoubleScan
        h: width   480 start  504 end  520 total  560 skew    0 clock  33.26KHz
        v: height  270 start  271 end  274 total  278           clock  59.82Hz
  400x300 (0x97) 20.000MHz +HSync +VSync DoubleScan
        h: width   400 start  420 end  484 total  528 skew    0 clock  37.88KHz
        v: height  300 start  300 end  302 total  314           clock  60.32Hz
  400x300 (0x98) 18.000MHz +HSync +VSync DoubleScan
        h: width   400 start  412 end  448 total  512 skew    0 clock  35.16KHz
        v: height  300 start  300 end  301 total  312           clock  56.34Hz
  432x243 (0x99) 16.250MHz -HSync +VSync DoubleScan
        h: width   432 start  444 end  484 total  536 skew    0 clock  30.32KHz
        v: height  243 start  244 end  247 total  253           clock  59.92Hz
  432x243 (0x9a) 15.250MHz +HSync -VSync DoubleScan
        h: width   432 start  456 end  472 total  512 skew    0 clock  29.79KHz
        v: height  243 start  244 end  247 total  250           clock  59.57Hz
  320x240 (0x9b) 12.587MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  376 total  400 skew    0 clock  31.47KHz
        v: height  240 start  245 end  246 total  262           clock  60.05Hz
  360x202 (0x9c) 11.250MHz -HSync +VSync DoubleScan
        h: width   360 start  372 end  404 total  448 skew    0 clock  25.11KHz
        v: height  202 start  204 end  206 total  211           clock  59.51Hz
  360x202 (0x9d) 10.875MHz +HSync -VSync DoubleScan
        h: width   360 start  384 end  400 total  440 skew    0 clock  24.72KHz
        v: height  202 start  204 end  206 total  209           clock  59.13Hz
  320x180 (0x9e)  9.000MHz -HSync +VSync DoubleScan
        h: width   320 start  332 end  360 total  400 skew    0 clock  22.50KHz
        v: height  180 start  181 end  184 total  188           clock  59.84Hz
  320x180 (0x9f)  8.875MHz +HSync -VSync DoubleScan
        h: width   320 start  344 end  360 total  400 skew    0 clock  22.19KHz
        v: height  180 start  181 end  184 total  187           clock  59.32Hz



DRI_PRIME=0 xrandr


Screen 0: minimum 320 x 200, current 5760 x 2160, maximum 16384 x 16384
eDP-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080     60.05*+  60.01    59.97    59.96    59.93  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     60.02  
   1440x900      59.89  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      60.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   800x512       60.17  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32  
DP-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-1 connected primary 3840x2160+1920+0 (normal left inverted right x axis y axis) 697mm x 392mm
   3840x2160     60.00*+  50.00    59.94    59.97    30.00    25.00    24.00    29.97    23.98  
   3200x1800     59.96    59.94  
   2880x1620     59.96    59.97  
   2560x1600     59.99    59.97  
   2560x1440     59.99    59.96    59.95  
   2048x1536     75.00    60.00  
   1920x1440     75.00    60.00  
   1856x1392     75.00    60.01  
   1792x1344     75.00    60.01  
   2048x1152     59.99    59.98    59.90    59.91  
   1920x1200     59.88    59.95  
   1920x1080     60.01    59.97    59.96    60.00    50.00    59.94    59.93    30.00    24.00    29.97    23.98  
   1600x1200     75.00    70.00    65.00    60.00  
   1680x1050     74.89    69.88    59.95    59.88  
   1600x1024     60.17  
   1400x1050     74.76    70.00    59.98  
   1600x900      59.99    59.94    59.95    60.00    59.82  
   1280x1024     75.02    60.02  
   1440x900      59.89    59.90  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      75.00    75.00    70.00    60.00  
   1280x720      60.00    59.99    59.86    60.00    50.00    59.94    59.74  
   1024x768      75.05    60.04    75.03    70.07    60.00  
   960x720       75.00    60.00  
   928x696       75.00    60.05  
   896x672       75.05    60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   832x624       74.55  
   960x540       59.96    59.99    59.63    59.82  
   800x600       75.00    70.00    65.00    60.00    72.19    75.00    60.32    56.25  
   840x525       74.96    69.88    60.01    59.88  
   864x486       59.92    59.57  
   720x576       50.00  
   800x512       60.17  
   700x525       74.76    70.06    59.98  
   800x450       59.95    59.82  
   720x480       60.00    59.94  
   640x512       75.02    60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    75.00    72.81    75.00    66.67    60.00    59.94  
   720x405       59.51    58.99  
   720x400       70.08  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       75.00    75.00    70.00    60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       75.03    70.07    60.00  
   512x288       60.00    59.92  
   416x312       74.66  
   480x270       59.63    59.82  
   400x300       72.19    75.12    60.32    56.34  
   432x243       59.92    59.57  
   320x240       72.81    75.00    60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32  
DP-1-2 disconnected (normal left inverted right x axis y axis)
  1920x1080 (0x45) 356.375MHz -HSync +VSync DoubleScan
        h: width  1920 start 2080 end 2288 total 2656 skew    0 clock 134.18KHz
        v: height 1080 start 1081 end 1084 total 1118           clock  60.01Hz
  1920x1080 (0x46) 266.500MHz +HSync -VSync DoubleScan
        h: width  1920 start 1944 end 1960 total 2000 skew    0 clock 133.25KHz
        v: height 1080 start 1081 end 1084 total 1111           clock  59.97Hz
  1920x1080 (0x47) 173.000MHz -HSync +VSync
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz
  1920x1080 (0x48) 138.500MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  66.59KHz
        v: height 1080 start 1083 end 1088 total 1111           clock  59.93Hz
  1680x1050 (0x49) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1680x1050 (0x4a) 119.000MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock  64.67KHz
        v: height 1050 start 1053 end 1059 total 1080           clock  59.88Hz
  1600x1024 (0x4b) 103.125MHz +HSync +VSync
        h: width  1600 start 1600 end 1656 total 1664 skew    0 clock  61.97KHz
        v: height 1024 start 1024 end 1029 total 1030           clock  60.17Hz
  1400x1050 (0x4c) 122.000MHz +HSync +VSync
        h: width  1400 start 1488 end 1640 total 1880 skew    0 clock  64.89KHz
        v: height 1050 start 1052 end 1064 total 1082           clock  59.98Hz
  1600x900 (0x4d) 246.000MHz -HSync +VSync DoubleScan
        h: width  1600 start 1728 end 1900 total 2200 skew    0 clock 111.82KHz
        v: height  900 start  901 end  904 total  932           clock  59.99Hz
  1600x900 (0x4e) 186.500MHz +HSync -VSync DoubleScan
        h: width  1600 start 1624 end 1640 total 1680 skew    0 clock 111.01KHz
        v: height  900 start  901 end  904 total  926           clock  59.94Hz
  1600x900 (0x4f) 118.250MHz -HSync +VSync
        h: width  1600 start 1696 end 1856 total 2112 skew    0 clock  55.99KHz
        v: height  900 start  903 end  908 total  934           clock  59.95Hz
  1600x900 (0x50) 97.500MHz +HSync -VSync
        h: width  1600 start 1648 end 1680 total 1760 skew    0 clock  55.40KHz
        v: height  900 start  903 end  908 total  926           clock  59.82Hz
  1280x1024 (0x51) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1440x900 (0x52) 106.500MHz -HSync +VSync
        h: width  1440 start 1520 end 1672 total 1904 skew    0 clock  55.93KHz
        v: height  900 start  903 end  909 total  934           clock  59.89Hz
  1400x900 (0x53) 103.500MHz -HSync +VSync
        h: width  1400 start 1480 end 1624 total 1848 skew    0 clock  56.01KHz
        v: height  900 start  903 end  913 total  934           clock  59.96Hz
  1400x900 (0x54) 86.500MHz +HSync -VSync
        h: width  1400 start 1448 end 1480 total 1560 skew    0 clock  55.45KHz
        v: height  900 start  903 end  913 total  926           clock  59.88Hz
  1280x960 (0x55) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1440x810 (0x56) 198.125MHz -HSync +VSync DoubleScan
        h: width  1440 start 1548 end 1704 total 1968 skew    0 clock 100.67KHz
        v: height  810 start  811 end  814 total  839           clock  60.00Hz
  1440x810 (0x57) 151.875MHz +HSync -VSync DoubleScan
        h: width  1440 start 1464 end 1480 total 1520 skew    0 clock  99.92KHz
        v: height  810 start  811 end  814 total  833           clock  59.97Hz
  1368x768 (0x58) 85.250MHz -HSync +VSync
        h: width  1368 start 1440 end 1576 total 1784 skew    0 clock  47.79KHz
        v: height  768 start  771 end  781 total  798           clock  59.88Hz
  1368x768 (0x59) 72.250MHz +HSync -VSync
        h: width  1368 start 1416 end 1448 total 1528 skew    0 clock  47.28KHz
        v: height  768 start  771 end  781 total  790           clock  59.85Hz
  1360x768 (0x5a) 84.750MHz -HSync +VSync
        h: width  1360 start 1432 end 1568 total 1776 skew    0 clock  47.72KHz
        v: height  768 start  771 end  781 total  798           clock  59.80Hz
  1360x768 (0x5b) 72.000MHz +HSync -VSync
        h: width  1360 start 1408 end 1440 total 1520 skew    0 clock  47.37KHz
        v: height  768 start  771 end  781 total  790           clock  59.96Hz
  1280x800 (0x5c) 174.250MHz -HSync +VSync DoubleScan
        h: width  1280 start 1380 end 1516 total 1752 skew    0 clock  99.46KHz
        v: height  800 start  801 end  804 total  829           clock  59.99Hz
  1280x800 (0x5d) 134.250MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  98.71KHz
        v: height  800 start  801 end  804 total  823           clock  59.97Hz
  1280x800 (0x5e) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz
  1280x800 (0x5f) 71.000MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  49.31KHz
        v: height  800 start  803 end  809 total  823           clock  59.91Hz
  1152x864 (0x60) 81.620MHz -HSync +VSync
        h: width  1152 start 1216 end 1336 total 1520 skew    0 clock  53.70KHz
        v: height  864 start  865 end  868 total  895           clock  60.00Hz
  1280x720 (0x61) 156.125MHz -HSync +VSync DoubleScan
        h: width  1280 start 1376 end 1512 total 1744 skew    0 clock  89.52KHz
        v: height  720 start  721 end  724 total  746           clock  60.00Hz
  1280x720 (0x62) 120.750MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  88.79KHz
        v: height  720 start  721 end  724 total  740           clock  59.99Hz
  1280x720 (0x63) 74.500MHz -HSync +VSync
        h: width  1280 start 1344 end 1472 total 1664 skew    0 clock  44.77KHz
        v: height  720 start  723 end  728 total  748           clock  59.86Hz
  1280x720 (0x64) 63.750MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  44.27KHz
        v: height  720 start  723 end  728 total  741           clock  59.74Hz
  1024x768 (0x65) 133.475MHz -HSync +VSync DoubleScan
        h: width  1024 start 1100 end 1212 total 1400 skew    0 clock  95.34KHz
        v: height  768 start  768 end  770 total  794           clock  60.04Hz
  1024x768 (0x66) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  960x720 (0x67) 117.000MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1128 total 1300 skew    0 clock  90.00KHz
        v: height  720 start  720 end  722 total  750           clock  60.00Hz
  928x696 (0x68) 109.150MHz -HSync +VSync DoubleScan
        h: width   928 start  976 end 1088 total 1264 skew    0 clock  86.35KHz
        v: height  696 start  696 end  698 total  719           clock  60.05Hz
  896x672 (0x69) 102.400MHz -HSync +VSync DoubleScan
        h: width   896 start  960 end 1060 total 1224 skew    0 clock  83.66KHz
        v: height  672 start  672 end  674 total  697           clock  60.01Hz
  1024x576 (0x6a) 98.500MHz -HSync +VSync DoubleScan
        h: width  1024 start 1092 end 1200 total 1376 skew    0 clock  71.58KHz
        v: height  576 start  577 end  580 total  597           clock  59.95Hz
  1024x576 (0x6b) 78.375MHz +HSync -VSync DoubleScan
        h: width  1024 start 1048 end 1064 total 1104 skew    0 clock  70.99KHz
        v: height  576 start  577 end  580 total  592           clock  59.96Hz
  1024x576 (0x6c) 46.500MHz -HSync +VSync
        h: width  1024 start 1064 end 1160 total 1296 skew    0 clock  35.88KHz
        v: height  576 start  579 end  584 total  599           clock  59.90Hz
  1024x576 (0x6d) 42.000MHz +HSync -VSync
        h: width  1024 start 1072 end 1104 total 1184 skew    0 clock  35.47KHz
        v: height  576 start  579 end  584 total  593           clock  59.82Hz
  960x600 (0x6e) 96.625MHz -HSync +VSync DoubleScan
        h: width   960 start 1028 end 1128 total 1296 skew    0 clock  74.56KHz
        v: height  600 start  601 end  604 total  622           clock  59.93Hz
  960x600 (0x6f) 77.000MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  74.04KHz
        v: height  600 start  601 end  604 total  617           clock  60.00Hz
  960x540 (0x70) 86.500MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1124 total 1288 skew    0 clock  67.16KHz
        v: height  540 start  541 end  544 total  560           clock  59.96Hz
  960x540 (0x71) 69.250MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  66.59KHz
        v: height  540 start  541 end  544 total  555           clock  59.99Hz
  960x540 (0x72) 40.750MHz -HSync +VSync
        h: width   960 start  992 end 1088 total 1216 skew    0 clock  33.51KHz
        v: height  540 start  543 end  548 total  562           clock  59.63Hz
  960x540 (0x73) 37.250MHz +HSync -VSync
        h: width   960 start 1008 end 1040 total 1120 skew    0 clock  33.26KHz
        v: height  540 start  543 end  548 total  556           clock  59.82Hz
  800x600 (0x74) 81.000MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  75.00KHz
        v: height  600 start  600 end  602 total  625           clock  60.00Hz
  800x600 (0x75) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x76) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  840x525 (0x77) 73.125MHz -HSync +VSync DoubleScan
        h: width   840 start  892 end  980 total 1120 skew    0 clock  65.29KHz
        v: height  525 start  526 end  529 total  544           clock  60.01Hz
  840x525 (0x78) 59.500MHz +HSync -VSync DoubleScan
        h: width   840 start  864 end  880 total  920 skew    0 clock  64.67KHz
        v: height  525 start  526 end  529 total  540           clock  59.88Hz
  864x486 (0x79) 32.500MHz -HSync +VSync
        h: width   864 start  888 end  968 total 1072 skew    0 clock  30.32KHz
        v: height  486 start  489 end  494 total  506           clock  59.92Hz
  864x486 (0x7a) 30.500MHz +HSync -VSync
        h: width   864 start  912 end  944 total 1024 skew    0 clock  29.79KHz
        v: height  486 start  489 end  494 total  500           clock  59.57Hz
  800x512 (0x7b) 51.562MHz +HSync +VSync DoubleScan
        h: width   800 start  800 end  828 total  832 skew    0 clock  61.97KHz
        v: height  512 start  512 end  514 total  515           clock  60.17Hz
  700x525 (0x7c) 61.000MHz +HSync +VSync DoubleScan
        h: width   700 start  744 end  820 total  940 skew    0 clock  64.89KHz
        v: height  525 start  526 end  532 total  541           clock  59.98Hz
  800x450 (0x7d) 59.125MHz -HSync +VSync DoubleScan
        h: width   800 start  848 end  928 total 1056 skew    0 clock  55.99KHz
        v: height  450 start  451 end  454 total  467           clock  59.95Hz
  800x450 (0x7e) 48.750MHz +HSync -VSync DoubleScan
        h: width   800 start  824 end  840 total  880 skew    0 clock  55.40KHz
        v: height  450 start  451 end  454 total  463           clock  59.82Hz
  640x512 (0x7f) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  664 end  720 total  844 skew    0 clock  63.98KHz
        v: height  512 start  512 end  514 total  533           clock  60.02Hz
  720x450 (0x80) 53.250MHz -HSync +VSync DoubleScan
        h: width   720 start  760 end  836 total  952 skew    0 clock  55.93KHz
        v: height  450 start  451 end  454 total  467           clock  59.89Hz
  700x450 (0x81) 51.750MHz -HSync +VSync DoubleScan
        h: width   700 start  740 end  812 total  924 skew    0 clock  56.01KHz
        v: height  450 start  451 end  456 total  467           clock  59.96Hz
  700x450 (0x82) 43.250MHz +HSync -VSync DoubleScan
        h: width   700 start  724 end  740 total  780 skew    0 clock  55.45KHz
        v: height  450 start  451 end  456 total  463           clock  59.88Hz
  640x480 (0x83) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  688 end  744 total  900 skew    0 clock  60.00KHz
        v: height  480 start  480 end  482 total  500           clock  60.00Hz
  640x480 (0x84) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  720x405 (0x85) 22.500MHz -HSync +VSync
        h: width   720 start  744 end  808 total  896 skew    0 clock  25.11KHz
        v: height  405 start  408 end  413 total  422           clock  59.51Hz
  720x405 (0x86) 21.750MHz +HSync -VSync
        h: width   720 start  768 end  800 total  880 skew    0 clock  24.72KHz
        v: height  405 start  408 end  413 total  419           clock  58.99Hz
  684x384 (0x87) 42.625MHz -HSync +VSync DoubleScan
        h: width   684 start  720 end  788 total  892 skew    0 clock  47.79KHz
        v: height  384 start  385 end  390 total  399           clock  59.88Hz
  684x384 (0x88) 36.125MHz +HSync -VSync DoubleScan
        h: width   684 start  708 end  724 total  764 skew    0 clock  47.28KHz
        v: height  384 start  385 end  390 total  395           clock  59.85Hz
  680x384 (0x89) 42.375MHz -HSync +VSync DoubleScan
        h: width   680 start  716 end  784 total  888 skew    0 clock  47.72KHz
        v: height  384 start  385 end  390 total  399           clock  59.80Hz
  680x384 (0x8a) 36.000MHz +HSync -VSync DoubleScan
        h: width   680 start  704 end  720 total  760 skew    0 clock  47.37KHz
        v: height  384 start  385 end  390 total  395           clock  59.96Hz
  640x400 (0x8b) 41.750MHz -HSync +VSync DoubleScan
        h: width   640 start  676 end  740 total  840 skew    0 clock  49.70KHz
        v: height  400 start  401 end  404 total  415           clock  59.88Hz
  640x400 (0x8c) 35.500MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  49.31KHz
        v: height  400 start  401 end  404 total  411           clock  59.98Hz
  576x432 (0x8d) 40.810MHz -HSync +VSync DoubleScan
        h: width   576 start  608 end  668 total  760 skew    0 clock  53.70KHz
        v: height  432 start  432 end  434 total  447           clock  60.06Hz
  640x360 (0x8e) 37.250MHz -HSync +VSync DoubleScan
        h: width   640 start  672 end  736 total  832 skew    0 clock  44.77KHz
        v: height  360 start  361 end  364 total  374           clock  59.86Hz
  640x360 (0x8f) 31.875MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  44.27KHz
        v: height  360 start  361 end  364 total  370           clock  59.83Hz
  640x360 (0x90) 18.000MHz -HSync +VSync
        h: width   640 start  664 end  720 total  800 skew    0 clock  22.50KHz
        v: height  360 start  363 end  368 total  376           clock  59.84Hz
  640x360 (0x91) 17.750MHz +HSync -VSync
        h: width   640 start  688 end  720 total  800 skew    0 clock  22.19KHz
        v: height  360 start  363 end  368 total  374           clock  59.32Hz
  512x384 (0x92) 32.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  672 skew    0 clock  48.36KHz
        v: height  384 start  385 end  388 total  403           clock  60.00Hz
  512x288 (0x93) 23.250MHz -HSync +VSync DoubleScan
        h: width   512 start  532 end  580 total  648 skew    0 clock  35.88KHz
        v: height  288 start  289 end  292 total  299           clock  60.00Hz
  512x288 (0x94) 21.000MHz +HSync -VSync DoubleScan
        h: width   512 start  536 end  552 total  592 skew    0 clock  35.47KHz
        v: height  288 start  289 end  292 total  296           clock  59.92Hz
  480x270 (0x95) 20.375MHz -HSync +VSync DoubleScan
        h: width   480 start  496 end  544 total  608 skew    0 clock  33.51KHz
        v: height  270 start  271 end  274 total  281           clock  59.63Hz
  480x270 (0x96) 18.625MHz +HSync -VSync DoubleScan
        h: width   480 start  504 end  520 total  560 skew    0 clock  33.26KHz
        v: height  270 start  271 end  274 total  278           clock  59.82Hz
  400x300 (0x97) 20.000MHz +HSync +VSync DoubleScan
        h: width   400 start  420 end  484 total  528 skew    0 clock  37.88KHz
        v: height  300 start  300 end  302 total  314           clock  60.32Hz
  400x300 (0x98) 18.000MHz +HSync +VSync DoubleScan
        h: width   400 start  412 end  448 total  512 skew    0 clock  35.16KHz
        v: height  300 start  300 end  301 total  312           clock  56.34Hz
  432x243 (0x99) 16.250MHz -HSync +VSync DoubleScan
        h: width   432 start  444 end  484 total  536 skew    0 clock  30.32KHz
        v: height  243 start  244 end  247 total  253           clock  59.92Hz
  432x243 (0x9a) 15.250MHz +HSync -VSync DoubleScan
        h: width   432 start  456 end  472 total  512 skew    0 clock  29.79KHz
        v: height  243 start  244 end  247 total  250           clock  59.57Hz
  320x240 (0x9b) 12.587MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  376 total  400 skew    0 clock  31.47KHz
        v: height  240 start  245 end  246 total  262           clock  60.05Hz
  360x202 (0x9c) 11.250MHz -HSync +VSync DoubleScan
        h: width   360 start  372 end  404 total  448 skew    0 clock  25.11KHz
        v: height  202 start  204 end  206 total  211           clock  59.51Hz
  360x202 (0x9d) 10.875MHz +HSync -VSync DoubleScan
        h: width   360 start  384 end  400 total  440 skew    0 clock  24.72KHz
        v: height  202 start  204 end  206 total  209           clock  59.13Hz
  320x180 (0x9e)  9.000MHz -HSync +VSync DoubleScan
        h: width   320 start  332 end  360 total  400 skew    0 clock  22.50KHz
        v: height  180 start  181 end  184 total  188           clock  59.84Hz
  320x180 (0x9f)  8.875MHz +HSync -VSync DoubleScan
        h: width   320 start  344 end  360 total  400 skew    0 clock  22.19KHz
        v: height  180 start  181 end  184 total  187           clock  59.32Hz



DRI_PRIME=1 xrandr


Screen 0: minimum 320 x 200, current 5760 x 2160, maximum 16384 x 16384
eDP-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080     60.05*+  60.01    59.97    59.96    59.93  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     60.02  
   1440x900      59.89  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      60.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   800x512       60.17  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32  
DP-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-1 connected primary 3840x2160+1920+0 (normal left inverted right x axis y axis) 697mm x 392mm
   3840x2160     60.00*+  50.00    59.94    59.97    30.00    25.00    24.00    29.97    23.98  
   3200x1800     59.96    59.94  
   2880x1620     59.96    59.97  
   2560x1600     59.99    59.97  
   2560x1440     59.99    59.96    59.95  
   2048x1536     75.00    60.00  
   1920x1440     75.00    60.00  
   1856x1392     75.00    60.01  
   1792x1344     75.00    60.01  
   2048x1152     59.99    59.98    59.90    59.91  
   1920x1200     59.88    59.95  
   1920x1080     60.01    59.97    59.96    60.00    50.00    59.94    59.93    30.00    24.00    29.97    23.98  
   1600x1200     75.00    70.00    65.00    60.00  
   1680x1050     74.89    69.88    59.95    59.88  
   1600x1024     60.17  
   1400x1050     74.76    70.00    59.98  
   1600x900      59.99    59.94    59.95    60.00    59.82  
   1280x1024     75.02    60.02  
   1440x900      59.89    59.90  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      75.00    75.00    70.00    60.00  
   1280x720      60.00    59.99    59.86    60.00    50.00    59.94    59.74  
   1024x768      75.05    60.04    75.03    70.07    60.00  
   960x720       75.00    60.00  
   928x696       75.00    60.05  
   896x672       75.05    60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   832x624       74.55  
   960x540       59.96    59.99    59.63    59.82  
   800x600       75.00    70.00    65.00    60.00    72.19    75.00    60.32    56.25  
   840x525       74.96    69.88    60.01    59.88  
   864x486       59.92    59.57  
   720x576       50.00  
   800x512       60.17  
   700x525       74.76    70.06    59.98  
   800x450       59.95    59.82  
   720x480       60.00    59.94  
   640x512       75.02    60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    75.00    72.81    75.00    66.67    60.00    59.94  
   720x405       59.51    58.99  
   720x400       70.08  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       75.00    75.00    70.00    60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       75.03    70.07    60.00  
   512x288       60.00    59.92  
   416x312       74.66  
   480x270       59.63    59.82  
   400x300       72.19    75.12    60.32    56.34  
   432x243       59.92    59.57  
   320x240       72.81    75.00    60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32  
DP-1-2 disconnected (normal left inverted right x axis y axis)
  1920x1080 (0x45) 356.375MHz -HSync +VSync DoubleScan
        h: width  1920 start 2080 end 2288 total 2656 skew    0 clock 134.18KHz
        v: height 1080 start 1081 end 1084 total 1118           clock  60.01Hz
  1920x1080 (0x46) 266.500MHz +HSync -VSync DoubleScan
        h: width  1920 start 1944 end 1960 total 2000 skew    0 clock 133.25KHz
        v: height 1080 start 1081 end 1084 total 1111           clock  59.97Hz
  1920x1080 (0x47) 173.000MHz -HSync +VSync
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz
  1920x1080 (0x48) 138.500MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  66.59KHz
        v: height 1080 start 1083 end 1088 total 1111           clock  59.93Hz
  1680x1050 (0x49) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1680x1050 (0x4a) 119.000MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock  64.67KHz
        v: height 1050 start 1053 end 1059 total 1080           clock  59.88Hz
  1600x1024 (0x4b) 103.125MHz +HSync +VSync
        h: width  1600 start 1600 end 1656 total 1664 skew    0 clock  61.97KHz
        v: height 1024 start 1024 end 1029 total 1030           clock  60.17Hz
  1400x1050 (0x4c) 122.000MHz +HSync +VSync
        h: width  1400 start 1488 end 1640 total 1880 skew    0 clock  64.89KHz
        v: height 1050 start 1052 end 1064 total 1082           clock  59.98Hz
  1600x900 (0x4d) 246.000MHz -HSync +VSync DoubleScan
        h: width  1600 start 1728 end 1900 total 2200 skew    0 clock 111.82KHz
        v: height  900 start  901 end  904 total  932           clock  59.99Hz
  1600x900 (0x4e) 186.500MHz +HSync -VSync DoubleScan
        h: width  1600 start 1624 end 1640 total 1680 skew    0 clock 111.01KHz
        v: height  900 start  901 end  904 total  926           clock  59.94Hz
  1600x900 (0x4f) 118.250MHz -HSync +VSync
        h: width  1600 start 1696 end 1856 total 2112 skew    0 clock  55.99KHz
        v: height  900 start  903 end  908 total  934           clock  59.95Hz
  1600x900 (0x50) 97.500MHz +HSync -VSync
        h: width  1600 start 1648 end 1680 total 1760 skew    0 clock  55.40KHz
        v: height  900 start  903 end  908 total  926           clock  59.82Hz
  1280x1024 (0x51) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1440x900 (0x52) 106.500MHz -HSync +VSync
        h: width  1440 start 1520 end 1672 total 1904 skew    0 clock  55.93KHz
        v: height  900 start  903 end  909 total  934           clock  59.89Hz
  1400x900 (0x53) 103.500MHz -HSync +VSync
        h: width  1400 start 1480 end 1624 total 1848 skew    0 clock  56.01KHz
        v: height  900 start  903 end  913 total  934           clock  59.96Hz
  1400x900 (0x54) 86.500MHz +HSync -VSync
        h: width  1400 start 1448 end 1480 total 1560 skew    0 clock  55.45KHz
        v: height  900 start  903 end  913 total  926           clock  59.88Hz
  1280x960 (0x55) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1440x810 (0x56) 198.125MHz -HSync +VSync DoubleScan
        h: width  1440 start 1548 end 1704 total 1968 skew    0 clock 100.67KHz
        v: height  810 start  811 end  814 total  839           clock  60.00Hz
  1440x810 (0x57) 151.875MHz +HSync -VSync DoubleScan
        h: width  1440 start 1464 end 1480 total 1520 skew    0 clock  99.92KHz
        v: height  810 start  811 end  814 total  833           clock  59.97Hz
  1368x768 (0x58) 85.250MHz -HSync +VSync
        h: width  1368 start 1440 end 1576 total 1784 skew    0 clock  47.79KHz
        v: height  768 start  771 end  781 total  798           clock  59.88Hz
  1368x768 (0x59) 72.250MHz +HSync -VSync
        h: width  1368 start 1416 end 1448 total 1528 skew    0 clock  47.28KHz
        v: height  768 start  771 end  781 total  790           clock  59.85Hz
  1360x768 (0x5a) 84.750MHz -HSync +VSync
        h: width  1360 start 1432 end 1568 total 1776 skew    0 clock  47.72KHz
        v: height  768 start  771 end  781 total  798           clock  59.80Hz
  1360x768 (0x5b) 72.000MHz +HSync -VSync
        h: width  1360 start 1408 end 1440 total 1520 skew    0 clock  47.37KHz
        v: height  768 start  771 end  781 total  790           clock  59.96Hz
  1280x800 (0x5c) 174.250MHz -HSync +VSync DoubleScan
        h: width  1280 start 1380 end 1516 total 1752 skew    0 clock  99.46KHz
        v: height  800 start  801 end  804 total  829           clock  59.99Hz
  1280x800 (0x5d) 134.250MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  98.71KHz
        v: height  800 start  801 end  804 total  823           clock  59.97Hz
  1280x800 (0x5e) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz
  1280x800 (0x5f) 71.000MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  49.31KHz
        v: height  800 start  803 end  809 total  823           clock  59.91Hz
  1152x864 (0x60) 81.620MHz -HSync +VSync
        h: width  1152 start 1216 end 1336 total 1520 skew    0 clock  53.70KHz
        v: height  864 start  865 end  868 total  895           clock  60.00Hz
  1280x720 (0x61) 156.125MHz -HSync +VSync DoubleScan
        h: width  1280 start 1376 end 1512 total 1744 skew    0 clock  89.52KHz
        v: height  720 start  721 end  724 total  746           clock  60.00Hz
  1280x720 (0x62) 120.750MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  88.79KHz
        v: height  720 start  721 end  724 total  740           clock  59.99Hz
  1280x720 (0x63) 74.500MHz -HSync +VSync
        h: width  1280 start 1344 end 1472 total 1664 skew    0 clock  44.77KHz
        v: height  720 start  723 end  728 total  748           clock  59.86Hz
  1280x720 (0x64) 63.750MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  44.27KHz
        v: height  720 start  723 end  728 total  741           clock  59.74Hz
  1024x768 (0x65) 133.475MHz -HSync +VSync DoubleScan
        h: width  1024 start 1100 end 1212 total 1400 skew    0 clock  95.34KHz
        v: height  768 start  768 end  770 total  794           clock  60.04Hz
  1024x768 (0x66) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  960x720 (0x67) 117.000MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1128 total 1300 skew    0 clock  90.00KHz
        v: height  720 start  720 end  722 total  750           clock  60.00Hz
  928x696 (0x68) 109.150MHz -HSync +VSync DoubleScan
        h: width   928 start  976 end 1088 total 1264 skew    0 clock  86.35KHz
        v: height  696 start  696 end  698 total  719           clock  60.05Hz
  896x672 (0x69) 102.400MHz -HSync +VSync DoubleScan
        h: width   896 start  960 end 1060 total 1224 skew    0 clock  83.66KHz
        v: height  672 start  672 end  674 total  697           clock  60.01Hz
  1024x576 (0x6a) 98.500MHz -HSync +VSync DoubleScan
        h: width  1024 start 1092 end 1200 total 1376 skew    0 clock  71.58KHz
        v: height  576 start  577 end  580 total  597           clock  59.95Hz
  1024x576 (0x6b) 78.375MHz +HSync -VSync DoubleScan
        h: width  1024 start 1048 end 1064 total 1104 skew    0 clock  70.99KHz
        v: height  576 start  577 end  580 total  592           clock  59.96Hz
  1024x576 (0x6c) 46.500MHz -HSync +VSync
        h: width  1024 start 1064 end 1160 total 1296 skew    0 clock  35.88KHz
        v: height  576 start  579 end  584 total  599           clock  59.90Hz
  1024x576 (0x6d) 42.000MHz +HSync -VSync
        h: width  1024 start 1072 end 1104 total 1184 skew    0 clock  35.47KHz
        v: height  576 start  579 end  584 total  593           clock  59.82Hz
  960x600 (0x6e) 96.625MHz -HSync +VSync DoubleScan
        h: width   960 start 1028 end 1128 total 1296 skew    0 clock  74.56KHz
        v: height  600 start  601 end  604 total  622           clock  59.93Hz
  960x600 (0x6f) 77.000MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  74.04KHz
        v: height  600 start  601 end  604 total  617           clock  60.00Hz
  960x540 (0x70) 86.500MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1124 total 1288 skew    0 clock  67.16KHz
        v: height  540 start  541 end  544 total  560           clock  59.96Hz
  960x540 (0x71) 69.250MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  66.59KHz
        v: height  540 start  541 end  544 total  555           clock  59.99Hz
  960x540 (0x72) 40.750MHz -HSync +VSync
        h: width   960 start  992 end 1088 total 1216 skew    0 clock  33.51KHz
        v: height  540 start  543 end  548 total  562           clock  59.63Hz
  960x540 (0x73) 37.250MHz +HSync -VSync
        h: width   960 start 1008 end 1040 total 1120 skew    0 clock  33.26KHz
        v: height  540 start  543 end  548 total  556           clock  59.82Hz
  800x600 (0x74) 81.000MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  75.00KHz
        v: height  600 start  600 end  602 total  625           clock  60.00Hz
  800x600 (0x75) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x76) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  840x525 (0x77) 73.125MHz -HSync +VSync DoubleScan
        h: width   840 start  892 end  980 total 1120 skew    0 clock  65.29KHz
        v: height  525 start  526 end  529 total  544           clock  60.01Hz
  840x525 (0x78) 59.500MHz +HSync -VSync DoubleScan
        h: width   840 start  864 end  880 total  920 skew    0 clock  64.67KHz
        v: height  525 start  526 end  529 total  540           clock  59.88Hz
  864x486 (0x79) 32.500MHz -HSync +VSync
        h: width   864 start  888 end  968 total 1072 skew    0 clock  30.32KHz
        v: height  486 start  489 end  494 total  506           clock  59.92Hz
  864x486 (0x7a) 30.500MHz +HSync -VSync
        h: width   864 start  912 end  944 total 1024 skew    0 clock  29.79KHz
        v: height  486 start  489 end  494 total  500           clock  59.57Hz
  800x512 (0x7b) 51.562MHz +HSync +VSync DoubleScan
        h: width   800 start  800 end  828 total  832 skew    0 clock  61.97KHz
        v: height  512 start  512 end  514 total  515           clock  60.17Hz
  700x525 (0x7c) 61.000MHz +HSync +VSync DoubleScan
        h: width   700 start  744 end  820 total  940 skew    0 clock  64.89KHz
        v: height  525 start  526 end  532 total  541           clock  59.98Hz
  800x450 (0x7d) 59.125MHz -HSync +VSync DoubleScan
        h: width   800 start  848 end  928 total 1056 skew    0 clock  55.99KHz
        v: height  450 start  451 end  454 total  467           clock  59.95Hz
  800x450 (0x7e) 48.750MHz +HSync -VSync DoubleScan
        h: width   800 start  824 end  840 total  880 skew    0 clock  55.40KHz
        v: height  450 start  451 end  454 total  463           clock  59.82Hz
  640x512 (0x7f) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  664 end  720 total  844 skew    0 clock  63.98KHz
        v: height  512 start  512 end  514 total  533           clock  60.02Hz
  720x450 (0x80) 53.250MHz -HSync +VSync DoubleScan
        h: width   720 start  760 end  836 total  952 skew    0 clock  55.93KHz
        v: height  450 start  451 end  454 total  467           clock  59.89Hz
  700x450 (0x81) 51.750MHz -HSync +VSync DoubleScan
        h: width   700 start  740 end  812 total  924 skew    0 clock  56.01KHz
        v: height  450 start  451 end  456 total  467           clock  59.96Hz
  700x450 (0x82) 43.250MHz +HSync -VSync DoubleScan
        h: width   700 start  724 end  740 total  780 skew    0 clock  55.45KHz
        v: height  450 start  451 end  456 total  463           clock  59.88Hz
  640x480 (0x83) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  688 end  744 total  900 skew    0 clock  60.00KHz
        v: height  480 start  480 end  482 total  500           clock  60.00Hz
  640x480 (0x84) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  720x405 (0x85) 22.500MHz -HSync +VSync
        h: width   720 start  744 end  808 total  896 skew    0 clock  25.11KHz
        v: height  405 start  408 end  413 total  422           clock  59.51Hz
  720x405 (0x86) 21.750MHz +HSync -VSync
        h: width   720 start  768 end  800 total  880 skew    0 clock  24.72KHz
        v: height  405 start  408 end  413 total  419           clock  58.99Hz
  684x384 (0x87) 42.625MHz -HSync +VSync DoubleScan
        h: width   684 start  720 end  788 total  892 skew    0 clock  47.79KHz
        v: height  384 start  385 end  390 total  399           clock  59.88Hz
  684x384 (0x88) 36.125MHz +HSync -VSync DoubleScan
        h: width   684 start  708 end  724 total  764 skew    0 clock  47.28KHz
        v: height  384 start  385 end  390 total  395           clock  59.85Hz
  680x384 (0x89) 42.375MHz -HSync +VSync DoubleScan
        h: width   680 start  716 end  784 total  888 skew    0 clock  47.72KHz
        v: height  384 start  385 end  390 total  399           clock  59.80Hz
  680x384 (0x8a) 36.000MHz +HSync -VSync DoubleScan
        h: width   680 start  704 end  720 total  760 skew    0 clock  47.37KHz
        v: height  384 start  385 end  390 total  395           clock  59.96Hz
  640x400 (0x8b) 41.750MHz -HSync +VSync DoubleScan
        h: width   640 start  676 end  740 total  840 skew    0 clock  49.70KHz
        v: height  400 start  401 end  404 total  415           clock  59.88Hz
  640x400 (0x8c) 35.500MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  49.31KHz
        v: height  400 start  401 end  404 total  411           clock  59.98Hz
  576x432 (0x8d) 40.810MHz -HSync +VSync DoubleScan
        h: width   576 start  608 end  668 total  760 skew    0 clock  53.70KHz
        v: height  432 start  432 end  434 total  447           clock  60.06Hz
  640x360 (0x8e) 37.250MHz -HSync +VSync DoubleScan
        h: width   640 start  672 end  736 total  832 skew    0 clock  44.77KHz
        v: height  360 start  361 end  364 total  374           clock  59.86Hz
  640x360 (0x8f) 31.875MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  44.27KHz
        v: height  360 start  361 end  364 total  370           clock  59.83Hz
  640x360 (0x90) 18.000MHz -HSync +VSync
        h: width   640 start  664 end  720 total  800 skew    0 clock  22.50KHz
        v: height  360 start  363 end  368 total  376           clock  59.84Hz
  640x360 (0x91) 17.750MHz +HSync -VSync
        h: width   640 start  688 end  720 total  800 skew    0 clock  22.19KHz
        v: height  360 start  363 end  368 total  374           clock  59.32Hz
  512x384 (0x92) 32.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  672 skew    0 clock  48.36KHz
        v: height  384 start  385 end  388 total  403           clock  60.00Hz
  512x288 (0x93) 23.250MHz -HSync +VSync DoubleScan
        h: width   512 start  532 end  580 total  648 skew    0 clock  35.88KHz
        v: height  288 start  289 end  292 total  299           clock  60.00Hz
  512x288 (0x94) 21.000MHz +HSync -VSync DoubleScan
        h: width   512 start  536 end  552 total  592 skew    0 clock  35.47KHz
        v: height  288 start  289 end  292 total  296           clock  59.92Hz
  480x270 (0x95) 20.375MHz -HSync +VSync DoubleScan
        h: width   480 start  496 end  544 total  608 skew    0 clock  33.51KHz
        v: height  270 start  271 end  274 total  281           clock  59.63Hz
  480x270 (0x96) 18.625MHz +HSync -VSync DoubleScan
        h: width   480 start  504 end  520 total  560 skew    0 clock  33.26KHz
        v: height  270 start  271 end  274 total  278           clock  59.82Hz
  400x300 (0x97) 20.000MHz +HSync +VSync DoubleScan
        h: width   400 start  420 end  484 total  528 skew    0 clock  37.88KHz
        v: height  300 start  300 end  302 total  314           clock  60.32Hz
  400x300 (0x98) 18.000MHz +HSync +VSync DoubleScan
        h: width   400 start  412 end  448 total  512 skew    0 clock  35.16KHz
        v: height  300 start  300 end  301 total  312           clock  56.34Hz
  432x243 (0x99) 16.250MHz -HSync +VSync DoubleScan
        h: width   432 start  444 end  484 total  536 skew    0 clock  30.32KHz
        v: height  243 start  244 end  247 total  253           clock  59.92Hz
  432x243 (0x9a) 15.250MHz +HSync -VSync DoubleScan
        h: width   432 start  456 end  472 total  512 skew    0 clock  29.79KHz
        v: height  243 start  244 end  247 total  250           clock  59.57Hz
  320x240 (0x9b) 12.587MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  376 total  400 skew    0 clock  31.47KHz
        v: height  240 start  245 end  246 total  262           clock  60.05Hz
  360x202 (0x9c) 11.250MHz -HSync +VSync DoubleScan
        h: width   360 start  372 end  404 total  448 skew    0 clock  25.11KHz
        v: height  202 start  204 end  206 total  211           clock  59.51Hz
  360x202 (0x9d) 10.875MHz +HSync -VSync DoubleScan
        h: width   360 start  384 end  400 total  440 skew    0 clock  24.72KHz
        v: height  202 start  204 end  206 total  209           clock  59.13Hz
  320x180 (0x9e)  9.000MHz -HSync +VSync DoubleScan
        h: width   320 start  332 end  360 total  400 skew    0 clock  22.50KHz
        v: height  180 start  181 end  184 total  188           clock  59.84Hz
  320x180 (0x9f)  8.875MHz +HSync -VSync DoubleScan
        h: width   320 start  344 end  360 total  400 skew    0 clock  22.19KHz
        v: height  180 start  181 end  184 total  187           clock  59.32Hz



Les 3 xrandr sortent la même chose ! Normal ?

#18 Re : Matériel » Écran HDMI non détecté » 19-04-2021 01:12:23

BugsByte
Effectivement, j'ai oublié de vous mettre le DRI_PRIME=1 xrandr.
Le voici :

DRI_PRIME=1 xrandr


Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080     60.05*+  60.01    59.97    59.96    59.93  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     60.02  
   1440x900      59.89  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      60.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   800x512       60.17  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32



DRI_PRIME=0 xrandr


Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080     60.05*+  60.01    59.97    59.96    59.93  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     60.02  
   1440x900      59.89  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      60.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   800x512       60.17  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32



Je reboote sur Unbuntu Live pour la suite des réponses ...

#19 Re : Matériel » Écran HDMI non détecté » 18-04-2021 07:08:12

BugsByte
Pour info, je viens de tester un live CD d'Ubuntu et mon écran externe est bien détecté et utilisable.
Il doit donc bien exister un moyen de le faire marcher sous Debian !
Je ne vais tout de même pas devoir passer sur Ubuntu !

Bon j'ai une sortie familiale de prévu.
La suite ce sera demain pour moi !

#20 Re : Matériel » Écran HDMI non détecté » 18-04-2021 06:22:32

BugsByte
J'ai pensé à supprimer la carte graphique nvidia pour résoudre mon problème.
J'ai démonté mon PC mais je n'ai pas réussi à l'identifier.
Ça serait une puce directement soudée sur la carte mère ?
Je savais que c'était comme ça pour les cartes principales mais pas pour les cartes nvidia secondaires.

#21 Re : Matériel » Écran HDMI non détecté » 18-04-2021 05:11:20

BugsByte
F**k
Avec un câble DisplayPort, ça ne marche pas mieux.
C'est même pire, le monitor m'affiche un message "Check Signal Cable" lorsque je suis sur la source DisplayPort.
Il me fait ça, sur la source HDMI, uniquement lorsque je débranche le câble du monitor.

#22 Re : Matériel » Écran HDMI non détecté » 18-04-2021 04:08:41

BugsByte
Je viens de penser à une chose peut-être importante :
Mon PC a été acheté en France.
Mon monitor a été acheté en Asie.
Il ne pourrait pas y avoir un problème à cause de ça ?
Un problème d'incompatibilité matériel à cause de la région et des normes qui sont légèrement différentes ?

Je file acheter un câble DisplayPort.
@ tout à l'heure !

#23 Re : Matériel » Écran HDMI non détecté » 18-04-2021 04:05:47

BugsByte
Désolé anonyme, je n'avais pas vu tes derniers messages entre les miens.
Je pensais que tu dormais à cette heure ci !

J'ai effectivement réussi à corriger ce bug via mate-tweak.

[  1168.248] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[  1168.248] (EE) modeset(0): present flip failed



Installé linux-image-5.3.0-0.bpo.2-amd64 ne servait apparemment à rien.
Si je tente de le désinstaller, on me dit que c'est dangereux donc je ne l'ai pas fait.
Tant pis !

Monitor name: U32R59x


Oui ça semble être mon nouveau moniteur externe

Merci pour toutes tes explications pour lire ces logs.
J'y vois un peu plus clair.
Mais juste un peu !

Lorsque je lance une application avec DRI_PRIME=0 ou DRI_PRIME=1, elle s'ouvre toujours sur on écran de portable.
J'ai testé avec l'application chromium.

Voici ce que j'ai dans Système / Préférences / Matériels / Affichage :
Capture-du-2021-04-18-11-01-46.png
Il n'y a jamais de trace de mon écran externe !

#24 Re : Matériel » Écran HDMI non détecté » 18-04-2021 03:19:30

BugsByte
switcheroo-control n'a rien changé non plus.

J'avais le même problème que sur #15.
J'ai donc suivi les indications du lien fourni.

J'ai donc lancé cette commande :

sudo apt-get install -t buster-backports linux-image-5.10.0-0.bpo.5-amd64


Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances      
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés :
  wireless-regdb
Paquets suggérés :
  linux-doc-5.10 debian-kernel-handbook
Les NOUVEAUX paquets suivants seront installés :
  linux-image-5.10.0-0.bpo.5-amd64
Les paquets suivants seront mis à jour :
  wireless-regdb
1 mis à jour, 1 nouvellement installés, 0 à enlever et 153 non mis à jour.
Il est nécessaire de prendre 53,3 Mo dans les archives.
Après cette opération, 297 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n]
Réception de :1 http://deb.debian.org/debian buster-backports/main amd64 wireless-regdb all 2020.04.29-2~bpo10+1 [14,0 kB]
Réception de :2 http://deb.debian.org/debian buster-backports/main amd64 linux-image-5.10.0-0.bpo.5-amd64 amd64 5.10.24-1~bpo10+1 [53,3 MB]
53,3 Mo réceptionnés en 22s (2389 ko/s)                                                                                                                                                    
Lecture des fichiers de modifications (« changelog »)... Terminé
(Lecture de la base de données... 187720 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../wireless-regdb_2020.04.29-2~bpo10+1_all.deb ...
Dépaquetage de wireless-regdb (2020.04.29-2~bpo10+1) sur (2016.06.10-1) ...
Sélection du paquet linux-image-5.10.0-0.bpo.5-amd64 précédemment désélectionné.
Préparation du dépaquetage de .../linux-image-5.10.0-0.bpo.5-amd64_5.10.24-1~bpo10+1_amd64.deb ...
Dépaquetage de linux-image-5.10.0-0.bpo.5-amd64 (5.10.24-1~bpo10+1) ...
Paramétrage de wireless-regdb (2020.04.29-2~bpo10+1) ...
update-alternatives: utilisation de « /lib/firmware/regulatory.db-debian » pour fournir « /lib/firmware/regulatory.db » (regulatory.db) en mode automatique
Paramétrage de linux-image-5.10.0-0.bpo.5-amd64 (5.10.24-1~bpo10+1) ...
I: /vmlinuz is now a symlink to boot/vmlinuz-5.10.0-0.bpo.5-amd64
I: /initrd.img is now a symlink to boot/initrd.img-5.10.0-0.bpo.5-amd64
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-5.10.0-0.bpo.5-amd64
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125b-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125a-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168fp-3.fw for module r8169
W: Possible missing firmware /lib/firmware/nvidia/gv100/acr/ucode_load.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/acr/ucode_ahesasc.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/acr/bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/acr/ucode_ahesasc.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/acr/bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/acr/ucode_ahesasc.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/acr/bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/acr/ucode_ahesasc.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/acr/bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/acr/ucode_ahesasc.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/acr/bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/acr/ucode_asb.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/acr/ucode_asb.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/acr/ucode_asb.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/acr/ucode_asb.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/acr/ucode_asb.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/acr/ucode_unload.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/acr/unload_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/acr/ucode_unload.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/acr/unload_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/acr/ucode_unload.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/acr/unload_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/acr/ucode_unload.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/acr/unload_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/acr/ucode_unload.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/acr/unload_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/nvdec/scrubber.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/nvdec/scrubber.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/nvdec/scrubber.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/nvdec/scrubber.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/nvdec/scrubber.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/gr/sw_method_init.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/gr/sw_bundle_init.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/gr/sw_nonctx.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/gr/sw_ctx.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/gr/gpccs_sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/gr/gpccs_data.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/gr/gpccs_inst.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/gr/gpccs_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/gr/fecs_sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/gr/fecs_data.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/gr/fecs_inst.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/gr/fecs_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/gr/sw_method_init.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/gr/sw_bundle_init.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/gr/sw_nonctx.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/gr/sw_ctx.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/gr/gpccs_sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/gr/gpccs_data.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/gr/gpccs_inst.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/gr/gpccs_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/gr/fecs_sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/gr/fecs_data.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/gr/fecs_inst.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/gr/fecs_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/gr/sw_method_init.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/gr/sw_bundle_init.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/gr/sw_nonctx.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/gr/sw_ctx.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/gr/gpccs_sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/gr/gpccs_data.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/gr/gpccs_inst.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/gr/gpccs_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/gr/fecs_sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/gr/fecs_data.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/gr/fecs_inst.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/gr/fecs_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/gr/sw_method_init.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/gr/sw_bundle_init.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/gr/sw_nonctx.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/gr/sw_ctx.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/gr/gpccs_sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/gr/gpccs_data.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/gr/gpccs_inst.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/gr/gpccs_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/gr/fecs_sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/gr/fecs_data.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/gr/fecs_inst.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/gr/fecs_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/gr/sw_method_init.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/gr/sw_bundle_init.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/gr/sw_nonctx.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/gr/sw_ctx.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/gr/gpccs_sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/gr/gpccs_data.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/gr/gpccs_inst.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/gr/gpccs_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/gr/fecs_sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/gr/fecs_data.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/gr/fecs_inst.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/gr/fecs_bl.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/sec2/sig-1.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/sec2/image-1.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/sec2/desc-1.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp106/sec2/sig-1.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp106/sec2/image-1.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp106/sec2/desc-1.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp104/sec2/sig-1.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp104/sec2/image-1.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp104/sec2/desc-1.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp102/sec2/sig-1.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp102/sec2/image-1.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp102/sec2/desc-1.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/sec2/sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/sec2/image.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu117/sec2/desc.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/sec2/sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/sec2/image.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu116/sec2/desc.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/sec2/sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/sec2/image.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu106/sec2/desc.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/sec2/sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/sec2/image.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu104/sec2/desc.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/sec2/sig.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/sec2/image.bin for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/tu102/sec2/desc.bin for module nouveau
W: Possible missing firmware /lib/firmware/i915/skl_huc_2.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/skl_guc_33.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_huc_2.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_33.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_huc_4.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_33.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/glk_huc_4.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/glk_guc_33.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_huc_4.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_33.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/cml_huc_4.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/cml_guc_33.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/icl_huc_9.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/icl_guc_33.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/ehl_huc_9.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/ehl_guc_33.0.4.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.5.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_35.2.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.5.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_35.2.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/icl_dmc_ver1_09.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_dmc_ver2_08.bin for module i915
W: Possible missing firmware /lib/firmware/i915/rkl_dmc_ver2_02.bin for module i915
/etc/kernel/postinst.d/zz-update-grub:
Création du fichier de configuration GRUB…
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Image Linux trouvée : /boot/vmlinuz-5.10.0-0.bpo.5-amd64
Image mémoire initiale trouvée : /boot/initrd.img-5.10.0-0.bpo.5-amd64
Image Linux trouvée : /boot/vmlinuz-4.19.0-16-amd64
Image mémoire initiale trouvée : /boot/initrd.img-4.19.0-16-amd64
Adding boot menu entry for EFI firmware configuration
fait
Traitement des actions différées (« triggers ») pour man-db (2.8.5-2) ...



C'est normal tous ces W: Possible missing firmware ?

En plus, j'ai toujours cette erreur :

cat /var/log/Xorg.0.log


...
[    81.039] (EE) modeset(0): present flip failed
[    81.054] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[    81.054] (EE) modeset(0): present flip failed
[    81.070] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[    81.070] (EE) modeset(0): present flip failed
[    81.127] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[    81.127] (EE) modeset(0): present flip failed
[    81.216] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[    81.216] (EE) modeset(0): present flip failed
[    81.687] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[    81.687] (EE) modeset(0): present flip failed
[    81.713] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[    81.713] (EE) modeset(0): present flip failed
[    81.719] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[    81.719] (EE) modeset(0): present flip failed
[    81.986] (EE) modeset(0): Failed to get GBM bo for flip to new front.
[    81.986] (EE) modeset(0): present flip failed



uname -a


Linux taonix 5.10.0-0.bpo.5-amd64 #1 SMP Debian 5.10.24-1~bpo10+1 (2021-03-29) x86_64 GNU/Linux



Bon, je crois qu'il est temps d'aller acheter un câble DisplayPort en espérant que ça marche ainsi.
Mais je suis prêt à poursuivre pour le HDMI car un jour, j'aurai peut-être envie d'un 2ème écran externe !

#25 Re : Matériel » Écran HDMI non détecté » 18-04-2021 03:08:58

BugsByte
A priori, le package intel-microcode n'a rien changé.

sudo journalctl -r -p err


-- Logs begin at Sun 2021-04-18 09:56:24 +08, end at Sun 2021-04-18 10:05:20 +08. --
avril 18 09:56:44 taonix dhclient[1014]: Timeout too large reducing to: 2147483646 (TIME_MAX - 1)
avril 18 09:56:25 taonix bluetoothd[568]: sap-server: Operation not permitted (1)
avril 18 09:56:25 taonix bluetoothd[568]: Sap driver initialization failed.
avril 18 09:56:25 taonix kernel: ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin (-2)
avril 18 09:56:25 taonix kernel: firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
avril 18 09:56:25 taonix kernel: ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:02:00.0.bin (-2)



Ah je n'ai pas installé le package switcheroo-control non plus.
Allez hop !
Et reboot !

Pied de page des forums

Propulsé par FluxBB