You are not logged in.

#1 2023-03-26 22:47:55

Turtyo
Member
Registered: 2023-03-26
Posts: 17

[SOLVED] xrandr doesn't show Nvidia card on Optimus architecture

I've been hesitating to post because I saw that there were quite a lot of other topics like this one, but sadly I was not able to make it work for me after multiple hours of trying, so here I am smile

My problem comes from the output of :

xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x42 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 1 associated providers: 0 name:modesetting

And I have an NVIDIA GTX 1060 that is not detected :

lspci | grep -e VGA -e 3D
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] (rev a1)

I'm using modesetting instead of xf86-video-intel because I in some posts that people said it could cause problems with the nvidia drivers.

I've been trying to setup PRIME , and I've also looked at NVIDIA Optimus as well as NVIDIA .

Here is my current configuration :

cat /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(usbhid xhci_hcd)
MODULES=(i915 nvidia nvidia_modeset nvidia_uvm nvidia_drm)

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No RAID, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect modconf block filesystems fsck)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev modconf block filesystems fsck)
#
##   This setup assembles a mdadm array with an encrypted root file system.
##   Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
#    HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
##   This setup loads an lvm2 volume group.
#    HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr and fsck hooks.
HOOKS=(base udev autodetect modconf keyboard keymap consolefont block filesystems fsck)

# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
#MODULES_DECOMPRESS="yes"
ls /etc/X11/
xinit/  xorg.conf.d/  xorg.conf.nvidia-xconfig-original
ls /etc/X11/xorg.conf.d
00-keyboard.conf  20-intel.conf  70-wacom.conf
cat 20-intel.conf
Section "Device"
	Identifier 	"Intel Graphics"
	Driver		"modesetting"
	BusID		"PCI:0:2:0"
EndSection
cat /var/log/Xorg.0.log
[  1294.163] (--) Log file renamed from "/var/log/Xorg.pid-4427.log" to "/var/log/Xorg.0.log"
[  1294.163]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[  1294.163] Current Operating System: Linux Turtyo 6.2.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 22 Mar 2023 22:52:35 +0000 x86_64
[  1294.163] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7dd090e4-86e2-46b6-9aa9-f2a7080ea654 rw loglevel=3 quiet
[  1294.163]
[  1294.163] Current version of pixman: 0.42.2
[  1294.163] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1294.163] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1294.163] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 26 19:09:47 2023
[  1294.163] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1294.163] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1294.163] (==) No Layout section.  Using the first Screen section.
[  1294.163] (==) No screen section available. Using defaults.
[  1294.163] (**) |-->Screen "Default Screen Section" (0)
[  1294.163] (**) |   |-->Monitor "<default monitor>"
[  1294.163] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  1294.163] (**) |   |-->Device "integrated"
[  1294.163] (**) |   |-->GPUDevice "Intel Graphics"
[  1294.163] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1294.163] (==) Automatically adding devices
[  1294.163] (==) Automatically enabling devices
[  1294.163] (==) Automatically adding GPU devices
[  1294.163] (==) Automatically binding GPU devices
[  1294.163] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1294.163] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1294.163] 	Entry deleted from font path.
[  1294.163] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1294.163] 	Entry deleted from font path.
[  1294.163] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  1294.163] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1294.163] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1294.163] (II) Module ABI versions:
[  1294.163] 	X.Org ANSI C Emulation: 0.4
[  1294.163] 	X.Org Video Driver: 25.2
[  1294.163] 	X.Org XInput driver : 24.4
[  1294.164] 	X.Org Server Extension : 10.0
[  1294.164] (++) using VT number 1

[  1294.164] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1294.165] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1294.165] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[  1294.177] (--) PCI:*(0@0:2:0) 8086:591b:17aa:38e1 rev 4, Mem @ 0x93000000/16777216, 0xa0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[  1294.177] (--) PCI: (1@0:0:0) 10de:1c20:17aa:38e1 rev 161, Mem @ 0x95000000/16777216, 0x50000000/268435456, 0x60000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[  1294.177] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1294.177] (II) LoadModule: "glx"
[  1294.178] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1294.179] (II) Module glx: vendor="X.Org Foundation"
[  1294.179] 	compiled for 1.21.1.7, module version = 1.0.0
[  1294.179] 	ABI class: X.Org Server Extension, version 10.0
[  1294.179] (II) LoadModule: "modesetting"
[  1294.179] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1294.180] (II) Module modesetting: vendor="X.Org Foundation"
[  1294.180] 	compiled for 1.21.1.7, module version = 1.21.1
[  1294.180] 	Module class: X.Org Video Driver
[  1294.180] 	ABI class: X.Org Video Driver, version 25.2
[  1294.180] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1294.192] (II) modeset(0): using drv /dev/dri/card0
[  1294.192] (WW) Falling back to old probe method for modesetting
[  1294.209] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1294.209] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  1294.209] (==) modeset(0): RGB weight 888
[  1294.209] (==) modeset(0): Default visual is TrueColor
[  1294.209] (II) Loading sub module "glamoregl"
[  1294.209] (II) LoadModule: "glamoregl"
[  1294.209] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1294.218] (II) Module glamoregl: vendor="X.Org Foundation"
[  1294.218] 	compiled for 1.21.1.7, module version = 1.0.1
[  1294.218] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1294.492] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 630 (KBL GT2)
[  1294.492] (II) modeset(0): glamor initialized
[  1294.492] (==) modeset(0): VariableRefresh: disabled
[  1294.492] (==) modeset(0): AsyncFlipSecondaries: disabled
[  1294.493] (II) modeset(0): Output eDP-1 has no monitor section
[  1294.495] (II) modeset(0): EDID for output eDP-1
[  1294.495] (II) modeset(0): Manufacturer: CMN  Model: 15d3  Serial#: 0
[  1294.495] (II) modeset(0): Year: 2015  Week: 26
[  1294.495] (II) modeset(0): EDID Version: 1.4
[  1294.495] (II) modeset(0): Digital Display Input
[  1294.495] (II) modeset(0): 6 bits per channel
[  1294.495] (II) modeset(0): Digital interface is DisplayPort
[  1294.495] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  1294.495] (II) modeset(0): Gamma: 2.20
[  1294.495] (II) modeset(0): No DPMS capabilities specified
[  1294.495] (II) modeset(0): Supported color encodings: RGB 4:4:4
[  1294.495] (II) modeset(0): First detailed timing is preferred mode
[  1294.495] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[  1294.495] (II) modeset(0): redX: 0.590 redY: 0.350   greenX: 0.330 greenY: 0.555
[  1294.495] (II) modeset(0): blueX: 0.153 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
[  1294.495] (II) modeset(0): Manufacturer's mask: 0
[  1294.495] (II) modeset(0): Supported detailed timing:
[  1294.495] (II) modeset(0): clock: 152.8 MHz   Image Size:  344 x 193 mm
[  1294.495] (II) modeset(0): h_active: 1920  h_sync: 2000  h_sync_end 2054 h_blank_end 2250 h_border: 0
[  1294.495] (II) modeset(0): v_active: 1080  v_sync: 1086  v_sync_end 1094 v_blanking: 1132 v_border: 0
[  1294.495] (II) modeset(0):  N156HCE-EAA
[  1294.495] (II) modeset(0):  CMN
[  1294.495] (II) modeset(0):  N156HCE-EAA
[  1294.495] (II) modeset(0): EDID (in hex):
[  1294.495] (II) modeset(0): 	00ffffffffffff000daed31500000000
[  1294.495] (II) modeset(0): 	1a190104952213780228659759548e27
[  1294.495] (II) modeset(0): 	1e505400000001010101010101010101
[  1294.495] (II) modeset(0): 	010101010101b43b804a713834405036
[  1294.495] (II) modeset(0): 	680058c110000018000000fe004e3135
[  1294.495] (II) modeset(0): 	364843452d4541410a20000000fe0043
[  1294.495] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[  1294.495] (II) modeset(0): 	004e3135364843452d4541410a2000d8
[  1294.496] (II) modeset(0): Printing probed modes for output eDP-1
[  1294.496] (II) modeset(0): Modeline "1920x1080"x60.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[  1294.496] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[  1294.496] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[  1294.496] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[  1294.496] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[  1294.496] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[  1294.496] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  1294.496] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[  1294.496] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[  1294.496] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  1294.496] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[  1294.496] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  1294.496] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  1294.496] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  1294.496] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  1294.496] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  1294.496] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  1294.496] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  1294.496] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  1294.496] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  1294.496] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  1294.496] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  1294.496] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  1294.496] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  1294.496] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  1294.496] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  1294.496] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  1294.496] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  1294.496] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  1294.496] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  1294.496] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  1294.496] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  1294.496] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  1294.496] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  1294.496] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  1294.496] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  1294.496] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  1294.496] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  1294.496] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  1294.496] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  1294.496] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  1294.496] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  1294.496] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  1294.496] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  1294.496] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  1294.496] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  1294.496] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  1294.496] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  1294.496] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  1294.496] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  1294.496] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  1294.496] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  1294.496] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  1294.496] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  1294.496] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  1294.496] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  1294.496] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  1294.496] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  1294.496] (II) modeset(0): Output eDP-1 connected
[  1294.496] (II) modeset(0): Using exact sizes for initial modes
[  1294.496] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[  1294.496] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  1294.496] (==) modeset(0): DPI set to (96, 96)
[  1294.496] (II) Loading sub module "fb"
[  1294.496] (II) LoadModule: "fb"
[  1294.496] (II) Module "fb" already built-in
[  1294.509] (==) modeset(0): Backing store enabled
[  1294.509] (==) modeset(0): Silken mouse enabled
[  1294.592] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  1294.592] (==) modeset(0): DPMS enabled
[  1294.592] (WW) modeset(0): Option "DRI" is not used
[  1294.592] (II) modeset(0): [DRI2] Setup complete
[  1294.592] (II) modeset(0): [DRI2]   DRI driver: iris
[  1294.592] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  1294.592] (II) Initializing extension Generic Event Extension
[  1294.592] (II) Initializing extension SHAPE
[  1294.592] (II) Initializing extension MIT-SHM
[  1294.592] (II) Initializing extension XInputExtension
[  1294.592] (II) Initializing extension XTEST
[  1294.592] (II) Initializing extension BIG-REQUESTS
[  1294.592] (II) Initializing extension SYNC
[  1294.592] (II) Initializing extension XKEYBOARD
[  1294.592] (II) Initializing extension XC-MISC
[  1294.593] (II) Initializing extension SECURITY
[  1294.593] (II) Initializing extension XFIXES
[  1294.593] (II) Initializing extension RENDER
[  1294.593] (II) Initializing extension RANDR
[  1294.593] (II) Initializing extension COMPOSITE
[  1294.593] (II) Initializing extension DAMAGE
[  1294.593] (II) Initializing extension MIT-SCREEN-SAVER
[  1294.593] (II) Initializing extension DOUBLE-BUFFER
[  1294.593] (II) Initializing extension RECORD
[  1294.593] (II) Initializing extension DPMS
[  1294.593] (II) Initializing extension Present
[  1294.593] (II) Initializing extension DRI3
[  1294.593] (II) Initializing extension X-Resource
[  1294.594] (II) Initializing extension XVideo
[  1294.594] (II) Initializing extension XVideo-MotionCompensation
[  1294.594] (II) Initializing extension GLX
[  1294.599] (II) AIGLX: Loaded and initialized iris
[  1294.599] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1294.599] (II) Initializing extension XFree86-VidModeExtension
[  1294.599] (II) Initializing extension XFree86-DGA
[  1294.599] (II) Initializing extension XFree86-DRI
[  1294.599] (II) Initializing extension DRI2
[  1294.600] (II) modeset(0): Damage tracking initialized
[  1294.600] (II) modeset(0): Setting screen physical size to 508 x 285
[  1294.661] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1294.661] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1294.661] (**) Power Button: Applying InputClass "Keyboard Layout"
[  1294.661] (II) LoadModule: "libinput"
[  1294.661] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1294.663] (II) Module libinput: vendor="X.Org Foundation"
[  1294.663] 	compiled for 1.21.1.3, module version = 1.2.1
[  1294.663] 	Module class: X.Org XInput Driver
[  1294.663] 	ABI class: X.Org XInput driver, version 24.4
[  1294.663] (II) Using input driver 'libinput' for 'Power Button'
[  1294.663] (**) Power Button: always reports core events
[  1294.663] (**) Option "Device" "/dev/input/event2"
[  1294.664] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1294.664] (II) event2  - Power Button: device is a keyboard
[  1294.664] (II) event2  - Power Button: device removed
[  1294.684] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1294.684] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1294.684] (**) Option "xkb_layout" "fr"
[  1294.684] (**) Option "xkb_variant" "azerty"
[  1294.698] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1294.698] (II) event2  - Power Button: device is a keyboard
[  1294.699] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[  1294.699] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1294.699] (**) Video Bus: Applying InputClass "Keyboard Layout"
[  1294.699] (II) Using input driver 'libinput' for 'Video Bus'
[  1294.699] (**) Video Bus: always reports core events
[  1294.699] (**) Option "Device" "/dev/input/event4"
[  1294.699] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  1294.699] (II) event4  - Video Bus: device is a keyboard
[  1294.699] (II) event4  - Video Bus: device removed
[  1294.734] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[  1294.734] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1294.734] (**) Option "xkb_layout" "fr"
[  1294.734] (**) Option "xkb_variant" "azerty"
[  1294.735] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  1294.735] (II) event4  - Video Bus: device is a keyboard
[  1294.736] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[  1294.736] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1294.736] (**) Video Bus: Applying InputClass "Keyboard Layout"
[  1294.736] (II) Using input driver 'libinput' for 'Video Bus'
[  1294.736] (**) Video Bus: always reports core events
[  1294.736] (**) Option "Device" "/dev/input/event3"
[  1294.737] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  1294.738] (II) event3  - Video Bus: device is a keyboard
[  1294.738] (II) event3  - Video Bus: device removed
[  1294.771] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input3/event3"
[  1294.771] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  1294.771] (**) Option "xkb_layout" "fr"
[  1294.771] (**) Option "xkb_variant" "azerty"
[  1294.774] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  1294.774] (II) event3  - Video Bus: device is a keyboard
[  1294.776] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1294.776] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1294.776] (**) Power Button: Applying InputClass "Keyboard Layout"
[  1294.776] (II) Using input driver 'libinput' for 'Power Button'
[  1294.776] (**) Power Button: always reports core events
[  1294.776] (**) Option "Device" "/dev/input/event1"
[  1294.778] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1294.778] (II) event1  - Power Button: device is a keyboard
[  1294.778] (II) event1  - Power Button: device removed
[  1294.797] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  1294.798] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[  1294.798] (**) Option "xkb_layout" "fr"
[  1294.798] (**) Option "xkb_variant" "azerty"
[  1294.800] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1294.800] (II) event1  - Power Button: device is a keyboard
[  1294.802] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1294.802] (II) No input driver specified, ignoring this device.
[  1294.802] (II) This device may have been added with another device file.
[  1294.803] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[  1294.803] (II) No input driver specified, ignoring this device.
[  1294.803] (II) This device may have been added with another device file.
[  1294.804] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[  1294.805] (II) No input driver specified, ignoring this device.
[  1294.805] (II) This device may have been added with another device file.
[  1294.806] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[  1294.806] (II) No input driver specified, ignoring this device.
[  1294.806] (II) This device may have been added with another device file.
[  1294.807] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[  1294.807] (II) No input driver specified, ignoring this device.
[  1294.807] (II) This device may have been added with another device file.
[  1294.809] (II) config/udev: Adding input device ZLY ZELOTES GAME MOUSE (/dev/input/event6)
[  1294.809] (**) ZLY ZELOTES GAME MOUSE: Applying InputClass "libinput pointer catchall"
[  1294.809] (II) Using input driver 'libinput' for 'ZLY ZELOTES GAME MOUSE'
[  1294.809] (**) ZLY ZELOTES GAME MOUSE: always reports core events
[  1294.809] (**) Option "Device" "/dev/input/event6"
[  1294.867] (II) event6  - ZLY ZELOTES GAME MOUSE: is tagged by udev as: Mouse
[  1294.868] (II) event6  - ZLY ZELOTES GAME MOUSE: device set to 1000 DPI
[  1294.868] (II) event6  - ZLY ZELOTES GAME MOUSE: device is a pointer
[  1294.868] (II) event6  - ZLY ZELOTES GAME MOUSE: device removed
[  1294.907] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:1D57:AD17.0001/input/input7/event6"
[  1294.907] (II) XINPUT: Adding extended input device "ZLY ZELOTES GAME MOUSE" (type: MOUSE, id 10)
[  1294.908] (**) Option "AccelerationScheme" "none"
[  1294.908] (**) ZLY ZELOTES GAME MOUSE: (accel) selected scheme none/0
[  1294.908] (**) ZLY ZELOTES GAME MOUSE: (accel) acceleration factor: 2.000
[  1294.908] (**) ZLY ZELOTES GAME MOUSE: (accel) acceleration threshold: 4
[  1294.967] (II) event6  - ZLY ZELOTES GAME MOUSE: is tagged by udev as: Mouse
[  1294.967] (II) event6  - ZLY ZELOTES GAME MOUSE: device set to 1000 DPI
[  1294.968] (II) event6  - ZLY ZELOTES GAME MOUSE: device is a pointer
[  1294.970] (II) config/udev: Adding input device ZLY ZELOTES GAME MOUSE (/dev/input/mouse0)
[  1294.970] (II) No input driver specified, ignoring this device.
[  1294.970] (II) This device may have been added with another device file.
[  1294.972] (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event11)
[  1294.972] (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
[  1294.972] (**) EasyCamera: EasyCamera: Applying InputClass "Keyboard Layout"
[  1294.972] (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
[  1294.972] (**) EasyCamera: EasyCamera: always reports core events
[  1294.972] (**) Option "Device" "/dev/input/event11"
[  1294.975] (II) event11 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[  1294.975] (II) event11 - EasyCamera: EasyCamera: device is a keyboard
[  1294.975] (II) event11 - EasyCamera: EasyCamera: device removed
[  1295.007] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input13/event11"
[  1295.007] (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 11)
[  1295.007] (**) Option "xkb_layout" "fr"
[  1295.007] (**) Option "xkb_variant" "azerty"
[  1295.011] (II) event11 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[  1295.012] (II) event11 - EasyCamera: EasyCamera: device is a keyboard
[  1295.014] (II) config/udev: Adding input device ITE Tech. Inc. ITE Device(8910) Keyboard (/dev/input/event7)
[  1295.014] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: Applying InputClass "libinput keyboard catchall"
[  1295.014] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: Applying InputClass "Keyboard Layout"
[  1295.014] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910) Keyboard'
[  1295.014] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: always reports core events
[  1295.014] (**) Option "Device" "/dev/input/event7"
[  1295.018] (II) event7  - ITE Tech. Inc. ITE Device(8910) Keyboard: is tagged by udev as: Keyboard
[  1295.018] (II) event7  - ITE Tech. Inc. ITE Device(8910) Keyboard: device is a keyboard
[  1295.021] (II) event7  - ITE Tech. Inc. ITE Device(8910) Keyboard: device removed
[  1295.044] (II) libinput: ITE Tech. Inc. ITE Device(8910) Keyboard: needs a virtual subdevice
[  1295.044] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:048D:C100.0002/input/input8/event7"
[  1295.044] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910) Keyboard" (type: MOUSE, id 12)
[  1295.044] (**) Option "AccelerationScheme" "none"
[  1295.044] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: (accel) selected scheme none/0
[  1295.044] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: (accel) acceleration factor: 2.000
[  1295.044] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: (accel) acceleration threshold: 4
[  1295.048] (II) event7  - ITE Tech. Inc. ITE Device(8910) Keyboard: is tagged by udev as: Keyboard
[  1295.049] (II) event7  - ITE Tech. Inc. ITE Device(8910) Keyboard: device is a keyboard
[  1295.053] (II) config/udev: Adding input device ITE Tech. Inc. ITE Device(8910) Wireless Radio Control (/dev/input/event8)
[  1295.053] (**) ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[  1295.053] (**) ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: Applying InputClass "Keyboard Layout"
[  1295.053] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910) Wireless Radio Control'
[  1295.053] (**) ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: always reports core events
[  1295.053] (**) Option "Device" "/dev/input/event8"
[  1295.057] (II) event8  - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: is tagged by udev as: Keyboard
[  1295.057] (II) event8  - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: device is a keyboard
[  1295.058] (II) event8  - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: device removed
[  1295.097] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:048D:C100.0002/input/input9/event8"
[  1295.097] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910) Wireless Radio Control" (type: KEYBOARD, id 13)
[  1295.097] (**) Option "xkb_layout" "fr"
[  1295.097] (**) Option "xkb_variant" "azerty"
[  1295.102] (II) event8  - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: is tagged by udev as: Keyboard
[  1295.102] (II) event8  - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: device is a keyboard
[  1295.104] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[  1295.105] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[  1295.105] (**) Ideapad extra buttons: Applying InputClass "Keyboard Layout"
[  1295.105] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[  1295.105] (**) Ideapad extra buttons: always reports core events
[  1295.105] (**) Option "Device" "/dev/input/event9"
[  1295.107] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[  1295.107] (II) event9  - Ideapad extra buttons: device is a keyboard
[  1295.108] (II) event9  - Ideapad extra buttons: device removed
[  1295.141] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input11/event9"
[  1295.141] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 14)
[  1295.141] (**) Option "xkb_layout" "fr"
[  1295.141] (**) Option "xkb_variant" "azerty"
[  1295.144] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[  1295.144] (II) event9  - Ideapad extra buttons: device is a keyboard
[  1295.146] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event16)
[  1295.146] (II) No input driver specified, ignoring this device.
[  1295.146] (II) This device may have been added with another device file.
[  1295.147] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event17)
[  1295.147] (II) No input driver specified, ignoring this device.
[  1295.147] (II) This device may have been added with another device file.
[  1295.148] (II) config/udev: Adding input device AT Raw Set 2 keyboard (/dev/input/event5)
[  1295.148] (**) AT Raw Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1295.148] (**) AT Raw Set 2 keyboard: Applying InputClass "Keyboard Layout"
[  1295.148] (II) Using input driver 'libinput' for 'AT Raw Set 2 keyboard'
[  1295.148] (**) AT Raw Set 2 keyboard: always reports core events
[  1295.148] (**) Option "Device" "/dev/input/event5"
[  1295.151] (II) event5  - AT Raw Set 2 keyboard: is tagged by udev as: Keyboard
[  1295.151] (II) event5  - AT Raw Set 2 keyboard: device is a keyboard
[  1295.154] (II) event5  - AT Raw Set 2 keyboard: device removed
[  1295.177] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[  1295.177] (II) XINPUT: Adding extended input device "AT Raw Set 2 keyboard" (type: KEYBOARD, id 15)
[  1295.177] (**) Option "xkb_layout" "fr"
[  1295.177] (**) Option "xkb_variant" "azerty"
[  1295.180] (II) event5  - AT Raw Set 2 keyboard: is tagged by udev as: Keyboard
[  1295.181] (II) event5  - AT Raw Set 2 keyboard: device is a keyboard
[  1295.185] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event18)
[  1295.185] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[  1295.185] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[  1295.185] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1295.185] (**) Option "Device" "/dev/input/event18"
[  1295.187] (II) event18 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1295.191] (II) event18 - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1295.192] (II) event18 - SynPS/2 Synaptics TouchPad: device removed
[  1295.232] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event18"
[  1295.232] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
[  1295.236] (**) Option "AccelerationScheme" "none"
[  1295.236] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[  1295.236] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1295.236] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1295.238] (II) event18 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1295.242] (II) event18 - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1295.245] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[  1295.245] (II) No input driver specified, ignoring this device.
[  1295.245] (II) This device may have been added with another device file.
[  1295.246] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[  1295.246] (II) No input driver specified, ignoring this device.
[  1295.246] (II) This device may have been added with another device file.
[  1295.275] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: Applying InputClass "libinput keyboard catchall"
[  1295.275] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: Applying InputClass "Keyboard Layout"
[  1295.275] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910) Keyboard'
[  1295.275] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: always reports core events
[  1295.275] (**) Option "Device" "/dev/input/event7"
[  1295.275] (II) libinput: ITE Tech. Inc. ITE Device(8910) Keyboard: is a virtual subdevice
[  1295.275] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:048D:C100.0002/input/input8/event7"
[  1295.275] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910) Keyboard" (type: KEYBOARD, id 17)
[  1295.275] (**) Option "xkb_layout" "fr"
[  1295.275] (**) Option "xkb_variant" "azerty"
[  1311.123] (II) modeset(0): EDID vendor "CMN", prod id 5587
[  1311.123] (II) modeset(0): Printing DDC gathered Modelines:
[  1311.123] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[  1311.206] (II) modeset(0): EDID vendor "CMN", prod id 5587
[  1311.206] (II) modeset(0): Printing DDC gathered Modelines:
[  1311.206] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[  1311.223] (II) modeset(0): EDID vendor "CMN", prod id 5587
[  1311.223] (II) modeset(0): Printing DDC gathered Modelines:
[  1311.223] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[  1318.772] (II) modeset(0): EDID vendor "CMN", prod id 5587
[  1318.772] (II) modeset(0): Printing DDC gathered Modelines:
[  1318.772] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[  1318.788] (II) modeset(0): EDID vendor "CMN", prod id 5587
[  1318.788] (II) modeset(0): Printing DDC gathered Modelines:
[  1318.788] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[  1980.162] (II) modeset(0): EDID vendor "CMN", prod id 5587
[  1980.162] (II) modeset(0): Printing DDC gathered Modelines:
[  1980.162] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[  1980.178] (II) modeset(0): EDID vendor "CMN", prod id 5587
[  1980.178] (II) modeset(0): Printing DDC gathered Modelines:
[  1980.178] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
cat /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

I've tried to use the following configuration file to replace the 20-intel.conf file :

 cat 20-dual-card.conf
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
	Identifier 	"Intel Graphics"
	Driver		"modesetting"
	BusID		"PCI:0:2:0"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

I got it by merging the output of nvidia-xconfig with the previous 20-intel.conf file. Here is the Xorg log file that I got after this test (and I black screen, which forced me to delete it) :

cat Xorg.0.log
[     7.043] (--) Log file renamed from "/var/log/Xorg.pid-424.log" to "/var/log/Xorg.0.log"
[     7.045]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[     7.045] Current Operating System: Linux Turtyo 6.2.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 22 Mar 2023 22:52:35 +0000 x86_64
[     7.045] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7dd090e4-86e2-46b6-9aa9-f2a7080ea654 rw loglevel=3 quiet
[     7.045]
[     7.045] Current version of pixman: 0.42.2
[     7.045] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     7.045] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     7.046] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 26 18:11:50 2023
[     7.048] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     7.048] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     7.050] (==) ServerLayout "Layout0"
[     7.050] (**) |-->Screen "Screen0" (0)
[     7.050] (**) |   |-->Monitor "Monitor0"
[     7.050] (**) |   |-->Device "Device0"
[     7.050] (**) |   |-->GPUDevice "Intel Graphics"
[     7.050] (**) |-->Input Device "Keyboard0"
[     7.050] (**) |-->Input Device "Mouse0"
[     7.050] (==) Automatically adding devices
[     7.050] (==) Automatically enabling devices
[     7.050] (==) Automatically adding GPU devices
[     7.050] (==) Automatically binding GPU devices
[     7.050] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     7.051] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     7.051] 	Entry deleted from font path.
[     7.051] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     7.051] 	Entry deleted from font path.
[     7.053] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     7.053] (==) ModulePath set to "/usr/lib/xorg/modules"
[     7.053] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     7.053] (WW) Disabling Keyboard0
[     7.053] (WW) Disabling Mouse0
[     7.053] (II) Module ABI versions:
[     7.053] 	X.Org ANSI C Emulation: 0.4
[     7.053] 	X.Org Video Driver: 25.2
[     7.053] 	X.Org XInput driver : 24.4
[     7.053] 	X.Org Server Extension : 10.0
[     7.055] (++) using VT number 1

[     7.055] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     7.057] (II) xfree86: Adding drm device (/dev/dri/card1)
[     7.057] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[     7.057] (II) xfree86: Adding drm device (/dev/dri/card0)
[     7.057] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     7.063] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     7.066] (--) PCI:*(0@0:2:0) 8086:591b:17aa:38e1 rev 4, Mem @ 0x93000000/16777216, 0xa0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[     7.066] (--) PCI: (1@0:0:0) 10de:1c20:17aa:38e1 rev 161, Mem @ 0x95000000/16777216, 0x50000000/268435456, 0x60000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[     7.066] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     7.067] (II) LoadModule: "glx"
[     7.069] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     7.079] (II) Module glx: vendor="X.Org Foundation"
[     7.079] 	compiled for 1.21.1.7, module version = 1.0.0
[     7.079] 	ABI class: X.Org Server Extension, version 10.0
[     7.079] (II) LoadModule: "nvidia"
[     7.080] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     7.085] (II) Module nvidia: vendor="NVIDIA Corporation"
[     7.085] 	compiled for 1.6.99.901, module version = 1.0.0
[     7.085] 	Module class: X.Org Video Driver
[     7.085] (II) LoadModule: "modesetting"
[     7.086] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     7.088] (II) Module modesetting: vendor="X.Org Foundation"
[     7.088] 	compiled for 1.21.1.7, module version = 1.21.1
[     7.088] 	Module class: X.Org Video Driver
[     7.088] 	ABI class: X.Org Video Driver, version 25.2
[     7.089] (II) NVIDIA dlloader X Driver  530.41.03  Thu Mar 16 19:25:45 UTC 2023
[     7.089] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     7.089] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     7.090] (II) Loading sub module "fb"
[     7.090] (II) LoadModule: "fb"
[     7.090] (II) Module "fb" already built-in
[     7.090] (II) Loading sub module "wfb"
[     7.090] (II) LoadModule: "wfb"
[     7.090] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     7.091] (II) Module wfb: vendor="X.Org Foundation"
[     7.091] 	compiled for 1.21.1.7, module version = 1.0.0
[     7.091] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.110] (II) modeset(G0): using drv /dev/dri/card0
[     7.110] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     7.110] (==) NVIDIA(0): RGB weight 888
[     7.110] (==) NVIDIA(0): Default visual is TrueColor
[     7.110] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     7.110] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     7.110] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     7.110] (**) NVIDIA(0): Enabling 2D acceleration
[     7.110] (II) Loading sub module "glxserver_nvidia"
[     7.110] (II) LoadModule: "glxserver_nvidia"
[     7.110] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     7.156] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     7.156] 	compiled for 1.6.99.901, module version = 1.0.0
[     7.156] 	Module class: X.Org Server Extension
[     7.156] (II) NVIDIA GLX Module  530.41.03  Thu Mar 16 19:27:05 UTC 2023
[     7.157] (II) NVIDIA: The X server supports PRIME Render Offload.
[     7.868] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     7.868] (--) NVIDIA(0):     DFP-0
[     7.868] (--) NVIDIA(0):     DFP-1
[     7.868] (--) NVIDIA(0):     DFP-2
[     7.868] (--) NVIDIA(0):     DFP-3
[     7.868] (--) NVIDIA(0):     DFP-4
[     7.868] (--) NVIDIA(0):     DFP-5
[     7.868] (--) NVIDIA(0):     DFP-6
[     7.869] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1060 (GP106-A) at PCI:1:0:0
[     7.869] (II) NVIDIA(0):     (GPU-0)
[     7.869] (--) NVIDIA(0): Memory: 6291456 kBytes
[     7.869] (--) NVIDIA(0): VideoBIOS: 86.06.33.00.21
[     7.869] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     7.869] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     7.869] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     7.869] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[     7.869] (--) NVIDIA(GPU-0):
[     7.870] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     7.870] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     7.870] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     7.870] (--) NVIDIA(GPU-0):
[     7.870] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     7.870] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[     7.870] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[     7.870] (--) NVIDIA(GPU-0):
[     7.870] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     7.870] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     7.870] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     7.870] (--) NVIDIA(GPU-0):
[     7.870] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     7.870] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     7.870] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[     7.870] (--) NVIDIA(GPU-0):
[     7.870] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     7.870] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[     7.870] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[     7.870] (--) NVIDIA(GPU-0):
[     7.870] (--) NVIDIA(GPU-0): DFP-6: disconnected
[     7.870] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[     7.870] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[     7.870] (--) NVIDIA(GPU-0):
[     7.870] (==) NVIDIA(0):
[     7.870] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     7.870] (==) NVIDIA(0):     will be used as the requested mode.
[     7.870] (==) NVIDIA(0):
[     7.870] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[     7.870] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[     7.870] (II) NVIDIA(0): Validated MetaModes:
[     7.870] (II) NVIDIA(0):     "NULL"
[     7.870] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     7.870] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[     7.870] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[     7.870] (**) modeset(G0): Depth 24, (--) framebuffer bpp 32
[     7.870] (==) modeset(G0): RGB weight 888
[     7.870] (==) modeset(G0): Default visual is TrueColor
[     7.870] (II) Loading sub module "glamoregl"
[     7.870] (II) LoadModule: "glamoregl"
[     7.870] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     7.877] (II) Module glamoregl: vendor="X.Org Foundation"
[     7.877] 	compiled for 1.21.1.7, module version = 1.0.1
[     7.877] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     8.186] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 630 (KBL GT2)
[     8.186] (II) modeset(G0): glamor initialized
[     8.188] (II) modeset(G0): Output eDP-1-1 using monitor section Monitor0
[     8.190] (II) modeset(G0): EDID for output eDP-1-1
[     8.190] (II) modeset(G0): Manufacturer: CMN  Model: 15d3  Serial#: 0
[     8.190] (II) modeset(G0): Year: 2015  Week: 26
[     8.190] (II) modeset(G0): EDID Version: 1.4
[     8.190] (II) modeset(G0): Digital Display Input
[     8.190] (II) modeset(G0): 6 bits per channel
[     8.190] (II) modeset(G0): Digital interface is DisplayPort
[     8.190] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     8.190] (II) modeset(G0): Gamma: 2.20
[     8.190] (II) modeset(G0): No DPMS capabilities specified
[     8.190] (II) modeset(G0): Supported color encodings: RGB 4:4:4
[     8.190] (II) modeset(G0): First detailed timing is preferred mode
[     8.190] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[     8.190] (II) modeset(G0): redX: 0.590 redY: 0.350   greenX: 0.330 greenY: 0.555
[     8.190] (II) modeset(G0): blueX: 0.153 blueY: 0.119   whiteX: 0.313 whiteY: 0.329
[     8.190] (II) modeset(G0): Manufacturer's mask: 0
[     8.190] (II) modeset(G0): Supported detailed timing:
[     8.190] (II) modeset(G0): clock: 152.8 MHz   Image Size:  344 x 193 mm
[     8.190] (II) modeset(G0): h_active: 1920  h_sync: 2000  h_sync_end 2054 h_blank_end 2250 h_border: 0
[     8.190] (II) modeset(G0): v_active: 1080  v_sync: 1086  v_sync_end 1094 v_blanking: 1132 v_border: 0
[     8.190] (II) modeset(G0):  N156HCE-EAA
[     8.190] (II) modeset(G0):  CMN
[     8.190] (II) modeset(G0):  N156HCE-EAA
[     8.190] (II) modeset(G0): EDID (in hex):
[     8.190] (II) modeset(G0): 	00ffffffffffff000daed31500000000
[     8.190] (II) modeset(G0): 	1a190104952213780228659759548e27
[     8.190] (II) modeset(G0): 	1e505400000001010101010101010101
[     8.190] (II) modeset(G0): 	010101010101b43b804a713834405036
[     8.190] (II) modeset(G0): 	680058c110000018000000fe004e3135
[     8.190] (II) modeset(G0): 	364843452d4541410a20000000fe0043
[     8.190] (II) modeset(G0): 	4d4e0a202020202020202020000000fe
[     8.190] (II) modeset(G0): 	004e3135364843452d4541410a2000d8
[     8.191] (II) modeset(G0): Printing probed modes for output eDP-1-1
[     8.191] (II) modeset(G0): Modeline "1920x1080"x60.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[     8.191] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     8.191] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     8.191] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     8.191] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     8.191] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     8.191] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     8.191] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     8.191] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     8.191] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     8.191] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     8.191] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     8.191] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     8.191] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     8.191] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     8.191] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     8.191] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     8.191] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     8.191] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     8.191] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     8.191] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     8.191] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     8.191] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     8.191] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     8.191] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     8.191] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     8.191] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     8.191] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     8.191] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     8.191] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     8.191] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     8.191] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     8.191] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     8.191] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     8.191] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     8.191] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     8.191] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     8.191] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     8.191] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     8.191] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     8.191] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     8.191] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     8.191] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     8.191] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     8.191] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     8.191] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     8.191] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     8.191] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     8.191] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     8.191] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     8.191] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     8.191] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     8.191] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     8.191] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     8.191] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     8.191] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     8.191] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     8.191] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     8.191] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     8.191] (==) modeset(G0): DPI set to (96, 96)
[     8.191] (II) Loading sub module "fb"
[     8.191] (II) LoadModule: "fb"
[     8.192] (II) Module "fb" already built-in
[     8.192] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     8.192] (II) NVIDIA:     access.
[     8.199] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     8.199] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     8.199] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     8.199] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     8.199] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     8.199] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     8.199] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     8.199] (II) NVIDIA(0):     Config Options in the README.
[     8.221] (II) NVIDIA(0): Setting mode "NULL"
[     8.227] (==) NVIDIA(0): Disabling shared memory pixmaps
[     8.227] (==) NVIDIA(0): Backing store enabled
[     8.227] (==) NVIDIA(0): Silken mouse enabled
[     8.227] (**) NVIDIA(0): DPMS enabled
[     8.228] (II) Loading sub module "dri2"
[     8.228] (II) LoadModule: "dri2"
[     8.228] (II) Module "dri2" already built-in
[     8.228] (II) NVIDIA(0): [DRI2] Setup complete
[     8.228] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     8.245] (==) modeset(G0): Backing store enabled
[     8.245] (==) modeset(G0): Silken mouse enabled
[     8.326] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     8.326] (**) modeset(G0): DPMS enabled
[     8.327] (II) modeset(G0): [DRI2] Setup complete
[     8.327] (II) modeset(G0): [DRI2]   DRI driver: iris
[     8.327] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[     8.327] (II) modeset(G0): Disable reverse prime offload mode for i915.
[     8.327] (II) Initializing extension Generic Event Extension
[     8.327] (II) Initializing extension SHAPE
[     8.327] (II) Initializing extension MIT-SHM
[     8.328] (II) Initializing extension XInputExtension
[     8.328] (II) Initializing extension XTEST
[     8.328] (II) Initializing extension BIG-REQUESTS
[     8.329] (II) Initializing extension SYNC
[     8.329] (II) Initializing extension XKEYBOARD
[     8.329] (II) Initializing extension XC-MISC
[     8.330] (II) Initializing extension SECURITY
[     8.330] (II) Initializing extension XFIXES
[     8.330] (II) Initializing extension RENDER
[     8.331] (II) Initializing extension RANDR
[     8.331] (II) Initializing extension COMPOSITE
[     8.331] (II) Initializing extension DAMAGE
[     8.332] (II) Initializing extension MIT-SCREEN-SAVER
[     8.332] (II) Initializing extension DOUBLE-BUFFER
[     8.332] (II) Initializing extension RECORD
[     8.333] (II) Initializing extension DPMS
[     8.333] (II) Initializing extension Present
[     8.333] (II) Initializing extension DRI3
[     8.333] (II) Initializing extension X-Resource
[     8.334] (II) Initializing extension XVideo
[     8.334] (II) Initializing extension XVideo-MotionCompensation
[     8.334] (II) Initializing extension GLX
[     8.334] (II) Initializing extension GLX
[     8.334] (II) Indirect GLX disabled.
[     8.334] (II) GLX: Another vendor is already registered for screen 0
[     8.335] (II) Initializing extension XFree86-VidModeExtension
[     8.335] (II) Initializing extension XFree86-DGA
[     8.335] (II) Initializing extension XFree86-DRI
[     8.335] (II) Initializing extension DRI2
[     8.335] (II) Initializing extension NV-GLX
[     8.336] (II) Initializing extension NV-CONTROL
[     8.596] (II) modeset(G0): Damage tracking initialized
[     8.688] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     8.688] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.688] (**) Power Button: Applying InputClass "Keyboard Layout"
[     8.688] (II) LoadModule: "libinput"
[     8.688] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     8.692] (II) Module libinput: vendor="X.Org Foundation"
[     8.692] 	compiled for 1.21.1.3, module version = 1.2.1
[     8.692] 	Module class: X.Org XInput Driver
[     8.692] 	ABI class: X.Org XInput driver, version 24.4
[     8.692] (II) Using input driver 'libinput' for 'Power Button'
[     8.692] (**) Power Button: always reports core events
[     8.692] (**) Option "Device" "/dev/input/event2"
[     8.695] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     8.695] (II) event2  - Power Button: device is a keyboard
[     8.695] (II) event2  - Power Button: device removed
[     8.734] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     8.734] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     8.734] (**) Option "xkb_layout" "fr"
[     8.734] (**) Option "xkb_variant" "azerty"
[     8.762] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     8.762] (II) event2  - Power Button: device is a keyboard
[     8.763] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     8.763] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     8.763] (**) Video Bus: Applying InputClass "Keyboard Layout"
[     8.763] (II) Using input driver 'libinput' for 'Video Bus'
[     8.763] (**) Video Bus: always reports core events
[     8.763] (**) Option "Device" "/dev/input/event4"
[     8.764] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     8.764] (II) event4  - Video Bus: device is a keyboard
[     8.765] (II) event4  - Video Bus: device removed
[     8.804] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[     8.804] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     8.804] (**) Option "xkb_layout" "fr"
[     8.804] (**) Option "xkb_variant" "azerty"
[     8.807] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     8.807] (II) event4  - Video Bus: device is a keyboard
[     8.809] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     8.809] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     8.809] (**) Video Bus: Applying InputClass "Keyboard Layout"
[     8.809] (II) Using input driver 'libinput' for 'Video Bus'
[     8.809] (**) Video Bus: always reports core events
[     8.809] (**) Option "Device" "/dev/input/event3"
[     8.811] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     8.812] (II) event3  - Video Bus: device is a keyboard
[     8.812] (II) event3  - Video Bus: device removed
[     8.848] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input3/event3"
[     8.848] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     8.848] (**) Option "xkb_layout" "fr"
[     8.848] (**) Option "xkb_variant" "azerty"
[     8.851] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     8.851] (II) event3  - Video Bus: device is a keyboard
[     8.853] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     8.853] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.853] (**) Power Button: Applying InputClass "Keyboard Layout"
[     8.853] (II) Using input driver 'libinput' for 'Power Button'
[     8.853] (**) Power Button: always reports core events
[     8.853] (**) Option "Device" "/dev/input/event1"
[     8.855] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     8.855] (II) event1  - Power Button: device is a keyboard
[     8.855] (II) event1  - Power Button: device removed
[     8.874] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     8.874] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     8.874] (**) Option "xkb_layout" "fr"
[     8.874] (**) Option "xkb_variant" "azerty"
[     8.877] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     8.877] (II) event1  - Power Button: device is a keyboard
[     8.879] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     8.879] (II) No input driver specified, ignoring this device.
[     8.879] (II) This device may have been added with another device file.
[     8.880] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[     8.881] (II) No input driver specified, ignoring this device.
[     8.881] (II) This device may have been added with another device file.
[     8.882] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[     8.882] (II) No input driver specified, ignoring this device.
[     8.882] (II) This device may have been added with another device file.
[     8.883] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[     8.883] (II) No input driver specified, ignoring this device.
[     8.883] (II) This device may have been added with another device file.
[     8.883] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[     8.884] (II) No input driver specified, ignoring this device.
[     8.884] (II) This device may have been added with another device file.
[     8.886] (II) config/udev: Adding input device ZLY ZELOTES GAME MOUSE (/dev/input/event6)
[     8.886] (**) ZLY ZELOTES GAME MOUSE: Applying InputClass "libinput pointer catchall"
[     8.886] (II) Using input driver 'libinput' for 'ZLY ZELOTES GAME MOUSE'
[     8.886] (**) ZLY ZELOTES GAME MOUSE: always reports core events
[     8.886] (**) Option "Device" "/dev/input/event6"
[     8.944] (II) event6  - ZLY ZELOTES GAME MOUSE: is tagged by udev as: Mouse
[     8.944] (II) event6  - ZLY ZELOTES GAME MOUSE: device set to 1000 DPI
[     8.945] (II) event6  - ZLY ZELOTES GAME MOUSE: device is a pointer
[     8.945] (II) event6  - ZLY ZELOTES GAME MOUSE: device removed
[     8.994] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:1D57:AD17.0001/input/input7/event6"
[     8.994] (II) XINPUT: Adding extended input device "ZLY ZELOTES GAME MOUSE" (type: MOUSE, id 10)
[     8.994] (**) Option "AccelerationScheme" "none"
[     8.994] (**) ZLY ZELOTES GAME MOUSE: (accel) selected scheme none/0
[     8.994] (**) ZLY ZELOTES GAME MOUSE: (accel) acceleration factor: 2.000
[     8.994] (**) ZLY ZELOTES GAME MOUSE: (accel) acceleration threshold: 4
[     9.054] (II) event6  - ZLY ZELOTES GAME MOUSE: is tagged by udev as: Mouse
[     9.054] (II) event6  - ZLY ZELOTES GAME MOUSE: device set to 1000 DPI
[     9.054] (II) event6  - ZLY ZELOTES GAME MOUSE: device is a pointer
[     9.057] (II) config/udev: Adding input device ZLY ZELOTES GAME MOUSE (/dev/input/mouse0)
[     9.057] (II) No input driver specified, ignoring this device.
[     9.057] (II) This device may have been added with another device file.
[     9.059] (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event11)
[     9.059] (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
[     9.059] (**) EasyCamera: EasyCamera: Applying InputClass "Keyboard Layout"
[     9.059] (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
[     9.059] (**) EasyCamera: EasyCamera: always reports core events
[     9.059] (**) Option "Device" "/dev/input/event11"
[     9.062] (II) event11 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     9.063] (II) event11 - EasyCamera: EasyCamera: device is a keyboard
[     9.063] (II) event11 - EasyCamera: EasyCamera: device removed
[     9.104] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input13/event11"
[     9.104] (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 11)
[     9.104] (**) Option "xkb_layout" "fr"
[     9.104] (**) Option "xkb_variant" "azerty"
[     9.108] (II) event11 - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     9.108] (II) event11 - EasyCamera: EasyCamera: device is a keyboard
[     9.111] (II) config/udev: Adding input device ITE Tech. Inc. ITE Device(8910) Keyboard (/dev/input/event7)
[     9.111] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: Applying InputClass "libinput keyboard catchall"
[     9.111] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: Applying InputClass "Keyboard Layout"
[     9.111] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910) Keyboard'
[     9.111] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: always reports core events
[     9.111] (**) Option "Device" "/dev/input/event7"
[     9.115] (II) event7  - ITE Tech. Inc. ITE Device(8910) Keyboard: is tagged by udev as: Keyboard
[     9.115] (II) event7  - ITE Tech. Inc. ITE Device(8910) Keyboard: device is a keyboard
[     9.117] (II) event7  - ITE Tech. Inc. ITE Device(8910) Keyboard: device removed
[     9.151] (II) libinput: ITE Tech. Inc. ITE Device(8910) Keyboard: needs a virtual subdevice
[     9.151] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:048D:C100.0002/input/input8/event7"
[     9.151] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910) Keyboard" (type: MOUSE, id 12)
[     9.151] (**) Option "AccelerationScheme" "none"
[     9.151] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: (accel) selected scheme none/0
[     9.151] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: (accel) acceleration factor: 2.000
[     9.151] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: (accel) acceleration threshold: 4
[     9.155] (II) event7  - ITE Tech. Inc. ITE Device(8910) Keyboard: is tagged by udev as: Keyboard
[     9.155] (II) event7  - ITE Tech. Inc. ITE Device(8910) Keyboard: device is a keyboard
[     9.160] (II) config/udev: Adding input device ITE Tech. Inc. ITE Device(8910) Wireless Radio Control (/dev/input/event8)
[     9.160] (**) ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     9.160] (**) ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: Applying InputClass "Keyboard Layout"
[     9.160] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910) Wireless Radio Control'
[     9.160] (**) ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: always reports core events
[     9.160] (**) Option "Device" "/dev/input/event8"
[     9.163] (II) event8  - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: is tagged by udev as: Keyboard
[     9.164] (II) event8  - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: device is a keyboard
[     9.164] (II) event8  - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: device removed
[     9.204] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:048D:C100.0002/input/input9/event8"
[     9.204] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910) Wireless Radio Control" (type: KEYBOARD, id 13)
[     9.204] (**) Option "xkb_layout" "fr"
[     9.204] (**) Option "xkb_variant" "azerty"
[     9.209] (II) event8  - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: is tagged by udev as: Keyboard
[     9.209] (II) event8  - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: device is a keyboard
[     9.211] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[     9.211] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[     9.211] (**) Ideapad extra buttons: Applying InputClass "Keyboard Layout"
[     9.211] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[     9.211] (**) Ideapad extra buttons: always reports core events
[     9.211] (**) Option "Device" "/dev/input/event9"
[     9.214] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     9.214] (II) event9  - Ideapad extra buttons: device is a keyboard
[     9.214] (II) event9  - Ideapad extra buttons: device removed
[     9.258] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input11/event9"
[     9.258] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 14)
[     9.258] (**) Option "xkb_layout" "fr"
[     9.258] (**) Option "xkb_variant" "azerty"
[     9.261] (II) event9  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     9.261] (II) event9  - Ideapad extra buttons: device is a keyboard
[     9.262] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event16)
[     9.262] (II) No input driver specified, ignoring this device.
[     9.263] (II) This device may have been added with another device file.
[     9.264] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event17)
[     9.264] (II) No input driver specified, ignoring this device.
[     9.264] (II) This device may have been added with another device file.
[     9.265] (II) config/udev: Adding input device AT Raw Set 2 keyboard (/dev/input/event5)
[     9.265] (**) AT Raw Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     9.265] (**) AT Raw Set 2 keyboard: Applying InputClass "Keyboard Layout"
[     9.265] (II) Using input driver 'libinput' for 'AT Raw Set 2 keyboard'
[     9.265] (**) AT Raw Set 2 keyboard: always reports core events
[     9.265] (**) Option "Device" "/dev/input/event5"
[     9.267] (II) event5  - AT Raw Set 2 keyboard: is tagged by udev as: Keyboard
[     9.268] (II) event5  - AT Raw Set 2 keyboard: device is a keyboard
[     9.270] (II) event5  - AT Raw Set 2 keyboard: device removed
[     9.294] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[     9.294] (II) XINPUT: Adding extended input device "AT Raw Set 2 keyboard" (type: KEYBOARD, id 15)
[     9.294] (**) Option "xkb_layout" "fr"
[     9.294] (**) Option "xkb_variant" "azerty"
[     9.297] (II) event5  - AT Raw Set 2 keyboard: is tagged by udev as: Keyboard
[     9.297] (II) event5  - AT Raw Set 2 keyboard: device is a keyboard
[     9.302] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event18)
[     9.302] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     9.302] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     9.302] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     9.302] (**) Option "Device" "/dev/input/event18"
[     9.304] (II) event18 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     9.308] (II) event18 - SynPS/2 Synaptics TouchPad: device is a touchpad
[     9.308] (II) event18 - SynPS/2 Synaptics TouchPad: device removed
[     9.358] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event18"
[     9.358] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
[     9.362] (**) Option "AccelerationScheme" "none"
[     9.362] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     9.362] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     9.362] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     9.364] (II) event18 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     9.369] (II) event18 - SynPS/2 Synaptics TouchPad: device is a touchpad
[     9.371] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[     9.371] (II) No input driver specified, ignoring this device.
[     9.371] (II) This device may have been added with another device file.
[     9.372] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[     9.372] (II) No input driver specified, ignoring this device.
[     9.372] (II) This device may have been added with another device file.
[     9.387] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: Applying InputClass "libinput keyboard catchall"
[     9.387] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: Applying InputClass "Keyboard Layout"
[     9.387] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910) Keyboard'
[     9.387] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: always reports core events
[     9.387] (**) Option "Device" "/dev/input/event7"
[     9.387] (II) libinput: ITE Tech. Inc. ITE Device(8910) Keyboard: is a virtual subdevice
[     9.387] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:048D:C100.0002/input/input8/event7"
[     9.387] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910) Keyboard" (type: KEYBOARD, id 17)
[     9.387] (**) Option "xkb_layout" "fr"
[     9.387] (**) Option "xkb_variant" "azerty"
[    39.355] (II) event2  - Power Button: device removed
[    39.371] (II) event4  - Video Bus: device removed
[    39.404] (II) event3  - Video Bus: device removed
[    39.438] (II) event1  - Power Button: device removed
[    39.454] (II) event6  - ZLY ZELOTES GAME MOUSE: device removed
[    39.488] (II) event11 - EasyCamera: EasyCamera: device removed
[    39.521] (II) event8  - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: device removed
[    39.554] (II) event9  - Ideapad extra buttons: device removed
[    39.588] (II) event5  - AT Raw Set 2 keyboard: device removed
[    39.604] (II) event18 - SynPS/2 Synaptics TouchPad: device removed
[    39.641] (II) event7  - ITE Tech. Inc. ITE Device(8910) Keyboard: device removed
yay -Qs nvidia
local/egl-wayland 2:1.1.11-3
    EGLStream-based Wayland external platform
local/libvdpau 1.5-1
    Nvidia VDPAU library
local/libxnvctrl 530.41.03-1
    NVIDIA NV-CONTROL X extension
local/nvidia 530.41.03-1
    NVIDIA drivers for linux
local/nvidia-prime 1.0-4
    NVIDIA Prime Render Offload configuration and utilities
local/nvidia-settings 530.41.03-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 530.41.03-1
    NVIDIA drivers utilities

While I'm at it, here is the output of nvidia-smi :

Mon Mar 27 00:38:52 2023
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 530.41.03              Driver Version: 530.41.03    CUDA Version: 12.1     |
|-----------------------------------------+----------------------+----------------------+
| GPU  Name                  Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf            Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                                         |                      |               MIG M. |
|=========================================+======================+======================|
|   0  NVIDIA GeForce GTX 1060         Off| 00000000:01:00.0 Off |                  N/A |
| N/A   35C    P8                2W /  N/A|      0MiB /  6144MiB |      0%      Default |
|                                         |                      |                  N/A |
+-----------------------------------------+----------------------+----------------------+

+---------------------------------------------------------------------------------------+
| Processes:                                                                            |
|  GPU   GI   CI        PID   Type   Process name                            GPU Memory |
|        ID   ID                                                             Usage      |
|=======================================================================================|
|  No running processes found                                                           |
+---------------------------------------------------------------------------------------+

I hope we can work a solution, I would very much like to use my graphic card. And I know it works, because I'm on a windows dual boot (for now...) and it works there.
Also since this is my first post here (apart from the welcome topic), if someone could tell me how to make a block code but in the line (to show clearly the command names such as nvidia-smi when I type them in the line). I tried to use the BBcode tag but it automatically goes to the line.

Thank you for reading through this !
Turtyo

Last edited by Turtyo (2023-03-26 23:06:53)

Offline

#2 2023-03-26 22:52:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,672

Re: [SOLVED] xrandr doesn't show Nvidia card on Optimus architecture

Your device section tells xorg to ignore all other graphics devices rather than the intel card.

Remove the 20-dual.conf and the 20-intel.conf and retry without trying to configure anything, remove/uninstall optimus-manager if set up to make sure it doesn't interfere.

Offline

#3 2023-03-26 23:04:49

Turtyo
Member
Registered: 2023-03-26
Posts: 17

Re: [SOLVED] xrandr doesn't show Nvidia card on Optimus architecture

Well, if I knew it was this simple... hmm

I thought Arch wouldn't know how to load the drivers if I didn't tell it how to do it, but it seems like I underestimated it...

Thank you for this very fast answer V1del ! I'll mark the post as solved.

Offline

Board footer

Powered by FluxBB