Черный экран при загрузке системы NVIDIA OPTIMUS:

Устанавливал драйвера, как сказано на вики.
Столкнулся с проблемой, если в xorg.config прописать карточку nVidia, то при загрузки появляется черный экран (но с системой взаимодействовать можно, то есть просто не выводиться изображение).

$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller (rev 02)
04:00.0 VGA compatible controller: NVIDIA Corporation GT218 [ION 2] (rev a2)

Файлы:

xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 340.102  (buildmeister@swio-display-x64-rhel04-19)  Mon Jan 16 13:23:00 PST 2017

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Module"
    Load           "modesetting"
    Load           "glx"
EndSection

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

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

Section "Device"
    Identifier     "nvidia"
    Driver         "nvidia"
    BusID          "PCI:4:0:0"
    Option         "AllowEmptyInitialConfiguration" "Yes"
EndSection

Section "Device"

    #Option "Tiling" "True"
    #Option "SwapbufferWait" "True"
    Identifier     "intel"
    Driver         "modesetting"
    Option         "AccelMethod" "sna"
    #Option "TearFree" "True"
    BusID          "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nvidia"
    DefaultDepth    24
    Option         "AllowEmptyInitialConfiguration"
    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection


.xinitrc
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
exec startxfce4

Xorg.0.log
[    19.171]
X.Org X Server 1.19.1
Release Date: 2017-01-11
[    19.171] X Protocol Version 11, Revision 0
[    19.171] Build Operating System: Linux 4.8.14-1-ARCH x86_64
[    19.171] Current Operating System: Linux KriosPC 4.9.11-1-ARCH #1 SMP PREEMPT Sun Feb 19 13:45:52 UTC 2017 x86_64
[    19.171] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9324d739-9b12-478c-a6b2-63813ddc5fe4 rw quiet
[    19.171] Build Date: 14 February 2017  03:36:07AM
[    19.171]
[    19.171] Current version of pixman: 0.34.0
[    19.171] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    19.171] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.172] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 24 18:26:17 2017
[    19.230] (==) Using config file: "/etc/X11/xorg.conf"
[    19.230] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    19.230] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    19.304] (==) ServerLayout "Default Layout"
[    19.304] (**) |-->Screen "Default Screen" (0)
[    19.304] (**) |   |-->Monitor "<default monitor>"
[    19.312] (**) |   |-->Device "nvidia"
[    19.312] (**) |   |-->GPUDevice "intel"
[    19.312] (==) No monitor specified for screen "Default Screen".
	Using a default monitor configuration.
[    19.312] (**) |-->Input Device "Keyboard0"
[    19.312] (**) |-->Input Device "Mouse0"
[    19.312] (==) Automatically adding devices
[    19.312] (==) Automatically enabling devices
[    19.312] (==) Automatically adding GPU devices
[    19.312] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    19.386] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    19.386] 	Entry deleted from font path.
[    19.387] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    19.387] 	Entry deleted from font path.
[    19.387] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    19.387] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    19.387] 	Entry deleted from font path.
[    19.387] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    19.388] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[    19.388] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.388] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    19.388] (WW) Disabling Keyboard0
[    19.388] (WW) Disabling Mouse0
[    19.394] (II) Loader magic: 0x822d60
[    19.394] (II) Module ABI versions:
[    19.394] 	X.Org ANSI C Emulation: 0.4
[    19.394] 	X.Org Video Driver: 23.0
[    19.394] 	X.Org XInput driver : 24.1
[    19.394] 	X.Org Server Extension : 10.0
[    19.396] (++) using VT number 7

[    19.396] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    19.398] (II) xfree86: Adding drm device (/dev/dri/card0)
[    19.400] (II) xfree86: Adding drm device (/dev/dri/card1)
[    19.402] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[    19.404] (--) PCI:*(0:0:2:0) 8086:a001:1043:8446 rev 2, Mem @ 0xf5e00000/524288, 0xb0000000/268435456, 0xf5d00000/1048576, I/O @ 0x0000cc00/8, BIOS @ 0x????????/131072
[    19.404] (--) PCI: (0:0:2:1) 8086:a002:1043:8446 rev 2, Mem @ 0xf5e80000/524288
[    19.405] (--) PCI: (0:4:0:0) 10de:0a76:1043:8446 rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/524288
[    19.405] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    19.617] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    19.617] (II) LoadModule: "modesetting"
[    19.716] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    19.898] (II) Module modesetting: vendor="X.Org Foundation"
[    19.898] 	compiled for 1.19.1, module version = 1.19.1
[    19.898] 	Module class: X.Org Video Driver
[    19.898] 	ABI class: X.Org Video Driver, version 23.0
[    19.898] (II) LoadModule: "glx"
[    19.899] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    21.041] (II) Module glx: vendor="NVIDIA Corporation"
[    21.041] 	compiled for 4.0.2, module version = 1.0.0
[    21.041] 	Module class: X.Org Server Extension
[    21.049] (II) NVIDIA GLX Module  340.102  Mon Jan 16 12:37:38 PST 2017
[    21.065] (II) LoadModule: "nvidia"
[    21.066] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    21.204] (II) Module nvidia: vendor="NVIDIA Corporation"
[    21.204] 	compiled for 4.0.2, module version = 1.0.0
[    21.204] 	Module class: X.Org Video Driver
[    21.216] (II) LoadModule: "modesetting"
[    21.216] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    21.217] (II) Module modesetting: vendor="X.Org Foundation"
[    21.217] 	compiled for 1.19.1, module version = 1.19.1
[    21.217] 	Module class: X.Org Video Driver
[    21.217] 	ABI class: X.Org Video Driver, version 23.0
[    21.217] (II) UnloadModule: "modesetting"
[    21.217] (II) Unloading modesetting
[    21.217] (II) Failed to load module "modesetting" (already loaded, 0)
[    21.217] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.217] (II) NVIDIA dlloader X Driver  340.102  Mon Jan 16 12:17:09 PST 2017
[    21.217] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    21.246] (II) modeset(G0): using drv /dev/dri/card0
[    21.257] (II) Loading sub module "fb"
[    21.258] (II) LoadModule: "fb"
[    21.258] (II) Loading /usr/lib/xorg/modules/libfb.so
[    21.273] (II) Module fb: vendor="X.Org Foundation"
[    21.273] 	compiled for 1.19.1, module version = 1.0.0
[    21.273] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    21.273] (WW) Unresolved symbol: fbGetGCPrivateKey
[    21.273] (II) Loading sub module "wfb"
[    21.273] (II) LoadModule: "wfb"
[    21.274] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    21.288] (II) Module wfb: vendor="X.Org Foundation"
[    21.288] 	compiled for 1.19.1, module version = 1.0.0
[    21.288] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    21.288] (II) Loading sub module "ramdac"
[    21.288] (II) LoadModule: "ramdac"
[    21.288] (II) Module "ramdac" already built-in
[    21.313] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    21.313] (==) NVIDIA(0): RGB weight 888
[    21.313] (==) NVIDIA(0): Default visual is TrueColor
[    21.314] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    21.314] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    21.315] (**) NVIDIA(0): Enabling 2D acceleration
[    22.244] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[    22.259] (II) NVIDIA(0): NVIDIA GPU ION (GT218) at PCI:4:0:0 (GPU-0)
[    22.259] (--) NVIDIA(0): Memory: 524288 kBytes
[    22.259] (--) NVIDIA(0): VideoBIOS: 70.18.82.00.0b
[    22.260] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    22.262] (--) NVIDIA(0): Valid display device(s) on ION at PCI:4:0:0
[    22.262] (--) NVIDIA(0):     DFP-0
[    22.262] (--) NVIDIA(0): DFP-0: Internal TMDS
[    22.262] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    22.262] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    22.262] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    22.262] (II) NVIDIA(0): Validated MetaModes:
[    22.262] (II) NVIDIA(0):     "NULL"
[    22.263] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    22.264] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    22.264] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    22.265] (**) modeset(G0): Depth 24, (--) framebuffer bpp 32
[    22.265] (**) modeset(G0): Option "AccelMethod" "sna"
[    22.265] (==) modeset(G0): RGB weight 888
[    22.265] (==) modeset(G0): Default visual is TrueColor
[    22.265] (**) modeset(G0): glamor disabled
[    22.265] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[    22.265] (II) modeset(G0): Double-buffered shadow updates: off
[    22.265] (II) modeset(G0): Output LVDS-1-1 has no monitor section
[    22.284] (II) modeset(G0): Output VGA-1-1 has no monitor section
[    22.284] (II) modeset(G0): EDID for output LVDS-1-1
[    22.285] (II) modeset(G0): Manufacturer: HSD  Model: 4b6  Serial#: 29902
[    22.285] (II) modeset(G0): Year: 2011  Week: 4
[    22.285] (II) modeset(G0): EDID Version: 1.3
[    22.285] (II) modeset(G0): Digital Display Input
[    22.285] (II) modeset(G0): Max Image Size [cm]: horiz.: 27  vert.: 15
[    22.285] (II) modeset(G0): Gamma: 2.20
[    22.285] (II) modeset(G0): No DPMS capabilities specified
[    22.285] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    22.285] (II) modeset(G0): First detailed timing is preferred mode
[    22.285] (II) modeset(G0): redX: 0.591 redY: 0.354   greenX: 0.322 greenY: 0.547
[    22.285] (II) modeset(G0): blueX: 0.153 blueY: 0.098   whiteX: 0.313 whiteY: 0.329
[    22.285] (II) modeset(G0): Manufacturer's mask: 0
[    22.285] (II) modeset(G0): Supported detailed timing:
[    22.285] (II) modeset(G0): clock: 71.9 MHz   Image Size:  270 x 150 mm
[    22.285] (II) modeset(G0): h_active: 1366  h_sync: 1414  h_sync_end 1480 h_blank_end 1486 h_border: 0
[    22.285] (II) modeset(G0): v_active: 768  v_sync: 774  v_sync_end 782 v_blanking: 806 v_border: 0
[    22.285] (II) modeset(G0):
[    22.285] (II) modeset(G0): Monitor name: HSD121PHW1
[    22.285] (II) modeset(G0): EDID (in hex):
[    22.285] (II) modeset(G0): 	00ffffffffffff002264b604ce740000
[    22.285] (II) modeset(G0): 	04150103801b0f780a6845975a528c27
[    22.285] (II) modeset(G0): 	19505400000001010101010101010101
[    22.285] (II) modeset(G0): 	010101010101161c5678500026303042
[    22.285] (II) modeset(G0): 	68000e9610000019000000fe00000000
[    22.285] (II) modeset(G0): 	00000000000000000000000000fc0048
[    22.285] (II) modeset(G0): 	5344313231504857310a202000000010
[    22.285] (II) modeset(G0): 	000a202020202020202020202020000d
[    22.286] (II) modeset(G0): Printing probed modes for output LVDS-1-1
[    22.286] (II) modeset(G0): Modeline "1366x768"x60.0   71.90  1366 1414 1480 1486  768 774 782 806 -hsync -vsync (48.4 kHz eP)
[    22.286] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    22.286] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    22.286] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    22.286] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    22.286] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    22.286] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    22.286] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    22.286] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    22.286] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    22.286] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    22.286] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    22.286] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    22.286] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    22.286] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    22.287] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    22.287] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    22.306] (II) modeset(G0): EDID for output VGA-1-1
[    22.306] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    22.306] (==) modeset(G0): DPI set to (96, 96)
[    22.306] (II) Loading sub module "fb"
[    22.306] (II) LoadModule: "fb"
[    22.306] (II) Loading /usr/lib/xorg/modules/libfb.so
[    22.306] (II) Module fb: vendor="X.Org Foundation"
[    22.307] 	compiled for 1.19.1, module version = 1.0.0
[    22.307] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.307] (II) Loading sub module "shadow"
[    22.307] (II) LoadModule: "shadow"
[    22.307] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    22.322] (II) Module shadow: vendor="X.Org Foundation"
[    22.322] 	compiled for 1.19.1, module version = 1.1.0
[    22.322] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.322] (--) Depth 24 pixmap format is 32 bpp
[    22.325] (==) modeset(G0): Backing store enabled
[    22.325] (==) modeset(G0): Silken mouse enabled
[    22.325] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    22.327] (==) modeset(G0): DPMS enabled
[    22.327] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    22.327] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    22.340] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    22.340] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    22.340] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    22.340] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    22.340] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    22.340] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    22.341] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    22.341] (II) NVIDIA(0):     Config Options in the README.
[    22.344] (II) NVIDIA(0): Setting mode "NULL"
[    22.394] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[    22.419] (==) NVIDIA(0): Disabling shared memory pixmaps
[    22.419] (==) NVIDIA(0): Backing store enabled
[    22.419] (==) NVIDIA(0): Silken mouse enabled
[    22.419] (==) NVIDIA(0): DPMS enabled
[    22.434] (II) Loading sub module "dri2"
[    22.434] (II) LoadModule: "dri2"
[    22.434] (II) Module "dri2" already built-in
[    22.434] (II) NVIDIA(0): [DRI2] Setup complete
[    22.434] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    22.435] (--) RandR disabled
[    22.452] (II) Initializing extension GLX
[    22.452] (II) Indirect GLX disabled.(II) modeset(G0): Damage tracking initialized
[    23.521] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    23.521] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    23.521] (II) LoadModule: "libinput"
[    23.521] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    23.555] (II) Module libinput: vendor="X.Org Foundation"
[    23.555] 	compiled for 1.19.1, module version = 0.24.0
[    23.555] 	Module class: X.Org XInput Driver
[    23.555] 	ABI class: X.Org XInput driver, version 24.1
[    23.555] (II) Using input driver 'libinput' for 'Power Button'
[    23.555] (**) Power Button: always reports core events
[    23.555] (**) Option "Device" "/dev/input/event5"
[    23.555] (**) Option "_source" "server/udev"
[    23.557] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[    23.557] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[    23.580] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event5"
[    23.580] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    23.581] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[    23.581] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[    23.583] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    23.583] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    23.583] (II) Using input driver 'libinput' for 'Video Bus'
[    23.583] (**) Video Bus: always reports core events
[    23.583] (**) Option "Device" "/dev/input/event10"
[    23.583] (**) Option "_source" "server/udev"
[    23.584] (II) input device 'Video Bus', /dev/input/event10 is tagged by udev as: Keyboard
[    23.584] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
[    23.610] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12/event10"
[    23.610] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    23.611] (II) input device 'Video Bus', /dev/input/event10 is tagged by udev as: Keyboard
[    23.611] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
[    23.613] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    23.613] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    23.613] (II) Using input driver 'libinput' for 'Video Bus'
[    23.613] (**) Video Bus: always reports core events
[    23.613] (**) Option "Device" "/dev/input/event9"
[    23.613] (**) Option "_source" "server/udev"
[    23.614] (II) input device 'Video Bus', /dev/input/event9 is tagged by udev as: Keyboard
[    23.614] (II) input device 'Video Bus', /dev/input/event9 is a keyboard
[    23.640] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:25/LNXVIDEO:00/input/input11/event9"
[    23.640] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    23.641] (II) input device 'Video Bus', /dev/input/event9 is tagged by udev as: Keyboard
[    23.641] (II) input device 'Video Bus', /dev/input/event9 is a keyboard
[    23.642] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    23.643] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    23.643] (II) Using input driver 'libinput' for 'Power Button'
[    23.643] (**) Power Button: always reports core events
[    23.643] (**) Option "Device" "/dev/input/event4"
[    23.643] (**) Option "_source" "server/udev"
[    23.644] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    23.644] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    23.670] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event4"
[    23.670] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    23.672] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    23.672] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    23.673] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    23.673] (II) No input driver specified, ignoring this device.
[    23.673] (II) This device may have been added with another device file.
[    23.674] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    23.674] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    23.674] (II) Using input driver 'libinput' for 'Sleep Button'
[    23.674] (**) Sleep Button: always reports core events
[    23.674] (**) Option "Device" "/dev/input/event3"
[    23.674] (**) Option "_source" "server/udev"
[    23.675] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[    23.675] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[    23.700] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[    23.700] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    23.701] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[    23.701] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[    23.704] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event6)
[    23.704] (II) No input driver specified, ignoring this device.
[    23.704] (II) This device may have been added with another device file.
[    23.705] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event7)
[    23.705] (II) No input driver specified, ignoring this device.
[    23.705] (II) This device may have been added with another device file.
[    23.707] (II) config/udev: Adding input device Logitech M505/B605 (/dev/input/event1)
[    23.707] (**) Logitech M505/B605: Applying InputClass "libinput pointer catchall"
[    23.707] (II) Using input driver 'libinput' for 'Logitech M505/B605'
[    23.707] (**) Logitech M505/B605: always reports core events
[    23.707] (**) Option "Device" "/dev/input/event1"
[    23.707] (**) Option "_source" "server/udev"
[    23.708] (II) input device 'Logitech M505/B605', /dev/input/event1 is tagged by udev as: Mouse
[    23.708] (II) input device 'Logitech M505/B605', /dev/input/event1 is a pointer caps
[    23.750] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0003/0003:046D:101D.0004/input/input2/event1"
[    23.750] (II) XINPUT: Adding extended input device "Logitech M505/B605" (type: MOUSE, id 11)
[    23.751] (**) Option "AccelerationScheme" "none"
[    23.751] (**) Logitech M505/B605: (accel) selected scheme none/0
[    23.751] (**) Logitech M505/B605: (accel) acceleration factor: 2.000
[    23.751] (**) Logitech M505/B605: (accel) acceleration threshold: 4
[    23.753] (II) input device 'Logitech M505/B605', /dev/input/event1 is tagged by udev as: Mouse
[    23.753] (II) input device 'Logitech M505/B605', /dev/input/event1 is a pointer caps
[    23.755] (II) config/udev: Adding input device Logitech M505/B605 (/dev/input/mouse0)
[    23.755] (II) No input driver specified, ignoring this device.
[    23.755] (II) This device may have been added with another device file.
[    23.756] (II) config/udev: Adding input device USB2.0 UVC VGA WebCam (/dev/input/event12)
[    23.756] (**) USB2.0 UVC VGA WebCam: Applying InputClass "libinput keyboard catchall"
[    23.756] (II) Using input driver 'libinput' for 'USB2.0 UVC VGA WebCam'
[    23.756] (**) USB2.0 UVC VGA WebCam: always reports core events
[    23.756] (**) Option "Device" "/dev/input/event12"
[    23.756] (**) Option "_source" "server/udev"
[    23.758] (II) input device 'USB2.0 UVC VGA WebCam', /dev/input/event12 is tagged by udev as: Keyboard
[    23.758] (II) input device 'USB2.0 UVC VGA WebCam', /dev/input/event12 is a keyboard
[    23.800] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/input/input13/event12"
[    23.800] (II) XINPUT: Adding extended input device "USB2.0 UVC VGA WebCam" (type: KEYBOARD, id 12)
[    23.801] (II) input device 'USB2.0 UVC VGA WebCam', /dev/input/event12 is tagged by udev as: Keyboard
[    23.801] (II) input device 'USB2.0 UVC VGA WebCam', /dev/input/event12 is a keyboard
[    23.803] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    23.803] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    23.803] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    23.803] (**) AT Translated Set 2 keyboard: always reports core events
[    23.803] (**) Option "Device" "/dev/input/event0"
[    23.803] (**) Option "_source" "server/udev"
[    23.804] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    23.804] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    23.850] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    23.850] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    23.851] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    23.851] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    23.852] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[    23.853] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    23.853] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    23.853] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    23.853] (**) Option "Device" "/dev/input/event11"
[    23.853] (**) Option "_source" "server/udev"
[    23.854] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event11 is tagged by udev as: Touchpad
[    23.854] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event11 is a touchpad
[    23.900] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event11"
[    23.900] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[    23.901] (**) Option "AccelerationScheme" "none"
[    23.901] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    23.901] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    23.901] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    23.902] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event11 is tagged by udev as: Touchpad
[    23.902] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event11 is a touchpad
[    23.903] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    23.903] (II) No input driver specified, ignoring this device.
[    23.903] (II) This device may have been added with another device file.
[    23.904] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    23.904] (II) No input driver specified, ignoring this device.
[    23.904] (II) This device may have been added with another device file.
[    28.382] (II) UnloadModule: "libinput"
[    28.382] (II) UnloadModule: "libinput"
[    28.382] (II) UnloadModule: "libinput"
[    28.382] (II) UnloadModule: "libinput"
[    28.383] (II) UnloadModule: "libinput"
[    28.383] (II) UnloadModule: "libinput"
[    28.383] (II) UnloadModule: "libinput"
[    28.383] (II) UnloadModule: "libinput"
[    28.383] (II) UnloadModule: "libinput"
[    28.428] (II) NVIDIA(GPU-0): Deleting GPU-0
[    28.510] (II) Server terminated successfully (0). Closing log file.