Hello,
I'm trying to switch from Nvidia to Intel and I have no issue how to
create multiple screens for each display port connector, it used to work
just fine with Nvidia card but it uses some specific Nvidia parameters...
What I'm trying to achieve is to be able to start application using
DISPLAY=:0.0 or :0.1 or :0.2...
I came up with the following configuration that does not work (DP-3 is
disconnected at the moment, this is "normal", 3 monitors opened but it
looks like they are all attached to the same screen).
I see some suspicious things:
* modeset(0): Output DP-1 using monitor section Cube26 but others say
Output DP-{2,3,4} has no monitor section
* I'm not sure what is this modeset driver, I tried to force modsetting
but it says no such driver exists
Does this means "ZaphodHeads" option is not working and I end up having
only one single device ? What else could I do ?
Thanks in advance,
Regards
Section "Device"
Identifier "Intel-ARC-DP-1"
#Driver "modsetting"
BusID "PCI:5:0:0"
Option "ZaphodHeads" "DP-1"
Option "Monitor-DP-1" "Cube26"
#Option "Monitor-DP-2" "Cube27"
#Option "Monitor-DP-2" "Cube28"
#Option "Monitor-DP-4" "Cube29"
Screen 0
EndSection
Section "Device"
Identifier "Intel-ARC-DP-2"
#Driver "modsetting"
BusID "PCI:5:0:0"
Option "ZaphodHeads" "DP-2"
Option "Monitor-DP-2" "Cube26"
Screen 1
EndSection
Section "Device"
Identifier "Intel-ARC-DP-3"
#Driver "modsetting"
BusID "PCI:5:0:0"
Option "ZaphodHeads" "DP-3"
Option "Monitor-DP-3" "Cube28"
Screen 2
EndSection
Section "Device"
Identifier "Intel-ARC-DP-4"
#Driver "modsetting"
BusID "PCI:5:0:0"
Option "ZaphodHeads" "DP-4"
Option "Monitor-DP-3" "Cube29"
Screen 3
EndSection
Section "Monitor"
Identifier "Cube26"
EndSection
Section "Monitor"
Identifier "Cube27"
EndSection
Section "Monitor"
Identifier "Cube28"
EndSection
Section "Monitor"
Identifier "Cube29"
EndSection
Section "Screen"
Identifier "Cube26"
Device "Intel-ARC-DP-1"
Monitor "Cube26"
EndSection
Section "Screen"
Identifier "Cube27"
Device "Intel-ARC-DP-2"
Monitor "Cube27"
EndSection
Section "Screen"
Identifier "Cube28"
Device "Intel-ARC-DP-3"
Monitor "Cube28"
EndSection
Section "Screen"
Identifier "Cube29"
Device "Intel-ARC-DP-4"
Monitor "Cube29"
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Cube26" 0 0
Screen 1 "Cube27" RightOf "Cube26"
Screen 2 "Cube28" RightOf "Cube27"
Screen 3 "Cube29" RightOf "Cube28"
Option "Xinerama" "off"
Option "Clone" "off"
EndSection
[ 6.876] (--) Log file renamed from "/home/cube/.local/share/xorg/Xorg.pid-1053.log" to "/home/cube/.local/share/xorg/Xorg.0.log"
[ 6.877]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 6.877] Current Operating System: Linux cube-4x-dev.dev.cita.internal 6.6.15-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.15-2 (2024-02-04) x86_64
[ 6.877] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.6.15-amd64 root=UUID=51c7f678-04cd-4b3c-a566-b689946a42ce ro net.ifnames=0 biosdevname=0 reboot=kbd
[ 6.877] xorg-server 2:21.1.11-2 (https://www.debian.org/support)
[ 6.877] Current version of pixman: 0.42.2
[ 6.877] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6.877] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.877] (==) Log file: "/home/cube/.local/share/xorg/Xorg.0.log", Time: Mon Apr 15 14:10:17 2024
[ 6.879] (==) Using config file: "/etc/X11/xorg.conf"
[ 6.879] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.881] (==) ServerLayout "Layout0"
[ 6.881] (**) |-->Screen "Cube26" (0)
[ 6.881] (**) | |-->Monitor "Cube26"
[ 6.881] (**) | |-->Device "Intel-ARC-DP-1"
[ 6.881] (**) |-->Screen "Cube27" (1)
[ 6.881] (**) | |-->Monitor "Cube27"
[ 6.881] (**) | |-->Device "Intel-ARC-DP-2"
[ 6.881] (**) |-->Screen "Cube28" (2)
[ 6.881] (**) | |-->Monitor "Cube28"
[ 6.881] (**) | |-->Device "Intel-ARC-DP-3"
[ 6.881] (**) |-->Screen "Cube29" (3)
[ 6.881] (**) | |-->Monitor "Cube29"
[ 6.881] (**) | |-->Device "Intel-ARC-DP-4"
[ 6.881] (**) Option "Xinerama" "off"
[ 6.881] (==) Automatically adding devices
[ 6.881] (==) Automatically enabling devices
[ 6.881] (==) Automatically adding GPU devices
[ 6.881] (==) Automatically binding GPU devices
[ 6.881] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 6.882] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 6.882] Entry deleted from font path.
[ 6.885] (==) 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
[ 6.885] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 6.885] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 6.885] (II) Loader magic: 0x5607e1e1ef00
[ 6.885] (II) Module ABI versions:
[ 6.885] X.Org ANSI C Emulation: 0.4
[ 6.885] X.Org Video Driver: 25.2
[ 6.885] X.Org XInput driver : 24.4
[ 6.885] X.Org Server Extension : 10.0
[ 6.885] (++) using VT number 2
[ 6.886] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 6.888] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 6.888] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.1/0000:01:00.2/0000:02:00.0/0000:03:00.0/0000:04:01.0/0000:05:00.0/drm/card0
[ 6.888] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 6.892] (--) PCI:*(5@0:0:0) 8086:56a0:1025:3888 rev 8, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, BIOS @ 0x????????/131072
[ 6.893] (II) LoadModule: "glx"
[ 6.893] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 6.901] (II) Module glx: vendor="X.Org Foundation"
[ 6.901] compiled for 1.21.1.11, module version = 1.0.0
[ 6.901] ABI class: X.Org Server Extension, version 10.0
[ 6.901] (==) Matched modesetting as autoconfigured driver 0
[ 6.901] (==) Matched fbdev as autoconfigured driver 1
[ 6.901] (==) Matched vesa as autoconfigured driver 2
[ 6.901] (==) Assigned the driver to the xf86ConfigLayout
[ 6.901] (II) LoadModule: "modesetting"
[ 6.901] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 6.902] (II) Module modesetting: vendor="X.Org Foundation"
[ 6.902] compiled for 1.21.1.11, module version = 1.21.1
[ 6.902] Module class: X.Org Video Driver
[ 6.902] ABI class: X.Org Video Driver, version 25.2
[ 6.902] (II) LoadModule: "fbdev"
[ 6.902] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 6.903] (II) Module fbdev: vendor="X.Org Foundation"
[ 6.903] compiled for 1.21.1.3, module version = 0.5.0
[ 6.903] Module class: X.Org Video Driver
[ 6.903] ABI class: X.Org Video Driver, version 25.2
[ 6.903] (II) LoadModule: "vesa"
[ 6.903] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 6.903] (II) Module vesa: vendor="X.Org Foundation"
[ 6.903] compiled for 1.21.1.9, module version = 2.6.0
[ 6.903] Module class: X.Org Video Driver
[ 6.903] ABI class: X.Org Video Driver, version 25.2
[ 6.903] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 6.903] (II) FBDEV: driver for framebuffer: fbdev
[ 6.903] (II) VESA: driver for VESA chipsets: vesa
[ 6.903] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 6.903] (II) modeset(0): using drv /dev/dri/card0
[ 6.903] (WW) Falling back to old probe method for fbdev
[ 6.903] (II) Loading sub module "fbdevhw"
[ 6.903] (II) LoadModule: "fbdevhw"
[ 6.903] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 6.904] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 6.904] compiled for 1.21.1.11, module version = 0.0.2
[ 6.904] ABI class: X.Org Video Driver, version 25.2
[ 6.904] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 6.904] (II) modeset(0): Creating default Display subsection in Screen section
"Cube26" for depth/fbbpp 24/32
[ 6.904] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 6.904] (**) modeset(0): Option "ZaphodHeads" "DP-1"
[ 6.904] (==) modeset(0): RGB weight 888
[ 6.904] (==) modeset(0): Default visual is TrueColor
[ 6.904] (II) Loading sub module "glamoregl"
[ 6.904] (II) LoadModule: "glamoregl"
[ 6.904] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 6.910] (II) Module glamoregl: vendor="X.Org Foundation"
[ 6.910] compiled for 1.21.1.11, module version = 1.0.1
[ 6.910] ABI class: X.Org ANSI C Emulation, version 0.4
[ 7.151] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Arc(tm) A770 Graphics (DG2)
[ 7.151] (II) modeset(0): glamor initialized
[ 7.151] (==) modeset(0): VariableRefresh: disabled
[ 7.151] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 7.167] (II) modeset(0): Output DP-1 using monitor section Cube26
[ 7.195] (II) modeset(0): Output DP-2 has no monitor section
[ 7.196] (II) modeset(0): Output HDMI-1 has no monitor section
[ 7.196] (II) modeset(0): Output DP-3 has no monitor section
[ 7.196] (II) modeset(0): Output HDMI-2 has no monitor section
[ 7.211] (II) modeset(0): Output DP-4 has no monitor section
[ 7.213] (II) modeset(0): Output HDMI-3 has no monitor section
[ 7.229] (II) modeset(0): EDID for output DP-1
[ 7.229] (II) modeset(0): Manufacturer: PHL Model: c156 Serial#: 14207
[ 7.229] (II) modeset(0): Year: 2018 Week: 26
[ 7.229] (II) modeset(0): EDID Version: 1.3
[ 7.229] (II) modeset(0): Digital Display Input
[ 7.229] (II) modeset(0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 7.229] (II) modeset(0): Gamma: 2.20
[ 7.229] (II) modeset(0): DPMS capabilities: Off
[ 7.229] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 7.229] (II) modeset(0): First detailed timing is preferred mode
[ 7.229] (II) modeset(0): redX: 0.682 redY: 0.315 greenX: 0.272 greenY: 0.654
[ 7.229] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 7.229] (II) modeset(0): Supported established timings:
[ 7.229] (II) modeset(0): 720x400@70Hz
[ 7.229] (II) modeset(0): 640x480@60Hz
[ 7.229] (II) modeset(0): 640x480@67Hz
[ 7.229] (II) modeset(0): 640x480@72Hz
[ 7.229] (II) modeset(0): 640x480@75Hz
[ 7.229] (II) modeset(0): 800x600@56Hz
[ 7.229] (II) modeset(0): 800x600@60Hz
[ 7.229] (II) modeset(0): 800x600@72Hz
[ 7.229] (II) modeset(0): 800x600@75Hz
[ 7.229] (II) modeset(0): 832x624@75Hz
[ 7.229] (II) modeset(0): 1024x768@60Hz
[ 7.229] (II) modeset(0): 1024x768@70Hz
[ 7.229] (II) modeset(0): 1024x768@75Hz
[ 7.229] (II) modeset(0): 1280x1024@75Hz
[ 7.229] (II) modeset(0): Manufacturer's mask: 0
[ 7.229] (II) modeset(0): Supported standard timings:
[ 7.229] (II) modeset(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 7.229] (II) modeset(0): #1: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 7.229] (II) modeset(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 7.229] (II) modeset(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 7.229] (II) modeset(0): #4: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 7.229] (II) modeset(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 7.229] (II) modeset(0): Supported detailed timing:
[ 7.229] (II) modeset(0): clock: 148.5 MHz Image Size: 598 x 336 mm
[ 7.229] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 7.229] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 7.229] (II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 7.229] (II) modeset(0): Monitor name: PHL 273V7
[ 7.229] (II) modeset(0): Serial No: UHB1826014207
[ 7.229] (II) modeset(0): Supported detailed timing:
[ 7.229] (II) modeset(0): clock: 27.0 MHz Image Size: 598 x 336 mm
[ 7.229] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 7.229] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 7.229] (II) modeset(0): Supported detailed timing:
[ 7.229] (II) modeset(0): clock: 74.2 MHz Image Size: 598 x 336 mm
[ 7.229] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 7.229] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 7.229] (II) modeset(0): Supported detailed timing:
[ 7.229] (II) modeset(0): clock: 27.0 MHz Image Size: 598 x 336 mm
[ 7.229] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 7.229] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 7.229] (II) modeset(0): Supported detailed timing:
[ 7.229] (II) modeset(0): clock: 27.0 MHz Image Size: 598 x 336 mm
[ 7.229] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 7.229] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 7.229] (II) modeset(0): Number of EDID sections to follow: 1
[ 7.229] (II) modeset(0): EDID (in hex):
[ 7.229] (II) modeset(0): 00ffffffffffff00410c56c17f370000
[ 7.229] (II) modeset(0): 1a1c0103803c22782abe95ae5045a726
[ 7.229] (II) modeset(0): 0f5054bfef00d1c0b300950081808140
[ 7.229] (II) modeset(0): 81c001010101023a801871382d40582c
[ 7.229] (II) modeset(0): 450056502100001e000000fd00324c1e
[ 7.229] (II) modeset(0): 5311000a202020202020000000fc0050
[ 7.229] (II) modeset(0): 484c2032373356370a202020000000ff
[ 7.229] (II) modeset(0): 005548423138323630313432303701be
[ 7.229] (II) modeset(0): 02031ef14b101f051404130312021101
[ 7.229] (II) modeset(0): 230907078301000065030c0010008c0a
[ 7.229] (II) modeset(0): d08a20e02d10103e9600565021000018
[ 7.229] (II) modeset(0): 011d007251d01e206e28550056502100
[ 7.229] (II) modeset(0): 001e8c0ad08a20e02d10103e96005650
[ 7.229] (II) modeset(0): 210000188c0ad090204031200c405500
[ 7.229] (II) modeset(0): 56502100001800000000000000000000
[ 7.229] (II) modeset(0): 00000000000000000000000000000011
[ 7.229] (II) modeset(0): Printing probed modes for output DP-1
[ 7.229] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 7.229] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 7.230] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 7.230] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 7.230] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 7.230] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 7.230] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 7.230] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 7.230] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 7.230] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 7.230] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 7.230] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 7.230] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 7.230] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 7.230] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 7.230] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 7.230] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 7.230] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 7.230] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 7.230] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 7.230] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 7.230] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 7.230] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 7.230] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 7.230] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 7.230] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 7.230] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 7.230] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 7.257] (II) modeset(0): EDID for output DP-2
[ 7.257] (II) modeset(0): Manufacturer: ENC Model: 2431 Serial#: 16843009
[ 7.257] (II) modeset(0): Year: 2015 Week: 38
[ 7.257] (II) modeset(0): EDID Version: 1.4
[ 7.257] (II) modeset(0): Digital Display Input
[ 7.257] (II) modeset(0): 8 bits per channel
[ 7.257] (II) modeset(0): Digital interface is DisplayPort
[ 7.257] (II) modeset(0): Max Image Size [cm]: horiz.: 44 vert.: 33
[ 7.258] (II) modeset(0): Gamma: 2.20
[ 7.258] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 7.258] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 7.258] (II) modeset(0): First detailed timing is preferred mode
[ 7.258] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 7.258] (II) modeset(0): redX: 0.655 redY: 0.330 greenX: 0.305 greenY: 0.625
[ 7.258] (II) modeset(0): blueX: 0.150 blueY: 0.075 whiteX: 0.300 whiteY: 0.340
[ 7.258] (II) modeset(0): Supported established timings:
[ 7.258] (II) modeset(0): 720x400@70Hz
[ 7.258] (II) modeset(0): 640x480@60Hz
[ 7.258] (II) modeset(0): 800x600@60Hz
[ 7.258] (II) modeset(0): 1024x768@60Hz
[ 7.258] (II) modeset(0): Manufacturer's mask: 0
[ 7.258] (II) modeset(0): Supported standard timings:
[ 7.258] (II) modeset(0): #0: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 7.258] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 7.258] (II) modeset(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 7.258] (II) modeset(0): Supported detailed timing:
[ 7.258] (II) modeset(0): clock: 162.0 MHz Image Size: 432 x 324 mm
[ 7.258] (II) modeset(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_border: 0
[ 7.258] (II) modeset(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_border: 0
[ 7.258] (II) modeset(0): Serial No: 69766095
[ 7.258] (II) modeset(0): Ranges: V min: 59 V max: 61 Hz, H min: 31 H max: 76 kHz, PixClock max 175 MHz
[ 7.258] (II) modeset(0): Monitor name: S2133
[ 7.258] (II) modeset(0): EDID (in hex):
[ 7.258] (II) modeset(0): 00ffffffffffff0015c3312401010101
[ 7.258] (II) modeset(0): 26190104a52c2178e2e09ca7544ea026
[ 7.258] (II) modeset(0): 134c57a10800a9408180814001010101
[ 7.258] (II) modeset(0): 010101010101483f403062b0324040c0
[ 7.258] (II) modeset(0): 1300b0441100001e000000ff00363937
[ 7.258] (II) modeset(0): 36363039350a20202020000000fd003b
[ 7.258] (II) modeset(0): 3d1f4c11000a202020202020000000fc
[ 7.258] (II) modeset(0): 0053323133330a2020202020202000ff
[ 7.258] (II) modeset(0): Printing probed modes for output DP-2
[ 7.258] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[ 7.258] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 7.258] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 7.258] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 7.258] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 7.258] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 7.258] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 7.259] (II) modeset(0): EDID for output HDMI-1
[ 7.259] (II) modeset(0): EDID for output DP-3
[ 7.259] (II) modeset(0): EDID for output HDMI-2
[ 7.274] (II) modeset(0): EDID for output DP-4
[ 7.274] (II) modeset(0): Manufacturer: PHL Model: c156 Serial#: 14212
[ 7.274] (II) modeset(0): Year: 2018 Week: 26
[ 7.274] (II) modeset(0): EDID Version: 1.4
[ 7.274] (II) modeset(0): Digital Display Input
[ 7.274] (II) modeset(0): 8 bits per channel
[ 7.274] (II) modeset(0): Digital interface is DisplayPort
[ 7.274] (II) modeset(0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 7.274] (II) modeset(0): Gamma: 2.20
[ 7.274] (II) modeset(0): DPMS capabilities: Off
[ 7.274] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 7.274] (II) modeset(0): First detailed timing is preferred mode
[ 7.274] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 7.274] (II) modeset(0): redX: 0.682 redY: 0.315 greenX: 0.272 greenY: 0.654
[ 7.274] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 7.274] (II) modeset(0): Supported established timings:
[ 7.274] (II) modeset(0): 720x400@70Hz
[ 7.274] (II) modeset(0): 640x480@60Hz
[ 7.274] (II) modeset(0): 640x480@67Hz
[ 7.274] (II) modeset(0): 640x480@72Hz
[ 7.274] (II) modeset(0): 640x480@75Hz
[ 7.274] (II) modeset(0): 800x600@56Hz
[ 7.274] (II) modeset(0): 800x600@60Hz
[ 7.274] (II) modeset(0): 800x600@72Hz
[ 7.274] (II) modeset(0): 800x600@75Hz
[ 7.274] (II) modeset(0): 832x624@75Hz
[ 7.274] (II) modeset(0): 1024x768@60Hz
[ 7.274] (II) modeset(0): 1024x768@70Hz
[ 7.274] (II) modeset(0): 1024x768@75Hz
[ 7.274] (II) modeset(0): 1280x1024@75Hz
[ 7.274] (II) modeset(0): Manufacturer's mask: 0
[ 7.274] (II) modeset(0): Supported standard timings:
[ 7.274] (II) modeset(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 7.274] (II) modeset(0): #1: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 7.274] (II) modeset(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 7.274] (II) modeset(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 7.274] (II) modeset(0): #4: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 7.274] (II) modeset(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 7.274] (II) modeset(0): Supported detailed timing:
[ 7.274] (II) modeset(0): clock: 148.5 MHz Image Size: 598 x 336 mm
[ 7.274] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 7.274] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 7.274] (II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 7.274] (II) modeset(0): Monitor name: PHL 273V7
[ 7.274] (II) modeset(0): Serial No: UHB1826014212
[ 7.274] (II) modeset(0): Supported detailed timing:
[ 7.274] (II) modeset(0): clock: 27.0 MHz Image Size: 598 x 336 mm
[ 7.274] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 7.274] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 7.274] (II) modeset(0): Supported detailed timing:
[ 7.274] (II) modeset(0): clock: 74.2 MHz Image Size: 598 x 336 mm
[ 7.274] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 7.274] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 7.274] (II) modeset(0): Supported detailed timing:
[ 7.274] (II) modeset(0): clock: 27.0 MHz Image Size: 598 x 336 mm
[ 7.274] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 7.274] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 7.274] (II) modeset(0): Supported detailed timing:
[ 7.274] (II) modeset(0): clock: 27.0 MHz Image Size: 598 x 336 mm
[ 7.274] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 7.274] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 7.274] (II) modeset(0): Number of EDID sections to follow: 1
[ 7.274] (II) modeset(0): EDID (in hex):
[ 7.274] (II) modeset(0): 00ffffffffffff00410c56c184370000
[ 7.274] (II) modeset(0): 1a1c0104a53c22783abe95ae5045a726
[ 7.274] (II) modeset(0): 0f5054bfef00d1c0b300950081808140
[ 7.274] (II) modeset(0): 81c001010101023a801871382d40582c
[ 7.274] (II) modeset(0): 450056502100001e000000fd00324c1e
[ 7.274] (II) modeset(0): 5311010a202020202020000000fc0050
[ 7.274] (II) modeset(0): 484c2032373356370a202020000000ff
[ 7.274] (II) modeset(0): 00554842313832363031343231320186
[ 7.274] (II) modeset(0): 02031ef14b901f051404130312021101
[ 7.274] (II) modeset(0): 230907078301000065030c0010008c0a
[ 7.274] (II) modeset(0): d08a20e02d10103e9600565021000018
[ 7.274] (II) modeset(0): 011d007251d01e206e28550056502100
[ 7.274] (II) modeset(0): 001e8c0ad08a20e02d10103e96005650
[ 7.274] (II) modeset(0): 210000188c0ad090204031200c405500
[ 7.274] (II) modeset(0): 56502100001800000000000000000000
[ 7.274] (II) modeset(0): 00000000000000000000000000000091
[ 7.275] (II) modeset(0): Printing probed modes for output DP-4
[ 7.275] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 7.275] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 7.275] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 7.275] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 7.275] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 7.275] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 7.275] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 7.275] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 7.275] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 7.275] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 7.275] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 7.275] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 7.275] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 7.275] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 7.275] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 7.275] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 7.275] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 7.275] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 7.275] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 7.275] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 7.275] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 7.275] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 7.275] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 7.275] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 7.275] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 7.275] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 7.275] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 7.275] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 7.276] (II) modeset(0): EDID for output HDMI-3
[ 7.276] (II) modeset(0): Output DP-1 connected
[ 7.276] (II) modeset(0): Output DP-2 connected
[ 7.276] (II) modeset(0): Output HDMI-1 disconnected
[ 7.276] (II) modeset(0): Output DP-3 disconnected
[ 7.276] (II) modeset(0): Output HDMI-2 disconnected
[ 7.276] (II) modeset(0): Output DP-4 connected
[ 7.276] (II) modeset(0): Output HDMI-3 disconnected
[ 7.276] (II) modeset(0): Using spanning desktop for initial modes
[ 7.276] (II) modeset(0): Output DP-1 using initial mode 1920x1080 +0+0
[ 7.276] (II) modeset(0): Output DP-2 using initial mode 1600x1200 +1920+0
[ 7.276] (II) modeset(0): Output DP-4 using initial mode 1920x1080 +3520+0
[ 7.276] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 7.276] (==) modeset(0): DPI set to (96, 96)
[ 7.276] (II) Loading sub module "fb"
[ 7.276] (II) LoadModule: "fb"
[ 7.276] (II) Module "fb" already built-in
[ 7.276] (II) UnloadModule: "fbdev"
[ 7.276] (II) Unloading fbdev
[ 7.276] (II) UnloadSubModule: "fbdevhw"
[ 7.276] (II) Unloading fbdevhw
[ 7.276] (II) UnloadModule: "vesa"
[ 7.276] (II) Unloading vesa
[ 7.293] (==) modeset(0): Backing store enabled
[ 7.293] (==) modeset(0): Silken mouse enabled
[ 7.615] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 7.616] (==) modeset(0): DPMS enabled
[ 7.616] (II) modeset(0): [DRI2] Setup complete
[ 7.616] (II) modeset(0): [DRI2] DRI driver: iris
[ 7.616] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 7.616] (II) Initializing extension Generic Event Extension
[ 7.616] (II) Initializing extension SHAPE
[ 7.616] (II) Initializing extension MIT-SHM
[ 7.616] (II) Initializing extension XInputExtension
[ 7.616] (II) Initializing extension XTEST
[ 7.616] (II) Initializing extension BIG-REQUESTS
[ 7.617] (II) Initializing extension SYNC
[ 7.617] (II) Initializing extension XKEYBOARD
[ 7.617] (II) Initializing extension XC-MISC
[ 7.617] (II) Initializing extension SECURITY
[ 7.617] (II) Initializing extension XFIXES
[ 7.617] (II) Initializing extension RENDER
[ 7.617] (II) Initializing extension RANDR
[ 7.617] (II) Initializing extension COMPOSITE
[ 7.617] (II) Initializing extension DAMAGE
[ 7.617] (II) Initializing extension MIT-SCREEN-SAVER
[ 7.617] (II) Initializing extension DOUBLE-BUFFER
[ 7.617] (II) Initializing extension RECORD
[ 7.617] (II) Initializing extension DPMS
[ 7.617] (II) Initializing extension Present
[ 7.617] (II) Initializing extension DRI3
[ 7.618] (II) Initializing extension X-Resource
[ 7.618] (II) Initializing extension XVideo
[ 7.618] (II) Initializing extension XVideo-MotionCompensation
[ 7.618] (II) Initializing extension SELinux
[ 7.618] (II) SELinux: Disabled on system
[ 7.618] (II) Initializing extension GLX
[ 7.621] (II) AIGLX: Loaded and initialized iris
[ 7.621] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 7.621] (II) Initializing extension XFree86-VidModeExtension
[ 7.621] (II) Initializing extension XFree86-DGA
[ 7.621] (II) Initializing extension XFree86-DRI
[ 7.621] (II) Initializing extension DRI2
[ 7.622] (II) modeset(0): Damage tracking initialized
[ 7.622] (II) modeset(0): Setting screen physical size to 1439 x 317
[ 7.679] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 7.679] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 7.679] (II) LoadModule: "libinput"
[ 7.679] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 7.682] (II) Module libinput: vendor="X.Org Foundation"
[ 7.682] compiled for 1.21.1.11, module version = 1.4.0
[ 7.682] Module class: X.Org XInput Driver
[ 7.682] ABI class: X.Org XInput driver, version 24.4
[ 7.682] (II) Using input driver 'libinput' for 'Power Button'
[ 7.683] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
[ 7.683] (**) Power Button: always reports core events
[ 7.683] (**) Option "Device" "/dev/input/event1"
[ 7.688] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7.688] (II) event1 - Power Button: device is a keyboard
[ 7.688] (II) event1 - Power Button: device removed
[ 7.688] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 7.688] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 7.688] (**) Option "xkb_model" "pc105"
[ 7.688] (**) Option "xkb_layout" "ch"
[ 7.688] (**) Option "xkb_variant" "fr"
[ 7.698] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7.699] (II) event1 - Power Button: device is a keyboard
[ 7.699] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[ 7.699] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7.699] (II) Using input driver 'libinput' for 'Video Bus'
[ 7.700] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 31 paused 0
[ 7.700] (**) Video Bus: always reports core events
[ 7.700] (**) Option "Device" "/dev/input/event2"
[ 7.700] (II) event2 - Video Bus: is tagged by udev as: Keyboard
[ 7.700] (II) event2 - Video Bus: device is a keyboard
[ 7.701] (II) event2 - Video Bus: device removed
[ 7.701] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:00/input/input2/event2"
[ 7.701] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 7.701] (**) Option "xkb_model" "pc105"
[ 7.701] (**) Option "xkb_layout" "ch"
[ 7.701] (**) Option "xkb_variant" "fr"
[ 7.701] (II) event2 - Video Bus: is tagged by udev as: Keyboard
[ 7.701] (II) event2 - Video Bus: device is a keyboard
[ 7.702] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 7.702] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 7.702] (II) Using input driver 'libinput' for 'Power Button'
[ 7.702] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
[ 7.702] (**) Power Button: always reports core events
[ 7.702] (**) Option "Device" "/dev/input/event0"
[ 7.703] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 7.703] (II) event0 - Power Button: device is a keyboard
[ 7.703] (II) event0 - Power Button: device removed
[ 7.703] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 7.703] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 7.703] (**) Option "xkb_model" "pc105"
[ 7.703] (**) Option "xkb_layout" "ch"
[ 7.703] (**) Option "xkb_variant" "fr"
[ 7.704] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 7.704] (II) event0 - Power Button: device is a keyboard
[ 7.704] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event3)
[ 7.705] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 7.705] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 7.705] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[ 7.705] (**) Logitech USB Optical Mouse: always reports core events
[ 7.705] (**) Option "Device" "/dev/input/event3"
[ 7.706] (II) event3 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[ 7.706] (II) event3 - Logitech USB Optical Mouse: device is a pointer
[ 7.706] (II) event3 - Logitech USB Optical Mouse: device removed
[ 7.706] (II) libinput: Logitech USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.706] (II) libinput: Logitech USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.706] (II) libinput: Logitech USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.706] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-6/1-6.3/1-6.3:1.0/0003:046D:C077.0002/input/input3/event3"
[ 7.707] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 9)
[ 7.707] (**) Option "AccelerationScheme" "none"
[ 7.707] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 7.707] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 7.707] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 7.708] (II) event3 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[ 7.708] (II) event3 - Logitech USB Optical Mouse: device is a pointer
[ 7.708] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 7.708] (II) No input driver specified, ignoring this device.
[ 7.708] (II) This device may have been added with another device file.
[ 7.709] (II) config/udev: Adding input device HID 046a:0023 (/dev/input/event4)
[ 7.709] (**) HID 046a:0023: Applying InputClass "libinput keyboard catchall"
[ 7.709] (II) Using input driver 'libinput' for 'HID 046a:0023'
[ 7.710] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 34 paused 0
[ 7.710] (**) HID 046a:0023: always reports core events
[ 7.710] (**) Option "Device" "/dev/input/event4"
[ 7.711] (II) event4 - HID 046a:0023: is tagged by udev as: Keyboard
[ 7.711] (II) event4 - HID 046a:0023: device is a keyboard
[ 7.711] (II) event4 - HID 046a:0023: device removed
[ 7.711] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-6/1-6.4/1-6.4:1.0/0003:046A:0023.0003/input/input4/event4"
[ 7.711] (II) XINPUT: Adding extended input device "HID 046a:0023" (type: KEYBOARD, id 10)
[ 7.711] (**) Option "xkb_model" "pc105"
[ 7.711] (**) Option "xkb_layout" "ch"
[ 7.711] (**) Option "xkb_variant" "fr"
[ 7.712] (II) event4 - HID 046a:0023: is tagged by udev as: Keyboard
[ 7.712] (II) event4 - HID 046a:0023: device is a keyboard
[ 7.713] (II) config/udev: Adding input device HID 046a:0023 (/dev/input/event5)
[ 7.713] (**) HID 046a:0023: Applying InputClass "libinput keyboard catchall"
[ 7.713] (II) Using input driver 'libinput' for 'HID 046a:0023'
[ 7.714] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 35 paused 0
[ 7.714] (**) HID 046a:0023: always reports core events
[ 7.714] (**) Option "Device" "/dev/input/event5"
[ 7.715] (II) event5 - HID 046a:0023: is tagged by udev as: Keyboard
[ 7.715] (II) event5 - HID 046a:0023: device is a keyboard
[ 7.715] (II) event5 - HID 046a:0023: device removed
[ 7.715] (II) libinput: HID 046a:0023: needs a virtual subdevice
[ 7.715] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-6/1-6.4/1-6.4:1.1/0003:046A:0023.0004/input/input5/event5"
[ 7.715] (II) XINPUT: Adding extended input device "HID 046a:0023" (type: MOUSE, id 11)
[ 7.715] (**) Option "AccelerationScheme" "none"
[ 7.715] (**) HID 046a:0023: (accel) selected scheme none/0
[ 7.715] (**) HID 046a:0023: (accel) acceleration factor: 2.000
[ 7.715] (**) HID 046a:0023: (accel) acceleration threshold: 4
[ 7.716] (II) event5 - HID 046a:0023: is tagged by udev as: Keyboard
[ 7.716] (II) event5 - HID 046a:0023: device is a keyboard
[ 7.718] (II) config/udev: Adding input device DP-1 (/dev/input/event6)
[ 7.718] (**) DP-1: Applying InputClass "libinput keyboard catchall"
[ 7.718] (II) Using input driver 'libinput' for 'DP-1'
[ 7.718] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 36 paused 0
[ 7.718] (**) DP-1: always reports core events
[ 7.718] (**) Option "Device" "/dev/input/event6"
[ 7.719] (II) event6 - DP-1: is tagged by udev as: Keyboard Pointingstick
[ 7.719] (II) event6 - DP-1: device is a pointer
[ 7.719] (II) event6 - DP-1: device is a keyboard
[ 7.720] (II) event6 - DP-1: device removed
[ 7.720] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.720] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.720] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.720] (II) libinput: DP-1: needs a virtual subdevice
[ 7.720] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.2/0000:02:00.0/0000:03:00.0/0000:04:01.0/0000:05:00.0/rc/rc0/input6/event6"
[ 7.720] (II) XINPUT: Adding extended input device "DP-1" (type: MOUSE, id 12)
[ 7.720] (**) Option "AccelerationScheme" "none"
[ 7.720] (**) DP-1: (accel) selected scheme none/0
[ 7.720] (**) DP-1: (accel) acceleration factor: 2.000
[ 7.720] (**) DP-1: (accel) acceleration threshold: 4
[ 7.721] (II) event6 - DP-1: is tagged by udev as: Keyboard Pointingstick
[ 7.721] (II) event6 - DP-1: device is a pointer
[ 7.721] (II) event6 - DP-1: device is a keyboard
[ 7.722] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[ 7.722] (II) No input driver specified, ignoring this device.
[ 7.722] (II) This device may have been added with another device file.
[ 7.722] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[ 7.722] (II) No input driver specified, ignoring this device.
[ 7.722] (II) This device may have been added with another device file.
[ 7.722] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[ 7.722] (II) No input driver specified, ignoring this device.
[ 7.722] (II) This device may have been added with another device file.
[ 7.723] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[ 7.723] (II) No input driver specified, ignoring this device.
[ 7.723] (II) This device may have been added with another device file.
[ 7.723] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event10)
[ 7.723] (II) No input driver specified, ignoring this device.
[ 7.723] (II) This device may have been added with another device file.
[ 7.723] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=9 (/dev/input/event11)
[ 7.723] (II) No input driver specified, ignoring this device.
[ 7.723] (II) This device may have been added with another device file.
[ 7.724] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=10 (/dev/input/event12)
[ 7.724] (II) No input driver specified, ignoring this device.
[ 7.724] (II) This device may have been added with another device file.
[ 7.724] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=11 (/dev/input/event13)
[ 7.724] (II) No input driver specified, ignoring this device.
[ 7.724] (II) This device may have been added with another device file.
[ 7.724] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event8)
[ 7.724] (II) No input driver specified, ignoring this device.
[ 7.724] (II) This device may have been added with another device file.
[ 7.724] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event9)
[ 7.724] (II) No input driver specified, ignoring this device.
[ 7.724] (II) This device may have been added with another device file.
[ 7.725] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event18)
[ 7.725] (II) No input driver specified, ignoring this device.
[ 7.725] (II) This device may have been added with another device file.
[ 7.725] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event19)
[ 7.725] (II) No input driver specified, ignoring this device.
[ 7.725] (II) This device may have been added with another device file.
[ 7.725] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event20)
[ 7.725] (II) No input driver specified, ignoring this device.
[ 7.725] (II) This device may have been added with another device file.
[ 7.725] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event21)
[ 7.725] (II) No input driver specified, ignoring this device.
[ 7.725] (II) This device may have been added with another device file.
[ 7.726] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event22)
[ 7.726] (II) No input driver specified, ignoring this device.
[ 7.726] (II) This device may have been added with another device file.
[ 7.726] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event23)
[ 7.726] (II) No input driver specified, ignoring this device.
[ 7.726] (II) This device may have been added with another device file.
[ 7.726] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event24)
[ 7.726] (II) No input driver specified, ignoring this device.
[ 7.726] (II) This device may have been added with another device file.
[ 7.727] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 7.727] (II) No input driver specified, ignoring this device.
[ 7.727] (II) This device may have been added with another device file.
[ 7.765] (**) HID 046a:0023: Applying InputClass "libinput keyboard catchall"
[ 7.765] (II) Using input driver 'libinput' for 'HID 046a:0023'
[ 7.765] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[ 7.766] (**) HID 046a:0023: always reports core events
[ 7.766] (**) Option "Device" "/dev/input/event5"
[ 7.766] (II) libinput: HID 046a:0023: is a virtual subdevice
[ 7.766] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/usb1/1-6/1-6.4/1-6.4:1.1/0003:046A:0023.0004/input/input5/event5"
[ 7.766] (II) XINPUT: Adding extended input device "HID 046a:0023" (type: KEYBOARD, id 13)
[ 7.766] (**) Option "xkb_model" "pc105"
[ 7.766] (**) Option "xkb_layout" "ch"
[ 7.766] (**) Option "xkb_variant" "fr"
[ 7.766] (**) DP-1: Applying InputClass "libinput keyboard catchall"
[ 7.766] (II) Using input driver 'libinput' for 'DP-1'
[ 7.766] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[ 7.766] (**) DP-1: always reports core events
[ 7.766] (**) Option "Device" "/dev/input/event6"
[ 7.766] (II) libinput: DP-1: is a virtual subdevice
[ 7.766] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.766] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.766] (II) libinput: DP-1: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7.766] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:01:00.2/0000:02:00.0/0000:03:00.0/0000:04:01.0/0000:05:00.0/rc/rc0/input6/event6"
[ 7.766] (II) XINPUT: Adding extended input device "DP-1" (type: KEYBOARD, id 14)
[ 7.766] (**) Option "xkb_model" "pc105"
[ 7.766] (**) Option "xkb_layout" "ch"
[ 7.766] (**) Option "xkb_variant" "fr"
[ 8.753] (II) modeset(0): EDID vendor "ENC", prod id 9265
[ 8.753] (II) modeset(0): Using EDID range info for horizontal sync
[ 8.753] (II) modeset(0): Using EDID range info for vertical refresh
[ 8.753] (II) modeset(0): Printing DDC gathered Modelines:
[ 8.753] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[ 8.753] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 8.753] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 8.753] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 8.753] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 8.753] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 8.753] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 9.968] (II) modeset(0): EDID vendor "ENC", prod id 9265
[ 9.968] (II) modeset(0): Using hsync ranges from config file
[ 9.968] (II) modeset(0): Using vrefresh ranges from config file
[ 9.968] (II) modeset(0): Printing DDC gathered Modelines:
[ 9.968] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[ 9.968] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 9.968] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 9.968] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 9.968] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 9.968] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 9.969] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)