SDDM doesn't load unless external monitor plugged in

SDDM shows entirely blank screen (on builtin screen) on boot when no external monitor is connected. systemctl status sddm shows it that the module is loaded and does not show any error or warning. At this point I can stop the sddm (systemctl stop sddm) from console and issue startx command to fire up the DE.

However everything works with any intervention, when an external monitor is connected via HDMI.

My graphics hardware:

> Installed PCI configs:
-----------------------------------------------------------------------------------------
                  NAME                      VERSION              FREEDRIVER         TYPE
-----------------------------------------------------------------------------------------
     video-modesetting                     2020.01.13                true            PCI
           video-linux                     2018.05.04                true            PCI
video-hybrid-intel-nvidia-prime            2020.11.30               false            PCI

Kernel:

Linux axion 5.10.5-1-MANJARO #1 SMP PREEMPT Wed Jan 6 16:11:35 UTC 2021 x86_64 GNU/Linux

My sddm.conf:

[General]
InputMethod=

[Theme]
DisableAvatarsThreshold=7
EnableAvatars=true
FacesDir=/usr/share/sddm/faces
ThemeDir=/usr/share/sddm/themes

[Users]
DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin
HideShells=
HideUsers=arceus
RememberLastSession=true
RememberLastUser=true
ReuseSession=false

[Wayland]
EnableHiDPI=true
SessionCommand=/usr/share/sddm/scripts/wayland-session
SessionDir=/usr/share/wayland-sessions
SessionLogFile=.local/share/sddm/wayland-session.log

[X11]
DisplayCommand=/usr/share/sddm/scripts/Xsetup
DisplayStopCommand=/usr/share/sddm/scripts/Xstop
EnableHiDPI=true
MinimumVT=1
ServerPath=/usr/bin/X
SessionCommand=/usr/share/sddm/scripts/Xsession
SessionDir=/usr/share/xsessions
SessionLogFile=.local/share/sddm/xorg-session.log
UserAuthFile=.Xauthority
XauthPath=/usr/bin/xauth
XephyrPath=/usr/bin/Xephyr

Please post the output of inxi -Gazy and head -n999 /etc/X11/xorg.conf /etc/X11/xorg.conf.d/* /etc/X11/mhwd.d/*.

Output of inxi -Gazy --display:

Graphics:
  Device-1: Intel UHD Graphics 630 vendor: CLEVO/KAPOK driver: i915 v: kernel 
  bus ID: 00:02.0 chip ID: 8086:3e9b 
  Device-2: NVIDIA TU106M [GeForce RTX 2070 Mobile] vendor: CLEVO/KAPOK 
  driver: nvidia v: 460.32.03 alternate: nouveau,nvidia_drm bus ID: 01:00.0 
  chip ID: 10de:1f10 
  Device-3: Acer BisonCam NB Pro type: USB driver: uvcvideo bus ID: 1-9:4 
  chip ID: 5986:9102 
  Display: x11 server: X.org 1.20.10 compositor: kwin_x11 
  driver: modesetting,nvidia unloaded: intel,nouveau alternate: fbdev,nv,vesa 
  Message: No advanced graphics data found on this system.

Output of head -n999 /etc/X11/xorg.conf /etc/X11/xorg.conf.d/* /etc/X11/mhwd.d/*:

==> /etc/X11/xorg.conf <==
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 460.32.03

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     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

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


==> /etc/X11/xorg.conf.d/90-mhwd.conf <==
##
## Generated by mhwd - Manjaro Hardware Detection
##
 
 

==> /etc/X11/mhwd.d/nvidia.conf <==
##
## Generated by mhwd - Manjaro Hardware Detection
##

Please delete /etc/X11/xorg.conf and reboot.

I did sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak and reboot. Unfortunately nothing changed.

Do you think the following section in xorg.conf causing this problem?

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

Below is Xorg.0.log when no xorg.conf is present:

[   332.283] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   332.285] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[   332.290] Build Operating System: Linux Manjaro Linux
[   332.292] Current Operating System: Linux axion 5.10.5-1-MANJARO #1 SMP PREEMPT Wed Jan 6 16:11:35 UTC 2021 x86_64
[   332.292] Kernel command line: BOOT_IMAGE=/vmlinuz-5.10-x86_64 root=/dev/mapper/CryptVolumeGroup-Root rw cryptdevice=UUID=d0c7eb55-9338-41ed-b28c-496ddc99365b:CryptLVM quiet splash sysrq_always_enabled=1 net.ifnames=0 apparmor=1 intel_iommu=1 security=apparmor ec_sys.write_support=1 udev.log_priority=3 resume=/dev/disk/by-uuid/97897af4-a7ea-47b6-8db1-4745590b229e
[   332.297] Build Date: 16 December 2020  10:33:32PM
[   332.299]  
[   332.301] Current version of pixman: 0.40.0
[   332.304] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   332.304] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   332.312] (==) Log file: "/home/abhisek/.local/share/xorg/Xorg.0.log", Time: Thu Jan 14 19:10:57 2021
[   332.314] (==) Using config file: "/etc/X11/xorg.conf"
[   332.316] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   332.318] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   332.318] (==) ServerLayout "layout"
[   332.318] (**) |-->Screen "nvidia" (0)
[   332.318] (**) |   |-->Monitor "Monitor0"
[   332.318] (**) |   |-->Device "nvidia"
[   332.318] (**) |   |-->GPUDevice "nvidia"
[   332.318] (==) Automatically adding devices
[   332.318] (==) Automatically enabling devices
[   332.318] (==) Automatically adding GPU devices
[   332.318] (==) Automatically binding GPU devices
[   332.318] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   332.318] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   332.318] 	Entry deleted from font path.
[   332.318] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[   332.318] 	Entry deleted from font path.
[   332.318] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[   332.318] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[   332.318] 	Entry deleted from font path.
[   332.318] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[   332.318] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[   332.318] (==) ModulePath set to "/usr/lib/xorg/modules"
[   332.318] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   332.318] (II) Module ABI versions:
[   332.318] 	X.Org ANSI C Emulation: 0.4
[   332.318] 	X.Org Video Driver: 24.1
[   332.318] 	X.Org XInput driver : 24.1
[   332.318] 	X.Org Server Extension : 10.0
[   332.319] (++) using VT number 2

[   332.321] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[   332.321] (II) xfree86: Adding drm device (/dev/dri/card1)
[   332.322] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[   332.322] (II) xfree86: Adding drm device (/dev/dri/card0)
[   332.323] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   332.324] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   332.324] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   332.324] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   332.324] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[   332.325] (--) PCI: (0@0:2:0) 8086:3e9b:1558:65d1 rev 0, Mem @ 0x604a000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   332.325] (--) PCI:*(1@0:0:0) 10de:1f10:1558:65d1 rev 161, Mem @ 0x73000000/16777216, 0x60000000/268435456, 0x70000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[   332.325] (II) Open ACPI successful (/var/run/acpid.socket)
[   332.325] (II) LoadModule: "glx"
[   332.325] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   332.326] (II) Module glx: vendor="X.Org Foundation"
[   332.326] 	compiled for 1.20.10, module version = 1.0.0
[   332.326] 	ABI class: X.Org Server Extension, version 10.0
[   332.326] (II) LoadModule: "nvidia"
[   332.326] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   332.326] (II) Module nvidia: vendor="NVIDIA Corporation"
[   332.326] 	compiled for 1.6.99.901, module version = 1.0.0
[   332.326] 	Module class: X.Org Video Driver
[   332.326] (II) NVIDIA dlloader X Driver  460.32.03  Sun Dec 27 18:56:00 UTC 2020
[   332.326] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   332.326] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   332.326] (II) systemd-logind: releasing fd for 226:1
[   332.357] (II) Loading sub module "fb"
[   332.357] (II) LoadModule: "fb"
[   332.357] (II) Loading /usr/lib/xorg/modules/libfb.so
[   332.357] (II) Module fb: vendor="X.Org Foundation"
[   332.357] 	compiled for 1.20.10, module version = 1.0.0
[   332.357] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   332.357] (II) Loading sub module "wfb"
[   332.357] (II) LoadModule: "wfb"
[   332.357] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   332.357] (II) Module wfb: vendor="X.Org Foundation"
[   332.357] 	compiled for 1.20.10, module version = 1.0.0
[   332.357] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   332.357] (II) Loading sub module "ramdac"
[   332.357] (II) LoadModule: "ramdac"
[   332.357] (II) Module "ramdac" already built-in
[   332.358] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   332.358] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   332.358] (==) NVIDIA(0): RGB weight 888
[   332.358] (==) NVIDIA(0): Default visual is TrueColor
[   332.358] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   332.358] (**) Option "AllowNVIDIAGpuScreens"
[   332.358] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   332.358] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   332.358] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   332.358] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   332.358] (**) NVIDIA(0): Enabling 2D acceleration
[   332.358] (II) Loading sub module "glxserver_nvidia"
[   332.358] (II) LoadModule: "glxserver_nvidia"
[   332.358] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   332.362] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   332.362] 	compiled for 1.6.99.901, module version = 1.0.0
[   332.362] 	Module class: X.Org Server Extension
[   332.362] (II) NVIDIA GLX Module  460.32.03  Sun Dec 27 18:53:34 UTC 2020
[   332.362] (II) NVIDIA: The X server supports PRIME Render Offload.
[   332.363] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   332.363] (--) NVIDIA(0):     DFP-0
[   332.363] (--) NVIDIA(0):     DFP-1
[   332.363] (--) NVIDIA(0):     DFP-2
[   332.363] (--) NVIDIA(0):     DFP-3
[   332.363] (--) NVIDIA(0):     DFP-4
[   332.363] (--) NVIDIA(0):     DFP-5
[   332.363] (--) NVIDIA(0):     DFP-6
[   332.363] (--) NVIDIA(0):     DFP-7
[   332.364] (II) NVIDIA(0): NVIDIA GPU GeForce RTX 2070 (TU106-A) at PCI:1:0:0 (GPU-0)
[   332.364] (--) NVIDIA(0): Memory: 8388608 kBytes
[   332.364] (--) NVIDIA(0): VideoBIOS: 90.06.32.00.05
[   332.364] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   332.364] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   332.364] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   332.364] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[   332.364] (--) NVIDIA(GPU-0): 
[   332.364] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   332.364] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   332.364] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   332.364] (--) NVIDIA(GPU-0): 
[   332.364] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   332.364] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   332.364] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   332.364] (--) NVIDIA(GPU-0): 
[   332.365] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   332.365] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   332.365] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   332.365] (--) NVIDIA(GPU-0): 
[   332.365] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   332.365] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   332.365] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   332.365] (--) NVIDIA(GPU-0): 
[   332.365] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   332.365] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   332.365] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   332.365] (--) NVIDIA(GPU-0): 
[   332.365] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   332.365] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   332.365] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[   332.365] (--) NVIDIA(GPU-0): 
[   332.365] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   332.365] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   332.365] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[   332.365] (--) NVIDIA(GPU-0): 
[   332.365] (==) NVIDIA(0): 
[   332.365] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   332.365] (==) NVIDIA(0):     will be used as the requested mode.
[   332.365] (==) NVIDIA(0): 
[   332.365] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[   332.365] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[   332.365] (II) NVIDIA(0): Validated MetaModes:
[   332.365] (II) NVIDIA(0):     "NULL"
[   332.365] (**) NVIDIA(0): Virtual screen size configured to be 1920 x 1080
[   332.365] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   332.365] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   332.366] (WW) NVIDIA: Failed to bind sideband socket to
[   332.366] (WW) NVIDIA:     '/var/run/nvidia-xdriver-3d2fc363' Permission denied
[   332.366] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[   332.366] (II) NVIDIA:     access.
[   332.407] (II) NVIDIA(0): Setting mode "NULL"
[   332.423] (==) NVIDIA(0): Disabling shared memory pixmaps
[   332.423] (==) NVIDIA(0): Backing store enabled
[   332.423] (==) NVIDIA(0): Silken mouse disabled
[   332.423] (==) NVIDIA(0): DPMS enabled
[   332.423] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[   332.423] (WW) NVIDIA(0): Option "PreferredMode" is not used
[   332.423] (II) Loading sub module "dri2"
[   332.423] (II) LoadModule: "dri2"
[   332.423] (II) Module "dri2" already built-in
[   332.423] (II) NVIDIA(0): [DRI2] Setup complete
[   332.423] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   332.423] (II) Initializing extension Generic Event Extension
[   332.423] (II) Initializing extension SHAPE
[   332.423] (II) Initializing extension MIT-SHM
[   332.423] (II) Initializing extension XInputExtension
[   332.423] (II) Initializing extension XTEST
[   332.423] (II) Initializing extension BIG-REQUESTS
[   332.423] (II) Initializing extension SYNC
[   332.423] (II) Initializing extension XKEYBOARD
[   332.423] (II) Initializing extension XC-MISC
[   332.423] (II) Initializing extension SECURITY
[   332.423] (II) Initializing extension XFIXES
[   332.423] (II) Initializing extension RENDER
[   332.423] (II) Initializing extension RANDR
[   332.423] (II) Initializing extension COMPOSITE
[   332.423] (II) Initializing extension DAMAGE
[   332.423] (II) Initializing extension MIT-SCREEN-SAVER
[   332.423] (II) Initializing extension DOUBLE-BUFFER
[   332.423] (II) Initializing extension RECORD
[   332.423] (II) Initializing extension DPMS
[   332.423] (II) Initializing extension Present
[   332.423] (II) Initializing extension DRI3
[   332.423] (II) Initializing extension X-Resource
[   332.423] (II) Initializing extension XVideo
[   332.423] (II) Initializing extension XVideo-MotionCompensation
[   332.423] (II) Initializing extension GLX
[   332.423] (II) Initializing extension GLX
[   332.423] (II) Indirect GLX disabled.
[   332.423] (II) GLX: Another vendor is already registered for screen 0
[   332.423] (II) Initializing extension XFree86-VidModeExtension
[   332.423] (II) Initializing extension XFree86-DGA
[   332.423] (II) Initializing extension XFree86-DRI
[   332.423] (II) Initializing extension DRI2
[   332.423] (II) Initializing extension NV-GLX
[   332.423] (II) Initializing extension NV-CONTROL
[   332.455] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   332.455] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   332.455] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   332.455] (II) LoadModule: "libinput"
[   332.455] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   332.456] (II) Module libinput: vendor="X.Org Foundation"
[   332.456] 	compiled for 1.20.8, module version = 0.30.0
[   332.456] 	Module class: X.Org XInput Driver
[   332.456] 	ABI class: X.Org XInput driver, version 24.1
[   332.456] (II) Using input driver 'libinput' for 'Power Button'
[   332.457] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 32 paused 0
[   332.457] (**) Power Button: always reports core events
[   332.457] (**) Option "Device" "/dev/input/event3"
[   332.457] (**) Option "_source" "server/udev"
[   332.458] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   332.458] (II) event3  - Power Button: device is a keyboard
[   332.458] (II) event3  - Power Button: device removed
[   332.458] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   332.458] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   332.459] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   332.459] (II) event3  - Power Button: device is a keyboard
[   332.459] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   332.459] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   332.459] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   332.459] (II) Using input driver 'libinput' for 'Video Bus'
[   332.459] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 35 paused 0
[   332.460] (**) Video Bus: always reports core events
[   332.460] (**) Option "Device" "/dev/input/event7"
[   332.460] (**) Option "_source" "server/udev"
[   332.460] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   332.460] (II) event7  - Video Bus: device is a keyboard
[   332.460] (II) event7  - Video Bus: device removed
[   332.460] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input14/event7"
[   332.460] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   332.461] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   332.461] (II) event7  - Video Bus: device is a keyboard
[   332.461] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[   332.461] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   332.461] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   332.461] (II) Using input driver 'libinput' for 'Video Bus'
[   332.462] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 36 paused 0
[   332.462] (**) Video Bus: always reports core events
[   332.462] (**) Option "Device" "/dev/input/event6"
[   332.462] (**) Option "_source" "server/udev"
[   332.463] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   332.463] (II) event6  - Video Bus: device is a keyboard
[   332.463] (II) event6  - Video Bus: device removed
[   332.463] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input13/event6"
[   332.463] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   332.464] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   332.464] (II) event6  - Video Bus: device is a keyboard
[   332.464] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   332.464] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   332.464] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   332.464] (II) Using input driver 'libinput' for 'Power Button'
[   332.465] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 37 paused 0
[   332.465] (**) Power Button: always reports core events
[   332.465] (**) Option "Device" "/dev/input/event0"
[   332.465] (**) Option "_source" "server/udev"
[   332.466] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   332.466] (II) event0  - Power Button: device is a keyboard
[   332.466] (II) event0  - Power Button: device removed
[   332.466] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   332.466] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   332.466] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   332.466] (II) event0  - Power Button: device is a keyboard
[   332.467] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   332.467] (II) No input driver specified, ignoring this device.
[   332.467] (II) This device may have been added with another device file.
[   332.467] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   332.467] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   332.467] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   332.467] (II) Using input driver 'libinput' for 'Sleep Button'
[   332.468] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 38 paused 0
[   332.468] (**) Sleep Button: always reports core events
[   332.468] (**) Option "Device" "/dev/input/event1"
[   332.468] (**) Option "_source" "server/udev"
[   332.468] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   332.468] (II) event1  - Sleep Button: device is a keyboard
[   332.468] (II) event1  - Sleep Button: device removed
[   332.468] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   332.468] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[   332.469] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   332.469] (II) event1  - Sleep Button: device is a keyboard
[   332.470] (II) config/udev: Adding input device Logitech K330 (/dev/input/event9)
[   332.470] (**) Logitech K330: Applying InputClass "evdev keyboard catchall"
[   332.470] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[   332.470] (II) Using input driver 'libinput' for 'Logitech K330'
[   332.471] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 39 paused 0
[   332.471] (**) Logitech K330: always reports core events
[   332.471] (**) Option "Device" "/dev/input/event9"
[   332.471] (**) Option "_source" "server/udev"
[   332.472] (II) event9  - Logitech K330: is tagged by udev as: Keyboard
[   332.472] (II) event9  - Logitech K330: device is a keyboard
[   332.472] (II) event9  - Logitech K330: device removed
[   332.472] (II) libinput: Logitech K330: needs a virtual subdevice
[   332.472] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0003/0003:046D:4016.0005/input/input31/event9"
[   332.472] (II) XINPUT: Adding extended input device "Logitech K330" (type: MOUSE, id 11)
[   332.472] (**) Option "AccelerationScheme" "none"
[   332.472] (**) Logitech K330: (accel) selected scheme none/0
[   332.472] (**) Logitech K330: (accel) acceleration factor: 2.000
[   332.472] (**) Logitech K330: (accel) acceleration threshold: 4
[   332.473] (II) event9  - Logitech K330: is tagged by udev as: Keyboard
[   332.473] (II) event9  - Logitech K330: device is a keyboard
[   332.474] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/event8)
[   332.474] (**) Logitech M215 2nd Gen: Applying InputClass "evdev pointer catchall"
[   332.474] (**) Logitech M215 2nd Gen: Applying InputClass "libinput pointer catchall"
[   332.474] (II) Using input driver 'libinput' for 'Logitech M215 2nd Gen'
[   332.474] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 40 paused 0
[   332.474] (**) Logitech M215 2nd Gen: always reports core events
[   332.474] (**) Option "Device" "/dev/input/event8"
[   332.474] (**) Option "_source" "server/udev"
[   332.475] (II) event8  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[   332.475] (II) event8  - Logitech M215 2nd Gen: device is a pointer
[   332.476] (II) event8  - Logitech M215 2nd Gen: device removed
[   332.476] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0003/0003:046D:401B.0004/input/input30/event8"
[   332.476] (II) XINPUT: Adding extended input device "Logitech M215 2nd Gen" (type: MOUSE, id 12)
[   332.476] (**) Option "AccelerationScheme" "none"
[   332.476] (**) Logitech M215 2nd Gen: (accel) selected scheme none/0
[   332.476] (**) Logitech M215 2nd Gen: (accel) acceleration factor: 2.000
[   332.476] (**) Logitech M215 2nd Gen: (accel) acceleration threshold: 4
[   332.477] (II) event8  - Logitech M215 2nd Gen: is tagged by udev as: Mouse
[   332.477] (II) event8  - Logitech M215 2nd Gen: device is a pointer
[   332.477] (II) config/udev: Adding input device Logitech M215 2nd Gen (/dev/input/mouse1)
[   332.477] (II) No input driver specified, ignoring this device.
[   332.477] (II) This device may have been added with another device file.
[   332.478] (II) config/udev: Adding input device BisonCam,NB Pro: BisonCam,NB Pr (/dev/input/event14)
[   332.478] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "evdev keyboard catchall"
[   332.478] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "libinput keyboard catchall"
[   332.478] (II) Using input driver 'libinput' for 'BisonCam,NB Pro: BisonCam,NB Pr'
[   332.478] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 41 paused 0
[   332.478] (**) BisonCam,NB Pro: BisonCam,NB Pr: always reports core events
[   332.478] (**) Option "Device" "/dev/input/event14"
[   332.478] (**) Option "_source" "server/udev"
[   332.479] (II) event14 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[   332.479] (II) event14 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[   332.479] (II) event14 - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[   332.479] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/input/input37/event14"
[   332.479] (II) XINPUT: Adding extended input device "BisonCam,NB Pro: BisonCam,NB Pr" (type: KEYBOARD, id 13)
[   332.480] (II) event14 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[   332.480] (II) event14 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[   332.481] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Mouse (/dev/input/event23)
[   332.481] (**) SYNA1202:00 06CB:CD79 Mouse: Applying InputClass "evdev pointer catchall"
[   332.481] (**) SYNA1202:00 06CB:CD79 Mouse: Applying InputClass "libinput pointer catchall"
[   332.481] (II) Using input driver 'libinput' for 'SYNA1202:00 06CB:CD79 Mouse'
[   332.481] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 42 paused 0
[   332.481] (**) SYNA1202:00 06CB:CD79 Mouse: always reports core events
[   332.481] (**) Option "Device" "/dev/input/event23"
[   332.481] (**) Option "_source" "server/udev"
[   332.482] (II) event23 - SYNA1202:00 06CB:CD79 Mouse: is tagged by udev as: Mouse Pointingstick
[   332.482] (II) event23 - SYNA1202:00 06CB:CD79 Mouse: device is a pointer
[   332.483] (II) event23 - SYNA1202:00 06CB:CD79 Mouse: device removed
[   332.483] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-SYNA1202:00/0018:06CB:CD79.0006/input/input53/event23"
[   332.483] (II) XINPUT: Adding extended input device "SYNA1202:00 06CB:CD79 Mouse" (type: MOUSE, id 14)
[   332.483] (**) Option "AccelerationScheme" "none"
[   332.483] (**) SYNA1202:00 06CB:CD79 Mouse: (accel) selected scheme none/0
[   332.483] (**) SYNA1202:00 06CB:CD79 Mouse: (accel) acceleration factor: 2.000
[   332.483] (**) SYNA1202:00 06CB:CD79 Mouse: (accel) acceleration threshold: 4
[   332.484] (II) event23 - SYNA1202:00 06CB:CD79 Mouse: is tagged by udev as: Mouse Pointingstick
[   332.484] (II) event23 - SYNA1202:00 06CB:CD79 Mouse: device is a pointer
[   332.485] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Mouse (/dev/input/mouse2)
[   332.485] (II) No input driver specified, ignoring this device.
[   332.485] (II) This device may have been added with another device file.
[   332.485] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Touchpad (/dev/input/event26)
[   332.485] (**) SYNA1202:00 06CB:CD79 Touchpad: Applying InputClass "evdev touchpad catchall"
[   332.485] (**) SYNA1202:00 06CB:CD79 Touchpad: Applying InputClass "libinput touchpad catchall"
[   332.485] (II) Using input driver 'libinput' for 'SYNA1202:00 06CB:CD79 Touchpad'
[   332.486] (II) systemd-logind: got fd for /dev/input/event26 13:90 fd 43 paused 0
[   332.486] (**) SYNA1202:00 06CB:CD79 Touchpad: always reports core events
[   332.486] (**) Option "Device" "/dev/input/event26"
[   332.486] (**) Option "_source" "server/udev"
[   332.487] (II) event26 - SYNA1202:00 06CB:CD79 Touchpad: is tagged by udev as: Touchpad
[   332.488] (II) event26 - SYNA1202:00 06CB:CD79 Touchpad: device is a touchpad
[   332.488] (II) event26 - SYNA1202:00 06CB:CD79 Touchpad: device removed
[   332.488] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-SYNA1202:00/0018:06CB:CD79.0006/input/input54/event26"
[   332.488] (II) XINPUT: Adding extended input device "SYNA1202:00 06CB:CD79 Touchpad" (type: TOUCHPAD, id 15)
[   332.488] (**) Option "AccelerationScheme" "none"
[   332.488] (**) SYNA1202:00 06CB:CD79 Touchpad: (accel) selected scheme none/0
[   332.488] (**) SYNA1202:00 06CB:CD79 Touchpad: (accel) acceleration factor: 2.000
[   332.488] (**) SYNA1202:00 06CB:CD79 Touchpad: (accel) acceleration threshold: 4
[   332.489] (II) event26 - SYNA1202:00 06CB:CD79 Touchpad: is tagged by udev as: Touchpad
[   332.490] (II) event26 - SYNA1202:00 06CB:CD79 Touchpad: device is a touchpad
[   332.490] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Touchpad (/dev/input/mouse3)
[   332.490] (II) No input driver specified, ignoring this device.
[   332.490] (II) This device may have been added with another device file.
[   332.491] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event16)
[   332.491] (II) No input driver specified, ignoring this device.
[   332.491] (II) This device may have been added with another device file.
[   332.491] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event17)
[   332.491] (II) No input driver specified, ignoring this device.
[   332.491] (II) This device may have been added with another device file.
[   332.491] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event20)
[   332.491] (II) No input driver specified, ignoring this device.
[   332.491] (II) This device may have been added with another device file.
[   332.491] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event21)
[   332.491] (II) No input driver specified, ignoring this device.
[   332.491] (II) This device may have been added with another device file.
[   332.491] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event24)
[   332.491] (II) No input driver specified, ignoring this device.
[   332.491] (II) This device may have been added with another device file.
[   332.492] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event25)
[   332.492] (II) No input driver specified, ignoring this device.
[   332.492] (II) This device may have been added with another device file.
[   332.492] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event27)
[   332.492] (II) No input driver specified, ignoring this device.
[   332.492] (II) This device may have been added with another device file.
[   332.492] (II) config/udev: Adding input device Intel HID events (/dev/input/event10)
[   332.492] (**) Intel HID events: Applying InputClass "evdev keyboard catchall"
[   332.492] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[   332.492] (II) Using input driver 'libinput' for 'Intel HID events'
[   332.493] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 44 paused 0
[   332.493] (**) Intel HID events: always reports core events
[   332.493] (**) Option "Device" "/dev/input/event10"
[   332.493] (**) Option "_source" "server/udev"
[   332.493] (II) event10 - Intel HID events: is tagged by udev as: Keyboard
[   332.493] (II) event10 - Intel HID events: device is a keyboard
[   332.494] (II) event10 - Intel HID events: device removed
[   332.494] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input32/event10"
[   332.494] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 16)
[   332.494] (II) event10 - Intel HID events: is tagged by udev as: Keyboard
[   332.494] (II) event10 - Intel HID events: device is a keyboard
[   332.495] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   332.495] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   332.495] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   332.495] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   332.495] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 45 paused 0
[   332.495] (**) AT Translated Set 2 keyboard: always reports core events
[   332.495] (**) Option "Device" "/dev/input/event4"
[   332.495] (**) Option "_source" "server/udev"
[   332.496] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   332.496] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   332.497] (II) event4  - AT Translated Set 2 keyboard: device removed
[   332.497] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   332.497] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[   332.497] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   332.497] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   332.498] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
[   332.498] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   332.498] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   332.498] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   332.499] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 46 paused 0
[   332.499] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   332.499] (**) Option "Device" "/dev/input/event5"
[   332.499] (**) Option "_source" "server/udev"
[   332.500] (II) event5  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   332.500] (II) event5  - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[   332.500] (II) event5  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   332.501] (II) event5  - SynPS/2 Synaptics TouchPad: device removed
[   332.501] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input10/event5"
[   332.501] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 18)
[   332.501] (**) Option "AccelerationScheme" "none"
[   332.501] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   332.501] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   332.501] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   332.502] (II) event5  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   332.502] (II) event5  - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[   332.502] (II) event5  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   332.503] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   332.503] (II) No input driver specified, ignoring this device.
[   332.503] (II) This device may have been added with another device file.
[   332.503] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[   332.503] (II) No input driver specified, ignoring this device.
[   332.503] (II) This device may have been added with another device file.
[   332.505] (II) config/udev: Adding input device System76 Hotkeys (/dev/input/event15)
[   332.505] (**) System76 Hotkeys: Applying InputClass "evdev keyboard catchall"
[   332.505] (**) System76 Hotkeys: Applying InputClass "libinput keyboard catchall"
[   332.505] (II) Using input driver 'libinput' for 'System76 Hotkeys'
[   332.505] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 47 paused 0
[   332.505] (**) System76 Hotkeys: always reports core events
[   332.505] (**) Option "Device" "/dev/input/event15"
[   332.505] (**) Option "_source" "server/udev"
[   332.506] (II) event15 - System76 Hotkeys: is tagged by udev as: Keyboard
[   332.506] (II) event15 - System76 Hotkeys: device is a keyboard
[   332.506] (II) event15 - System76 Hotkeys: device removed
[   332.506] (**) Option "config_info" "udev:/sys/devices/platform/system76/input/input38/event15"
[   332.506] (II) XINPUT: Adding extended input device "System76 Hotkeys" (type: KEYBOARD, id 19)
[   332.507] (II) event15 - System76 Hotkeys: is tagged by udev as: Keyboard
[   332.507] (II) event15 - System76 Hotkeys: device is a keyboard
[   332.509] (**) Logitech K330: Applying InputClass "evdev keyboard catchall"
[   332.509] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[   332.509] (II) Using input driver 'libinput' for 'Logitech K330'
[   332.509] (II) systemd-logind: returning pre-existing fd for /dev/input/event9 13:73
[   332.509] (**) Logitech K330: always reports core events
[   332.509] (**) Option "Device" "/dev/input/event9"
[   332.509] (**) Option "_source" "_driver/libinput"
[   332.509] (II) libinput: Logitech K330: is a virtual subdevice
[   332.509] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0003/0003:046D:4016.0005/input/input31/event9"
[   332.510] (II) XINPUT: Adding extended input device "Logitech K330" (type: KEYBOARD, id 20)
[   333.030] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   333.030] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   333.030] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[   333.030] (--) NVIDIA(GPU-0): 
[   333.030] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   333.030] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   333.030] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   333.030] (--) NVIDIA(GPU-0): 
[   333.030] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   333.030] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   333.030] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   333.030] (--) NVIDIA(GPU-0): 
[   333.031] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   333.031] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   333.031] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   333.031] (--) NVIDIA(GPU-0): 
[   333.031] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   333.031] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   333.031] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   333.031] (--) NVIDIA(GPU-0): 
[   333.031] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   333.031] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   333.031] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   333.031] (--) NVIDIA(GPU-0): 
[   333.031] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   333.031] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   333.031] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[   333.031] (--) NVIDIA(GPU-0): 
[   333.031] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   333.031] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   333.031] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[   333.031] (--) NVIDIA(GPU-0): 
[   333.276] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   333.276] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   333.276] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[   333.276] (--) NVIDIA(GPU-0): 
[   333.276] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   333.276] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   333.276] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   333.276] (--) NVIDIA(GPU-0): 
[   333.276] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   333.276] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   333.276] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   333.276] (--) NVIDIA(GPU-0): 
[   333.276] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   333.276] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   333.276] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   333.276] (--) NVIDIA(GPU-0): 
[   333.276] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   333.276] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   333.276] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   333.276] (--) NVIDIA(GPU-0): 
[   333.276] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   333.276] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   333.276] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   333.276] (--) NVIDIA(GPU-0): 
[   333.276] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   333.276] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   333.276] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[   333.276] (--) NVIDIA(GPU-0): 
[   333.276] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   333.276] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   333.277] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[   333.277] (--) NVIDIA(GPU-0): 
[   333.409] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   333.409] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   333.409] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[   333.409] (--) NVIDIA(GPU-0): 
[   333.409] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   333.409] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   333.409] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   333.409] (--) NVIDIA(GPU-0): 
[   333.409] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   333.409] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   333.409] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   333.409] (--) NVIDIA(GPU-0): 
[   333.410] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   333.410] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   333.410] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   333.410] (--) NVIDIA(GPU-0): 
[   333.410] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   333.410] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   333.410] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   333.410] (--) NVIDIA(GPU-0): 
[   333.410] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   333.410] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   333.410] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   333.410] (--) NVIDIA(GPU-0): 
[   333.410] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   333.410] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   333.410] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[   333.410] (--) NVIDIA(GPU-0): 
[   333.410] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   333.410] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   333.410] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[   333.410] (--) NVIDIA(GPU-0): 
[   333.743] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   333.743] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   333.743] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[   333.743] (--) NVIDIA(GPU-0): 
[   333.743] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   333.743] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   333.743] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   333.743] (--) NVIDIA(GPU-0): 
[   333.743] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   333.743] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   333.743] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   333.743] (--) NVIDIA(GPU-0): 
[   333.743] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   333.743] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   333.743] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   333.743] (--) NVIDIA(GPU-0): 
[   333.743] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   333.743] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   333.743] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   333.743] (--) NVIDIA(GPU-0): 
[   333.743] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   333.743] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   333.743] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   333.743] (--) NVIDIA(GPU-0): 
[   333.743] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   333.743] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   333.743] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[   333.743] (--) NVIDIA(GPU-0): 
[   333.744] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   333.744] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   333.744] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[   333.744] (--) NVIDIA(GPU-0): 
[   334.588] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   334.588] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   334.588] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[   334.588] (--) NVIDIA(GPU-0): 
[   334.588] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   334.588] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   334.588] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   334.588] (--) NVIDIA(GPU-0): 
[   334.588] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   334.588] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   334.588] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   334.588] (--) NVIDIA(GPU-0): 
[   334.588] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   334.588] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   334.588] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   334.588] (--) NVIDIA(GPU-0): 
[   334.588] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   334.588] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   334.588] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   334.588] (--) NVIDIA(GPU-0): 
[   334.588] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   334.588] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   334.588] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   334.588] (--) NVIDIA(GPU-0): 
[   334.588] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   334.588] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   334.588] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[   334.588] (--) NVIDIA(GPU-0): 
[   334.588] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   334.588] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   334.588] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[   334.588] (--) NVIDIA(GPU-0): 
[   334.589] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   334.589] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   334.589] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[   334.589] (--) NVIDIA(GPU-0): 
[   334.589] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   334.589] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   334.589] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   334.589] (--) NVIDIA(GPU-0): 
[   334.589] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   334.589] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   334.589] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   334.589] (--) NVIDIA(GPU-0): 
[   334.589] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   334.589] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   334.589] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   334.589] (--) NVIDIA(GPU-0): 
[   334.589] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   334.589] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   334.589] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   334.589] (--) NVIDIA(GPU-0): 
[   334.589] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   334.589] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   334.589] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   334.589] (--) NVIDIA(GPU-0): 
[   334.589] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   334.589] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   334.589] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[   334.589] (--) NVIDIA(GPU-0): 
[   334.589] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   334.589] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   334.589] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[   334.589] (--) NVIDIA(GPU-0): 
[   336.447] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   336.447] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   336.447] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[   336.447] (--) NVIDIA(GPU-0): 
[   336.447] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   336.447] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   336.447] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   336.447] (--) NVIDIA(GPU-0): 
[   336.447] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   336.447] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   336.447] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   336.447] (--) NVIDIA(GPU-0): 
[   336.447] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   336.447] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   336.447] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   336.447] (--) NVIDIA(GPU-0): 
[   336.447] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   336.447] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   336.447] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   336.447] (--) NVIDIA(GPU-0): 
[   336.447] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   336.447] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   336.447] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   336.447] (--) NVIDIA(GPU-0): 
[   336.447] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   336.447] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   336.447] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[   336.447] (--) NVIDIA(GPU-0): 
[   336.447] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   336.447] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   336.447] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[   336.447] (--) NVIDIA(GPU-0): 
[   336.448] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   336.448] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   336.448] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[   336.448] (--) NVIDIA(GPU-0): 
[   336.448] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   336.448] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   336.448] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   336.448] (--) NVIDIA(GPU-0): 
[   336.448] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   336.448] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   336.448] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[   336.448] (--) NVIDIA(GPU-0): 
[   336.448] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   336.448] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   336.448] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   336.448] (--) NVIDIA(GPU-0): 
[   336.448] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   336.448] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   336.448] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   336.448] (--) NVIDIA(GPU-0): 
[   336.448] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   336.448] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   336.448] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   336.448] (--) NVIDIA(GPU-0): 
[   336.448] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   336.448] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   336.448] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[   336.448] (--) NVIDIA(GPU-0): 
[   336.449] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   336.449] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   336.449] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[   336.449] (--) NVIDIA(GPU-0): 
[   341.476] (**) Option "fd" "32"
[   341.476] (II) event3  - Power Button: device removed
[   341.476] (**) Option "fd" "35"
[   341.476] (II) event7  - Video Bus: device removed
[   341.477] (**) Option "fd" "36"
[   341.477] (II) event6  - Video Bus: device removed
[   341.477] (**) Option "fd" "37"
[   341.477] (II) event0  - Power Button: device removed
[   341.477] (**) Option "fd" "38"
[   341.477] (II) event1  - Sleep Button: device removed
[   341.477] (**) Option "fd" "39"
[   341.477] (**) Option "fd" "40"
[   341.477] (II) event8  - Logitech M215 2nd Gen: device removed
[   341.478] (**) Option "fd" "41"
[   341.478] (II) event14 - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[   341.478] (**) Option "fd" "42"
[   341.478] (II) event23 - SYNA1202:00 06CB:CD79 Mouse: device removed
[   341.478] (**) Option "fd" "43"
[   341.478] (II) event26 - SYNA1202:00 06CB:CD79 Touchpad: device removed
[   341.478] (**) Option "fd" "44"
[   341.478] (II) event10 - Intel HID events: device removed
[   341.478] (**) Option "fd" "45"
[   341.478] (II) event4  - AT Translated Set 2 keyboard: device removed
[   341.479] (**) Option "fd" "46"
[   341.479] (II) event5  - SynPS/2 Synaptics TouchPad: device removed
[   341.479] (**) Option "fd" "47"
[   341.479] (II) event15 - System76 Hotkeys: device removed
[   341.479] (**) Option "fd" "39"
[   341.479] (II) event9  - Logitech K330: device removed
[   341.582] (II) systemd-logind: got pause for 13:69
[   341.582] (II) systemd-logind: got pause for 13:74
[   341.582] (II) systemd-logind: got pause for 13:87
[   341.582] (II) systemd-logind: got pause for 13:79
[   341.582] (II) systemd-logind: got pause for 13:64
[   341.582] (II) systemd-logind: got pause for 13:68
[   341.582] (II) systemd-logind: got pause for 13:65
[   341.582] (II) systemd-logind: got pause for 13:90
[   341.582] (II) systemd-logind: got pause for 13:70
[   341.582] (II) systemd-logind: got pause for 13:78
[   341.582] (II) systemd-logind: got pause for 13:73
[   341.582] (II) systemd-logind: got pause for 13:67
[   341.582] (II) systemd-logind: got pause for 226:0
[   341.582] (II) systemd-logind: got pause for 13:71
[   341.582] (II) systemd-logind: got pause for 13:72
[   379.835] (II) UnloadModule: "libinput"
[   379.835] (II) systemd-logind: not releasing fd for 13:73, still in use
[   379.835] (II) UnloadModule: "libinput"
[   379.835] (II) systemd-logind: releasing fd for 13:79
[   379.869] (II) UnloadModule: "libinput"
[   379.869] (II) systemd-logind: releasing fd for 13:69
[   379.922] (II) UnloadModule: "libinput"
[   379.922] (II) systemd-logind: releasing fd for 13:68
[   379.965] (II) UnloadModule: "libinput"
[   379.965] (II) systemd-logind: releasing fd for 13:74
[   379.979] (II) UnloadModule: "libinput"
[   379.979] (II) systemd-logind: releasing fd for 13:90
[   380.025] (II) UnloadModule: "libinput"
[   380.025] (II) systemd-logind: releasing fd for 13:87
[   380.069] (II) UnloadModule: "libinput"
[   380.069] (II) systemd-logind: releasing fd for 13:78
[   380.119] (II) UnloadModule: "libinput"
[   380.119] (II) systemd-logind: releasing fd for 13:72
[   380.179] (II) UnloadModule: "libinput"
[   380.179] (II) systemd-logind: releasing fd for 13:73
[   380.222] (II) UnloadModule: "libinput"
[   380.222] (II) systemd-logind: releasing fd for 13:65
[   380.259] (II) UnloadModule: "libinput"
[   380.259] (II) systemd-logind: releasing fd for 13:64
[   380.299] (II) UnloadModule: "libinput"
[   380.299] (II) systemd-logind: releasing fd for 13:70
[   380.379] (II) UnloadModule: "libinput"
[   380.379] (II) systemd-logind: releasing fd for 13:71
[   380.459] (II) UnloadModule: "libinput"
[   380.459] (II) systemd-logind: releasing fd for 13:67
[   380.505] (II) NVIDIA(GPU-0): Deleting GPU-0
[   380.506] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   380.506] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   380.506] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[   380.506] (II) Server terminated successfully (0). Closing log file.

According to PRIME - ArchWiki:

If, for some reason automatic configuration does not work, it might be necessary to explicitly configure X with a Xorg#Using xorg.conf file.

Accordingly, I configured my /etc/X11/xorg.conf as follows:

Section "Device"
  Identifier "iGPU"
  VendorName "Intel Corporation"
  Driver "modesetting"
  BusID "PCI:0:2:0"
EndSection

Section "Device"
  Identifier "dGPU"
  VendorName "NVIDIA Corporation"
  Driver "nvidia"
  Option "AllowEmptyInitialConfiguration"
  BusID "PCI:1:0:0"
EndSection

Section "Screen"
  Identifier "iGPU"
  Device "iGPU"
EndSection

This fixed the issue

N. B.: Please change the BusID as per your system configuration

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.