NVIDIA PRIME configuration problem on desktop PC (not laptop, not notebook), can't enable Intel graphics

$ tree /etc/X11
/etc/X11
├── mhwd.d
│   ├── nvidia.conf
├── xinit
│   ├── xinitrc
│   ├── xinitrc.d
│   │   ├── 40-libcanberra-gtk-module.sh
│   │   └── 50-systemd-user.sh
│   └── xserverrc
└── xorg.conf.d
    ├── 00-keyboard.conf
    ├── 10-nvopsink.conf
    ├── 30-touchpad.conf
    └── 90-mhwd.conf -> /etc/X11/mhwd.d/nvidia.conf

As I told you, nvidia.conf is empty

Can you provide the latest Xorg log from ~/.local/share/xorg/?

There is no such folder in my system. Logs from /var/log/Xorg.0.log

$ cat /var/log/Xorg.0.log
[     3.283] (--) Log file renamed from "/var/log/Xorg.pid-612.log" to "/var/log/Xorg.0.log"
[     3.284] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[     3.284] Build Operating System: Linux Manjaro Linux
[     3.284] Current Operating System: Linux manjaro 5.8.6-1-MANJARO #1 SMP PREEMPT Thu Sep 3 14:19:36 UTC 2020 x86_64
[     3.284] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.8-x86_64 root=UUID=2d07bc7e-c35e-4708-955e-d0f05409dca4 rw quiet apparmor=1 security=apparmor udev.log_priority=3
[     3.284] Build Date: 01 August 2020  07:25:56AM
[     3.284]  
[     3.284] Current version of pixman: 0.40.0
[     3.284]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     3.284] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.284] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 21 11:45:52 2020
[     3.285] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     3.285] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.286] (==) ServerLayout "layout"
[     3.286] (**) |-->Screen "nvidia" (0)
[     3.286] (**) |   |-->Monitor "<default monitor>"
[     3.286] (**) |   |-->Device "nvidia"
[     3.286] (**) |   |-->GPUDevice "intel"
[     3.286] (==) No monitor specified for screen "nvidia".
        Using a default monitor configuration.
[     3.286] (==) Automatically adding devices
[     3.286] (==) Automatically enabling devices
[     3.286] (==) Automatically adding GPU devices
[     3.286] (==) Automatically binding GPU devices
[     3.286] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     3.286] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     3.286]    Entry deleted from font path.
[     3.286]    (Run 'mkfontdir' on "/usr/share/fonts/misc").
[     3.287] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     3.287]    Entry deleted from font path.
[     3.287]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     3.287] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     3.287]    Entry deleted from font path.
[     3.287] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     3.287]    Entry deleted from font path.
[     3.287] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     3.287]    Entry deleted from font path.
[     3.287] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     3.287]    Entry deleted from font path.
[     3.287] (==) FontPath set to:

[     3.287] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.287] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.287] (II) Module ABI versions:
[     3.287]    X.Org ANSI C Emulation: 0.4
[     3.287]    X.Org Video Driver: 24.1
[     3.287]    X.Org XInput driver : 24.1
[     3.287]    X.Org Server Extension : 10.0
[     3.287] (++) using VT number 1

[     3.287] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     3.288] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.288] (II) xfree86: Adding drm device (/dev/dri/card1)
[     3.290] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     3.290] (**) 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"
[     3.291] (--) PCI: (0@0:2:0) 8086:1912:1043:8694 rev 6, Mem @ 0xf5000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64
[     3.291] (--) PCI:*(1@0:0:0) 10de:13c2:1462:3160 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     3.291] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     3.291] (II) LoadModule: "glx"
[     3.292] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.296] (II) Module glx: vendor="X.Org Foundation"
[     3.296]    compiled for 1.20.8, module version = 1.0.0
[     3.296]    ABI class: X.Org Server Extension, version 10.0
[     3.296] (II) LoadModule: "nvidia"
[     3.297] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     3.300] (II) Module nvidia: vendor="NVIDIA Corporation"
[     3.300]    compiled for 1.6.99.901, module version = 1.0.0
[     3.300]    Module class: X.Org Video Driver
[     3.301] (II) LoadModule: "modesetting"
[     3.301] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.302] (II) Module modesetting: vendor="X.Org Foundation"
[     3.302]    compiled for 1.20.8, module version = 1.20.8
[     3.302]    Module class: X.Org Video Driver
[     3.302]    ABI class: X.Org Video Driver, version 24.1
[     3.302] (II) NVIDIA dlloader X Driver  450.66  Wed Aug 12 19:44:12 UTC 2020
[     3.302] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     3.302] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     3.303] (II) Loading sub module "fb"
[     3.303] (II) LoadModule: "fb"
[     3.303] (II) Loading /usr/lib/xorg/modules/libfb.so
[     3.303] (II) Module fb: vendor="X.Org Foundation"
[     3.303]    compiled for 1.20.8, module version = 1.0.0
[     3.303]    ABI class: X.Org ANSI C Emulation, version 0.4
[     3.303] (II) Loading sub module "wfb"
[     3.303] (II) LoadModule: "wfb"
[     3.303] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     3.304] (II) Module wfb: vendor="X.Org Foundation"
[     3.304]    compiled for 1.20.8, module version = 1.0.0
[     3.304]    ABI class: X.Org ANSI C Emulation, version 0.4
[     3.304] (II) Loading sub module "ramdac"
[     3.304] (II) LoadModule: "ramdac"
[     3.304] (II) Module "ramdac" already built-in
[     3.307] (II) modeset(G0): using drv /dev/dri/card1
[     3.307] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "nvidia" for depth/fbbpp 24/32
[     3.307] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     3.307] (==) NVIDIA(0): RGB weight 888
[     3.307] (==) NVIDIA(0): Default visual is TrueColor
[     3.307] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     3.307] (**) Option "AllowNVIDIAGpuScreens"
[     3.307] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     3.307] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     3.307] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     3.307] (**) NVIDIA(0): Enabling 2D acceleration
[     3.307] (II) Loading sub module "glxserver_nvidia"
[     3.307] (II) LoadModule: "glxserver_nvidia"
[     3.307] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     3.323] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     3.323]    compiled for 1.6.99.901, module version = 1.0.0
[     3.323]    Module class: X.Org Server Extension
[     3.324] (II) NVIDIA GLX Module  450.66  Wed Aug 12 19:41:37 UTC 2020
[     3.324] (II) NVIDIA: The X server supports PRIME Render Offload.
[     4.125] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     4.125] (--) NVIDIA(0):     CRT-0
[     4.125] (--) NVIDIA(0):     DFP-0
[     4.125] (--) NVIDIA(0):     DFP-1
[     4.125] (--) NVIDIA(0):     DFP-2 (boot)
[     4.125] (--) NVIDIA(0):     DFP-3
[     4.125] (--) NVIDIA(0):     DFP-4
[     4.126] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-0)
[     4.126] (--) NVIDIA(0): Memory: 4194304 kBytes
[     4.126] (--) NVIDIA(0): VideoBIOS: 84.04.36.00.f1
[     4.126] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     4.219] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): connected
[     4.219] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): 400.0 MHz maximum pixel clock
[     4.219] (--) NVIDIA(GPU-0): 
[     4.295] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     4.295] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     4.295] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     4.295] (--) NVIDIA(GPU-0): 
[     4.295] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     4.295] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     4.295] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     4.295] (--) NVIDIA(GPU-0): 
[     4.437] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[     4.437] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[     4.437] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[     4.437] (--) NVIDIA(GPU-0): 
[     4.439] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     4.439] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     4.439] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     4.439] (--) NVIDIA(GPU-0): 
[     4.439] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     4.439] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     4.439] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[     4.439] (--) NVIDIA(GPU-0): 
[     4.442] (==) NVIDIA(0): 
[     4.442] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     4.442] (==) NVIDIA(0):     will be used as the requested mode.
[     4.442] (==) NVIDIA(0): 
[     4.442] (II) NVIDIA(0): Validated MetaModes:
[     4.442] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select,CRT-0:nvidia-auto-select"
[     4.442] (II) NVIDIA(0): Virtual screen size determined to be 3200 x 1080
[     4.444] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[     4.444] (--) NVIDIA(0):     option
[     4.444] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     4.444] (==) modeset(G0): RGB weight 888
[     4.444] (==) modeset(G0): Default visual is TrueColor
[     4.444] (II) Loading sub module "glamoregl"
[     4.444] (II) LoadModule: "glamoregl"
[     4.444] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     4.449] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.449]    compiled for 1.20.8, module version = 1.0.1
[     4.449]    ABI class: X.Org ANSI C Emulation, version 0.4
[     4.594] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 530 (SKL GT2)
[     4.594] (II) modeset(G0): glamor initialized
[     4.598] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     4.603] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[     4.603] (II) modeset(G0): Output DP-1-1 has no monitor section
[     4.607] (II) modeset(G0): Output HDMI-1-3 has no monitor section
[     4.608] (II) modeset(G0): Output DP-1-2 has no monitor section
[     4.612] (II) modeset(G0): EDID for output HDMI-1-1
[     4.617] (II) modeset(G0): EDID for output HDMI-1-2
[     4.617] (II) modeset(G0): EDID for output DP-1-1
[     4.622] (II) modeset(G0): EDID for output HDMI-1-3
[     4.622] (II) modeset(G0): EDID for output DP-1-2
[     4.622] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     4.622] (==) modeset(G0): DPI set to (96, 96)
[     4.622] (II) Loading sub module "fb"
[     4.622] (II) LoadModule: "fb"
[     4.622] (II) Loading /usr/lib/xorg/modules/libfb.so
[     4.622] (II) Module fb: vendor="X.Org Foundation"
[     4.622]    compiled for 1.20.8, module version = 1.0.0
[     4.622]    ABI class: X.Org ANSI C Emulation, version 0.4
[     4.622] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[     4.622] (II) NVIDIA:     access.
[     4.624] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     4.624] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     4.624] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     4.624] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     4.624] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     4.624] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     4.624] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     4.624] (II) NVIDIA(0):     Config Options in the README.
[     4.636] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select,CRT-0:nvidia-auto-select"
[     4.717] (==) NVIDIA(0): Disabling shared memory pixmaps
[     4.717] (==) NVIDIA(0): Backing store enabled
[     4.717] (==) NVIDIA(0): Silken mouse disabled
[     4.717] (==) NVIDIA(0): DPMS enabled
[     4.717] (II) Loading sub module "dri2"
[     4.717] (II) LoadModule: "dri2"
[     4.717] (II) Module "dri2" already built-in
[     4.717] (II) NVIDIA(0): [DRI2] Setup complete
[     4.717] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     4.725] (==) modeset(G0): Backing store enabled
[     4.725] (==) modeset(G0): Silken mouse disabled
[     4.725] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     4.725] (==) modeset(G0): DPMS enabled
[     4.725] (II) modeset(G0): [DRI2] Setup complete
[     4.725] (II) modeset(G0): [DRI2]   DRI driver: iris
[     4.725] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[     4.725] (II) Initializing extension Generic Event Extension
[     4.726] (II) Initializing extension SHAPE
[     4.726] (II) Initializing extension MIT-SHM
[     4.726] (II) Initializing extension XInputExtension
[     4.726] (II) Initializing extension XTEST
[     4.726] (II) Initializing extension BIG-REQUESTS
[     4.726] (II) Initializing extension SYNC
[     4.726] (II) Initializing extension XKEYBOARD
[     4.726] (II) Initializing extension XC-MISC
[     4.726] (II) Initializing extension SECURITY
[     4.726] (II) Initializing extension XFIXES
[     4.726] (II) Initializing extension RENDER
[     4.726] (II) Initializing extension RANDR
[     4.727] (II) Initializing extension COMPOSITE
[     4.727] (II) Initializing extension DAMAGE
[     4.727] (II) Initializing extension MIT-SCREEN-SAVER
[     4.727] (II) Initializing extension DOUBLE-BUFFER
[     4.727] (II) Initializing extension RECORD
[     4.727] (II) Initializing extension DPMS
[     4.727] (II) Initializing extension Present
[     4.727] (II) Initializing extension DRI3
[     4.727] (II) Initializing extension X-Resource
[     4.727] (II) Initializing extension XVideo
[     4.727] (II) Initializing extension XVideo-MotionCompensation
[     4.727] (II) Initializing extension GLX
[     4.727] (II) Initializing extension GLX
[     4.727] (II) Indirect GLX disabled.
[     4.727] (II) GLX: Another vendor is already registered for screen 0
[     4.727] (II) Initializing extension XFree86-VidModeExtension
[     4.727] (II) Initializing extension XFree86-DGA
[     4.728] (II) Initializing extension XFree86-DRI
[     4.728] (II) Initializing extension DRI2
[     4.728] (II) Initializing extension NV-GLX
[     4.728] (II) Initializing extension NV-CONTROL
[     4.728] (II) Initializing extension XINERAMA
[     4.730] (II) modeset(G0): Damage tracking initialized
[     4.768] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     4.768] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     4.768] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.768] (**) Power Button: Applying InputClass "system-keyboard"
[     4.768] (II) LoadModule: "libinput"
[     4.768] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.770] (II) Module libinput: vendor="X.Org Foundation"
[     4.770]    compiled for 1.20.8, module version = 0.30.0
[     4.770]    Module class: X.Org XInput Driver
[     4.770]    ABI class: X.Org XInput driver, version 24.1
[     4.770] (II) Using input driver 'libinput' for 'Power Button'
[     4.770] (**) Power Button: always reports core events
[     4.770] (**) Option "Device" "/dev/input/event2"
[     4.770] (**) Option "_source" "server/udev"
[     4.773] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.773] (II) event2  - Power Button: device is a keyboard
[     4.773] (II) event2  - Power Button: device removed
[     4.800] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     4.800] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.800] (**) Option "xkb_model" "pc105"
[     4.800] (**) Option "xkb_layout" "pl"
[     4.814] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.814] (II) event2  - Power Button: device is a keyboard
[     4.814] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     4.814] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     4.814] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     4.814] (**) Video Bus: Applying InputClass "system-keyboard"
[     4.814] (II) Using input driver 'libinput' for 'Video Bus'
[     4.814] (**) Video Bus: always reports core events
[     4.814] (**) Option "Device" "/dev/input/event3"
[     4.814] (**) Option "_source" "server/udev"
[     4.815] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     4.815] (II) event3  - Video Bus: device is a keyboard
[     4.815] (II) event3  - Video Bus: device removed
[     4.880] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[     4.880] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     4.880] (**) Option "xkb_model" "pc105"
[     4.880] (**) Option "xkb_layout" "pl"
[     4.884] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     4.884] (II) event3  - Video Bus: device is a keyboard
[     4.886] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     4.886] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     4.886] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.886] (**) Power Button: Applying InputClass "system-keyboard"
[     4.886] (II) Using input driver 'libinput' for 'Power Button'
[     4.886] (**) Power Button: always reports core events
[     4.886] (**) Option "Device" "/dev/input/event1"
[     4.886] (**) Option "_source" "server/udev"
[     4.889] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     4.889] (II) event1  - Power Button: device is a keyboard
[     4.889] (II) event1  - Power Button: device removed
[     4.906] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     4.906] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     4.907] (**) Option "xkb_model" "pc105"
[     4.907] (**) Option "xkb_layout" "pl"
[     4.910] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     4.910] (II) event1  - Power Button: device is a keyboard
[     4.912] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     4.912] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     4.912] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     4.912] (**) Sleep Button: Applying InputClass "system-keyboard"
[     4.912] (II) Using input driver 'libinput' for 'Sleep Button'
[     4.912] (**) Sleep Button: always reports core events
[     4.912] (**) Option "Device" "/dev/input/event0"
[     4.912] (**) Option "_source" "server/udev"
[     4.915] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     4.916] (II) event0  - Sleep Button: device is a keyboard
[     4.916] (II) event0  - Sleep Button: device removed
[     4.946] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     4.946] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     4.946] (**) Option "xkb_model" "pc105"
[     4.947] (**) Option "xkb_layout" "pl"
[     4.950] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     4.950] (II) event0  - Sleep Button: device is a keyboard
[     4.954] (II) config/udev: Adding input device SINOWEALTH Game Mouse (/dev/input/event7)
[     4.954] (**) SINOWEALTH Game Mouse: Applying InputClass "evdev pointer catchall"
[     4.954] (**) SINOWEALTH Game Mouse: Applying InputClass "libinput pointer catchall"
[     4.954] (II) Using input driver 'libinput' for 'SINOWEALTH Game Mouse'
[     4.954] (**) SINOWEALTH Game Mouse: always reports core events
[     4.955] (**) Option "Device" "/dev/input/event7"
[     4.955] (**) Option "_source" "server/udev"
[     5.014] (II) event7  - SINOWEALTH Game Mouse: is tagged by udev as: Mouse
[     5.015] (II) event7  - SINOWEALTH Game Mouse: device is a pointer
[     5.015] (II) event7  - SINOWEALTH Game Mouse: device removed
[     5.066] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:258A:0017.0003/input/input7/event7"
[     5.066] (II) XINPUT: Adding extended input device "SINOWEALTH Game Mouse" (type: MOUSE, id 10)
[     5.067] (**) Option "AccelerationScheme" "none"
[     5.067] (**) SINOWEALTH Game Mouse: (accel) selected scheme none/0
[     5.067] (**) SINOWEALTH Game Mouse: (accel) acceleration factor: 2.000
[     5.067] (**) SINOWEALTH Game Mouse: (accel) acceleration threshold: 4
[     5.127] (II) event7  - SINOWEALTH Game Mouse: is tagged by udev as: Mouse
[     5.128] (II) event7  - SINOWEALTH Game Mouse: device is a pointer
[     5.130] (II) config/udev: Adding input device SINOWEALTH Game Mouse (/dev/input/mouse0)
[     5.130] (II) No input driver specified, ignoring this device.
[     5.130] (II) This device may have been added with another device file.
[     5.132] (II) config/udev: Adding input device SINOWEALTH Game Mouse Keyboard (/dev/input/event8)
[     5.132] (**) SINOWEALTH Game Mouse Keyboard: Applying InputClass "evdev keyboard catchall"
[     5.133] (**) SINOWEALTH Game Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.133] (**) SINOWEALTH Game Mouse Keyboard: Applying InputClass "system-keyboard"
[     5.133] (II) Using input driver 'libinput' for 'SINOWEALTH Game Mouse Keyboard'
[     5.133] (**) SINOWEALTH Game Mouse Keyboard: always reports core events
[     5.133] (**) Option "Device" "/dev/input/event8"
[     5.133] (**) Option "_source" "server/udev"
[     5.137] (II) event8  - SINOWEALTH Game Mouse Keyboard: is tagged by udev as: Keyboard
[     5.138] (II) event8  - SINOWEALTH Game Mouse Keyboard: device is a keyboard
[     5.139] (II) event8  - SINOWEALTH Game Mouse Keyboard: device removed
[     5.160] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:258A:0017.0004/input/input8/event8"
[     5.160] (II) XINPUT: Adding extended input device "SINOWEALTH Game Mouse Keyboard" (type: KEYBOARD, id 11)
[     5.160] (**) Option "xkb_model" "pc105"
[     5.160] (**) Option "xkb_layout" "pl"
[     5.165] (II) event8  - SINOWEALTH Game Mouse Keyboard: is tagged by udev as: Keyboard
[     5.166] (II) event8  - SINOWEALTH Game Mouse Keyboard: device is a keyboard
[     5.169] (II) config/udev: Adding input device CM Storm Keyboard -- QuickFire XT (/dev/input/event4)
[     5.169] (**) CM Storm Keyboard -- QuickFire XT: Applying InputClass "evdev keyboard catchall"
[     5.169] (**) CM Storm Keyboard -- QuickFire XT: Applying InputClass "libinput keyboard catchall"
[     5.169] (**) CM Storm Keyboard -- QuickFire XT: Applying InputClass "system-keyboard"
[     5.169] (II) Using input driver 'libinput' for 'CM Storm Keyboard -- QuickFire XT'
[     5.169] (**) CM Storm Keyboard -- QuickFire XT: always reports core events
[     5.169] (**) Option "Device" "/dev/input/event4"
[     5.169] (**) Option "_source" "server/udev"
[     5.174] (II) event4  - CM Storm Keyboard -- QuickFire XT: is tagged by udev as: Keyboard
[     5.174] (II) event4  - CM Storm Keyboard -- QuickFire XT: device is a keyboard
[     5.175] (II) event4  - CM Storm Keyboard -- QuickFire XT: device removed
[     5.200] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:2516:001A.0001/input/input4/event4"
[     5.200] (II) XINPUT: Adding extended input device "CM Storm Keyboard -- QuickFire XT" (type: KEYBOARD, id 12)
[     5.200] (**) Option "xkb_model" "pc105"
[     5.200] (**) Option "xkb_layout" "pl"
[     5.205] (II) event4  - CM Storm Keyboard -- QuickFire XT: is tagged by udev as: Keyboard
[     5.205] (II) event4  - CM Storm Keyboard -- QuickFire XT: device is a keyboard
[     5.208] (II) config/udev: Adding input device CM Storm Keyboard -- QuickFire XT Consumer Control (/dev/input/event5)
[     5.208] (**) CM Storm Keyboard -- QuickFire XT Consumer Control: Applying InputClass "evdev keyboard catchall"
[     5.209] (**) CM Storm Keyboard -- QuickFire XT Consumer Control: Applying InputClass "libinput keyboard catchall"
[     5.209] (**) CM Storm Keyboard -- QuickFire XT Consumer Control: Applying InputClass "system-keyboard"
[     5.209] (II) Using input driver 'libinput' for 'CM Storm Keyboard -- QuickFire XT Consumer Control'
[     5.209] (**) CM Storm Keyboard -- QuickFire XT Consumer Control: always reports core events
[     5.209] (**) Option "Device" "/dev/input/event5"
[     5.209] (**) Option "_source" "server/udev"
[     5.214] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: is tagged by udev as: Keyboard
[     5.214] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: device is a keyboard
[     5.215] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: device removed
[     5.266] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:2516:001A.0002/input/input5/event5"
[     5.266] (II) XINPUT: Adding extended input device "CM Storm Keyboard -- QuickFire XT Consumer Control" (type: KEYBOARD, id 13)
[     5.266] (**) Option "xkb_model" "pc105"
[     5.266] (**) Option "xkb_layout" "pl"
[     5.272] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: is tagged by udev as: Keyboard
[     5.272] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: device is a keyboard
[     5.275] (II) config/udev: Adding input device CM Storm Keyboard -- QuickFire XT System Control (/dev/input/event6)
[     5.275] (**) CM Storm Keyboard -- QuickFire XT System Control: Applying InputClass "evdev keyboard catchall"
[     5.275] (**) CM Storm Keyboard -- QuickFire XT System Control: Applying InputClass "libinput keyboard catchall"
[     5.275] (**) CM Storm Keyboard -- QuickFire XT System Control: Applying InputClass "system-keyboard"
[     5.275] (II) Using input driver 'libinput' for 'CM Storm Keyboard -- QuickFire XT System Control'
[     5.275] (**) CM Storm Keyboard -- QuickFire XT System Control: always reports core events
[     5.275] (**) Option "Device" "/dev/input/event6"
[     5.275] (**) Option "_source" "server/udev"
[     5.280] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: is tagged by udev as: Keyboard
[     5.280] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: device is a keyboard
[     5.281] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: device removed
[     5.306] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:2516:001A.0002/input/input6/event6"
[     5.306] (II) XINPUT: Adding extended input device "CM Storm Keyboard -- QuickFire XT System Control" (type: KEYBOARD, id 14)
[     5.307] (**) Option "xkb_model" "pc105"
[     5.307] (**) Option "xkb_layout" "pl"
[     5.312] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: is tagged by udev as: Keyboard
[     5.312] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: device is a keyboard
[     5.314] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[     5.314] (II) No input driver specified, ignoring this device.
[     5.314] (II) This device may have been added with another device file.
[     5.315] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event12)
[     5.315] (II) No input driver specified, ignoring this device.
[     5.315] (II) This device may have been added with another device file.
[     5.316] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event13)
[     5.316] (II) No input driver specified, ignoring this device.
[     5.316] (II) This device may have been added with another device file.
[     5.317] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event14)
[     5.317] (II) No input driver specified, ignoring this device.
[     5.317] (II) This device may have been added with another device file.
[     5.318] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event15)
[     5.318] (II) No input driver specified, ignoring this device.
[     5.318] (II) This device may have been added with another device file.
[     5.319] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event16)
[     5.319] (II) No input driver specified, ignoring this device.
[     5.319] (II) This device may have been added with another device file.
[     5.320] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event17)
[     5.320] (II) No input driver specified, ignoring this device.
[     5.320] (II) This device may have been added with another device file.
[     5.321] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event18)
[     5.321] (II) No input driver specified, ignoring this device.
[     5.321] (II) This device may have been added with another device file.
[     5.322] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[     5.322] (II) No input driver specified, ignoring this device.
[     5.322] (II) This device may have been added with another device file.
[     5.323] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[     5.323] (II) No input driver specified, ignoring this device.
[     5.323] (II) This device may have been added with another device file.
[     5.324] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[     5.324] (II) No input driver specified, ignoring this device.
[     5.324] (II) This device may have been added with another device file.
[     5.326] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[     5.326] (II) No input driver specified, ignoring this device.
[     5.326] (II) This device may have been added with another device file.
[     5.327] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event23)
[     5.327] (II) No input driver specified, ignoring this device.
[     5.327] (II) This device may have been added with another device file.
[     5.328] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event10)
[     5.328] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     5.328] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.328] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[     5.328] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[     5.328] (**) Eee PC WMI hotkeys: always reports core events
[     5.328] (**) Option "Device" "/dev/input/event10"
[     5.328] (**) Option "_source" "server/udev"
[     5.331] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[     5.331] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[     5.332] (II) event10 - Eee PC WMI hotkeys: device removed
[     5.386] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input12/event10"
[     5.386] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 15)
[     5.386] (**) Option "xkb_model" "pc105"
[     5.386] (**) Option "xkb_layout" "pl"
[     5.390] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[     5.390] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[     5.392] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[     5.392] (II) No input driver specified, ignoring this device.
[     5.392] (II) This device may have been added with another device file.
[     5.406] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[     5.406] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[     5.406] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[     5.406] (--) NVIDIA(GPU-0): 
[     5.407] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[     5.407] (II) No input driver specified, ignoring this device.
[     5.407] (II) This device may have been added with another device file.
[     5.408] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[     5.408] (II) No input driver specified, ignoring this device.
[     5.408] (II) This device may have been added with another device file.
[     5.409] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event14)
[     5.409] (II) No input driver specified, ignoring this device.
[     5.409] (II) This device may have been added with another device file.
[     5.409] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event16)
[     5.409] (II) No input driver specified, ignoring this device.
[     5.409] (II) This device may have been added with another device file.
[     5.410] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event12)
[     5.410] (II) No input driver specified, ignoring this device.
[     5.410] (II) This device may have been added with another device file.
[     5.411] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[     5.411] (II) No input driver specified, ignoring this device.
[     5.411] (II) This device may have been added with another device file.
[     5.412] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event13)
[     5.412] (II) No input driver specified, ignoring this device.
[     5.412] (II) This device may have been added with another device file.
[     5.412] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event23)
[     5.412] (II) No input driver specified, ignoring this device.
[     5.412] (II) This device may have been added with another device file.
[     5.413] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event17)
[     5.413] (II) No input driver specified, ignoring this device.
[     5.413] (II) This device may have been added with another device file.
[     5.414] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event15)
[     5.414] (II) No input driver specified, ignoring this device.
[     5.414] (II) This device may have been added with another device file.
[     5.415] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[     5.415] (II) No input driver specified, ignoring this device.
[     5.415] (II) This device may have been added with another device file.
[     5.415] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[     5.415] (II) No input driver specified, ignoring this device.
[     5.415] (II) This device may have been added with another device file.
[     5.416] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event18)
[     5.416] (II) No input driver specified, ignoring this device.
[     5.416] (II) This device may have been added with another device file.
[     5.418] (II) config/udev: Adding input device SINOWEALTH Game Mouse (/dev/input/mouse0)
[     5.418] (II) No input driver specified, ignoring this device.
[     5.418] (II) This device may have been added with another device file.
[     5.419] (II) config/udev: removing device CM Storm Keyboard -- QuickFire XT System Control
[     5.419] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: device removed
[     5.466] (II) UnloadModule: "libinput"
[     5.468] (II) config/udev: Adding input device CM Storm Keyboard -- QuickFire XT System Control (/dev/input/event6)
[     5.468] (**) CM Storm Keyboard -- QuickFire XT System Control: Applying InputClass "evdev keyboard catchall"
[     5.468] (**) CM Storm Keyboard -- QuickFire XT System Control: Applying InputClass "libinput keyboard catchall"
[     5.468] (**) CM Storm Keyboard -- QuickFire XT System Control: Applying InputClass "system-keyboard"
[     5.468] (II) Using input driver 'libinput' for 'CM Storm Keyboard -- QuickFire XT System Control'
[     5.468] (**) CM Storm Keyboard -- QuickFire XT System Control: always reports core events
[     5.468] (**) Option "Device" "/dev/input/event6"
[     5.468] (**) Option "_source" "server/udev"
[     5.473] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: is tagged by udev as: Keyboard
[     5.473] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: device is a keyboard
[     5.474] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: device removed
[     5.506] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:2516:001A.0002/input/input6/event6"
[     5.507] (II) XINPUT: Adding extended input device "CM Storm Keyboard -- QuickFire XT System Control" (type: KEYBOARD, id 14)
[     5.507] (**) Option "xkb_model" "pc105"
[     5.507] (**) Option "xkb_layout" "pl"
[     5.512] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: is tagged by udev as: Keyboard
[     5.512] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: device is a keyboard
[     5.513] (II) config/udev: removing device CM Storm Keyboard -- QuickFire XT
[     5.513] (II) event4  - CM Storm Keyboard -- QuickFire XT: device removed
[     5.546] (II) UnloadModule: "libinput"
[     5.548] (II) config/udev: Adding input device CM Storm Keyboard -- QuickFire XT (/dev/input/event4)
[     5.548] (**) CM Storm Keyboard -- QuickFire XT: Applying InputClass "evdev keyboard catchall"
[     5.548] (**) CM Storm Keyboard -- QuickFire XT: Applying InputClass "libinput keyboard catchall"
[     5.548] (**) CM Storm Keyboard -- QuickFire XT: Applying InputClass "system-keyboard"
[     5.548] (II) Using input driver 'libinput' for 'CM Storm Keyboard -- QuickFire XT'
[     5.548] (**) CM Storm Keyboard -- QuickFire XT: always reports core events
[     5.548] (**) Option "Device" "/dev/input/event4"
[     5.548] (**) Option "_source" "server/udev"
[     5.553] (II) event4  - CM Storm Keyboard -- QuickFire XT: is tagged by udev as: Keyboard
[     5.553] (II) event4  - CM Storm Keyboard -- QuickFire XT: device is a keyboard
[     5.554] (II) event4  - CM Storm Keyboard -- QuickFire XT: device removed
[     5.586] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:2516:001A.0001/input/input4/event4"
[     5.587] (II) XINPUT: Adding extended input device "CM Storm Keyboard -- QuickFire XT" (type: KEYBOARD, id 12)
[     5.587] (**) Option "xkb_model" "pc105"
[     5.587] (**) Option "xkb_layout" "pl"
[     5.592] (II) event4  - CM Storm Keyboard -- QuickFire XT: is tagged by udev as: Keyboard
[     5.592] (II) event4  - CM Storm Keyboard -- QuickFire XT: device is a keyboard
[     5.593] (II) config/udev: removing device CM Storm Keyboard -- QuickFire XT Consumer Control
[     5.593] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: device removed
[     5.640] (II) UnloadModule: "libinput"
[     5.641] (II) config/udev: Adding input device CM Storm Keyboard -- QuickFire XT Consumer Control (/dev/input/event5)
[     5.641] (**) CM Storm Keyboard -- QuickFire XT Consumer Control: Applying InputClass "evdev keyboard catchall"
[     5.641] (**) CM Storm Keyboard -- QuickFire XT Consumer Control: Applying InputClass "libinput keyboard catchall"
[     5.641] (**) CM Storm Keyboard -- QuickFire XT Consumer Control: Applying InputClass "system-keyboard"
[     5.641] (II) Using input driver 'libinput' for 'CM Storm Keyboard -- QuickFire XT Consumer Control'
[     5.641] (**) CM Storm Keyboard -- QuickFire XT Consumer Control: always reports core events
[     5.641] (**) Option "Device" "/dev/input/event5"
[     5.641] (**) Option "_source" "server/udev"
[     5.646] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: is tagged by udev as: Keyboard
[     5.647] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: device is a keyboard
[     5.647] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: device removed
[     5.706] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:2516:001A.0002/input/input5/event5"
[     5.706] (II) XINPUT: Adding extended input device "CM Storm Keyboard -- QuickFire XT Consumer Control" (type: KEYBOARD, id 13)
[     5.706] (**) Option "xkb_model" "pc105"
[     5.707] (**) Option "xkb_layout" "pl"
[     5.712] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: is tagged by udev as: Keyboard
[     5.712] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: device is a keyboard
[     5.713] (EE) Failed to open authorization file "/var/run/sddm/{802da3e9-2146-4e26-9d77-966140a92ae6}": No such file or directory
[     5.714] (II) config/udev: removing device SINOWEALTH Game Mouse Keyboard
[     5.714] (II) event8  - SINOWEALTH Game Mouse Keyboard: device removed
[     5.733] (II) UnloadModule: "libinput"
[     5.735] (II) config/udev: Adding input device SINOWEALTH Game Mouse Keyboard (/dev/input/event8)
[     5.735] (**) SINOWEALTH Game Mouse Keyboard: Applying InputClass "evdev keyboard catchall"
[     5.735] (**) SINOWEALTH Game Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.735] (**) SINOWEALTH Game Mouse Keyboard: Applying InputClass "system-keyboard"
[     5.735] (II) Using input driver 'libinput' for 'SINOWEALTH Game Mouse Keyboard'
[     5.735] (**) SINOWEALTH Game Mouse Keyboard: always reports core events
[     5.735] (**) Option "Device" "/dev/input/event8"
[     5.735] (**) Option "_source" "server/udev"
[     5.739] (II) event8  - SINOWEALTH Game Mouse Keyboard: is tagged by udev as: Keyboard
[     5.740] (II) event8  - SINOWEALTH Game Mouse Keyboard: device is a keyboard
[     5.741] (II) event8  - SINOWEALTH Game Mouse Keyboard: device removed
[     5.773] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:258A:0017.0004/input/input8/event8"
[     5.773] (II) XINPUT: Adding extended input device "SINOWEALTH Game Mouse Keyboard" (type: KEYBOARD, id 11)
[     5.773] (**) Option "xkb_model" "pc105"
[     5.773] (**) Option "xkb_layout" "pl"
[     5.778] (II) event8  - SINOWEALTH Game Mouse Keyboard: is tagged by udev as: Keyboard
[     5.779] (II) event8  - SINOWEALTH Game Mouse Keyboard: device is a keyboard
[     5.780] (II) config/udev: removing device SINOWEALTH Game Mouse
[     5.780] (II) event7  - SINOWEALTH Game Mouse: device removed
[     5.840] (II) UnloadModule: "libinput"
[     5.841] (II) config/udev: Adding input device SINOWEALTH Game Mouse (/dev/input/event7)
[     5.841] (**) SINOWEALTH Game Mouse: Applying InputClass "evdev pointer catchall"
[     5.841] (**) SINOWEALTH Game Mouse: Applying InputClass "libinput pointer catchall"
[     5.841] (II) Using input driver 'libinput' for 'SINOWEALTH Game Mouse'
[     5.841] (**) SINOWEALTH Game Mouse: always reports core events
[     5.841] (**) Option "Device" "/dev/input/event7"
[     5.841] (**) Option "_source" "server/udev"
[     5.901] (II) event7  - SINOWEALTH Game Mouse: is tagged by udev as: Mouse
[     5.901] (II) event7  - SINOWEALTH Game Mouse: device is a pointer
[     5.902] (II) event7  - SINOWEALTH Game Mouse: device removed
[     5.960] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:258A:0017.0003/input/input7/event7"
[     5.960] (II) XINPUT: Adding extended input device "SINOWEALTH Game Mouse" (type: MOUSE, id 10)
[     5.960] (**) Option "AccelerationScheme" "none"
[     5.960] (**) SINOWEALTH Game Mouse: (accel) selected scheme none/0
[     5.960] (**) SINOWEALTH Game Mouse: (accel) acceleration factor: 2.000
[     5.960] (**) SINOWEALTH Game Mouse: (accel) acceleration threshold: 4
[     6.021] (II) event7  - SINOWEALTH Game Mouse: is tagged by udev as: Mouse
[     6.021] (II) event7  - SINOWEALTH Game Mouse: device is a pointer
[    11.577] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): connected
[    11.577] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): 400.0 MHz maximum pixel clock
[    11.577] (--) NVIDIA(GPU-0): 
[    11.666] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    11.666] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    11.666] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    11.666] (--) NVIDIA(GPU-0): 
[    11.666] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    11.666] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    11.666] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    11.666] (--) NVIDIA(GPU-0): 
[    11.667] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[    11.667] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[    11.667] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[    11.667] (--) NVIDIA(GPU-0): 
[    11.668] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    11.668] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    11.668] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    11.668] (--) NVIDIA(GPU-0): 
[    11.668] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    11.668] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    11.668] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    11.668] (--) NVIDIA(GPU-0): 
[    11.763] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): connected
[    11.763] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): 400.0 MHz maximum pixel clock
[    11.763] (--) NVIDIA(GPU-0): 
[    11.852] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    11.852] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    11.852] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    11.852] (--) NVIDIA(GPU-0): 
[    11.852] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    11.852] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    11.852] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    11.852] (--) NVIDIA(GPU-0): 
[    11.853] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[    11.853] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[    11.853] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[    11.853] (--) NVIDIA(GPU-0): 
[    11.854] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    11.854] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    11.854] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    11.854] (--) NVIDIA(GPU-0): 
[    11.854] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    11.854] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    11.854] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    11.854] (--) NVIDIA(GPU-0): 
[    11.868] (II) event7  - SINOWEALTH Game Mouse: SYN_DROPPED event - some input events have been lost.
[    12.665] (EE) event7  - SINOWEALTH Game Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[    12.792] (II) event7  - SINOWEALTH Game Mouse: SYN_DROPPED event - some input events have been lost.
[    13.069] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): connected
[    13.069] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): 400.0 MHz maximum pixel clock
[    13.069] (--) NVIDIA(GPU-0): 
[    13.158] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    13.158] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    13.158] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    13.158] (--) NVIDIA(GPU-0): 
[    13.158] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    13.158] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    13.158] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    13.158] (--) NVIDIA(GPU-0): 
[    13.159] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[    13.159] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[    13.159] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[    13.159] (--) NVIDIA(GPU-0): 
[    13.160] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    13.160] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    13.160] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    13.160] (--) NVIDIA(GPU-0): 
[    13.160] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    13.160] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    13.160] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    13.160] (--) NVIDIA(GPU-0): 
[    13.255] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): connected
[    13.255] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): 400.0 MHz maximum pixel clock
[    13.255] (--) NVIDIA(GPU-0): 
[    13.332] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    13.332] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    13.332] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    13.332] (--) NVIDIA(GPU-0): 
[    13.332] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    13.332] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    13.332] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    13.332] (--) NVIDIA(GPU-0): 
[    13.332] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[    13.332] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[    13.332] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[    13.332] (--) NVIDIA(GPU-0): 
[    13.334] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    13.334] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    13.334] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    13.334] (--) NVIDIA(GPU-0): 
[    13.334] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    13.334] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    13.334] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    13.334] (--) NVIDIA(GPU-0): 
[    13.345] (II) event7  - SINOWEALTH Game Mouse: SYN_DROPPED event - some input events have been lost.
[    13.372] (EE) event7  - SINOWEALTH Game Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[    13.479] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_144 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DVI-I-0: nvidia-auto-select @1280x1024 +1920+0 {ViewPortIn=1280x1024, ViewPortOut=1280x1024+0+0}"
[    15.385] (EE) event7  - SINOWEALTH Game Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[    15.627] (EE) event7  - SINOWEALTH Game Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[   652.243] (EE) event7  - SINOWEALTH Game Mouse: client bug: event processing lagging behind by 25ms, your system is too slow

What’s in this directory? And is that the log for the current session?

How can I determine if this is for the current session? It does not show timestamps. This is the only file I found which suggests this is the right log file for the current session.

Log file: "/var/log/Xorg.0.log", Time: Mon Sep 21 11:45:52 2020
$ tree /usr/share/X11/xorg.conf.d/
/usr/share/X11/xorg.conf.d/
├── 10-amdgpu-nvidia-drm-outputclass.conf
├── 10-evdev.conf
├── 10-intel-nvidia-drm-outputclass.conf
├── 10-quirks.conf
└── 40-libinput.conf
$ cat /usr/share/X11/xorg.conf.d/10-intel-nvidia-drm-outputclass.conf 
Section "ServerLayout"
    Identifier "layout"
    Option "AllowNVIDIAGPUScreens"
EndSection

Section "OutputClass"
    Identifier "intel"
    MatchDriver "i915"
    Driver "modesetting"
EndSection

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

This… this shouldn’t be like that. Please do the following:

sudo systemctl set-default multi-user.target
# reboot
# log in
startx -- -logverbose 99 -keeptty
# if that fails, try with sudo
# log out of the graphical session
cp /var/log/Xorg.* ~/.
sudo systemctl set-default graphical.target
# reboot

And then send the log files that are in your home directory.

[    46.788] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    46.789] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    46.789] Build Operating System: Linux Manjaro Linux
[    46.789] Current Operating System: Linux manjaro 5.8.6-1-MANJARO #1 SMP PREEMPT Thu Sep 3 14:19:36 UTC 2020 x86_64
[    46.789] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.8-x86_64 root=UUID=2d07bc7e-c35e-4708-955e-d0f05409dca4 rw quiet apparmor=1 security=apparmor udev.log_priority=3
[    46.789] Build Date: 01 August 2020  07:25:56AM
[    46.789]  
[    46.789] Current version of pixman: 0.40.0
[    46.789]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    46.789] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    46.789] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 21 13:04:01 2020
[    46.791] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    46.791] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    46.792] (==) ServerLayout "layout"
[    46.792] (**) |-->Screen "nvidia" (0)
[    46.792] (**) |   |-->Monitor "<default monitor>"
[    46.792] (**) |   |-->Device "nvidia"
[    46.792] (**) |   |-->GPUDevice "intel"
[    46.792] (==) No monitor specified for screen "nvidia".
        Using a default monitor configuration.
[    46.792] (==) Automatically adding devices
[    46.792] (==) Automatically enabling devices
[    46.792] (==) Automatically adding GPU devices
[    46.792] (==) Automatically binding GPU devices
[    46.792] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    46.793] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    46.793]    Entry deleted from font path.
[    46.793]    (Run 'mkfontdir' on "/usr/share/fonts/misc").
[    46.793] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    46.793]    Entry deleted from font path.
[    46.793]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    46.793] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    46.793]    Entry deleted from font path.
[    46.793] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    46.794]    Entry deleted from font path.
[    46.794] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    46.794]    Entry deleted from font path.
[    46.794] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    46.794]    Entry deleted from font path.
[    46.794] (==) FontPath set to:

[    46.794] (==) ModulePath set to "/usr/lib/xorg/modules"
[    46.794] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    46.794] (II) Module ABI versions:
[    46.794]    X.Org ANSI C Emulation: 0.4
[    46.794]    X.Org Video Driver: 24.1
[    46.794]    X.Org XInput driver : 24.1
[    46.794]    X.Org Server Extension : 10.0
[    46.795] (++) using VT number 1

[    46.797] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    46.799] (II) xfree86: Adding drm device (/dev/dri/card0)
[    46.799] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    46.800] (II) xfree86: Adding drm device (/dev/dri/card1)
[    46.800] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[    46.802] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    46.802] (**) 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"
[    46.804] (--) PCI: (0@0:2:0) 8086:1912:1043:8694 rev 6, Mem @ 0xf5000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64
[    46.804] (--) PCI:*(1@0:0:0) 10de:13c2:1462:3160 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    46.804] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    46.804] (II) LoadModule: "glx"
[    46.806] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    46.811] (II) Module glx: vendor="X.Org Foundation"
[    46.811]    compiled for 1.20.8, module version = 1.0.0
[    46.811]    ABI class: X.Org Server Extension, version 10.0
[    46.811] (II) LoadModule: "nvidia"
[    46.812] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    46.814] (II) Module nvidia: vendor="NVIDIA Corporation"
[    46.814]    compiled for 1.6.99.901, module version = 1.0.0
[    46.814]    Module class: X.Org Video Driver
[    46.814] (II) LoadModule: "modesetting"
[    46.815] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    46.816] (II) Module modesetting: vendor="X.Org Foundation"
[    46.816]    compiled for 1.20.8, module version = 1.20.8
[    46.816]    Module class: X.Org Video Driver
[    46.816]    ABI class: X.Org Video Driver, version 24.1
[    46.817] (II) NVIDIA dlloader X Driver  450.66  Wed Aug 12 19:44:12 UTC 2020
[    46.817] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    46.817] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    46.817] (II) systemd-logind: releasing fd for 226:0
[    46.818] (II) Loading sub module "fb"
[    46.818] (II) LoadModule: "fb"
[    46.818] (II) Loading /usr/lib/xorg/modules/libfb.so
[    46.819] (II) Module fb: vendor="X.Org Foundation"
[    46.819]    compiled for 1.20.8, module version = 1.0.0
[    46.819]    ABI class: X.Org ANSI C Emulation, version 0.4
[    46.819] (II) Loading sub module "wfb"
[    46.819] (II) LoadModule: "wfb"
[    46.819] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    46.819] (II) Module wfb: vendor="X.Org Foundation"
[    46.819]    compiled for 1.20.8, module version = 1.0.0
[    46.819]    ABI class: X.Org ANSI C Emulation, version 0.4
[    46.820] (II) Loading sub module "ramdac"
[    46.820] (II) LoadModule: "ramdac"
[    46.820] (II) Module "ramdac" already built-in
[    46.821] (II) modeset(G0): using drv /dev/dri/card1
[    46.821] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "nvidia" for depth/fbbpp 24/32
[    46.821] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    46.821] (==) NVIDIA(0): RGB weight 888
[    46.821] (==) NVIDIA(0): Default visual is TrueColor
[    46.821] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    46.821] (**) Option "AllowNVIDIAGpuScreens"
[    46.821] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    46.821] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    46.821] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    46.821] (**) NVIDIA(0): Enabling 2D acceleration
[    46.821] (II) Loading sub module "glxserver_nvidia"
[    46.821] (II) LoadModule: "glxserver_nvidia"
[    46.821] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    46.846] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    46.846]    compiled for 1.6.99.901, module version = 1.0.0
[    46.846]    Module class: X.Org Server Extension
[    46.846] (II) NVIDIA GLX Module  450.66  Wed Aug 12 19:41:37 UTC 2020
[    46.847] (II) NVIDIA: The X server supports PRIME Render Offload.
[    47.664] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    47.664] (--) NVIDIA(0):     CRT-0
[    47.664] (--) NVIDIA(0):     DFP-0
[    47.664] (--) NVIDIA(0):     DFP-1
[    47.664] (--) NVIDIA(0):     DFP-2 (boot)
[    47.664] (--) NVIDIA(0):     DFP-3
[    47.664] (--) NVIDIA(0):     DFP-4
[    47.665] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-0)
[    47.665] (--) NVIDIA(0): Memory: 4194304 kBytes
[    47.665] (--) NVIDIA(0): VideoBIOS: 84.04.36.00.f1
[    47.665] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    47.756] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): connected
[    47.756] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): 400.0 MHz maximum pixel clock
[    47.756] (--) NVIDIA(GPU-0): 
[    47.833] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    47.833] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    47.833] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    47.833] (--) NVIDIA(GPU-0): 
[    47.833] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    47.833] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    47.833] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    47.833] (--) NVIDIA(GPU-0): 
[    47.975] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[    47.975] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[    47.975] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[    47.975] (--) NVIDIA(GPU-0): 
[    47.977] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    47.977] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    47.977] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    47.977] (--) NVIDIA(GPU-0): 
[    47.977] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    47.977] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    47.977] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    47.977] (--) NVIDIA(GPU-0): 
[    47.980] (==) NVIDIA(0): 
[    47.980] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    47.980] (==) NVIDIA(0):     will be used as the requested mode.
[    47.980] (==) NVIDIA(0): 
[    47.980] (II) NVIDIA(0): Validated MetaModes:
[    47.980] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select,CRT-0:nvidia-auto-select"
[    47.980] (II) NVIDIA(0): Virtual screen size determined to be 3200 x 1080
[    47.982] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    47.982] (--) NVIDIA(0):     option
[    47.982] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    47.982] (==) modeset(G0): RGB weight 888
[    47.982] (==) modeset(G0): Default visual is TrueColor
[    47.982] (II) Loading sub module "glamoregl"
[    47.982] (II) LoadModule: "glamoregl"
[    47.982] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    47.994] (II) Module glamoregl: vendor="X.Org Foundation"
[    47.994]    compiled for 1.20.8, module version = 1.0.1
[    47.994]    ABI class: X.Org ANSI C Emulation, version 0.4
[    48.131] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 530 (SKL GT2)
[    48.131] (II) modeset(G0): glamor initialized
[    48.136] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    48.141] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[    48.141] (II) modeset(G0): Output DP-1-1 has no monitor section
[    48.145] (II) modeset(G0): Output HDMI-1-3 has no monitor section
[    48.145] (II) modeset(G0): Output DP-1-2 has no monitor section
[    48.150] (II) modeset(G0): EDID for output HDMI-1-1
[    48.155] (II) modeset(G0): EDID for output HDMI-1-2
[    48.155] (II) modeset(G0): EDID for output DP-1-1
[    48.160] (II) modeset(G0): EDID for output HDMI-1-3
[    48.160] (II) modeset(G0): EDID for output DP-1-2
[    48.160] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    48.160] (==) modeset(G0): DPI set to (96, 96)
[    48.160] (II) Loading sub module "fb"
[    48.160] (II) LoadModule: "fb"
[    48.160] (II) Loading /usr/lib/xorg/modules/libfb.so
[    48.160] (II) Module fb: vendor="X.Org Foundation"
[    48.160]    compiled for 1.20.8, module version = 1.0.0
[    48.160]    ABI class: X.Org ANSI C Emulation, version 0.4
[    48.160] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    48.160] (II) NVIDIA:     access.
[    48.161] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    48.161] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    48.161] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    48.161] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    48.161] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    48.161] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    48.161] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    48.161] (II) NVIDIA(0):     Config Options in the README.
[    48.173] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select,CRT-0:nvidia-auto-select"
[    48.258] (==) NVIDIA(0): Disabling shared memory pixmaps
[    48.258] (==) NVIDIA(0): Backing store enabled
[    48.258] (==) NVIDIA(0): Silken mouse disabled
[    48.258] (==) NVIDIA(0): DPMS enabled
[    48.259] (II) Loading sub module "dri2"
[    48.259] (II) LoadModule: "dri2"
[    48.259] (II) Module "dri2" already built-in
[    48.259] (II) NVIDIA(0): [DRI2] Setup complete
[    48.259] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    48.276] (==) modeset(G0): Backing store enabled
[    48.276] (==) modeset(G0): Silken mouse disabled
[    48.277] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    48.277] (==) modeset(G0): DPMS enabled
[    48.277] (II) modeset(G0): [DRI2] Setup complete
[    48.277] (II) modeset(G0): [DRI2]   DRI driver: iris
[    48.277] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[    48.277] (II) Initializing extension Generic Event Extension
[    48.277] (II) Initializing extension SHAPE
[    48.277] (II) Initializing extension MIT-SHM
[    48.277] (II) Initializing extension XInputExtension
[    48.277] (II) Initializing extension XTEST
[    48.277] (II) Initializing extension BIG-REQUESTS
[    48.277] (II) Initializing extension SYNC
[    48.277] (II) Initializing extension XKEYBOARD
[    48.277] (II) Initializing extension XC-MISC
[    48.277] (II) Initializing extension SECURITY
[    48.277] (II) Initializing extension XFIXES
[    48.277] (II) Initializing extension RENDER
[    48.277] (II) Initializing extension RANDR
[    48.277] (II) Initializing extension COMPOSITE
[    48.277] (II) Initializing extension DAMAGE
[    48.277] (II) Initializing extension MIT-SCREEN-SAVER
[    48.277] (II) Initializing extension DOUBLE-BUFFER
[    48.277] (II) Initializing extension RECORD
[    48.277] (II) Initializing extension DPMS
[    48.277] (II) Initializing extension Present
[    48.277] (II) Initializing extension DRI3
[    48.277] (II) Initializing extension X-Resource
[    48.277] (II) Initializing extension XVideo
[    48.277] (II) Initializing extension XVideo-MotionCompensation
[    48.277] (II) Initializing extension GLX
[    48.277] (II) Initializing extension GLX
[    48.277] (II) Indirect GLX disabled.
[    48.277] (II) GLX: Another vendor is already registered for screen 0
[    48.277] (II) Initializing extension XFree86-VidModeExtension
[    48.277] (II) Initializing extension XFree86-DGA
[    48.277] (II) Initializing extension XFree86-DRI
[    48.277] (II) Initializing extension DRI2
[    48.277] (II) Initializing extension NV-GLX
[    48.277] (II) Initializing extension NV-CONTROL
[    48.277] (II) Initializing extension XINERAMA
[    48.278] (II) modeset(G0): Damage tracking initialized
[    48.313] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    48.313] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    48.313] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    48.313] (**) Power Button: Applying InputClass "system-keyboard"
[    48.313] (II) LoadModule: "libinput"
[    48.313] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    48.315] (II) Module libinput: vendor="X.Org Foundation"
[    48.315]    compiled for 1.20.8, module version = 0.30.0
[    48.315]    Module class: X.Org XInput Driver
[    48.315]    ABI class: X.Org XInput driver, version 24.1
[    48.315] (II) Using input driver 'libinput' for 'Power Button'
[    48.316] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 39 paused 0
[    48.316] (**) Power Button: always reports core events
[    48.316] (**) Option "Device" "/dev/input/event2"
[    48.316] (**) Option "_source" "server/udev"
[    48.319] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    48.319] (II) event2  - Power Button: device is a keyboard
[    48.319] (II) event2  - Power Button: device removed
[    48.319] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    48.319] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    48.319] (**) Option "xkb_model" "pc105"
[    48.319] (**) Option "xkb_layout" "pl"
[    48.330] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    48.330] (II) event2  - Power Button: device is a keyboard
[    48.330] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    48.331] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    48.331] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    48.331] (**) Video Bus: Applying InputClass "system-keyboard"
[    48.331] (II) Using input driver 'libinput' for 'Video Bus'
[    48.331] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[    48.331] (**) Video Bus: always reports core events
[    48.331] (**) Option "Device" "/dev/input/event3"
[    48.331] (**) Option "_source" "server/udev"
[    48.332] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    48.332] (II) event3  - Video Bus: device is a keyboard
[    48.332] (II) event3  - Video Bus: device removed
[    48.332] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[    48.332] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    48.332] (**) Option "xkb_model" "pc105"
[    48.332] (**) Option "xkb_layout" "pl"
[    48.333] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    48.333] (II) event3  - Video Bus: device is a keyboard
[    48.333] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    48.333] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    48.333] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    48.333] (**) Power Button: Applying InputClass "system-keyboard"
[    48.333] (II) Using input driver 'libinput' for 'Power Button'
[    48.334] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 43 paused 0
[    48.334] (**) Power Button: always reports core events
[    48.334] (**) Option "Device" "/dev/input/event1"
[    48.334] (**) Option "_source" "server/udev"
[    48.335] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    48.335] (II) event1  - Power Button: device is a keyboard
[    48.335] (II) event1  - Power Button: device removed
[    48.335] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    48.335] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    48.335] (**) Option "xkb_model" "pc105"
[    48.335] (**) Option "xkb_layout" "pl"
[    48.335] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    48.335] (II) event1  - Power Button: device is a keyboard
[    48.336] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    48.336] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    48.336] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    48.336] (**) Sleep Button: Applying InputClass "system-keyboard"
[    48.336] (II) Using input driver 'libinput' for 'Sleep Button'
[    48.336] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 44 paused 0
[    48.336] (**) Sleep Button: always reports core events
[    48.336] (**) Option "Device" "/dev/input/event0"
[    48.336] (**) Option "_source" "server/udev"
[    48.337] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    48.337] (II) event0  - Sleep Button: device is a keyboard
[    48.337] (II) event0  - Sleep Button: device removed
[    48.337] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    48.337] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    48.337] (**) Option "xkb_model" "pc105"
[    48.337] (**) Option "xkb_layout" "pl"
[    48.338] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    48.338] (II) event0  - Sleep Button: device is a keyboard
[    48.339] (II) config/udev: Adding input device SINOWEALTH Game Mouse (/dev/input/event7)
[    48.339] (**) SINOWEALTH Game Mouse: Applying InputClass "evdev pointer catchall"
[    48.339] (**) SINOWEALTH Game Mouse: Applying InputClass "libinput pointer catchall"
[    48.339] (II) Using input driver 'libinput' for 'SINOWEALTH Game Mouse'
[    48.393] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 45 paused 0
[    48.393] (**) SINOWEALTH Game Mouse: always reports core events
[    48.393] (**) Option "Device" "/dev/input/event7"
[    48.393] (**) Option "_source" "server/udev"
[    48.398] (II) event7  - SINOWEALTH Game Mouse: is tagged by udev as: Mouse
[    48.399] (II) event7  - SINOWEALTH Game Mouse: device is a pointer
[    48.399] (II) event7  - SINOWEALTH Game Mouse: device removed
[    48.400] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:258A:0017.0003/input/input7/event7"
[    48.400] (II) XINPUT: Adding extended input device "SINOWEALTH Game Mouse" (type: MOUSE, id 10)
[    48.400] (**) Option "AccelerationScheme" "none"
[    48.400] (**) SINOWEALTH Game Mouse: (accel) selected scheme none/0
[    48.400] (**) SINOWEALTH Game Mouse: (accel) acceleration factor: 2.000
[    48.400] (**) SINOWEALTH Game Mouse: (accel) acceleration threshold: 4
[    48.405] (II) event7  - SINOWEALTH Game Mouse: is tagged by udev as: Mouse
[    48.405] (II) event7  - SINOWEALTH Game Mouse: device is a pointer
[    48.408] (II) config/udev: Adding input device SINOWEALTH Game Mouse (/dev/input/mouse0)
[    48.408] (II) No input driver specified, ignoring this device.
[    48.408] (II) This device may have been added with another device file.
[    48.410] (II) config/udev: Adding input device SINOWEALTH Game Mouse Keyboard (/dev/input/event8)
[    48.410] (**) SINOWEALTH Game Mouse Keyboard: Applying InputClass "evdev keyboard catchall"
[    48.410] (**) SINOWEALTH Game Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    48.410] (**) SINOWEALTH Game Mouse Keyboard: Applying InputClass "system-keyboard"
[    48.410] (II) Using input driver 'libinput' for 'SINOWEALTH Game Mouse Keyboard'
[    48.412] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 46 paused 0
[    48.412] (**) SINOWEALTH Game Mouse Keyboard: always reports core events
[    48.412] (**) Option "Device" "/dev/input/event8"
[    48.412] (**) Option "_source" "server/udev"
[    48.417] (II) event8  - SINOWEALTH Game Mouse Keyboard: is tagged by udev as: Keyboard
[    48.417] (II) event8  - SINOWEALTH Game Mouse Keyboard: device is a keyboard
[    48.418] (II) event8  - SINOWEALTH Game Mouse Keyboard: device removed
[    48.418] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:258A:0017.0004/input/input8/event8"
[    48.418] (II) XINPUT: Adding extended input device "SINOWEALTH Game Mouse Keyboard" (type: KEYBOARD, id 11)
[    48.418] (**) Option "xkb_model" "pc105"
[    48.418] (**) Option "xkb_layout" "pl"
[    48.424] (II) event8  - SINOWEALTH Game Mouse Keyboard: is tagged by udev as: Keyboard
[    48.424] (II) event8  - SINOWEALTH Game Mouse Keyboard: device is a keyboard
[    48.427] (II) config/udev: Adding input device CM Storm Keyboard -- QuickFire XT (/dev/input/event4)
[    48.427] (**) CM Storm Keyboard -- QuickFire XT: Applying InputClass "evdev keyboard catchall"
[    48.427] (**) CM Storm Keyboard -- QuickFire XT: Applying InputClass "libinput keyboard catchall"
[    48.427] (**) CM Storm Keyboard -- QuickFire XT: Applying InputClass "system-keyboard"
[    48.427] (II) Using input driver 'libinput' for 'CM Storm Keyboard -- QuickFire XT'
[    48.429] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 47 paused 0
[    48.429] (**) CM Storm Keyboard -- QuickFire XT: always reports core events
[    48.429] (**) Option "Device" "/dev/input/event4"
[    48.429] (**) Option "_source" "server/udev"
[    48.432] (II) event4  - CM Storm Keyboard -- QuickFire XT: is tagged by udev as: Keyboard
[    48.433] (II) event4  - CM Storm Keyboard -- QuickFire XT: device is a keyboard
[    48.433] (II) event4  - CM Storm Keyboard -- QuickFire XT: device removed
[    48.433] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:2516:001A.0001/input/input4/event4"
[    48.433] (II) XINPUT: Adding extended input device "CM Storm Keyboard -- QuickFire XT" (type: KEYBOARD, id 12)
[    48.433] (**) Option "xkb_model" "pc105"
[    48.433] (**) Option "xkb_layout" "pl"
[    48.436] (II) event4  - CM Storm Keyboard -- QuickFire XT: is tagged by udev as: Keyboard
[    48.436] (II) event4  - CM Storm Keyboard -- QuickFire XT: device is a keyboard
[    48.438] (II) config/udev: Adding input device CM Storm Keyboard -- QuickFire XT Consumer Control (/dev/input/event5)
[    48.438] (**) CM Storm Keyboard -- QuickFire XT Consumer Control: Applying InputClass "evdev keyboard catchall"
[    48.438] (**) CM Storm Keyboard -- QuickFire XT Consumer Control: Applying InputClass "libinput keyboard catchall"
[    48.438] (**) CM Storm Keyboard -- QuickFire XT Consumer Control: Applying InputClass "system-keyboard"
[    48.438] (II) Using input driver 'libinput' for 'CM Storm Keyboard -- QuickFire XT Consumer Control'
[    48.439] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 48 paused 0
[    48.439] (**) CM Storm Keyboard -- QuickFire XT Consumer Control: always reports core events
[    48.439] (**) Option "Device" "/dev/input/event5"
[    48.439] (**) Option "_source" "server/udev"
[    48.441] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: is tagged by udev as: Keyboard
[    48.441] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: device is a keyboard
[    48.441] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: device removed
[    48.441] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:2516:001A.0002/input/input5/event5"
[    48.441] (II) XINPUT: Adding extended input device "CM Storm Keyboard -- QuickFire XT Consumer Control" (type: KEYBOARD, id 13)
[    48.441] (**) Option "xkb_model" "pc105"
[    48.441] (**) Option "xkb_layout" "pl"
[    48.444] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: is tagged by udev as: Keyboard
[    48.444] (II) event5  - CM Storm Keyboard -- QuickFire XT Consumer Control: device is a keyboard
[    48.445] (II) config/udev: Adding input device CM Storm Keyboard -- QuickFire XT System Control (/dev/input/event6)
[    48.445] (**) CM Storm Keyboard -- QuickFire XT System Control: Applying InputClass "evdev keyboard catchall"
[    48.445] (**) CM Storm Keyboard -- QuickFire XT System Control: Applying InputClass "libinput keyboard catchall"
[    48.445] (**) CM Storm Keyboard -- QuickFire XT System Control: Applying InputClass "system-keyboard"
[    48.445] (II) Using input driver 'libinput' for 'CM Storm Keyboard -- QuickFire XT System Control'
[    48.446] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 49 paused 0
[    48.446] (**) CM Storm Keyboard -- QuickFire XT System Control: always reports core events
[    48.446] (**) Option "Device" "/dev/input/event6"
[    48.446] (**) Option "_source" "server/udev"
[    48.447] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: is tagged by udev as: Keyboard
[    48.447] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: device is a keyboard
[    48.448] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: device removed
[    48.448] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:2516:001A.0002/input/input6/event6"
[    48.448] (II) XINPUT: Adding extended input device "CM Storm Keyboard -- QuickFire XT System Control" (type: KEYBOARD, id 14)
[    48.448] (**) Option "xkb_model" "pc105"
[    48.448] (**) Option "xkb_layout" "pl"
[    48.449] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: is tagged by udev as: Keyboard
[    48.450] (II) event6  - CM Storm Keyboard -- QuickFire XT System Control: device is a keyboard
[    48.450] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[    48.450] (II) No input driver specified, ignoring this device.
[    48.450] (II) This device may have been added with another device file.
[    48.450] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event12)
[    48.450] (II) No input driver specified, ignoring this device.
[    48.450] (II) This device may have been added with another device file.
[    48.451] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event13)
[    48.451] (II) No input driver specified, ignoring this device.
[    48.451] (II) This device may have been added with another device file.
[    48.451] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event14)
[    48.451] (II) No input driver specified, ignoring this device.
[    48.451] (II) This device may have been added with another device file.
[    48.451] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event15)
[    48.451] (II) No input driver specified, ignoring this device.
[    48.451] (II) This device may have been added with another device file.
[    48.451] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event16)
[    48.451] (II) No input driver specified, ignoring this device.
[    48.451] (II) This device may have been added with another device file.
[    48.452] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event17)
[    48.452] (II) No input driver specified, ignoring this device.
[    48.452] (II) This device may have been added with another device file.
[    48.452] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event18)
[    48.452] (II) No input driver specified, ignoring this device.
[    48.452] (II) This device may have been added with another device file.
[    48.452] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[    48.452] (II) No input driver specified, ignoring this device.
[    48.452] (II) This device may have been added with another device file.
[    48.453] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[    48.453] (II) No input driver specified, ignoring this device.
[    48.453] (II) This device may have been added with another device file.
[    48.453] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[    48.453] (II) No input driver specified, ignoring this device.
[    48.453] (II) This device may have been added with another device file.
[    48.453] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[    48.453] (II) No input driver specified, ignoring this device.
[    48.453] (II) This device may have been added with another device file.
[    48.454] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event23)
[    48.454] (II) No input driver specified, ignoring this device.
[    48.454] (II) This device may have been added with another device file.
[    48.454] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event10)
[    48.454] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    48.454] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    48.454] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[    48.454] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[    48.455] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 50 paused 0
[    48.455] (**) Eee PC WMI hotkeys: always reports core events
[    48.455] (**) Option "Device" "/dev/input/event10"
[    48.455] (**) Option "_source" "server/udev"
[    48.455] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    48.455] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[    48.456] (II) event10 - Eee PC WMI hotkeys: device removed
[    48.456] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input12/event10"
[    48.456] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 15)
[    48.456] (**) Option "xkb_model" "pc105"
[    48.456] (**) Option "xkb_layout" "pl"
[    48.456] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    48.456] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[    48.457] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[    48.457] (II) No input driver specified, ignoring this device.
[    48.457] (II) This device may have been added with another device file.
[    48.461] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[    48.461] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[    48.461] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[    48.461] (--) NVIDIA(GPU-0): 
[    48.569] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): connected
[    48.569] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): 400.0 MHz maximum pixel clock
[    48.569] (--) NVIDIA(GPU-0): 
[    48.648] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    48.648] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    48.648] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    48.648] (--) NVIDIA(GPU-0): 
[    48.648] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    48.648] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    48.648] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    48.648] (--) NVIDIA(GPU-0): 
[    48.648] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[    48.648] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[    48.648] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[    48.648] (--) NVIDIA(GPU-0): 
[    48.649] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    48.649] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    48.649] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    48.649] (--) NVIDIA(GPU-0): 
[    48.649] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    48.649] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    48.649] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    48.649] (--) NVIDIA(GPU-0): 
[    49.278] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): connected
[    49.278] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): 400.0 MHz maximum pixel clock
[    49.278] (--) NVIDIA(GPU-0): 
[    49.367] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    49.367] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    49.367] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    49.367] (--) NVIDIA(GPU-0): 
[    49.367] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    49.367] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    49.367] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    49.367] (--) NVIDIA(GPU-0): 
[    49.367] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[    49.367] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[    49.367] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[    49.367] (--) NVIDIA(GPU-0): 
[    49.369] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    49.369] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    49.369] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    49.369] (--) NVIDIA(GPU-0): 
[    49.369] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    49.369] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    49.369] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    49.369] (--) NVIDIA(GPU-0): 
[    49.463] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): connected
[    49.463] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): 400.0 MHz maximum pixel clock
[    49.463] (--) NVIDIA(GPU-0): 
[    49.554] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    49.554] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    49.554] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    49.554] (--) NVIDIA(GPU-0): 
[    49.554] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    49.554] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    49.554] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    49.554] (--) NVIDIA(GPU-0): 
[    49.554] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[    49.554] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[    49.554] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[    49.554] (--) NVIDIA(GPU-0): 
[    49.556] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    49.556] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    49.556] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    49.556] (--) NVIDIA(GPU-0): 
[    49.556] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    49.556] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    49.556] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    49.556] (--) NVIDIA(GPU-0): 
[    50.743] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): connected
[    50.743] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): 400.0 MHz maximum pixel clock
[    50.743] (--) NVIDIA(GPU-0): 
[    50.834] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    50.834] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    50.834] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    50.834] (--) NVIDIA(GPU-0): 
[    50.835] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    50.835] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    50.835] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    50.835] (--) NVIDIA(GPU-0): 
[    50.836] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[    50.836] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[    50.836] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[    50.836] (--) NVIDIA(GPU-0): 
[    50.837] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    50.837] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    50.837] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    50.837] (--) NVIDIA(GPU-0): 
[    50.837] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    50.837] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    50.837] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    50.837] (--) NVIDIA(GPU-0): 
[    50.942] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): connected
[    50.942] (--) NVIDIA(GPU-0): WYT MNT-ANALOG (CRT-0): 400.0 MHz maximum pixel clock
[    50.942] (--) NVIDIA(GPU-0): 
[    51.020] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    51.020] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    51.020] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    51.020] (--) NVIDIA(GPU-0): 
[    51.020] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    51.020] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    51.020] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    51.020] (--) NVIDIA(GPU-0): 
[    51.021] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): connected
[    51.021] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): Internal DisplayPort
[    51.021] (--) NVIDIA(GPU-0): Acer Z271 T (DFP-2): 960.0 MHz maximum pixel clock
[    51.021] (--) NVIDIA(GPU-0): 
[    51.022] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    51.022] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    51.022] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    51.022] (--) NVIDIA(GPU-0): 
[    51.022] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    51.022] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    51.022] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    51.022] (--) NVIDIA(GPU-0): 
[    51.061] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_144 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DVI-I-0: nvidia-auto-select @1280x1024 +1920+0 {ViewPortIn=1280x1024, ViewPortOut=1280x1024+0+0}"

That doesn’t look like Xorg has been run with highly verbose logging - as it should have - , so I don’t know what’s wrong with it. I really cannot wrap my head around this since it looks like Xorg uses a completely different configuration file. Could you please test what happens if you turn off the machine, disconnect every output from the nvidia gpu and connect a monitor to the intel one, and the start the machine?

I see probably what mistake I did. I will try again when I come back home.

Actually, I made it working. I put exactly same config as it was provided in nvidia manual page. After reboot, there was a blank screen, but I logged into another tty and I started x. xrandr shows correct renderers, but as you said, Reverse PRIME makes it unusable. Any idea about workarounds?

Well, don’t use reverse PRIME. There isn’t much you can do at the moment.

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