You are not logged in.

#1 2016-10-12 17:02:17

Astroarch
Member
From: Germany
Registered: 2014-03-21
Posts: 85

MATE session not starting

Since some months I have a problem with the MATE session.
I usually log in via terminal and start my session with the command startx but often the X server does not respond showing me a blank screen. I need to open another console and try again until one of the seven possible consoles works.
Sometimes, when I am able to start the session, after some minutes a previous console comes back and show me different errors like:

  • No specified protocol

  • Unable to init server

  • mate-session:571:Warning:Cannot open display

http://i68.tinypic.com/2130ilf.jpg

Here some configuration files:

#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice

# Additional settings

# Update and merge Xresources
xrdb -merge ~/.Xresources
# Set german layout for the keyboard
setxkbmap de
# Xscreensaver
#/usr/bin/xscreensaver -no-splash &

# Launch mate-session
exec mate-session
# exec startkde
! XTerm options------------------
! --------------------------------
! general settings---------------
! --------------------------------
xterm*VT100.geometry:   80x32
xterm/dynamicColors:    true
xterm*metaSendsEscape:  true
xterm*saveLines:        4096
xterm*foreground:       #01DF01
xterm*background:       #000000
xterm*faceName:         Terminus:style=Regular:size=13
xterm*toolBar:          true
xterm*cursorBlink:      true
! --------------------------------
! color used in the man-page
*VT100.colorBDMode:     true
*VT100.colorBD:         red
*VT100.colorULMode:     true
*VT100.colorUL:         cyan
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 370.28  (buildmeister@swio-display-x64-rhel04-17)  Thu Sep  1 20:22:52 PDT 2016

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 352.21  (buildmeister@swio-display-x64-rhel04-13)  Tue Jun  9 22:42:41 PDT 2015

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 970"
EndSection

Section "Screen"

# Removed Option "metamodes" "VGA-0: nvidia-auto-select +1680+0, DVI-D-0: nvidia-auto-select +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "DVI-D-0: nvidia-auto-select +1680+0, DVI-I-1: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

I have also two monitors.

How can I solve this really boring issue?
Thanks.

Last edited by Astroarch (2016-10-12 17:46:41)

Offline

#2 2016-10-12 17:44:52

promarbler14
Member
From: MD, U.S.
Registered: 2016-03-28
Posts: 40

Re: MATE session not starting

Could you also provide your Xorg.log files from both successful and failed attempts?

From your blurry screenshot, it seems that Xorg is starting with the hostname "new-host". What is your hostname? Does it differ from that listed in the Xorg.log?

Have you tried disabling one of the monitors and running startx? Or, have you tried running on integrated graphics, without using the nvidia card?

(Also, you should probably replace your embedded image with an image URL instead, per forum guidelines.)

Offline

#3 2016-10-12 18:00:54

Astroarch
Member
From: Germany
Registered: 2014-03-21
Posts: 85

Re: MATE session not starting

My hostname was actually new-host and now I changed it.
I logged in again and it logged without problems. Could be it?
Anyway here there are my Xorg-log files.

Xorg.0.log

[   115.385] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   115.386] X Protocol Version 11, Revision 0
[   115.386] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[   115.387] Current Operating System: Linux Arch_Workstation 4.7.6-1-ARCH #1 SMP PREEMPT Fri Sep 30 19:28:42 CEST 2016 x86_64
[   115.387] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f2d3ebaf-d5b9-4dba-8349-f875b968878c rw resume_offset=722944
[   115.388] Build Date: 19 July 2016  05:54:24PM
[   115.388]  
[   115.389] Current version of pixman: 0.34.0
[   115.389] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   115.390] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   115.392] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 12 19:58:44 2016
[   115.417] (==) Using config file: "/etc/X11/xorg.conf"
[   115.418] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   115.418] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   115.443] (==) ServerLayout "Layout0"
[   115.443] (**) |-->Screen "Screen0" (0)
[   115.443] (**) |   |-->Monitor "Monitor0"
[   115.443] (**) |   |-->Device "Device0"
[   115.443] (**) |   |-->GPUDevice "Device0"
[   115.443] (**) |-->Input Device "Keyboard0"
[   115.443] (**) |-->Input Device "Mouse0"
[   115.443] (**) Option "Xinerama" "0"
[   115.443] (==) Automatically adding devices
[   115.443] (==) Automatically enabling devices
[   115.443] (==) Automatically adding GPU devices
[   115.443] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   115.512] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   115.512] 	Entry deleted from font path.
[   115.512] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   115.513] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   115.513] 	Entry deleted from font path.
[   115.513] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   115.513] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[   115.513] (==) ModulePath set to "/usr/lib/xorg/modules"
[   115.513] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   115.513] (WW) Disabling Keyboard0
[   115.513] (WW) Disabling Mouse0
[   115.513] (II) Loader magic: 0x821d40
[   115.513] (II) Module ABI versions:
[   115.513] 	X.Org ANSI C Emulation: 0.4
[   115.513] 	X.Org Video Driver: 20.0
[   115.513] 	X.Org XInput driver : 22.1
[   115.513] 	X.Org Server Extension : 9.0
[   115.514] (++) using VT number 1

[   115.514] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   115.516] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   115.516] (II) xfree86: Adding drm device (/dev/dri/card0)
[   115.516] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   115.517] (--) PCI:*(0:1:0:0) 10de:13c2:1458:367b rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   115.517] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   115.517] (II) LoadModule: "glx"
[   115.610] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   115.888] (II) Module glx: vendor="NVIDIA Corporation"
[   115.888] 	compiled for 4.0.2, module version = 1.0.0
[   115.888] 	Module class: X.Org Server Extension
[   115.894] (II) NVIDIA GLX Module  370.28  Thu Sep  1 19:14:30 PDT 2016
[   115.895] (II) LoadModule: "nvidia"
[   115.895] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   115.929] (II) Module nvidia: vendor="NVIDIA Corporation"
[   115.929] 	compiled for 4.0.2, module version = 1.0.0
[   115.929] 	Module class: X.Org Video Driver
[   115.933] (II) NVIDIA dlloader X Driver  370.28  Thu Sep  1 18:51:40 PDT 2016
[   115.933] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   115.933] (II) systemd-logind: releasing fd for 226:0
[   115.934] (II) Loading sub module "fb"
[   115.934] (II) LoadModule: "fb"
[   115.934] (II) Loading /usr/lib/xorg/modules/libfb.so
[   115.946] (II) Module fb: vendor="X.Org Foundation"
[   115.946] 	compiled for 1.18.4, module version = 1.0.0
[   115.946] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   115.946] (II) Loading sub module "wfb"
[   115.946] (II) LoadModule: "wfb"
[   115.947] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   115.949] (II) Module wfb: vendor="X.Org Foundation"
[   115.949] 	compiled for 1.18.4, module version = 1.0.0
[   115.949] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   115.949] (II) Loading sub module "ramdac"
[   115.949] (II) LoadModule: "ramdac"
[   115.949] (II) Module "ramdac" already built-in
[   115.951] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   115.951] (==) NVIDIA(0): RGB weight 888
[   115.951] (==) NVIDIA(0): Default visual is TrueColor
[   115.951] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   115.951] (**) NVIDIA(0): Option "Stereo" "0"
[   115.951] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[   115.951] (**) NVIDIA(0): Option "SLI" "Off"
[   115.951] (**) NVIDIA(0): Option "MultiGPU" "Off"
[   115.951] (**) NVIDIA(0): Option "BaseMosaic" "off"
[   115.952] (**) NVIDIA(0): Stereo disabled by request
[   115.952] (**) NVIDIA(0): NVIDIA SLI disabled.
[   115.952] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[   115.952] (**) NVIDIA(0): Option "MetaModes" "DVI-D-0: nvidia-auto-select +1680+0, DVI-I-1: nvidia-auto-select +0+0"
[   115.952] (**) NVIDIA(0): Enabling 2D acceleration
[   116.643] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   116.643] (--) NVIDIA(0):     CRT-0
[   116.643] (--) NVIDIA(0):     DFP-0 (boot)
[   116.643] (--) NVIDIA(0):     DFP-1
[   116.643] (--) NVIDIA(0):     DFP-2
[   116.643] (--) NVIDIA(0):     DFP-3
[   116.643] (--) NVIDIA(0):     DFP-4
[   116.673] (--) NVIDIA(0): CRT-0: disconnected
[   116.673] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[   116.673] (--) NVIDIA(0): 
[   116.734] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): connected
[   116.734] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal TMDS
[   116.734] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   116.734] (--) NVIDIA(0): 
[   116.734] (--) NVIDIA(0): DFP-1: disconnected
[   116.734] (--) NVIDIA(0): DFP-1: Internal TMDS
[   116.734] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
[   116.734] (--) NVIDIA(0): 
[   116.734] (--) NVIDIA(0): DFP-2: disconnected
[   116.734] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[   116.734] (--) NVIDIA(0): DFP-2: 960.0 MHz maximum pixel clock
[   116.734] (--) NVIDIA(0): 
[   116.734] (--) NVIDIA(0): DFP-3: disconnected
[   116.734] (--) NVIDIA(0): DFP-3: Internal TMDS
[   116.734] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[   116.734] (--) NVIDIA(0): 
[   116.749] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): connected
[   116.749] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): Internal TMDS
[   116.749] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   116.749] (--) NVIDIA(0): 
[   116.750] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-0)
[   116.750] (--) NVIDIA(0): Memory: 4194304 kBytes
[   116.750] (--) NVIDIA(0): VideoBIOS: 84.04.31.00.b7
[   116.750] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   116.750] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   116.750] (**) NVIDIA(0):     device Samsung SyncMaster (DFP-0) (Using EDID frequencies
[   116.750] (**) NVIDIA(0):     has been enabled on all display devices.)
[   116.751] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   116.751] (**) NVIDIA(0):     device LG Electronics L204WT (DFP-4) (Using EDID
[   116.751] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[   116.752] (II) NVIDIA(0): Validated MetaModes:
[   116.752] (II) NVIDIA(0):    
[   116.752] (II) NVIDIA(0):     "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   116.752] (II) NVIDIA(0): Virtual screen size determined to be 3360 x 1050
[   116.756] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[   116.756] (--) NVIDIA(0):     option
[   116.756] (--) Depth 24 pixmap format is 32 bpp
[   116.756] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[   116.756] (II) NVIDIA:     access.
[   116.758] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   116.758] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   116.758] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   116.758] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   116.758] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   116.758] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   116.758] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   116.758] (II) NVIDIA(0):     Config Options in the README.
[   116.789] (II) NVIDIA(0): Setting mode "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   116.847] (==) NVIDIA(0): Disabling shared memory pixmaps
[   116.847] (==) NVIDIA(0): Backing store enabled
[   116.847] (==) NVIDIA(0): Silken mouse enabled
[   116.848] (**) NVIDIA(0): DPMS enabled
[   116.848] (II) Loading sub module "dri2"
[   116.848] (II) LoadModule: "dri2"
[   116.848] (II) Module "dri2" already built-in
[   116.848] (II) NVIDIA(0): [DRI2] Setup complete
[   116.848] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   116.848] (--) RandR disabled
[   116.851] (II) Initializing extension GLX
[   116.851] (II) Indirect GLX disabled.
[   117.224] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   117.224] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   117.224] (II) LoadModule: "evdev"
[   117.224] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   117.248] (II) Module evdev: vendor="X.Org Foundation"
[   117.248] 	compiled for 1.18.4, module version = 2.10.4
[   117.248] 	Module class: X.Org XInput Driver
[   117.248] 	ABI class: X.Org XInput driver, version 22.1
[   117.248] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[   117.248] (II) Using input driver 'evdev' for 'Power Button'
[   117.248] (**) Power Button: always reports core events
[   117.248] (**) evdev: Power Button: Device: "/dev/input/event2"
[   117.248] (--) evdev: Power Button: Vendor 0 Product 0x1
[   117.248] (--) evdev: Power Button: Found keys
[   117.248] (II) evdev: Power Button: Configuring as keyboard
[   117.248] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event2"
[   117.248] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   117.248] (**) Option "xkb_rules" "evdev"
[   117.248] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   117.248] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   117.249] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
[   117.249] (II) Using input driver 'evdev' for 'Power Button'
[   117.249] (**) Power Button: always reports core events
[   117.249] (**) evdev: Power Button: Device: "/dev/input/event0"
[   117.249] (--) evdev: Power Button: Vendor 0 Product 0x1
[   117.249] (--) evdev: Power Button: Found keys
[   117.249] (II) evdev: Power Button: Configuring as keyboard
[   117.249] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[   117.249] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   117.249] (**) Option "xkb_rules" "evdev"
[   117.249] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   117.249] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   117.249] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 30 paused 0
[   117.249] (II) Using input driver 'evdev' for 'Sleep Button'
[   117.249] (**) Sleep Button: always reports core events
[   117.249] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[   117.249] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   117.249] (--) evdev: Sleep Button: Found keys
[   117.249] (II) evdev: Sleep Button: Configuring as keyboard
[   117.249] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event1"
[   117.249] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   117.249] (**) Option "xkb_rules" "evdev"
[   117.250] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[   117.250] (II) No input driver specified, ignoring this device.
[   117.250] (II) This device may have been added with another device file.
[   117.250] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[   117.250] (II) No input driver specified, ignoring this device.
[   117.250] (II) This device may have been added with another device file.
[   117.250] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[   117.250] (II) No input driver specified, ignoring this device.
[   117.250] (II) This device may have been added with another device file.
[   117.250] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[   117.250] (II) No input driver specified, ignoring this device.
[   117.250] (II) This device may have been added with another device file.
[   117.250] (II) config/udev: Adding input device gspca_zc3xx (/dev/input/event14)
[   117.250] (**) gspca_zc3xx: Applying InputClass "evdev keyboard catchall"
[   117.251] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 31 paused 0
[   117.251] (II) Using input driver 'evdev' for 'gspca_zc3xx'
[   117.251] (**) gspca_zc3xx: always reports core events
[   117.251] (**) evdev: gspca_zc3xx: Device: "/dev/input/event14"
[   117.251] (--) evdev: gspca_zc3xx: Vendor 0x41e Product 0x4053
[   117.251] (--) evdev: gspca_zc3xx: Found keys
[   117.251] (II) evdev: gspca_zc3xx: Configuring as keyboard
[   117.251] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/input/input17/event14"
[   117.251] (II) XINPUT: Adding extended input device "gspca_zc3xx" (type: KEYBOARD, id 9)
[   117.251] (**) Option "xkb_rules" "evdev"
[   117.251] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/event15)
[   117.251] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev keyboard catchall"
[   117.251] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 32 paused 0
[   117.251] (II) Using input driver 'evdev' for 'Microsoft Microsoft Wireless Optical Desktop® 1.00'
[   117.251] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: always reports core events
[   117.251] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Device: "/dev/input/event15"
[   117.251] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Vendor 0x45e Product 0x8a
[   117.251] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found keys
[   117.251] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as keyboard
[   117.251] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:045E:008A.0004/input/input18/event15"
[   117.251] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 1.00" (type: KEYBOARD, id 10)
[   117.251] (**) Option "xkb_rules" "evdev"
[   117.252] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/event16)
[   117.252] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev pointer catchall"
[   117.252] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev keyboard catchall"
[   117.252] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 33 paused 0
[   117.252] (II) Using input driver 'evdev' for 'Microsoft Microsoft Wireless Optical Desktop® 1.00'
[   117.252] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: always reports core events
[   117.252] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Device: "/dev/input/event16"
[   117.252] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Vendor 0x45e Product 0x8a
[   117.252] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found 9 mouse buttons
[   117.252] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found scroll wheel(s)
[   117.252] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found relative axes
[   117.252] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found x and y relative axes
[   117.252] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found keys
[   117.252] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as mouse
[   117.252] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as keyboard
[   117.252] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Adding scrollwheel support
[   117.252] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: YAxisMapping: buttons 4 and 5
[   117.252] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   117.252] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.1/0003:045E:008A.0005/input/input19/event16"
[   117.252] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 1.00" (type: KEYBOARD, id 11)
[   117.252] (**) Option "xkb_rules" "evdev"
[   117.252] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: initialized for relative axes.
[   117.252] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) keeping acceleration scheme 1
[   117.252] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration profile 0
[   117.252] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration factor: 2.000
[   117.252] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration threshold: 4
[   117.253] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/mouse0)
[   117.253] (II) No input driver specified, ignoring this device.
[   117.253] (II) This device may have been added with another device file.
[   117.253] (II) config/udev: Adding input device Logitech M570 (/dev/input/event17)
[   117.253] (**) Logitech M570: Applying InputClass "evdev pointer catchall"
[   117.253] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 34 paused 0
[   117.253] (II) Using input driver 'evdev' for 'Logitech M570'
[   117.253] (**) Logitech M570: always reports core events
[   117.253] (**) evdev: Logitech M570: Device: "/dev/input/event17"
[   117.253] (--) evdev: Logitech M570: Vendor 0x46d Product 0x1028
[   117.253] (--) evdev: Logitech M570: Found 20 mouse buttons
[   117.253] (--) evdev: Logitech M570: Found scroll wheel(s)
[   117.253] (--) evdev: Logitech M570: Found relative axes
[   117.253] (--) evdev: Logitech M570: Found x and y relative axes
[   117.253] (II) evdev: Logitech M570: Configuring as mouse
[   117.253] (II) evdev: Logitech M570: Adding scrollwheel support
[   117.253] (**) evdev: Logitech M570: YAxisMapping: buttons 4 and 5
[   117.253] (**) evdev: Logitech M570: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   117.253] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/0003:046D:1028.0006/input/input20/event17"
[   117.253] (II) XINPUT: Adding extended input device "Logitech M570" (type: MOUSE, id 12)
[   117.253] (II) evdev: Logitech M570: initialized for relative axes.
[   117.253] (**) Logitech M570: (accel) keeping acceleration scheme 1
[   117.253] (**) Logitech M570: (accel) acceleration profile 0
[   117.253] (**) Logitech M570: (accel) acceleration factor: 2.000
[   117.253] (**) Logitech M570: (accel) acceleration threshold: 4
[   117.254] (II) config/udev: Adding input device Logitech M570 (/dev/input/mouse1)
[   117.254] (II) No input driver specified, ignoring this device.
[   117.254] (II) This device may have been added with another device file.
[   117.254] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event8)
[   117.254] (II) No input driver specified, ignoring this device.
[   117.254] (II) This device may have been added with another device file.
[   117.254] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event3)
[   117.254] (II) No input driver specified, ignoring this device.
[   117.254] (II) This device may have been added with another device file.
[   117.254] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event4)
[   117.254] (II) No input driver specified, ignoring this device.
[   117.254] (II) This device may have been added with another device file.
[   117.254] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event5)
[   117.254] (II) No input driver specified, ignoring this device.
[   117.254] (II) This device may have been added with another device file.
[   117.254] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event6)
[   117.254] (II) No input driver specified, ignoring this device.
[   117.254] (II) This device may have been added with another device file.
[   117.254] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event7)
[   117.254] (II) No input driver specified, ignoring this device.
[   117.254] (II) This device may have been added with another device file.
[   117.255] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[   117.255] (II) No input driver specified, ignoring this device.
[   117.255] (II) This device may have been added with another device file.
[   120.286] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   120.286] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   120.286] (--) NVIDIA(GPU-0): 
[   120.346] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): connected
[   120.346] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): Internal TMDS
[   120.346] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   120.346] (--) NVIDIA(GPU-0): 
[   120.346] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   120.346] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   120.346] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   120.346] (--) NVIDIA(GPU-0): 
[   120.346] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   120.346] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   120.346] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   120.346] (--) NVIDIA(GPU-0): 
[   120.346] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   120.346] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   120.346] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   120.346] (--) NVIDIA(GPU-0): 
[   120.362] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): connected
[   120.362] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): Internal TMDS
[   120.362] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   120.362] (--) NVIDIA(GPU-0): 
[   120.393] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   120.393] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   120.393] (--) NVIDIA(GPU-0): 
[   120.456] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): connected
[   120.456] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): Internal TMDS
[   120.456] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   120.456] (--) NVIDIA(GPU-0): 
[   120.456] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   120.456] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   120.456] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   120.456] (--) NVIDIA(GPU-0): 
[   120.456] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   120.456] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   120.456] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   120.456] (--) NVIDIA(GPU-0): 
[   120.456] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   120.456] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   120.456] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   120.456] (--) NVIDIA(GPU-0): 
[   120.471] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): connected
[   120.471] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): Internal TMDS
[   120.471] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   120.471] (--) NVIDIA(GPU-0): 
[   120.584] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   120.584] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   120.584] (--) NVIDIA(GPU-0): 
[   120.644] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): connected
[   120.644] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): Internal TMDS
[   120.644] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   120.644] (--) NVIDIA(GPU-0): 
[   120.644] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   120.644] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   120.644] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   120.644] (--) NVIDIA(GPU-0): 
[   120.645] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   120.645] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   120.645] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   120.645] (--) NVIDIA(GPU-0): 
[   120.645] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   120.645] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   120.645] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   120.645] (--) NVIDIA(GPU-0): 
[   120.660] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): connected
[   120.660] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): Internal TMDS
[   120.660] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   120.660] (--) NVIDIA(GPU-0): 
[   120.700] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @1600x900 +0+0 {ViewPortIn=1600x900, ViewPortOut=1600x900+0+0}"
[   120.795] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @1600x900 +0+150 {ViewPortIn=1600x900, ViewPortOut=1600x900+0+0}"
[   120.828] (II) NVIDIA(0): Setting mode "DVI-D-0: nvidia-auto-select @1680x1050 +1600+0 {ViewPortIn=1680x1050, ViewPortOut=1680x1050+0+0}, DVI-I-1: nvidia-auto-select @1600x900 +0+150 {ViewPortIn=1600x900, ViewPortOut=1600x900+0+0}"
[   123.764] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   123.764] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   123.764] (--) NVIDIA(GPU-0): 
[   123.825] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): connected
[   123.825] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): Internal TMDS
[   123.825] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   123.825] (--) NVIDIA(GPU-0): 
[   123.825] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   123.825] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   123.825] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   123.825] (--) NVIDIA(GPU-0): 
[   123.825] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   123.825] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   123.825] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   123.825] (--) NVIDIA(GPU-0): 
[   123.825] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   123.825] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   123.825] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   123.825] (--) NVIDIA(GPU-0): 
[   123.840] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): connected
[   123.840] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): Internal TMDS
[   123.840] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   123.840] (--) NVIDIA(GPU-0): 
[   124.518] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   124.518] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   124.518] (--) NVIDIA(GPU-0): 
[   124.578] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): connected
[   124.578] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): Internal TMDS
[   124.578] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   124.578] (--) NVIDIA(GPU-0): 
[   124.578] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   124.578] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   124.578] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   124.578] (--) NVIDIA(GPU-0): 
[   124.578] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   124.578] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   124.578] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   124.578] (--) NVIDIA(GPU-0): 
[   124.578] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   124.578] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   124.578] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   124.578] (--) NVIDIA(GPU-0): 
[   124.593] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): connected
[   124.593] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): Internal TMDS
[   124.593] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   124.593] (--) NVIDIA(GPU-0): 

Xorg.1.log

[   167.492] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   167.493] X Protocol Version 11, Revision 0
[   167.494] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[   167.495] Current Operating System: Linux new-host 4.7.6-1-ARCH #1 SMP PREEMPT Fri Sep 30 19:28:42 CEST 2016 x86_64
[   167.495] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f2d3ebaf-d5b9-4dba-8349-f875b968878c rw resume_offset=722944
[   167.496] Build Date: 19 July 2016  05:54:24PM
[   167.496]  
[   167.497] Current version of pixman: 0.34.0
[   167.497] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   167.497] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   167.500] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Oct 12 18:20:42 2016
[   167.500] (==) Using config file: "/etc/X11/xorg.conf"
[   167.500] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   167.501] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   167.501] (==) ServerLayout "Layout0"
[   167.501] (**) |-->Screen "Screen0" (0)
[   167.501] (**) |   |-->Monitor "Monitor0"
[   167.501] (**) |   |-->Device "Device0"
[   167.501] (**) |   |-->GPUDevice "Device0"
[   167.501] (**) |-->Input Device "Keyboard0"
[   167.501] (**) |-->Input Device "Mouse0"
[   167.501] (**) Option "Xinerama" "0"
[   167.501] (==) Automatically adding devices
[   167.501] (==) Automatically enabling devices
[   167.501] (==) Automatically adding GPU devices
[   167.501] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   167.501] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   167.501] 	Entry deleted from font path.
[   167.501] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   167.501] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   167.501] 	Entry deleted from font path.
[   167.501] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   167.501] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[   167.501] (==) ModulePath set to "/usr/lib/xorg/modules"
[   167.501] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   167.501] (WW) Disabling Keyboard0
[   167.501] (WW) Disabling Mouse0
[   167.501] (II) Loader magic: 0x821d40
[   167.501] (II) Module ABI versions:
[   167.501] 	X.Org ANSI C Emulation: 0.4
[   167.501] 	X.Org Video Driver: 20.0
[   167.501] 	X.Org XInput driver : 22.1
[   167.501] 	X.Org Server Extension : 9.0
[   167.502] (++) using VT number 2

[   167.502] (--) controlling tty is VT number 2, auto-enabling KeepTty
[   167.503] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[   167.503] (II) xfree86: Adding drm device (/dev/dri/card0)
[   167.503] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   167.504] (--) PCI:*(0:1:0:0) 10de:13c2:1458:367b rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   167.504] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   167.504] (II) LoadModule: "glx"
[   167.504] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   167.506] (II) Module glx: vendor="NVIDIA Corporation"
[   167.506] 	compiled for 4.0.2, module version = 1.0.0
[   167.506] 	Module class: X.Org Server Extension
[   167.506] (II) NVIDIA GLX Module  370.28  Thu Sep  1 19:14:30 PDT 2016
[   167.506] (II) LoadModule: "nvidia"
[   167.506] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   167.506] (II) Module nvidia: vendor="NVIDIA Corporation"
[   167.506] 	compiled for 4.0.2, module version = 1.0.0
[   167.506] 	Module class: X.Org Video Driver
[   167.506] (II) NVIDIA dlloader X Driver  370.28  Thu Sep  1 18:51:40 PDT 2016
[   167.506] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   167.506] (II) systemd-logind: releasing fd for 226:0
[   167.507] (II) Loading sub module "fb"
[   167.507] (II) LoadModule: "fb"
[   167.507] (II) Loading /usr/lib/xorg/modules/libfb.so
[   167.507] (II) Module fb: vendor="X.Org Foundation"
[   167.507] 	compiled for 1.18.4, module version = 1.0.0
[   167.507] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   167.507] (II) Loading sub module "wfb"
[   167.507] (II) LoadModule: "wfb"
[   167.507] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   167.507] (II) Module wfb: vendor="X.Org Foundation"
[   167.507] 	compiled for 1.18.4, module version = 1.0.0
[   167.507] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   167.507] (II) Loading sub module "ramdac"
[   167.507] (II) LoadModule: "ramdac"
[   167.507] (II) Module "ramdac" already built-in
[   167.507] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   167.507] (==) NVIDIA(0): RGB weight 888
[   167.507] (==) NVIDIA(0): Default visual is TrueColor
[   167.507] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   167.507] (**) NVIDIA(0): Option "Stereo" "0"
[   167.507] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[   167.507] (**) NVIDIA(0): Option "SLI" "Off"
[   167.507] (**) NVIDIA(0): Option "MultiGPU" "Off"
[   167.507] (**) NVIDIA(0): Option "BaseMosaic" "off"
[   167.507] (**) NVIDIA(0): Stereo disabled by request
[   167.507] (**) NVIDIA(0): NVIDIA SLI disabled.
[   167.507] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[   167.507] (**) NVIDIA(0): Option "MetaModes" "DVI-D-0: nvidia-auto-select +1680+0, DVI-I-1: nvidia-auto-select +0+0"
[   167.507] (**) NVIDIA(0): Enabling 2D acceleration
[   167.508] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   167.509] (--) NVIDIA(0):     CRT-0
[   167.509] (--) NVIDIA(0):     DFP-0 (boot)
[   167.509] (--) NVIDIA(0):     DFP-1
[   167.509] (--) NVIDIA(0):     DFP-2
[   167.509] (--) NVIDIA(0):     DFP-3
[   167.509] (--) NVIDIA(0):     DFP-4
[   167.539] (--) NVIDIA(0): CRT-0: disconnected
[   167.539] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[   167.539] (--) NVIDIA(0): 
[   167.599] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): connected
[   167.599] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal TMDS
[   167.599] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   167.599] (--) NVIDIA(0): 
[   167.600] (--) NVIDIA(0): DFP-1: disconnected
[   167.600] (--) NVIDIA(0): DFP-1: Internal TMDS
[   167.600] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
[   167.600] (--) NVIDIA(0): 
[   167.600] (--) NVIDIA(0): DFP-2: disconnected
[   167.600] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[   167.600] (--) NVIDIA(0): DFP-2: 960.0 MHz maximum pixel clock
[   167.600] (--) NVIDIA(0): 
[   167.600] (--) NVIDIA(0): DFP-3: disconnected
[   167.600] (--) NVIDIA(0): DFP-3: Internal TMDS
[   167.600] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[   167.600] (--) NVIDIA(0): 
[   167.616] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): connected
[   167.616] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): Internal TMDS
[   167.616] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   167.616] (--) NVIDIA(0): 
[   167.617] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-0)
[   167.617] (--) NVIDIA(0): Memory: 4194304 kBytes
[   167.617] (--) NVIDIA(0): VideoBIOS: 84.04.31.00.b7
[   167.617] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   167.617] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   167.617] (**) NVIDIA(0):     device Samsung SyncMaster (DFP-0) (Using EDID frequencies
[   167.617] (**) NVIDIA(0):     has been enabled on all display devices.)
[   167.618] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   167.618] (**) NVIDIA(0):     device LG Electronics L204WT (DFP-4) (Using EDID
[   167.618] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[   167.619] (II) NVIDIA(0): Validated MetaModes:
[   167.619] (II) NVIDIA(0):    
[   167.619] (II) NVIDIA(0):     "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   167.619] (II) NVIDIA(0): Virtual screen size determined to be 3360 x 1050
[   167.623] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[   167.623] (--) NVIDIA(0):     option
[   167.623] (--) Depth 24 pixmap format is 32 bpp
[   167.624] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[   167.624] (II) NVIDIA:     access.
[   167.627] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   167.627] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   167.627] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   167.627] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   167.627] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   167.627] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   167.627] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   167.627] (II) NVIDIA(0):     Config Options in the README.
[   167.660] (II) NVIDIA(0): Setting mode "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   167.703] (==) NVIDIA(0): Disabling shared memory pixmaps
[   167.703] (==) NVIDIA(0): Backing store enabled
[   167.703] (==) NVIDIA(0): Silken mouse enabled
[   167.704] (**) NVIDIA(0): DPMS enabled
[   167.704] (II) Loading sub module "dri2"
[   167.704] (II) LoadModule: "dri2"
[   167.704] (II) Module "dri2" already built-in
[   167.704] (II) NVIDIA(0): [DRI2] Setup complete
[   167.704] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   167.704] (--) RandR disabled
[   167.706] (II) Initializing extension GLX
[   167.706] (II) Indirect GLX disabled.
[   167.731] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   167.731] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   167.731] (II) LoadModule: "evdev"
[   167.731] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   167.731] (II) Module evdev: vendor="X.Org Foundation"
[   167.731] 	compiled for 1.18.4, module version = 2.10.4
[   167.731] 	Module class: X.Org XInput Driver
[   167.731] 	ABI class: X.Org XInput driver, version 22.1
[   167.732] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[   167.732] (II) Using input driver 'evdev' for 'Power Button'
[   167.732] (**) Power Button: always reports core events
[   167.732] (**) evdev: Power Button: Device: "/dev/input/event2"
[   167.732] (--) evdev: Power Button: Vendor 0 Product 0x1
[   167.732] (--) evdev: Power Button: Found keys
[   167.732] (II) evdev: Power Button: Configuring as keyboard
[   167.732] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event2"
[   167.732] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   167.732] (**) Option "xkb_rules" "evdev"
[   167.732] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   167.732] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   167.732] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
[   167.732] (II) Using input driver 'evdev' for 'Power Button'
[   167.732] (**) Power Button: always reports core events
[   167.732] (**) evdev: Power Button: Device: "/dev/input/event0"
[   167.732] (--) evdev: Power Button: Vendor 0 Product 0x1
[   167.732] (--) evdev: Power Button: Found keys
[   167.732] (II) evdev: Power Button: Configuring as keyboard
[   167.732] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[   167.732] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   167.732] (**) Option "xkb_rules" "evdev"
[   167.733] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   167.733] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   167.733] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 30 paused 0
[   167.733] (II) Using input driver 'evdev' for 'Sleep Button'
[   167.733] (**) Sleep Button: always reports core events
[   167.733] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[   167.733] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   167.733] (--) evdev: Sleep Button: Found keys
[   167.733] (II) evdev: Sleep Button: Configuring as keyboard
[   167.733] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event1"
[   167.733] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   167.733] (**) Option "xkb_rules" "evdev"
[   167.733] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[   167.733] (II) No input driver specified, ignoring this device.
[   167.733] (II) This device may have been added with another device file.
[   167.734] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[   167.734] (II) No input driver specified, ignoring this device.
[   167.734] (II) This device may have been added with another device file.
[   167.734] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[   167.734] (II) No input driver specified, ignoring this device.
[   167.734] (II) This device may have been added with another device file.
[   167.734] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[   167.734] (II) No input driver specified, ignoring this device.
[   167.734] (II) This device may have been added with another device file.
[   167.734] (II) config/udev: Adding input device gspca_zc3xx (/dev/input/event14)
[   167.734] (**) gspca_zc3xx: Applying InputClass "evdev keyboard catchall"
[   167.734] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 31 paused 0
[   167.734] (II) Using input driver 'evdev' for 'gspca_zc3xx'
[   167.734] (**) gspca_zc3xx: always reports core events
[   167.734] (**) evdev: gspca_zc3xx: Device: "/dev/input/event14"
[   167.734] (--) evdev: gspca_zc3xx: Vendor 0x41e Product 0x4053
[   167.734] (--) evdev: gspca_zc3xx: Found keys
[   167.734] (II) evdev: gspca_zc3xx: Configuring as keyboard
[   167.734] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/input/input17/event14"
[   167.734] (II) XINPUT: Adding extended input device "gspca_zc3xx" (type: KEYBOARD, id 9)
[   167.734] (**) Option "xkb_rules" "evdev"
[   167.735] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/event16)
[   167.735] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev keyboard catchall"
[   167.735] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 32 paused 0
[   167.735] (II) Using input driver 'evdev' for 'Microsoft Microsoft Wireless Optical Desktop® 1.00'
[   167.735] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: always reports core events
[   167.735] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Device: "/dev/input/event16"
[   167.735] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Vendor 0x45e Product 0x8a
[   167.735] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found keys
[   167.735] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as keyboard
[   167.735] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:045E:008A.0004/input/input19/event16"
[   167.735] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 1.00" (type: KEYBOARD, id 10)
[   167.735] (**) Option "xkb_rules" "evdev"
[   167.735] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/event17)
[   167.735] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev pointer catchall"
[   167.735] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev keyboard catchall"
[   167.736] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 33 paused 0
[   167.736] (II) Using input driver 'evdev' for 'Microsoft Microsoft Wireless Optical Desktop® 1.00'
[   167.736] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: always reports core events
[   167.736] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Device: "/dev/input/event17"
[   167.736] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Vendor 0x45e Product 0x8a
[   167.736] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found 9 mouse buttons
[   167.736] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found scroll wheel(s)
[   167.736] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found relative axes
[   167.736] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found x and y relative axes
[   167.736] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found keys
[   167.736] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as mouse
[   167.736] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as keyboard
[   167.736] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Adding scrollwheel support
[   167.736] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: YAxisMapping: buttons 4 and 5
[   167.736] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   167.736] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.1/0003:045E:008A.0005/input/input20/event17"
[   167.736] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 1.00" (type: KEYBOARD, id 11)
[   167.736] (**) Option "xkb_rules" "evdev"
[   167.736] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: initialized for relative axes.
[   167.736] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) keeping acceleration scheme 1
[   167.736] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration profile 0
[   167.736] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration factor: 2.000
[   167.736] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration threshold: 4
[   167.736] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/mouse1)
[   167.736] (II) No input driver specified, ignoring this device.
[   167.736] (II) This device may have been added with another device file.
[   167.736] (II) config/udev: Adding input device Logitech M570 (/dev/input/event15)
[   167.737] (**) Logitech M570: Applying InputClass "evdev pointer catchall"
[   167.737] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 34 paused 0
[   167.737] (II) Using input driver 'evdev' for 'Logitech M570'
[   167.737] (**) Logitech M570: always reports core events
[   167.737] (**) evdev: Logitech M570: Device: "/dev/input/event15"
[   167.737] (--) evdev: Logitech M570: Vendor 0x46d Product 0x1028
[   167.737] (--) evdev: Logitech M570: Found 20 mouse buttons
[   167.737] (--) evdev: Logitech M570: Found scroll wheel(s)
[   167.737] (--) evdev: Logitech M570: Found relative axes
[   167.737] (--) evdev: Logitech M570: Found x and y relative axes
[   167.737] (II) evdev: Logitech M570: Configuring as mouse
[   167.737] (II) evdev: Logitech M570: Adding scrollwheel support
[   167.737] (**) evdev: Logitech M570: YAxisMapping: buttons 4 and 5
[   167.737] (**) evdev: Logitech M570: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   167.737] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/0003:046D:1028.0006/input/input18/event15"
[   167.737] (II) XINPUT: Adding extended input device "Logitech M570" (type: MOUSE, id 12)
[   167.737] (II) evdev: Logitech M570: initialized for relative axes.
[   167.737] (**) Logitech M570: (accel) keeping acceleration scheme 1
[   167.737] (**) Logitech M570: (accel) acceleration profile 0
[   167.737] (**) Logitech M570: (accel) acceleration factor: 2.000
[   167.737] (**) Logitech M570: (accel) acceleration threshold: 4
[   167.737] (II) config/udev: Adding input device Logitech M570 (/dev/input/mouse0)
[   167.737] (II) No input driver specified, ignoring this device.
[   167.737] (II) This device may have been added with another device file.
[   167.737] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event7)
[   167.737] (II) No input driver specified, ignoring this device.
[   167.737] (II) This device may have been added with another device file.
[   167.738] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
[   167.738] (II) No input driver specified, ignoring this device.
[   167.738] (II) This device may have been added with another device file.
[   167.738] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event9)
[   167.738] (II) No input driver specified, ignoring this device.
[   167.738] (II) This device may have been added with another device file.
[   167.738] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event4)
[   167.738] (II) No input driver specified, ignoring this device.
[   167.738] (II) This device may have been added with another device file.
[   167.738] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event5)
[   167.738] (II) No input driver specified, ignoring this device.
[   167.738] (II) This device may have been added with another device file.
[   167.738] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event6)
[   167.738] (II) No input driver specified, ignoring this device.
[   167.738] (II) This device may have been added with another device file.
[   167.738] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[   167.738] (II) No input driver specified, ignoring this device.
[   167.738] (II) This device may have been added with another device file.
[   186.264] (II) systemd-logind: got pause for 13:80
[   186.264] (II) systemd-logind: got pause for 13:78
[   186.264] (II) systemd-logind: got pause for 13:64
[   186.264] (II) systemd-logind: got pause for 13:81
[   186.264] (II) systemd-logind: got pause for 13:66
[   186.264] (II) systemd-logind: got pause for 13:65
[   186.264] (II) systemd-logind: got pause for 13:79
[   216.441] (II) evdev: Logitech M570: Close
[   216.656] (II) UnloadModule: "evdev"
[   216.656] (II) systemd-logind: releasing fd for 13:79
[   216.710] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Close
[   216.710] (II) UnloadModule: "evdev"
[   216.710] (II) systemd-logind: releasing fd for 13:81
[   216.743] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Close
[   216.743] (II) UnloadModule: "evdev"
[   216.743] (II) systemd-logind: releasing fd for 13:80
[   216.770] (II) evdev: gspca_zc3xx: Close
[   216.770] (II) UnloadModule: "evdev"
[   216.770] (II) systemd-logind: releasing fd for 13:78
[   216.800] (II) evdev: Sleep Button: Close
[   216.800] (II) UnloadModule: "evdev"
[   216.800] (II) systemd-logind: releasing fd for 13:65
[   216.813] (II) evdev: Power Button: Close
[   216.813] (II) UnloadModule: "evdev"
[   216.813] (II) systemd-logind: releasing fd for 13:64
[   216.826] (II) evdev: Power Button: Close
[   216.826] (II) UnloadModule: "evdev"
[   216.826] (II) systemd-logind: releasing fd for 13:66
[   217.074] (II) NVIDIA(GPU-0): Deleting GPU-0
[   217.074] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   217.074] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   217.074] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[   217.075] (II) Server terminated successfully (0). Closing log file.

Xorg.3.log

[   210.977] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   210.978] X Protocol Version 11, Revision 0
[   210.980] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[   210.983] Current Operating System: Linux new-host 4.7.6-1-ARCH #1 SMP PREEMPT Fri Sep 30 19:28:42 CEST 2016 x86_64
[   210.983] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f2d3ebaf-d5b9-4dba-8349-f875b968878c rw resume_offset=722944
[   210.986] Build Date: 19 July 2016  05:54:24PM
[   210.987]  
[   210.987] Current version of pixman: 0.34.0
[   210.989] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   210.989] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   210.993] (==) Log file: "/var/log/Xorg.3.log", Time: Wed Oct 12 18:21:25 2016
[   210.994] (==) Using config file: "/etc/X11/xorg.conf"
[   210.995] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   210.996] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   210.996] (==) ServerLayout "Layout0"
[   210.996] (**) |-->Screen "Screen0" (0)
[   210.996] (**) |   |-->Monitor "Monitor0"
[   210.996] (**) |   |-->Device "Device0"
[   210.996] (**) |   |-->GPUDevice "Device0"
[   210.996] (**) |-->Input Device "Keyboard0"
[   210.996] (**) |-->Input Device "Mouse0"
[   210.996] (**) Option "Xinerama" "0"
[   210.996] (==) Automatically adding devices
[   210.996] (==) Automatically enabling devices
[   210.996] (==) Automatically adding GPU devices
[   210.996] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   210.996] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   210.996] 	Entry deleted from font path.
[   210.996] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   210.996] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   210.996] 	Entry deleted from font path.
[   210.996] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   210.996] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[   210.996] (==) ModulePath set to "/usr/lib/xorg/modules"
[   210.997] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   210.997] (WW) Disabling Keyboard0
[   210.997] (WW) Disabling Mouse0
[   210.997] (II) Loader magic: 0x821d40
[   210.997] (II) Module ABI versions:
[   210.997] 	X.Org ANSI C Emulation: 0.4
[   210.997] 	X.Org Video Driver: 20.0
[   210.997] 	X.Org XInput driver : 22.1
[   210.997] 	X.Org Server Extension : 9.0
[   210.997] (++) using VT number 4

[   210.997] (--) controlling tty is VT number 4, auto-enabling KeepTty
[   210.999] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c4
[   210.999] (II) xfree86: Adding drm device (/dev/dri/card0)
[   210.999] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   211.000] (--) PCI:*(0:1:0:0) 10de:13c2:1458:367b rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   211.000] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   211.000] (II) LoadModule: "glx"
[   211.000] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   211.003] (II) Module glx: vendor="NVIDIA Corporation"
[   211.003] 	compiled for 4.0.2, module version = 1.0.0
[   211.003] 	Module class: X.Org Server Extension
[   211.003] (II) NVIDIA GLX Module  370.28  Thu Sep  1 19:14:30 PDT 2016
[   211.003] (II) LoadModule: "nvidia"
[   211.003] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   211.003] (II) Module nvidia: vendor="NVIDIA Corporation"
[   211.003] 	compiled for 4.0.2, module version = 1.0.0
[   211.003] 	Module class: X.Org Video Driver
[   211.003] (II) NVIDIA dlloader X Driver  370.28  Thu Sep  1 18:51:40 PDT 2016
[   211.003] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   211.003] (II) systemd-logind: releasing fd for 226:0
[   211.004] (II) Loading sub module "fb"
[   211.004] (II) LoadModule: "fb"
[   211.004] (II) Loading /usr/lib/xorg/modules/libfb.so
[   211.004] (II) Module fb: vendor="X.Org Foundation"
[   211.004] 	compiled for 1.18.4, module version = 1.0.0
[   211.004] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   211.004] (II) Loading sub module "wfb"
[   211.004] (II) LoadModule: "wfb"
[   211.004] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   211.004] (II) Module wfb: vendor="X.Org Foundation"
[   211.004] 	compiled for 1.18.4, module version = 1.0.0
[   211.004] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   211.004] (II) Loading sub module "ramdac"
[   211.004] (II) LoadModule: "ramdac"
[   211.004] (II) Module "ramdac" already built-in
[   211.004] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   211.004] (==) NVIDIA(0): RGB weight 888
[   211.004] (==) NVIDIA(0): Default visual is TrueColor
[   211.004] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   211.004] (**) NVIDIA(0): Option "Stereo" "0"
[   211.004] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[   211.004] (**) NVIDIA(0): Option "SLI" "Off"
[   211.004] (**) NVIDIA(0): Option "MultiGPU" "Off"
[   211.004] (**) NVIDIA(0): Option "BaseMosaic" "off"
[   211.004] (**) NVIDIA(0): Stereo disabled by request
[   211.004] (**) NVIDIA(0): NVIDIA SLI disabled.
[   211.004] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[   211.004] (**) NVIDIA(0): Option "MetaModes" "DVI-D-0: nvidia-auto-select +1680+0, DVI-I-1: nvidia-auto-select +0+0"
[   211.004] (**) NVIDIA(0): Enabling 2D acceleration
[   211.005] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   211.005] (--) NVIDIA(0):     CRT-0
[   211.005] (--) NVIDIA(0):     DFP-0 (boot)
[   211.005] (--) NVIDIA(0):     DFP-1
[   211.005] (--) NVIDIA(0):     DFP-2
[   211.005] (--) NVIDIA(0):     DFP-3
[   211.005] (--) NVIDIA(0):     DFP-4
[   211.035] (--) NVIDIA(0): CRT-0: disconnected
[   211.035] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[   211.035] (--) NVIDIA(0): 
[   211.096] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): connected
[   211.096] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal TMDS
[   211.096] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   211.096] (--) NVIDIA(0): 
[   211.096] (--) NVIDIA(0): DFP-1: disconnected
[   211.096] (--) NVIDIA(0): DFP-1: Internal TMDS
[   211.096] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
[   211.096] (--) NVIDIA(0): 
[   211.096] (--) NVIDIA(0): DFP-2: disconnected
[   211.096] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[   211.096] (--) NVIDIA(0): DFP-2: 960.0 MHz maximum pixel clock
[   211.096] (--) NVIDIA(0): 
[   211.096] (--) NVIDIA(0): DFP-3: disconnected
[   211.096] (--) NVIDIA(0): DFP-3: Internal TMDS
[   211.096] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[   211.096] (--) NVIDIA(0): 
[   211.111] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): connected
[   211.111] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): Internal TMDS
[   211.111] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   211.111] (--) NVIDIA(0): 
[   211.112] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-0)
[   211.112] (--) NVIDIA(0): Memory: 4194304 kBytes
[   211.112] (--) NVIDIA(0): VideoBIOS: 84.04.31.00.b7
[   211.112] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   211.112] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   211.112] (**) NVIDIA(0):     device Samsung SyncMaster (DFP-0) (Using EDID frequencies
[   211.112] (**) NVIDIA(0):     has been enabled on all display devices.)
[   211.114] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   211.114] (**) NVIDIA(0):     device LG Electronics L204WT (DFP-4) (Using EDID
[   211.114] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[   211.115] (II) NVIDIA(0): Validated MetaModes:
[   211.115] (II) NVIDIA(0):    
[   211.115] (II) NVIDIA(0):     "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   211.115] (II) NVIDIA(0): Virtual screen size determined to be 3360 x 1050
[   211.119] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[   211.119] (--) NVIDIA(0):     option
[   211.119] (--) Depth 24 pixmap format is 32 bpp
[   211.120] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[   211.120] (II) NVIDIA:     access.
[   211.122] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   211.122] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   211.122] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   211.122] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   211.122] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   211.122] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   211.122] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   211.122] (II) NVIDIA(0):     Config Options in the README.
[   211.155] (II) NVIDIA(0): Setting mode "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   211.213] (==) NVIDIA(0): Disabling shared memory pixmaps
[   211.213] (==) NVIDIA(0): Backing store enabled
[   211.213] (==) NVIDIA(0): Silken mouse enabled
[   211.213] (**) NVIDIA(0): DPMS enabled
[   211.213] (II) Loading sub module "dri2"
[   211.213] (II) LoadModule: "dri2"
[   211.213] (II) Module "dri2" already built-in
[   211.213] (II) NVIDIA(0): [DRI2] Setup complete
[   211.213] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   211.214] (--) RandR disabled
[   211.215] (II) Initializing extension GLX
[   211.215] (II) Indirect GLX disabled.
[   211.242] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   211.242] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   211.242] (II) LoadModule: "evdev"
[   211.242] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   211.242] (II) Module evdev: vendor="X.Org Foundation"
[   211.242] 	compiled for 1.18.4, module version = 2.10.4
[   211.242] 	Module class: X.Org XInput Driver
[   211.242] 	ABI class: X.Org XInput driver, version 22.1
[   211.242] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[   211.242] (II) Using input driver 'evdev' for 'Power Button'
[   211.242] (**) Power Button: always reports core events
[   211.242] (**) evdev: Power Button: Device: "/dev/input/event2"
[   211.242] (--) evdev: Power Button: Vendor 0 Product 0x1
[   211.242] (--) evdev: Power Button: Found keys
[   211.242] (II) evdev: Power Button: Configuring as keyboard
[   211.242] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event2"
[   211.242] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   211.242] (**) Option "xkb_rules" "evdev"
[   211.243] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   211.243] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   211.243] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
[   211.243] (II) Using input driver 'evdev' for 'Power Button'
[   211.243] (**) Power Button: always reports core events
[   211.243] (**) evdev: Power Button: Device: "/dev/input/event0"
[   211.243] (--) evdev: Power Button: Vendor 0 Product 0x1
[   211.243] (--) evdev: Power Button: Found keys
[   211.243] (II) evdev: Power Button: Configuring as keyboard
[   211.243] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[   211.243] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   211.243] (**) Option "xkb_rules" "evdev"
[   211.243] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   211.243] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   211.243] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 30 paused 0
[   211.244] (II) Using input driver 'evdev' for 'Sleep Button'
[   211.244] (**) Sleep Button: always reports core events
[   211.244] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[   211.244] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   211.244] (--) evdev: Sleep Button: Found keys
[   211.244] (II) evdev: Sleep Button: Configuring as keyboard
[   211.244] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event1"
[   211.244] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   211.244] (**) Option "xkb_rules" "evdev"
[   211.244] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[   211.244] (II) No input driver specified, ignoring this device.
[   211.244] (II) This device may have been added with another device file.
[   211.244] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[   211.244] (II) No input driver specified, ignoring this device.
[   211.244] (II) This device may have been added with another device file.
[   211.244] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[   211.244] (II) No input driver specified, ignoring this device.
[   211.244] (II) This device may have been added with another device file.
[   211.244] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[   211.244] (II) No input driver specified, ignoring this device.
[   211.244] (II) This device may have been added with another device file.
[   211.244] (II) config/udev: Adding input device gspca_zc3xx (/dev/input/event14)
[   211.244] (**) gspca_zc3xx: Applying InputClass "evdev keyboard catchall"
[   211.245] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 31 paused 0
[   211.245] (II) Using input driver 'evdev' for 'gspca_zc3xx'
[   211.245] (**) gspca_zc3xx: always reports core events
[   211.245] (**) evdev: gspca_zc3xx: Device: "/dev/input/event14"
[   211.245] (--) evdev: gspca_zc3xx: Vendor 0x41e Product 0x4053
[   211.245] (--) evdev: gspca_zc3xx: Found keys
[   211.245] (II) evdev: gspca_zc3xx: Configuring as keyboard
[   211.245] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/input/input17/event14"
[   211.245] (II) XINPUT: Adding extended input device "gspca_zc3xx" (type: KEYBOARD, id 9)
[   211.245] (**) Option "xkb_rules" "evdev"
[   211.245] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/event16)
[   211.245] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev keyboard catchall"
[   211.245] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 32 paused 0
[   211.245] (II) Using input driver 'evdev' for 'Microsoft Microsoft Wireless Optical Desktop® 1.00'
[   211.245] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: always reports core events
[   211.245] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Device: "/dev/input/event16"
[   211.245] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Vendor 0x45e Product 0x8a
[   211.245] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found keys
[   211.245] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as keyboard
[   211.245] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:045E:008A.0004/input/input19/event16"
[   211.245] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 1.00" (type: KEYBOARD, id 10)
[   211.245] (**) Option "xkb_rules" "evdev"
[   211.246] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/event17)
[   211.246] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev pointer catchall"
[   211.246] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev keyboard catchall"
[   211.246] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 33 paused 0
[   211.246] (II) Using input driver 'evdev' for 'Microsoft Microsoft Wireless Optical Desktop® 1.00'
[   211.246] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: always reports core events
[   211.246] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Device: "/dev/input/event17"
[   211.246] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Vendor 0x45e Product 0x8a
[   211.246] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found 9 mouse buttons
[   211.246] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found scroll wheel(s)
[   211.246] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found relative axes
[   211.246] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found x and y relative axes
[   211.246] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found keys
[   211.246] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as mouse
[   211.246] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as keyboard
[   211.246] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Adding scrollwheel support
[   211.246] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: YAxisMapping: buttons 4 and 5
[   211.246] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   211.246] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.1/0003:045E:008A.0005/input/input20/event17"
[   211.246] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 1.00" (type: KEYBOARD, id 11)
[   211.246] (**) Option "xkb_rules" "evdev"
[   211.246] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: initialized for relative axes.
[   211.246] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) keeping acceleration scheme 1
[   211.246] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration profile 0
[   211.246] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration factor: 2.000
[   211.246] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration threshold: 4
[   211.246] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/mouse1)
[   211.246] (II) No input driver specified, ignoring this device.
[   211.246] (II) This device may have been added with another device file.
[   211.247] (II) config/udev: Adding input device Logitech M570 (/dev/input/event15)
[   211.247] (**) Logitech M570: Applying InputClass "evdev pointer catchall"
[   211.247] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 34 paused 0
[   211.247] (II) Using input driver 'evdev' for 'Logitech M570'
[   211.247] (**) Logitech M570: always reports core events
[   211.247] (**) evdev: Logitech M570: Device: "/dev/input/event15"
[   211.247] (--) evdev: Logitech M570: Vendor 0x46d Product 0x1028
[   211.247] (--) evdev: Logitech M570: Found 20 mouse buttons
[   211.247] (--) evdev: Logitech M570: Found scroll wheel(s)
[   211.247] (--) evdev: Logitech M570: Found relative axes
[   211.247] (--) evdev: Logitech M570: Found x and y relative axes
[   211.247] (II) evdev: Logitech M570: Configuring as mouse
[   211.247] (II) evdev: Logitech M570: Adding scrollwheel support
[   211.247] (**) evdev: Logitech M570: YAxisMapping: buttons 4 and 5
[   211.247] (**) evdev: Logitech M570: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   211.247] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/0003:046D:1028.0006/input/input18/event15"
[   211.247] (II) XINPUT: Adding extended input device "Logitech M570" (type: MOUSE, id 12)
[   211.247] (II) evdev: Logitech M570: initialized for relative axes.
[   211.247] (**) Logitech M570: (accel) keeping acceleration scheme 1
[   211.247] (**) Logitech M570: (accel) acceleration profile 0
[   211.247] (**) Logitech M570: (accel) acceleration factor: 2.000
[   211.247] (**) Logitech M570: (accel) acceleration threshold: 4
[   211.247] (II) config/udev: Adding input device Logitech M570 (/dev/input/mouse0)
[   211.247] (II) No input driver specified, ignoring this device.
[   211.247] (II) This device may have been added with another device file.
[   211.247] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event7)
[   211.248] (II) No input driver specified, ignoring this device.
[   211.248] (II) This device may have been added with another device file.
[   211.248] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
[   211.248] (II) No input driver specified, ignoring this device.
[   211.248] (II) This device may have been added with another device file.
[   211.248] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event9)
[   211.248] (II) No input driver specified, ignoring this device.
[   211.248] (II) This device may have been added with another device file.
[   211.248] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event4)
[   211.248] (II) No input driver specified, ignoring this device.
[   211.248] (II) This device may have been added with another device file.
[   211.248] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event5)
[   211.248] (II) No input driver specified, ignoring this device.
[   211.248] (II) This device may have been added with another device file.
[   211.248] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event6)
[   211.248] (II) No input driver specified, ignoring this device.
[   211.248] (II) This device may have been added with another device file.
[   211.248] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[   211.248] (II) No input driver specified, ignoring this device.
[   211.248] (II) This device may have been added with another device file.
[   216.453] (II) evdev: Logitech M570: Close
[   216.453] (II) UnloadModule: "evdev"
[   216.453] (II) systemd-logind: releasing fd for 13:79
[   216.500] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Close
[   216.500] (II) UnloadModule: "evdev"
[   216.500] (II) systemd-logind: releasing fd for 13:81
[   216.526] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Close
[   216.526] (II) UnloadModule: "evdev"
[   216.526] (II) systemd-logind: releasing fd for 13:80
[   216.566] (II) evdev: gspca_zc3xx: Close
[   216.566] (II) UnloadModule: "evdev"
[   216.566] (II) systemd-logind: releasing fd for 13:78
[   216.603] (II) evdev: Sleep Button: Close
[   216.603] (II) UnloadModule: "evdev"
[   216.603] (II) systemd-logind: releasing fd for 13:65
[   216.633] (II) evdev: Power Button: Close
[   216.633] (II) UnloadModule: "evdev"
[   216.633] (II) systemd-logind: releasing fd for 13:64
[   216.683] (II) evdev: Power Button: Close
[   216.683] (II) UnloadModule: "evdev"
[   216.683] (II) systemd-logind: releasing fd for 13:66
[   217.357] (II) NVIDIA(GPU-0): Deleting GPU-0
[   217.357] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   217.357] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   217.357] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[   217.592] (II) Server terminated successfully (0). Closing log file.

Xorg.4.log

[   369.107] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   369.108] X Protocol Version 11, Revision 0
[   369.108] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[   369.109] Current Operating System: Linux new-host 4.7.6-1-ARCH #1 SMP PREEMPT Fri Sep 30 19:28:42 CEST 2016 x86_64
[   369.109] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f2d3ebaf-d5b9-4dba-8349-f875b968878c rw resume_offset=722944
[   369.110] Build Date: 19 July 2016  05:54:24PM
[   369.111]  
[   369.111] Current version of pixman: 0.34.0
[   369.112] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   369.112] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   369.114] (==) Log file: "/var/log/Xorg.4.log", Time: Tue Oct 11 17:10:15 2016
[   369.114] (==) Using config file: "/etc/X11/xorg.conf"
[   369.115] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   369.115] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   369.115] (==) ServerLayout "Layout0"
[   369.115] (**) |-->Screen "Screen0" (0)
[   369.115] (**) |   |-->Monitor "Monitor0"
[   369.116] (**) |   |-->Device "Device0"
[   369.116] (**) |   |-->GPUDevice "Device0"
[   369.116] (**) |-->Input Device "Keyboard0"
[   369.116] (**) |-->Input Device "Mouse0"
[   369.116] (**) Option "Xinerama" "0"
[   369.116] (==) Automatically adding devices
[   369.116] (==) Automatically enabling devices
[   369.116] (==) Automatically adding GPU devices
[   369.116] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   369.116] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   369.116] 	Entry deleted from font path.
[   369.116] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   369.116] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   369.116] 	Entry deleted from font path.
[   369.116] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   369.116] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[   369.116] (==) ModulePath set to "/usr/lib/xorg/modules"
[   369.116] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   369.116] (WW) Disabling Keyboard0
[   369.116] (WW) Disabling Mouse0
[   369.116] (II) Loader magic: 0x821d40
[   369.116] (II) Module ABI versions:
[   369.116] 	X.Org ANSI C Emulation: 0.4
[   369.116] 	X.Org Video Driver: 20.0
[   369.116] 	X.Org XInput driver : 22.1
[   369.116] 	X.Org Server Extension : 9.0
[   369.116] (++) using VT number 5

[   369.116] (--) controlling tty is VT number 5, auto-enabling KeepTty
[   369.117] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c5
[   369.118] (II) xfree86: Adding drm device (/dev/dri/card0)
[   369.118] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   369.118] (--) PCI:*(0:1:0:0) 10de:13c2:1458:367b rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   369.118] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   369.118] (II) LoadModule: "glx"
[   369.119] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   369.121] (II) Module glx: vendor="NVIDIA Corporation"
[   369.121] 	compiled for 4.0.2, module version = 1.0.0
[   369.121] 	Module class: X.Org Server Extension
[   369.121] (II) NVIDIA GLX Module  370.28  Thu Sep  1 19:14:30 PDT 2016
[   369.121] (II) LoadModule: "nvidia"
[   369.121] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   369.121] (II) Module nvidia: vendor="NVIDIA Corporation"
[   369.121] 	compiled for 4.0.2, module version = 1.0.0
[   369.121] 	Module class: X.Org Video Driver
[   369.121] (II) NVIDIA dlloader X Driver  370.28  Thu Sep  1 18:51:40 PDT 2016
[   369.121] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   369.121] (II) systemd-logind: releasing fd for 226:0
[   369.122] (II) Loading sub module "fb"
[   369.122] (II) LoadModule: "fb"
[   369.122] (II) Loading /usr/lib/xorg/modules/libfb.so
[   369.122] (II) Module fb: vendor="X.Org Foundation"
[   369.122] 	compiled for 1.18.4, module version = 1.0.0
[   369.122] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   369.122] (II) Loading sub module "wfb"
[   369.122] (II) LoadModule: "wfb"
[   369.122] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   369.122] (II) Module wfb: vendor="X.Org Foundation"
[   369.122] 	compiled for 1.18.4, module version = 1.0.0
[   369.122] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   369.122] (II) Loading sub module "ramdac"
[   369.122] (II) LoadModule: "ramdac"
[   369.122] (II) Module "ramdac" already built-in
[   369.122] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   369.122] (==) NVIDIA(0): RGB weight 888
[   369.122] (==) NVIDIA(0): Default visual is TrueColor
[   369.122] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   369.122] (**) NVIDIA(0): Option "Stereo" "0"
[   369.122] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[   369.122] (**) NVIDIA(0): Option "SLI" "Off"
[   369.122] (**) NVIDIA(0): Option "MultiGPU" "Off"
[   369.122] (**) NVIDIA(0): Option "BaseMosaic" "off"
[   369.122] (**) NVIDIA(0): Stereo disabled by request
[   369.122] (**) NVIDIA(0): NVIDIA SLI disabled.
[   369.122] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[   369.122] (**) NVIDIA(0): Option "MetaModes" "DVI-D-0: nvidia-auto-select +1680+0, DVI-I-1: nvidia-auto-select +0+0"
[   369.122] (**) NVIDIA(0): Enabling 2D acceleration
[   369.123] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   369.123] (--) NVIDIA(0):     CRT-0
[   369.123] (--) NVIDIA(0):     DFP-0 (boot)
[   369.123] (--) NVIDIA(0):     DFP-1
[   369.123] (--) NVIDIA(0):     DFP-2
[   369.123] (--) NVIDIA(0):     DFP-3
[   369.123] (--) NVIDIA(0):     DFP-4
[   369.153] (--) NVIDIA(0): CRT-0: disconnected
[   369.153] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[   369.153] (--) NVIDIA(0): 
[   369.214] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): connected
[   369.214] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal TMDS
[   369.214] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   369.214] (--) NVIDIA(0): 
[   369.214] (--) NVIDIA(0): DFP-1: disconnected
[   369.214] (--) NVIDIA(0): DFP-1: Internal TMDS
[   369.214] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
[   369.214] (--) NVIDIA(0): 
[   369.214] (--) NVIDIA(0): DFP-2: disconnected
[   369.214] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[   369.214] (--) NVIDIA(0): DFP-2: 960.0 MHz maximum pixel clock
[   369.214] (--) NVIDIA(0): 
[   369.214] (--) NVIDIA(0): DFP-3: disconnected
[   369.214] (--) NVIDIA(0): DFP-3: Internal TMDS
[   369.214] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[   369.214] (--) NVIDIA(0): 
[   369.229] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): connected
[   369.229] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): Internal TMDS
[   369.229] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   369.229] (--) NVIDIA(0): 
[   369.230] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-0)
[   369.230] (--) NVIDIA(0): Memory: 4194304 kBytes
[   369.230] (--) NVIDIA(0): VideoBIOS: 84.04.31.00.b7
[   369.230] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   369.230] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   369.230] (**) NVIDIA(0):     device Samsung SyncMaster (DFP-0) (Using EDID frequencies
[   369.230] (**) NVIDIA(0):     has been enabled on all display devices.)
[   369.232] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   369.232] (**) NVIDIA(0):     device LG Electronics L204WT (DFP-4) (Using EDID
[   369.232] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[   369.233] (II) NVIDIA(0): Validated MetaModes:
[   369.233] (II) NVIDIA(0):    
[   369.233] (II) NVIDIA(0):     "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   369.233] (II) NVIDIA(0): Virtual screen size determined to be 3360 x 1050
[   369.237] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[   369.237] (--) NVIDIA(0):     option
[   369.237] (--) Depth 24 pixmap format is 32 bpp
[   369.238] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[   369.238] (II) NVIDIA:     access.
[   369.240] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   369.240] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   369.240] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   369.240] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   369.240] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   369.240] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   369.240] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   369.240] (II) NVIDIA(0):     Config Options in the README.
[   369.273] (II) NVIDIA(0): Setting mode "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   369.317] (==) NVIDIA(0): Disabling shared memory pixmaps
[   369.317] (==) NVIDIA(0): Backing store enabled
[   369.317] (==) NVIDIA(0): Silken mouse enabled
[   369.318] (**) NVIDIA(0): DPMS enabled
[   369.318] (II) Loading sub module "dri2"
[   369.318] (II) LoadModule: "dri2"
[   369.318] (II) Module "dri2" already built-in
[   369.318] (II) NVIDIA(0): [DRI2] Setup complete
[   369.318] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   369.318] (--) RandR disabled
[   369.320] (II) Initializing extension GLX
[   369.320] (II) Indirect GLX disabled.
[   369.345] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   369.345] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   369.345] (II) LoadModule: "evdev"
[   369.345] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   369.345] (II) Module evdev: vendor="X.Org Foundation"
[   369.345] 	compiled for 1.18.4, module version = 2.10.4
[   369.345] 	Module class: X.Org XInput Driver
[   369.345] 	ABI class: X.Org XInput driver, version 22.1
[   369.345] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[   369.345] (II) Using input driver 'evdev' for 'Power Button'
[   369.345] (**) Power Button: always reports core events
[   369.345] (**) evdev: Power Button: Device: "/dev/input/event2"
[   369.345] (--) evdev: Power Button: Vendor 0 Product 0x1
[   369.345] (--) evdev: Power Button: Found keys
[   369.345] (II) evdev: Power Button: Configuring as keyboard
[   369.345] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event2"
[   369.345] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   369.345] (**) Option "xkb_rules" "evdev"
[   369.346] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   369.346] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   369.346] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
[   369.346] (II) Using input driver 'evdev' for 'Power Button'
[   369.346] (**) Power Button: always reports core events
[   369.346] (**) evdev: Power Button: Device: "/dev/input/event0"
[   369.346] (--) evdev: Power Button: Vendor 0 Product 0x1
[   369.346] (--) evdev: Power Button: Found keys
[   369.346] (II) evdev: Power Button: Configuring as keyboard
[   369.346] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[   369.346] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   369.346] (**) Option "xkb_rules" "evdev"
[   369.346] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   369.346] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   369.347] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 30 paused 0
[   369.347] (II) Using input driver 'evdev' for 'Sleep Button'
[   369.347] (**) Sleep Button: always reports core events
[   369.347] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[   369.347] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   369.347] (--) evdev: Sleep Button: Found keys
[   369.347] (II) evdev: Sleep Button: Configuring as keyboard
[   369.347] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event1"
[   369.347] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   369.347] (**) Option "xkb_rules" "evdev"
[   369.347] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[   369.347] (II) No input driver specified, ignoring this device.
[   369.347] (II) This device may have been added with another device file.
[   369.347] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[   369.347] (II) No input driver specified, ignoring this device.
[   369.347] (II) This device may have been added with another device file.
[   369.347] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[   369.347] (II) No input driver specified, ignoring this device.
[   369.347] (II) This device may have been added with another device file.
[   369.348] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[   369.348] (II) No input driver specified, ignoring this device.
[   369.348] (II) This device may have been added with another device file.
[   369.348] (II) config/udev: Adding input device gspca_zc3xx (/dev/input/event14)
[   369.348] (**) gspca_zc3xx: Applying InputClass "evdev keyboard catchall"
[   369.348] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 31 paused 0
[   369.348] (II) Using input driver 'evdev' for 'gspca_zc3xx'
[   369.348] (**) gspca_zc3xx: always reports core events
[   369.348] (**) evdev: gspca_zc3xx: Device: "/dev/input/event14"
[   369.348] (--) evdev: gspca_zc3xx: Vendor 0x41e Product 0x4053
[   369.348] (--) evdev: gspca_zc3xx: Found keys
[   369.348] (II) evdev: gspca_zc3xx: Configuring as keyboard
[   369.348] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/input/input17/event14"
[   369.348] (II) XINPUT: Adding extended input device "gspca_zc3xx" (type: KEYBOARD, id 9)
[   369.348] (**) Option "xkb_rules" "evdev"
[   369.348] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/event15)
[   369.348] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev keyboard catchall"
[   369.349] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 32 paused 0
[   369.349] (II) Using input driver 'evdev' for 'Microsoft Microsoft Wireless Optical Desktop® 1.00'
[   369.349] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: always reports core events
[   369.349] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Device: "/dev/input/event15"
[   369.349] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Vendor 0x45e Product 0x8a
[   369.349] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found keys
[   369.349] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as keyboard
[   369.349] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:045E:008A.0004/input/input18/event15"
[   369.349] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 1.00" (type: KEYBOARD, id 10)
[   369.349] (**) Option "xkb_rules" "evdev"
[   369.349] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/event16)
[   369.349] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev pointer catchall"
[   369.349] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev keyboard catchall"
[   369.349] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 33 paused 0
[   369.349] (II) Using input driver 'evdev' for 'Microsoft Microsoft Wireless Optical Desktop® 1.00'
[   369.349] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: always reports core events
[   369.349] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Device: "/dev/input/event16"
[   369.349] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Vendor 0x45e Product 0x8a
[   369.349] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found 9 mouse buttons
[   369.349] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found scroll wheel(s)
[   369.349] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found relative axes
[   369.349] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found x and y relative axes
[   369.349] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found keys
[   369.349] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as mouse
[   369.349] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as keyboard
[   369.349] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Adding scrollwheel support
[   369.349] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: YAxisMapping: buttons 4 and 5
[   369.349] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   369.349] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.1/0003:045E:008A.0005/input/input19/event16"
[   369.349] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 1.00" (type: KEYBOARD, id 11)
[   369.349] (**) Option "xkb_rules" "evdev"
[   369.350] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: initialized for relative axes.
[   369.350] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) keeping acceleration scheme 1
[   369.350] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration profile 0
[   369.350] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration factor: 2.000
[   369.350] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration threshold: 4
[   369.350] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/mouse0)
[   369.350] (II) No input driver specified, ignoring this device.
[   369.350] (II) This device may have been added with another device file.
[   369.350] (II) config/udev: Adding input device Logitech M570 (/dev/input/event17)
[   369.350] (**) Logitech M570: Applying InputClass "evdev pointer catchall"
[   369.351] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 34 paused 0
[   369.351] (II) Using input driver 'evdev' for 'Logitech M570'
[   369.351] (**) Logitech M570: always reports core events
[   369.351] (**) evdev: Logitech M570: Device: "/dev/input/event17"
[   369.351] (--) evdev: Logitech M570: Vendor 0x46d Product 0x1028
[   369.351] (--) evdev: Logitech M570: Found 20 mouse buttons
[   369.351] (--) evdev: Logitech M570: Found scroll wheel(s)
[   369.351] (--) evdev: Logitech M570: Found relative axes
[   369.351] (--) evdev: Logitech M570: Found x and y relative axes
[   369.351] (II) evdev: Logitech M570: Configuring as mouse
[   369.351] (II) evdev: Logitech M570: Adding scrollwheel support
[   369.351] (**) evdev: Logitech M570: YAxisMapping: buttons 4 and 5
[   369.351] (**) evdev: Logitech M570: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   369.351] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/0003:046D:1028.0006/input/input20/event17"
[   369.351] (II) XINPUT: Adding extended input device "Logitech M570" (type: MOUSE, id 12)
[   369.351] (II) evdev: Logitech M570: initialized for relative axes.
[   369.351] (**) Logitech M570: (accel) keeping acceleration scheme 1
[   369.351] (**) Logitech M570: (accel) acceleration profile 0
[   369.351] (**) Logitech M570: (accel) acceleration factor: 2.000
[   369.351] (**) Logitech M570: (accel) acceleration threshold: 4
[   369.351] (II) config/udev: Adding input device Logitech M570 (/dev/input/mouse1)
[   369.351] (II) No input driver specified, ignoring this device.
[   369.351] (II) This device may have been added with another device file.
[   369.351] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
[   369.351] (II) No input driver specified, ignoring this device.
[   369.351] (II) This device may have been added with another device file.
[   369.351] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event9)
[   369.351] (II) No input driver specified, ignoring this device.
[   369.351] (II) This device may have been added with another device file.
[   369.351] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event4)
[   369.351] (II) No input driver specified, ignoring this device.
[   369.351] (II) This device may have been added with another device file.
[   369.351] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event5)
[   369.352] (II) No input driver specified, ignoring this device.
[   369.352] (II) This device may have been added with another device file.
[   369.352] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event6)
[   369.352] (II) No input driver specified, ignoring this device.
[   369.352] (II) This device may have been added with another device file.
[   369.352] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event7)
[   369.352] (II) No input driver specified, ignoring this device.
[   369.352] (II) This device may have been added with another device file.
[   369.352] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[   369.352] (II) No input driver specified, ignoring this device.
[   369.352] (II) This device may have been added with another device file.
[   376.205] (II) systemd-logind: got pause for 13:81
[   376.205] (II) systemd-logind: got pause for 13:79
[   376.205] (II) systemd-logind: got pause for 13:78
[   376.205] (II) systemd-logind: got pause for 13:65
[   376.205] (II) systemd-logind: got pause for 13:80
[   376.205] (II) systemd-logind: got pause for 13:66
[   376.205] (II) systemd-logind: got pause for 13:64
[   404.170] (II) systemd-logind: got resume for 13:81
[   404.191] (II) NVIDIA(0): Setting mode "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   404.229] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   404.229] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   404.229] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   404.229] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   404.229] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   404.229] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   404.229] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   404.229] (II) NVIDIA(0):     Config Options in the README.
[   404.279] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   404.279] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   404.279] (--) NVIDIA(GPU-0): 
[   404.339] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): connected
[   404.339] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): Internal TMDS
[   404.339] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   404.339] (--) NVIDIA(GPU-0): 
[   404.340] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   404.340] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   404.340] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   404.340] (--) NVIDIA(GPU-0): 
[   404.340] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   404.340] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   404.340] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   404.340] (--) NVIDIA(GPU-0): 
[   404.340] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   404.340] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   404.340] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   404.340] (--) NVIDIA(GPU-0): 
[   404.356] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): connected
[   404.356] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): Internal TMDS
[   404.356] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   404.356] (--) NVIDIA(GPU-0): 
[   404.361] (II) systemd-logind: got resume for 13:79
[   404.361] (II) systemd-logind: got resume for 13:78
[   404.361] (II) systemd-logind: got resume for 13:65
[   404.361] (II) systemd-logind: got resume for 13:80
[   404.361] (II) systemd-logind: got resume for 13:66
[   404.361] (II) systemd-logind: got resume for 13:64
[   407.860] (II) systemd-logind: got pause for 13:81
[   407.860] (II) systemd-logind: got pause for 13:79
[   407.860] (II) systemd-logind: got pause for 13:78
[   407.860] (II) systemd-logind: got pause for 13:65
[   407.860] (II) systemd-logind: got pause for 13:80
[   407.860] (II) systemd-logind: got pause for 13:66
[   407.860] (II) systemd-logind: got pause for 13:64
[   754.116] (II) systemd-logind: got resume for 13:81
[   754.137] (II) NVIDIA(0): Setting mode "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   754.176] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   754.176] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   754.176] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   754.176] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   754.176] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   754.176] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   754.176] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   754.176] (II) NVIDIA(0):     Config Options in the README.
[   754.208] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   754.208] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   754.208] (--) NVIDIA(GPU-0): 
[   754.272] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): connected
[   754.272] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): Internal TMDS
[   754.272] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   754.272] (--) NVIDIA(GPU-0): 
[   754.272] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   754.272] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   754.272] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   754.272] (--) NVIDIA(GPU-0): 
[   754.272] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   754.272] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   754.272] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   754.272] (--) NVIDIA(GPU-0): 
[   754.272] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   754.272] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   754.272] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   754.272] (--) NVIDIA(GPU-0): 
[   754.288] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): connected
[   754.288] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): Internal TMDS
[   754.288] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   754.288] (--) NVIDIA(GPU-0): 
[   754.293] (II) systemd-logind: got resume for 13:79
[   754.293] (II) systemd-logind: got resume for 13:78
[   754.293] (II) systemd-logind: got resume for 13:65
[   754.293] (II) systemd-logind: got resume for 13:80
[   754.293] (II) systemd-logind: got resume for 13:66
[   754.293] (II) systemd-logind: got resume for 13:64
[   756.247] (II) systemd-logind: got pause for 13:81
[   756.247] (II) systemd-logind: got pause for 13:79
[   756.247] (II) systemd-logind: got pause for 13:78
[   756.247] (II) systemd-logind: got pause for 13:65
[   756.247] (II) systemd-logind: got pause for 13:80
[   756.247] (II) systemd-logind: got pause for 13:66
[   756.247] (II) systemd-logind: got pause for 13:64
[   758.403] (II) systemd-logind: got resume for 13:81
[   758.424] (II) NVIDIA(0): Setting mode "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   758.463] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   758.463] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   758.463] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   758.463] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   758.463] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   758.463] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   758.463] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   758.463] (II) NVIDIA(0):     Config Options in the README.
[   758.512] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   758.512] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   758.512] (--) NVIDIA(GPU-0): 
[   758.573] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): connected
[   758.573] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): Internal TMDS
[   758.573] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   758.573] (--) NVIDIA(GPU-0): 
[   758.573] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   758.573] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   758.573] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   758.573] (--) NVIDIA(GPU-0): 
[   758.573] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   758.573] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   758.573] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   758.573] (--) NVIDIA(GPU-0): 
[   758.573] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   758.573] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   758.573] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   758.573] (--) NVIDIA(GPU-0): 
[   758.589] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): connected
[   758.589] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): Internal TMDS
[   758.589] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   758.589] (--) NVIDIA(GPU-0): 
[   758.594] (II) systemd-logind: got resume for 13:79
[   758.594] (II) systemd-logind: got resume for 13:78
[   758.594] (II) systemd-logind: got resume for 13:65
[   758.594] (II) systemd-logind: got resume for 13:80
[   758.594] (II) systemd-logind: got resume for 13:66
[   758.594] (II) systemd-logind: got resume for 13:64
[   761.570] (II) systemd-logind: got pause for 13:81
[   761.570] (II) systemd-logind: got pause for 13:79
[   761.570] (II) systemd-logind: got pause for 13:78
[   761.570] (II) systemd-logind: got pause for 13:65
[   761.570] (II) systemd-logind: got pause for 13:80
[   761.570] (II) systemd-logind: got pause for 13:66
[   761.570] (II) systemd-logind: got pause for 13:64
[   929.884] (II) evdev: Logitech M570: Close
[   929.884] (II) UnloadModule: "evdev"
[   929.884] (II) systemd-logind: releasing fd for 13:81
[   929.970] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Close
[   929.970] (II) UnloadModule: "evdev"
[   929.970] (II) systemd-logind: releasing fd for 13:80
[   930.053] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Close
[   930.053] (II) UnloadModule: "evdev"
[   930.053] (II) systemd-logind: releasing fd for 13:79
[   930.136] (II) evdev: gspca_zc3xx: Close
[   930.136] (II) UnloadModule: "evdev"
[   930.136] (II) systemd-logind: releasing fd for 13:78
[   930.213] (II) evdev: Sleep Button: Close
[   930.213] (II) UnloadModule: "evdev"
[   930.213] (II) systemd-logind: releasing fd for 13:65
[   930.300] (II) evdev: Power Button: Close
[   930.300] (II) UnloadModule: "evdev"
[   930.300] (II) systemd-logind: releasing fd for 13:64
[   930.600] (II) evdev: Power Button: Close
[   930.600] (II) UnloadModule: "evdev"
[   930.600] (II) systemd-logind: releasing fd for 13:66
[   930.686] (II) NVIDIA(GPU-0): Deleting GPU-0
[   930.686] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   930.687] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   930.687] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[   930.695] (II) Server terminated successfully (0). Closing log file.

Xorg.5.log

[   381.981] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   381.981] X Protocol Version 11, Revision 0
[   381.982] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[   381.983] Current Operating System: Linux new-host 4.7.6-1-ARCH #1 SMP PREEMPT Fri Sep 30 19:28:42 CEST 2016 x86_64
[   381.983] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f2d3ebaf-d5b9-4dba-8349-f875b968878c rw resume_offset=722944
[   381.984] Build Date: 19 July 2016  05:54:24PM
[   381.984]  
[   381.985] Current version of pixman: 0.34.0
[   381.986] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   381.986] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   381.988] (==) Log file: "/var/log/Xorg.5.log", Time: Tue Oct 11 17:10:28 2016
[   381.989] (==) Using config file: "/etc/X11/xorg.conf"
[   381.989] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   381.990] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   381.990] (==) ServerLayout "Layout0"
[   381.990] (**) |-->Screen "Screen0" (0)
[   381.990] (**) |   |-->Monitor "Monitor0"
[   381.990] (**) |   |-->Device "Device0"
[   381.990] (**) |   |-->GPUDevice "Device0"
[   381.990] (**) |-->Input Device "Keyboard0"
[   381.990] (**) |-->Input Device "Mouse0"
[   381.990] (**) Option "Xinerama" "0"
[   381.990] (==) Automatically adding devices
[   381.990] (==) Automatically enabling devices
[   381.990] (==) Automatically adding GPU devices
[   381.990] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   381.990] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   381.990] 	Entry deleted from font path.
[   381.990] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   381.990] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   381.990] 	Entry deleted from font path.
[   381.990] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   381.990] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[   381.990] (==) ModulePath set to "/usr/lib/xorg/modules"
[   381.990] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   381.990] (WW) Disabling Keyboard0
[   381.990] (WW) Disabling Mouse0
[   381.990] (II) Loader magic: 0x821d40
[   381.990] (II) Module ABI versions:
[   381.990] 	X.Org ANSI C Emulation: 0.4
[   381.990] 	X.Org Video Driver: 20.0
[   381.990] 	X.Org XInput driver : 22.1
[   381.990] 	X.Org Server Extension : 9.0
[   381.991] (++) using VT number 6

[   381.991] (--) controlling tty is VT number 6, auto-enabling KeepTty
[   381.992] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c6
[   381.992] (II) xfree86: Adding drm device (/dev/dri/card0)
[   381.992] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   381.993] (--) PCI:*(0:1:0:0) 10de:13c2:1458:367b rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   381.993] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   381.993] (II) LoadModule: "glx"
[   381.993] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   381.996] (II) Module glx: vendor="NVIDIA Corporation"
[   381.996] 	compiled for 4.0.2, module version = 1.0.0
[   381.996] 	Module class: X.Org Server Extension
[   381.996] (II) NVIDIA GLX Module  370.28  Thu Sep  1 19:14:30 PDT 2016
[   381.996] (II) LoadModule: "nvidia"
[   381.996] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   381.996] (II) Module nvidia: vendor="NVIDIA Corporation"
[   381.996] 	compiled for 4.0.2, module version = 1.0.0
[   381.996] 	Module class: X.Org Video Driver
[   381.996] (II) NVIDIA dlloader X Driver  370.28  Thu Sep  1 18:51:40 PDT 2016
[   381.996] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   381.996] (II) systemd-logind: releasing fd for 226:0
[   381.997] (II) Loading sub module "fb"
[   381.997] (II) LoadModule: "fb"
[   381.997] (II) Loading /usr/lib/xorg/modules/libfb.so
[   381.997] (II) Module fb: vendor="X.Org Foundation"
[   381.997] 	compiled for 1.18.4, module version = 1.0.0
[   381.997] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   381.997] (II) Loading sub module "wfb"
[   381.997] (II) LoadModule: "wfb"
[   381.997] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   381.997] (II) Module wfb: vendor="X.Org Foundation"
[   381.997] 	compiled for 1.18.4, module version = 1.0.0
[   381.997] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   381.997] (II) Loading sub module "ramdac"
[   381.997] (II) LoadModule: "ramdac"
[   381.997] (II) Module "ramdac" already built-in
[   381.997] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   381.997] (==) NVIDIA(0): RGB weight 888
[   381.997] (==) NVIDIA(0): Default visual is TrueColor
[   381.997] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   381.997] (**) NVIDIA(0): Option "Stereo" "0"
[   381.997] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[   381.997] (**) NVIDIA(0): Option "SLI" "Off"
[   381.997] (**) NVIDIA(0): Option "MultiGPU" "Off"
[   381.997] (**) NVIDIA(0): Option "BaseMosaic" "off"
[   381.997] (**) NVIDIA(0): Stereo disabled by request
[   381.997] (**) NVIDIA(0): NVIDIA SLI disabled.
[   381.997] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[   381.997] (**) NVIDIA(0): Option "MetaModes" "DVI-D-0: nvidia-auto-select +1680+0, DVI-I-1: nvidia-auto-select +0+0"
[   381.997] (**) NVIDIA(0): Enabling 2D acceleration
[   381.999] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   381.999] (--) NVIDIA(0):     CRT-0
[   381.999] (--) NVIDIA(0):     DFP-0 (boot)
[   381.999] (--) NVIDIA(0):     DFP-1
[   381.999] (--) NVIDIA(0):     DFP-2
[   381.999] (--) NVIDIA(0):     DFP-3
[   381.999] (--) NVIDIA(0):     DFP-4
[   382.029] (--) NVIDIA(0): CRT-0: disconnected
[   382.029] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[   382.029] (--) NVIDIA(0): 
[   382.089] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): connected
[   382.089] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal TMDS
[   382.089] (--) NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   382.089] (--) NVIDIA(0): 
[   382.090] (--) NVIDIA(0): DFP-1: disconnected
[   382.090] (--) NVIDIA(0): DFP-1: Internal TMDS
[   382.090] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
[   382.090] (--) NVIDIA(0): 
[   382.090] (--) NVIDIA(0): DFP-2: disconnected
[   382.090] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[   382.090] (--) NVIDIA(0): DFP-2: 960.0 MHz maximum pixel clock
[   382.090] (--) NVIDIA(0): 
[   382.090] (--) NVIDIA(0): DFP-3: disconnected
[   382.090] (--) NVIDIA(0): DFP-3: Internal TMDS
[   382.090] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[   382.090] (--) NVIDIA(0): 
[   382.105] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): connected
[   382.105] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): Internal TMDS
[   382.105] (--) NVIDIA(0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   382.105] (--) NVIDIA(0): 
[   382.106] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-0)
[   382.106] (--) NVIDIA(0): Memory: 4194304 kBytes
[   382.106] (--) NVIDIA(0): VideoBIOS: 84.04.31.00.b7
[   382.106] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   382.106] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   382.106] (**) NVIDIA(0):     device Samsung SyncMaster (DFP-0) (Using EDID frequencies
[   382.106] (**) NVIDIA(0):     has been enabled on all display devices.)
[   382.107] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   382.107] (**) NVIDIA(0):     device LG Electronics L204WT (DFP-4) (Using EDID
[   382.107] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[   382.108] (II) NVIDIA(0): Validated MetaModes:
[   382.109] (II) NVIDIA(0):    
[   382.109] (II) NVIDIA(0):     "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   382.109] (II) NVIDIA(0): Virtual screen size determined to be 3360 x 1050
[   382.113] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[   382.113] (--) NVIDIA(0):     option
[   382.113] (--) Depth 24 pixmap format is 32 bpp
[   382.114] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[   382.114] (II) NVIDIA:     access.
[   382.116] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   382.116] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   382.116] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   382.116] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   382.116] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   382.116] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   382.116] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   382.116] (II) NVIDIA(0):     Config Options in the README.
[   382.150] (II) NVIDIA(0): Setting mode "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   382.195] (==) NVIDIA(0): Disabling shared memory pixmaps
[   382.195] (==) NVIDIA(0): Backing store enabled
[   382.195] (==) NVIDIA(0): Silken mouse enabled
[   382.195] (**) NVIDIA(0): DPMS enabled
[   382.195] (II) Loading sub module "dri2"
[   382.195] (II) LoadModule: "dri2"
[   382.195] (II) Module "dri2" already built-in
[   382.195] (II) NVIDIA(0): [DRI2] Setup complete
[   382.195] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   382.195] (--) RandR disabled
[   382.197] (II) Initializing extension GLX
[   382.197] (II) Indirect GLX disabled.
[   382.222] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   382.223] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   382.223] (II) LoadModule: "evdev"
[   382.223] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   382.223] (II) Module evdev: vendor="X.Org Foundation"
[   382.223] 	compiled for 1.18.4, module version = 2.10.4
[   382.223] 	Module class: X.Org XInput Driver
[   382.223] 	ABI class: X.Org XInput driver, version 22.1
[   382.223] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[   382.223] (II) Using input driver 'evdev' for 'Power Button'
[   382.223] (**) Power Button: always reports core events
[   382.223] (**) evdev: Power Button: Device: "/dev/input/event2"
[   382.223] (--) evdev: Power Button: Vendor 0 Product 0x1
[   382.223] (--) evdev: Power Button: Found keys
[   382.223] (II) evdev: Power Button: Configuring as keyboard
[   382.223] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event2"
[   382.223] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   382.223] (**) Option "xkb_rules" "evdev"
[   382.223] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   382.223] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   382.224] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
[   382.224] (II) Using input driver 'evdev' for 'Power Button'
[   382.224] (**) Power Button: always reports core events
[   382.224] (**) evdev: Power Button: Device: "/dev/input/event0"
[   382.224] (--) evdev: Power Button: Vendor 0 Product 0x1
[   382.224] (--) evdev: Power Button: Found keys
[   382.224] (II) evdev: Power Button: Configuring as keyboard
[   382.224] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[   382.224] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   382.224] (**) Option "xkb_rules" "evdev"
[   382.224] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   382.224] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   382.224] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 30 paused 0
[   382.224] (II) Using input driver 'evdev' for 'Sleep Button'
[   382.224] (**) Sleep Button: always reports core events
[   382.224] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[   382.224] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   382.224] (--) evdev: Sleep Button: Found keys
[   382.224] (II) evdev: Sleep Button: Configuring as keyboard
[   382.224] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event1"
[   382.224] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   382.224] (**) Option "xkb_rules" "evdev"
[   382.225] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[   382.225] (II) No input driver specified, ignoring this device.
[   382.225] (II) This device may have been added with another device file.
[   382.225] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[   382.225] (II) No input driver specified, ignoring this device.
[   382.225] (II) This device may have been added with another device file.
[   382.225] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[   382.225] (II) No input driver specified, ignoring this device.
[   382.225] (II) This device may have been added with another device file.
[   382.225] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[   382.225] (II) No input driver specified, ignoring this device.
[   382.225] (II) This device may have been added with another device file.
[   382.225] (II) config/udev: Adding input device gspca_zc3xx (/dev/input/event14)
[   382.225] (**) gspca_zc3xx: Applying InputClass "evdev keyboard catchall"
[   382.225] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 31 paused 0
[   382.225] (II) Using input driver 'evdev' for 'gspca_zc3xx'
[   382.225] (**) gspca_zc3xx: always reports core events
[   382.225] (**) evdev: gspca_zc3xx: Device: "/dev/input/event14"
[   382.225] (--) evdev: gspca_zc3xx: Vendor 0x41e Product 0x4053
[   382.225] (--) evdev: gspca_zc3xx: Found keys
[   382.225] (II) evdev: gspca_zc3xx: Configuring as keyboard
[   382.225] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/input/input17/event14"
[   382.225] (II) XINPUT: Adding extended input device "gspca_zc3xx" (type: KEYBOARD, id 9)
[   382.225] (**) Option "xkb_rules" "evdev"
[   382.226] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/event15)
[   382.226] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev keyboard catchall"
[   382.226] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 32 paused 0
[   382.226] (II) Using input driver 'evdev' for 'Microsoft Microsoft Wireless Optical Desktop® 1.00'
[   382.226] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: always reports core events
[   382.226] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Device: "/dev/input/event15"
[   382.226] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Vendor 0x45e Product 0x8a
[   382.226] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found keys
[   382.226] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as keyboard
[   382.226] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:045E:008A.0004/input/input18/event15"
[   382.226] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 1.00" (type: KEYBOARD, id 10)
[   382.226] (**) Option "xkb_rules" "evdev"
[   382.226] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/event16)
[   382.226] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev pointer catchall"
[   382.226] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev keyboard catchall"
[   382.227] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 33 paused 0
[   382.227] (II) Using input driver 'evdev' for 'Microsoft Microsoft Wireless Optical Desktop® 1.00'
[   382.227] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: always reports core events
[   382.227] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Device: "/dev/input/event16"
[   382.227] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Vendor 0x45e Product 0x8a
[   382.227] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found 9 mouse buttons
[   382.227] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found scroll wheel(s)
[   382.227] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found relative axes
[   382.227] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found x and y relative axes
[   382.227] (--) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Found keys
[   382.227] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as mouse
[   382.227] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as keyboard
[   382.227] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Adding scrollwheel support
[   382.227] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: YAxisMapping: buttons 4 and 5
[   382.227] (**) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   382.227] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.1/0003:045E:008A.0005/input/input19/event16"
[   382.227] (II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 1.00" (type: KEYBOARD, id 11)
[   382.227] (**) Option "xkb_rules" "evdev"
[   382.227] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: initialized for relative axes.
[   382.227] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) keeping acceleration scheme 1
[   382.227] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration profile 0
[   382.227] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration factor: 2.000
[   382.227] (**) Microsoft Microsoft Wireless Optical Desktop® 1.00: (accel) acceleration threshold: 4
[   382.227] (II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/mouse0)
[   382.227] (II) No input driver specified, ignoring this device.
[   382.227] (II) This device may have been added with another device file.
[   382.227] (II) config/udev: Adding input device Logitech M570 (/dev/input/event17)
[   382.227] (**) Logitech M570: Applying InputClass "evdev pointer catchall"
[   382.228] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 34 paused 0
[   382.228] (II) Using input driver 'evdev' for 'Logitech M570'
[   382.228] (**) Logitech M570: always reports core events
[   382.228] (**) evdev: Logitech M570: Device: "/dev/input/event17"
[   382.228] (--) evdev: Logitech M570: Vendor 0x46d Product 0x1028
[   382.228] (--) evdev: Logitech M570: Found 20 mouse buttons
[   382.228] (--) evdev: Logitech M570: Found scroll wheel(s)
[   382.228] (--) evdev: Logitech M570: Found relative axes
[   382.228] (--) evdev: Logitech M570: Found x and y relative axes
[   382.228] (II) evdev: Logitech M570: Configuring as mouse
[   382.228] (II) evdev: Logitech M570: Adding scrollwheel support
[   382.228] (**) evdev: Logitech M570: YAxisMapping: buttons 4 and 5
[   382.228] (**) evdev: Logitech M570: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   382.228] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/0003:046D:1028.0006/input/input20/event17"
[   382.228] (II) XINPUT: Adding extended input device "Logitech M570" (type: MOUSE, id 12)
[   382.228] (II) evdev: Logitech M570: initialized for relative axes.
[   382.228] (**) Logitech M570: (accel) keeping acceleration scheme 1
[   382.228] (**) Logitech M570: (accel) acceleration profile 0
[   382.228] (**) Logitech M570: (accel) acceleration factor: 2.000
[   382.228] (**) Logitech M570: (accel) acceleration threshold: 4
[   382.228] (II) config/udev: Adding input device Logitech M570 (/dev/input/mouse1)
[   382.228] (II) No input driver specified, ignoring this device.
[   382.228] (II) This device may have been added with another device file.
[   382.228] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
[   382.228] (II) No input driver specified, ignoring this device.
[   382.228] (II) This device may have been added with another device file.
[   382.228] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event9)
[   382.228] (II) No input driver specified, ignoring this device.
[   382.228] (II) This device may have been added with another device file.
[   382.228] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event4)
[   382.229] (II) No input driver specified, ignoring this device.
[   382.229] (II) This device may have been added with another device file.
[   382.229] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event5)
[   382.229] (II) No input driver specified, ignoring this device.
[   382.229] (II) This device may have been added with another device file.
[   382.229] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event6)
[   382.229] (II) No input driver specified, ignoring this device.
[   382.229] (II) This device may have been added with another device file.
[   382.229] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event7)
[   382.229] (II) No input driver specified, ignoring this device.
[   382.229] (II) This device may have been added with another device file.
[   382.229] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[   382.229] (II) No input driver specified, ignoring this device.
[   382.229] (II) This device may have been added with another device file.
[   391.539] (II) systemd-logind: got pause for 13:81
[   391.539] (II) systemd-logind: got pause for 13:66
[   391.539] (II) systemd-logind: got pause for 13:79
[   391.539] (II) systemd-logind: got pause for 13:78
[   391.539] (II) systemd-logind: got pause for 13:80
[   391.539] (II) systemd-logind: got pause for 13:65
[   391.539] (II) systemd-logind: got pause for 13:64
[   403.310] (II) systemd-logind: got resume for 13:81
[   403.349] (II) NVIDIA(0): Setting mode "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   403.388] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   403.388] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   403.388] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   403.388] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   403.389] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   403.389] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   403.389] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   403.389] (II) NVIDIA(0):     Config Options in the README.
[   403.437] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   403.437] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   403.437] (--) NVIDIA(GPU-0): 
[   403.500] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): connected
[   403.500] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): Internal TMDS
[   403.500] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   403.500] (--) NVIDIA(GPU-0): 
[   403.500] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   403.500] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   403.500] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   403.500] (--) NVIDIA(GPU-0): 
[   403.500] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   403.500] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   403.500] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   403.500] (--) NVIDIA(GPU-0): 
[   403.500] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   403.500] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   403.500] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   403.500] (--) NVIDIA(GPU-0): 
[   403.516] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): connected
[   403.516] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): Internal TMDS
[   403.516] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   403.516] (--) NVIDIA(GPU-0): 
[   403.521] (II) systemd-logind: got resume for 13:66
[   403.521] (II) systemd-logind: got resume for 13:79
[   403.521] (II) systemd-logind: got resume for 13:78
[   403.521] (II) systemd-logind: got resume for 13:80
[   403.521] (II) systemd-logind: got resume for 13:65
[   403.521] (II) systemd-logind: got resume for 13:64
[   404.153] (II) systemd-logind: got pause for 13:81
[   404.153] (II) systemd-logind: got pause for 13:66
[   404.153] (II) systemd-logind: got pause for 13:79
[   404.153] (II) systemd-logind: got pause for 13:78
[   404.153] (II) systemd-logind: got pause for 13:80
[   404.153] (II) systemd-logind: got pause for 13:65
[   404.153] (II) systemd-logind: got pause for 13:64
[   756.260] (II) systemd-logind: got resume for 13:81
[   756.281] (II) NVIDIA(0): Setting mode "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   756.323] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   756.323] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   756.323] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   756.323] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   756.323] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   756.323] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   756.323] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   756.323] (II) NVIDIA(0):     Config Options in the README.
[   756.372] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   756.372] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   756.372] (--) NVIDIA(GPU-0): 
[   756.435] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): connected
[   756.435] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): Internal TMDS
[   756.435] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   756.435] (--) NVIDIA(GPU-0): 
[   756.435] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   756.435] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   756.435] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   756.435] (--) NVIDIA(GPU-0): 
[   756.435] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   756.435] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   756.435] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   756.435] (--) NVIDIA(GPU-0): 
[   756.435] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   756.435] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   756.435] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   756.435] (--) NVIDIA(GPU-0): 
[   756.452] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): connected
[   756.452] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): Internal TMDS
[   756.452] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   756.452] (--) NVIDIA(GPU-0): 
[   756.457] (II) systemd-logind: got resume for 13:66
[   756.457] (II) systemd-logind: got resume for 13:79
[   756.457] (II) systemd-logind: got resume for 13:78
[   756.457] (II) systemd-logind: got resume for 13:80
[   756.457] (II) systemd-logind: got resume for 13:65
[   756.457] (II) systemd-logind: got resume for 13:64
[   758.386] (II) systemd-logind: got pause for 13:81
[   758.386] (II) systemd-logind: got pause for 13:66
[   758.386] (II) systemd-logind: got pause for 13:79
[   758.386] (II) systemd-logind: got pause for 13:78
[   758.386] (II) systemd-logind: got pause for 13:80
[   758.386] (II) systemd-logind: got pause for 13:65
[   758.386] (II) systemd-logind: got pause for 13:64
[   761.583] (II) systemd-logind: got resume for 13:81
[   761.604] (II) NVIDIA(0): Setting mode "DVI-D-0:nvidia-auto-select+1680+0,DVI-I-1:nvidia-auto-select+0+0"
[   761.646] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   761.646] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   761.646] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   761.646] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   761.646] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   761.646] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   761.646] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   761.646] (II) NVIDIA(0):     Config Options in the README.
[   761.695] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   761.695] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   761.695] (--) NVIDIA(GPU-0): 
[   761.756] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): connected
[   761.756] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): Internal TMDS
[   761.756] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
[   761.756] (--) NVIDIA(GPU-0): 
[   761.756] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   761.756] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   761.756] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   761.756] (--) NVIDIA(GPU-0): 
[   761.757] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   761.757] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   761.757] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   761.757] (--) NVIDIA(GPU-0): 
[   761.757] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   761.757] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   761.757] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   761.757] (--) NVIDIA(GPU-0): 
[   761.772] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): connected
[   761.772] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): Internal TMDS
[   761.772] (--) NVIDIA(GPU-0): LG Electronics L204WT (DFP-4): 330.0 MHz maximum pixel clock
[   761.772] (--) NVIDIA(GPU-0): 
[   761.777] (II) systemd-logind: got resume for 13:66
[   761.777] (II) systemd-logind: got resume for 13:79
[   761.777] (II) systemd-logind: got resume for 13:78
[   761.777] (II) systemd-logind: got resume for 13:80
[   761.777] (II) systemd-logind: got resume for 13:65
[   761.777] (II) systemd-logind: got resume for 13:64
[   764.586] (II) systemd-logind: got pause for 13:81
[   764.586] (II) systemd-logind: got pause for 13:66
[   764.586] (II) systemd-logind: got pause for 13:79
[   764.586] (II) systemd-logind: got pause for 13:78
[   764.586] (II) systemd-logind: got pause for 13:80
[   764.586] (II) systemd-logind: got pause for 13:65
[   764.586] (II) systemd-logind: got pause for 13:64
[   929.884] (II) evdev: Logitech M570: Close
[   929.884] (II) UnloadModule: "evdev"
[   929.884] (II) systemd-logind: releasing fd for 13:81
[   929.900] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Close
[   929.900] (II) UnloadModule: "evdev"
[   929.900] (II) systemd-logind: releasing fd for 13:80
[   930.003] (II) evdev: Microsoft Microsoft Wireless Optical Desktop® 1.00: Close
[   930.003] (II) UnloadModule: "evdev"
[   930.003] (II) systemd-logind: releasing fd for 13:79
[   930.086] (II) evdev: gspca_zc3xx: Close
[   930.086] (II) UnloadModule: "evdev"
[   930.086] (II) systemd-logind: releasing fd for 13:78
[   930.163] (II) evdev: Sleep Button: Close
[   930.163] (II) UnloadModule: "evdev"
[   930.163] (II) systemd-logind: releasing fd for 13:65
[   930.256] (II) evdev: Power Button: Close
[   930.256] (II) UnloadModule: "evdev"
[   930.256] (II) systemd-logind: releasing fd for 13:64
[   930.550] (II) evdev: Power Button: Close
[   930.550] (II) UnloadModule: "evdev"
[   930.550] (II) systemd-logind: releasing fd for 13:66
[   930.639] (II) NVIDIA(GPU-0): Deleting GPU-0
[   930.640] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   930.640] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   930.640] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[   930.693] (II) Server terminated successfully (0). Closing log file.

I have actually only the NVIDIA graphic card.

Offline

Board footer

Powered by FluxBB