You are not logged in.

#1 2017-05-07 20:58:26

7thSon
Member
Registered: 2017-05-07
Posts: 186

Nvidia + Xorg with two GPUs

I'm having issues getting a desktop that extends between my two monitors, which are connected separately to my two Nvidia GPUs:

  • GTX 670 with Qnix monitor connected to DVI

  • GTX 1070 with Qnix monitor connected to DVI

I've been trying to get this to work for quite some time, I've used the nvidia drivers (not nouveau), and nvidia-settings control panel to do some initial settings to get started and then modify from there.
With the nvidia-settings GUI generated .conf file I can get both monitors to show separate X screens, but I want to be able to move windows between monitors.
This according to the wiki should be handled by Xinerama, if I understand correctly, which seems to be broken and crashes xorg as soon as I try to start it with xinerama enabled (by running exec startxfce4 as I use XFCE).

There are a lot of forum posts and articles I've read about this, but there are numerous approaches on how to deal with this, and seemingly no real consensus of a solution.

So my question is - is there anyone who is currently running two monitors, connected to two separate GPUs, with an extended desktop on nvidia drivers? How?
Care to share configs?

..Or should I (can I?) use nouveau instead for this?

Last edited by 7thSon (2017-05-07 21:03:49)

Offline

#2 2017-05-08 07:01:50

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: Nvidia + Xorg with two GPUs

crashes xorg

Probably not, but the generated xorg config might contain other junk - please look up https://wiki.archlinux.org/index.php/multihead#Xinerama

Also xinerama defeats the xrandr extension, so if it hard-relies on that, xfce might crash rather than the X11 server (try w/ a basic xinit/startx)

Offline

#3 2017-05-08 18:24:31

7thSon
Member
Registered: 2017-05-07
Posts: 186

Re: Nvidia + Xorg with two GPUs

So I've tried to dig down and follow the wiki on xinerama, but it just crashes after the Nvidia splash screen quickly shows up, and throws me back to console login.
My config as it is now is below, anything wrong with it or missing something?

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 378.13  (builduser@anthraxx)  Thu Feb 16 23:29:17 CET 2017

Section "ServerLayout"
    Identifier     "Default"
    Screen      0  "RightScreen"
    Screen      1  "LeftScreen" LeftOf "RightScreen"
    Option         "Xinerama" "1"
EndSection

Section "Files"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "QNIX"
    ModelName      "QX2710"
    HorizSync       88.8 - 88.8
    VertRefresh     60.0
#	ModeLine       "2560x1440_96" 400.00 2560 2608 2640 2744  1440 1443 1448 1512 +hsync +vsync
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "QNIX"
    ModelName      "QX2710"
    HorizSync       88.8 - 88.8
    VertRefresh     60.0
#	ModeLine       "2560x1440_96" 400.00 2560 2608 2640 2744  1440 1443 1448 1512 +hsync +vsync
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "GTX1070"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
	Option         "UseDisplayDevice" "DFP-0"
EndSection

Section "Device"
    Identifier     "GTX670"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 670"
    BusID          "PCI:2:0:0"
	Option         "UseDisplayDevice" "DFP-0"
EndSection

Section "Screen"
    Identifier     "RightScreen"
    Device         "GTX1070"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
#		Modes		"2560x1440_96"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "LeftScreen"
    Device         "GTX670"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
#		Modes		"2560x1440_96"
    EndSubSection
EndSection

Offline

#4 2017-05-08 18:55:48

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: Nvidia + Xorg with two GPUs

Can you share the X log after a crash? It's normally the file /var/log/Xorg.0.log.

Perhaps also share a log when X manages to run on this hardware and display a desktop on one of the two GPUs without your Xinerama config experiment.

Try to delete everything in the config that's not needed and let X decide by itself, for example "VertRefresh", "VendorName" lines and such. There might also be plain mistakes in the config, like, I see there is this "UseDisplayDevice" using the same identifier in both Device sections.

I tried deleting all lines that probably don't really do anything according to how I understand this stuff, and I came up with this here:

Section "ServerLayout"
    Identifier     "MyXineramaLayout"
    Screen      0  "RightScreen"
    Screen      1  "LeftScreen" LeftOf "RightScreen"
    Option         "Xinerama" "1"
EndSection

Section "Device"
    Identifier     "GTX1070"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"
    Identifier     "GTX670"
    Driver         "nvidia"
    BusID          "PCI:2:0:0"
EndSection

Section "Screen"
    Identifier     "RightScreen"
    Device         "GTX1070"
EndSection

Section "Screen"
    Identifier     "LeftScreen"
    Device         "GTX670"
EndSection

I also changed that "Default" identifier as I wondered if names for identifiers can't clash and that "Default" name seemed so simple.

Last edited by Ropid (2017-05-08 18:57:22)

Offline

#5 2017-05-08 19:54:51

7thSon
Member
Registered: 2017-05-07
Posts: 186

Re: Nvidia + Xorg with two GPUs

Ropid wrote:

Can you share the X log after a crash? It's normally the file /var/log/Xorg.0.log.

Perhaps also share a log when X manages to run on this hardware and display a desktop on one of the two GPUs without your Xinerama config experiment.

Here is the Xinerama log using your minimal conf:

[  7922.740] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[  7922.740] X Protocol Version 11, Revision 0
[  7922.740] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[  7922.740] Current Operating System: Linux arch 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64
[  7922.740] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=997c979c-5079-43df-9722-192c30f35b78 rw
[  7922.740] Build Date: 07 April 2017  05:42:48PM
[  7922.740]  
[  7922.740] Current version of pixman: 0.34.0
[  7922.740] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  7922.740] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  7922.741] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May  8 23:51:54 2017
[  7922.741] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  7922.741] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  7922.741] (==) ServerLayout "MyXineramaLayout"
[  7922.741] (**) |-->Screen "RightScreen" (0)
[  7922.741] (**) |   |-->Monitor "<default monitor>"
[  7922.741] (**) |   |-->Device "GTX1070"
[  7922.741] (==) No monitor specified for screen "RightScreen".
	Using a default monitor configuration.
[  7922.741] (**) |-->Screen "LeftScreen" (1)
[  7922.741] (**) |   |-->Monitor "<default monitor>"
[  7922.741] (**) |   |-->Device "GTX670"
[  7922.741] (==) No monitor specified for screen "LeftScreen".
	Using a default monitor configuration.
[  7922.741] (**) Option "Xinerama" "1"
[  7922.741] (==) Automatically adding devices
[  7922.741] (==) Automatically enabling devices
[  7922.741] (==) Automatically adding GPU devices
[  7922.741] (==) Automatically binding GPU devices
[  7922.741] (**) Xinerama: enabled
[  7922.741] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  7922.741] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  7922.741] 	Entry deleted from font path.
[  7922.741] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  7922.741] 	Entry deleted from font path.
[  7922.741] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  7922.741] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  7922.741] 	Entry deleted from font path.
[  7922.741] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  7922.741] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[  7922.741] (==) ModulePath set to "/usr/lib/xorg/modules"
[  7922.741] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  7922.741] (II) Loader magic: 0x822d60
[  7922.741] (II) Module ABI versions:
[  7922.741] 	X.Org ANSI C Emulation: 0.4
[  7922.741] 	X.Org Video Driver: 23.0
[  7922.741] 	X.Org XInput driver : 24.1
[  7922.741] 	X.Org Server Extension : 10.0
[  7922.742] (++) using VT number 1

[  7922.742] (--) controlling tty is VT number 1, auto-enabling KeepTty
[  7922.744] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c19
[  7922.745] (II) xfree86: Adding drm device (/dev/dri/card0)
[  7922.745] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  7922.746] (II) xfree86: Adding drm device (/dev/dri/card1)
[  7922.746] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[  7922.748] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[  7922.748] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[  7922.748] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[  7922.749] (--) PCI: (0:0:2:0) 8086:0162:1849:0162 rev 9, Mem @ 0xf7400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
[  7922.749] (--) PCI:*(0:1:0:0) 10de:1b81:1043:859f rev 161, Mem @ 0xf6000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[  7922.749] (--) PCI: (0:2:0:0) 10de:1189:1043:83f8 rev 161, Mem @ 0xf4000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  7922.749] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  7922.749] (II) LoadModule: "glx"
[  7922.749] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[  7922.753] (II) Module glx: vendor="NVIDIA Corporation"
[  7922.753] 	compiled for 4.0.2, module version = 1.0.0
[  7922.753] 	Module class: X.Org Server Extension
[  7922.753] (II) NVIDIA GLX Module  378.13  Tue Feb  7 18:25:34 PST 2017
[  7922.753] (II) LoadModule: "nvidia"
[  7922.754] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  7922.754] (II) Module nvidia: vendor="NVIDIA Corporation"
[  7922.754] 	compiled for 4.0.2, module version = 1.0.0
[  7922.754] 	Module class: X.Org Video Driver
[  7922.754] (II) NVIDIA dlloader X Driver  378.13  Tue Feb  7 18:01:51 PST 2017
[  7922.754] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  7922.754] (II) systemd-logind: releasing fd for 226:0
[  7922.755] (II) systemd-logind: releasing fd for 226:1
[  7922.755] (II) Loading sub module "fb"
[  7922.755] (II) LoadModule: "fb"
[  7922.756] (II) Loading /usr/lib/xorg/modules/libfb.so
[  7922.756] (II) Module fb: vendor="X.Org Foundation"
[  7922.756] 	compiled for 1.19.3, module version = 1.0.0
[  7922.756] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7922.756] (II) Loading sub module "wfb"
[  7922.756] (II) LoadModule: "wfb"
[  7922.756] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  7922.756] (II) Module wfb: vendor="X.Org Foundation"
[  7922.756] 	compiled for 1.19.3, module version = 1.0.0
[  7922.756] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7922.756] (II) Loading sub module "ramdac"
[  7922.756] (II) LoadModule: "ramdac"
[  7922.756] (II) Module "ramdac" already built-in
[  7922.756] (WW) NVIDIA: The Composite and Xinerama extensions are both enabled, which
[  7922.756] (WW) NVIDIA:     is an unsupported configuration.  The driver will continue
[  7922.756] (WW) NVIDIA:     to load, but may behave strangely.
[  7922.756] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[  7922.756] (WW) NVIDIA:     X server.
[  7922.757] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"RightScreen" for depth/fbbpp 24/32
[  7922.757] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  7922.757] (==) NVIDIA(0): RGB weight 888
[  7922.757] (==) NVIDIA(0): Default visual is TrueColor
[  7922.757] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  7922.757] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  7922.757] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  7922.757] (**) NVIDIA(0): Enabling 2D acceleration
[  7923.423] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  7923.423] (--) NVIDIA(0):     DFP-0 (boot)
[  7923.423] (--) NVIDIA(0):     DFP-1
[  7923.423] (--) NVIDIA(0):     DFP-2
[  7923.423] (--) NVIDIA(0):     DFP-3
[  7923.423] (--) NVIDIA(0):     DFP-4
[  7923.423] (--) NVIDIA(0):     DFP-5
[  7923.423] (--) NVIDIA(0):     DFP-6
[  7923.424] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[  7923.424] (--) NVIDIA(0): Memory: 8388608 kBytes
[  7923.424] (--) NVIDIA(0): VideoBIOS: 86.04.50.00.47
[  7923.424] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  7923.484] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): connected
[  7923.484] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): Internal TMDS
[  7923.484] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): 330.0 MHz maximum pixel clock
[  7923.484] (--) NVIDIA(GPU-0): 
[  7923.484] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  7923.484] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  7923.484] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  7923.484] (--) NVIDIA(GPU-0): 
[  7923.484] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7923.484] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  7923.484] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  7923.484] (--) NVIDIA(GPU-0): 
[  7923.484] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  7923.484] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  7923.484] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[  7923.484] (--) NVIDIA(GPU-0): 
[  7923.484] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  7923.484] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  7923.484] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  7923.484] (--) NVIDIA(GPU-0): 
[  7923.484] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  7923.484] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  7923.485] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[  7923.485] (--) NVIDIA(GPU-0): 
[  7923.485] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  7923.485] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  7923.485] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  7923.485] (--) NVIDIA(GPU-0): 
[  7923.486] (==) NVIDIA(0): 
[  7923.486] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  7923.486] (==) NVIDIA(0):     will be used as the requested mode.
[  7923.486] (==) NVIDIA(0): 
[  7923.487] (II) NVIDIA(0): Validated MetaModes:
[  7923.487] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[  7923.487] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[  7923.494] (--) NVIDIA(0): DPI set to (108, 107); computed from "UseEdidDpi" X config
[  7923.494] (--) NVIDIA(0):     option
[  7923.494] (II) NVIDIA(1): Creating default Display subsection in Screen section
	"LeftScreen" for depth/fbbpp 24/32
[  7923.494] (==) NVIDIA(1): Depth 24, (==) framebuffer bpp 32
[  7923.494] (==) NVIDIA(1): RGB weight 888
[  7923.494] (==) NVIDIA(1): Default visual is TrueColor
[  7923.495] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[  7923.495] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  7923.495] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[  7923.495] (**) NVIDIA(1): Enabling 2D acceleration
[  7924.033] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:2:0:0
[  7924.033] (--) NVIDIA(0):     CRT-0
[  7924.033] (--) NVIDIA(0):     DFP-0 (boot)
[  7924.033] (--) NVIDIA(0):     DFP-1
[  7924.033] (--) NVIDIA(0):     DFP-2
[  7924.033] (--) NVIDIA(0):     DFP-3
[  7924.033] (--) NVIDIA(0):     DFP-4
[  7924.034] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 670 (GK104) at PCI:2:0:0 (GPU-1)
[  7924.034] (--) NVIDIA(1): Memory: 2097152 kBytes
[  7924.034] (--) NVIDIA(1): VideoBIOS: 80.04.19.00.17
[  7924.034] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[  7924.060] (--) NVIDIA(GPU-1): CRT-0: disconnected
[  7924.060] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
[  7924.060] (--) NVIDIA(GPU-1): 
[  7924.117] (--) NVIDIA(GPU-1): HYO DUAL-DVI (DFP-0): connected
[  7924.117] (--) NVIDIA(GPU-1): HYO DUAL-DVI (DFP-0): Internal TMDS
[  7924.117] (--) NVIDIA(GPU-1): HYO DUAL-DVI (DFP-0): 330.0 MHz maximum pixel clock
[  7924.117] (--) NVIDIA(GPU-1): 
[  7924.117] (--) NVIDIA(GPU-1): DFP-1: disconnected
[  7924.117] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[  7924.117] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[  7924.117] (--) NVIDIA(GPU-1): 
[  7924.117] (--) NVIDIA(GPU-1): DFP-2: disconnected
[  7924.117] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[  7924.117] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[  7924.117] (--) NVIDIA(GPU-1): 
[  7924.117] (--) NVIDIA(GPU-1): DFP-3: disconnected
[  7924.117] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[  7924.117] (--) NVIDIA(GPU-1): DFP-3: 330.0 MHz maximum pixel clock
[  7924.117] (--) NVIDIA(GPU-1): 
[  7924.117] (--) NVIDIA(GPU-1): DFP-4: disconnected
[  7924.117] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[  7924.117] (--) NVIDIA(GPU-1): DFP-4: 960.0 MHz maximum pixel clock
[  7924.117] (--) NVIDIA(GPU-1): 
[  7924.118] (==) NVIDIA(1): 
[  7924.118] (==) NVIDIA(1): No modes were requested; the default mode "nvidia-auto-select"
[  7924.118] (==) NVIDIA(1):     will be used as the requested mode.
[  7924.118] (==) NVIDIA(1): 
[  7924.118] (II) NVIDIA(1): Validated MetaModes:
[  7924.118] (II) NVIDIA(1):     "DFP-0:nvidia-auto-select"
[  7924.118] (II) NVIDIA(1): Virtual screen size determined to be 2560 x 1440
[  7924.121] (--) NVIDIA(1): DPI set to (108, 107); computed from "UseEdidDpi" X config
[  7924.121] (--) NVIDIA(1):     option
[  7924.121] (--) Depth 24 pixmap format is 32 bpp
[  7924.122] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[  7924.122] (II) NVIDIA:     access.
[  7924.124] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  7924.124] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  7924.124] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  7924.124] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  7924.124] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  7924.124] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  7924.124] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  7924.124] (II) NVIDIA(0):     Config Options in the README.
[  7924.150] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[  7924.177] (==) NVIDIA(0): Disabling shared memory pixmaps
[  7924.177] (==) NVIDIA(0): Backing store enabled
[  7924.177] (==) NVIDIA(0): Silken mouse enabled
[  7924.177] (==) NVIDIA(0): DPMS enabled
[  7924.177] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[  7924.177] (II) Loading sub module "dri2"
[  7924.177] (II) LoadModule: "dri2"
[  7924.177] (II) Module "dri2" already built-in
[  7924.177] (II) NVIDIA(0): [DRI2] Setup complete
[  7924.177] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  7924.178] (WW) NVIDIA(0): Not registering RandR
[  7924.178] (==) RandR enabled
[  7924.180] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[  7924.180] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[  7924.180] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[  7924.180] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[  7924.180] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[  7924.180] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[  7924.180] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[  7924.180] (II) NVIDIA(1):     Config Options in the README.
[  7924.205] (II) NVIDIA(1): Setting mode "DFP-0:nvidia-auto-select"
[  7924.224] (WW) NVIDIA(1): The GPU driving screen 1 is incompatible with the rest of the
[  7924.224] (WW) NVIDIA(1):     GPUs composing the desktop.  OpenGL rendering will be
[  7924.224] (WW) NVIDIA(1):     disabled on screen 1.
[  7924.224] (==) NVIDIA(1): Disabling shared memory pixmaps
[  7924.224] (==) NVIDIA(1): Backing store enabled
[  7924.224] (==) NVIDIA(1): Silken mouse enabled
[  7924.225] (==) NVIDIA(1): DPMS enabled
[  7924.225] (WW) NVIDIA(1): Option "PrimaryGPU" is not used
[  7924.225] (II) Loading sub module "dri2"
[  7924.225] (II) LoadModule: "dri2"
[  7924.225] (II) Module "dri2" already built-in
[  7924.225] (II) NVIDIA(1): [DRI2] Setup complete
[  7924.225] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[  7924.225] (WW) NVIDIA(1): Not registering RandR
[  7924.225] (==) RandR enabled
[  7924.226] (II) Initializing extension GLX
[  7924.226] (II) Indirect GLX disabled.
[  7924.269] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[  7924.269] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  7924.269] (**) Power Button: Applying InputClass "system-keyboard"
[  7924.269] (II) LoadModule: "libinput"
[  7924.269] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  7924.270] (II) Module libinput: vendor="X.Org Foundation"
[  7924.270] 	compiled for 1.19.3, module version = 0.25.1
[  7924.270] 	Module class: X.Org XInput Driver
[  7924.270] 	ABI class: X.Org XInput driver, version 24.1
[  7924.270] (II) Using input driver 'libinput' for 'Power Button'
[  7924.271] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 44 paused 0
[  7924.271] (**) Power Button: always reports core events
[  7924.271] (**) Option "Device" "/dev/input/event6"
[  7924.271] (**) Option "_source" "server/udev"
[  7924.272] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  7924.272] (II) event6  - (II) Power Button: (II) device is a keyboard
[  7924.272] (II) event6  - (II) Power Button: (II) device removed
[  7924.272] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[  7924.272] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  7924.272] (**) Option "xkb_layout" "se"
[  7924.294] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  7924.294] (II) event6  - (II) Power Button: (II) device is a keyboard
[  7924.294] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  7924.294] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  7924.294] (**) Video Bus: Applying InputClass "system-keyboard"
[  7924.294] (II) Using input driver 'libinput' for 'Video Bus'
[  7924.295] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 47 paused 0
[  7924.295] (**) Video Bus: always reports core events
[  7924.295] (**) Option "Device" "/dev/input/event7"
[  7924.295] (**) Option "_source" "server/udev"
[  7924.296] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[  7924.296] (II) event7  - (II) Video Bus: (II) device is a keyboard
[  7924.296] (II) event7  - (II) Video Bus: (II) device removed
[  7924.296] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[  7924.296] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  7924.296] (**) Option "xkb_layout" "se"
[  7924.296] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[  7924.296] (II) event7  - (II) Video Bus: (II) device is a keyboard
[  7924.296] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[  7924.296] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  7924.296] (**) Power Button: Applying InputClass "system-keyboard"
[  7924.296] (II) Using input driver 'libinput' for 'Power Button'
[  7924.297] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 48 paused 0
[  7924.297] (**) Power Button: always reports core events
[  7924.297] (**) Option "Device" "/dev/input/event5"
[  7924.297] (**) Option "_source" "server/udev"
[  7924.297] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  7924.297] (II) event5  - (II) Power Button: (II) device is a keyboard
[  7924.297] (II) event5  - (II) Power Button: (II) device removed
[  7924.297] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5"
[  7924.297] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  7924.297] (**) Option "xkb_layout" "se"
[  7924.298] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  7924.298] (II) event5  - (II) Power Button: (II) device is a keyboard
[  7924.298] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event23)
[  7924.298] (II) No input driver specified, ignoring this device.
[  7924.298] (II) This device may have been added with another device file.
[  7924.298] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event24)
[  7924.298] (II) No input driver specified, ignoring this device.
[  7924.298] (II) This device may have been added with another device file.
[  7924.298] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event25)
[  7924.298] (II) No input driver specified, ignoring this device.
[  7924.298] (II) This device may have been added with another device file.
[  7924.298] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event26)
[  7924.298] (II) No input driver specified, ignoring this device.
[  7924.298] (II) This device may have been added with another device file.
[  7924.299] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[  7924.299] (II) No input driver specified, ignoring this device.
[  7924.299] (II) This device may have been added with another device file.
[  7924.299] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[  7924.299] (II) No input driver specified, ignoring this device.
[  7924.299] (II) This device may have been added with another device file.
[  7924.299] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[  7924.299] (II) No input driver specified, ignoring this device.
[  7924.299] (II) This device may have been added with another device file.
[  7924.299] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event22)
[  7924.299] (II) No input driver specified, ignoring this device.
[  7924.299] (II) This device may have been added with another device file.
[  7924.300] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event0)
[  7924.300] (**) Laview Technology Mionix Castor: Applying InputClass "libinput pointer catchall"
[  7924.300] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[  7924.356] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 49 paused 0
[  7924.356] (**) Laview Technology Mionix Castor: always reports core events
[  7924.356] (**) Option "Device" "/dev/input/event0"
[  7924.356] (**) Option "_source" "server/udev"
[  7924.356] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[  7924.356] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[  7924.356] (II) event0  - (II) Laview Technology Mionix Castor: (II) device removed
[  7924.356] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:22D4:1316.0001/input/input0/event0"
[  7924.356] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: MOUSE, id 9)
[  7924.357] (**) Option "AccelerationScheme" "none"
[  7924.357] (**) Laview Technology Mionix Castor: (accel) selected scheme none/0
[  7924.357] (**) Laview Technology Mionix Castor: (accel) acceleration factor: 2.000
[  7924.357] (**) Laview Technology Mionix Castor: (accel) acceleration threshold: 4
[  7924.357] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[  7924.357] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[  7924.358] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/mouse0)
[  7924.358] (II) No input driver specified, ignoring this device.
[  7924.358] (II) This device may have been added with another device file.
[  7924.358] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event1)
[  7924.358] (**) Laview Technology Mionix Castor: Applying InputClass "libinput keyboard catchall"
[  7924.358] (**) Laview Technology Mionix Castor: Applying InputClass "system-keyboard"
[  7924.358] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[  7924.359] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 50 paused 0
[  7924.359] (**) Laview Technology Mionix Castor: always reports core events
[  7924.359] (**) Option "Device" "/dev/input/event1"
[  7924.359] (**) Option "_source" "server/udev"
[  7924.360] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[  7924.360] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[  7924.360] (II) event1  - (II) Laview Technology Mionix Castor: (II) device removed
[  7924.360] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:22D4:1316.0002/input/input1/event1"
[  7924.360] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: KEYBOARD, id 10)
[  7924.360] (**) Option "xkb_layout" "se"
[  7924.360] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[  7924.360] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[  7924.361] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[  7924.361] (II) No input driver specified, ignoring this device.
[  7924.361] (II) This device may have been added with another device file.
[  7924.361] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[  7924.361] (II) No input driver specified, ignoring this device.
[  7924.361] (II) This device may have been added with another device file.
[  7924.361] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[  7924.361] (II) No input driver specified, ignoring this device.
[  7924.361] (II) This device may have been added with another device file.
[  7924.361] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[  7924.362] (II) No input driver specified, ignoring this device.
[  7924.362] (II) This device may have been added with another device file.
[  7924.362] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[  7924.362] (II) No input driver specified, ignoring this device.
[  7924.362] (II) This device may have been added with another device file.
[  7924.362] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[  7924.362] (II) No input driver specified, ignoring this device.
[  7924.362] (II) This device may have been added with another device file.
[  7924.362] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[  7924.362] (II) No input driver specified, ignoring this device.
[  7924.362] (II) This device may have been added with another device file.
[  7924.363] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[  7924.363] (II) No input driver specified, ignoring this device.
[  7924.363] (II) This device may have been added with another device file.
[  7924.363] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[  7924.363] (II) No input driver specified, ignoring this device.
[  7924.363] (II) This device may have been added with another device file.
[  7924.363] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[  7924.363] (II) No input driver specified, ignoring this device.
[  7924.363] (II) This device may have been added with another device file.
[  7924.364] (II) config/udev: Adding input device 3Dconnexion SpaceNavigator (/dev/input/event2)
[  7924.364] (II) No input driver specified, ignoring this device.
[  7924.364] (II) This device may have been added with another device file.
[  7924.364] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event3)
[  7924.364] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[  7924.364] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[  7924.364] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[  7924.365] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 51 paused 0
[  7924.365] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[  7924.365] (**) Option "Device" "/dev/input/event3"
[  7924.365] (**) Option "_source" "server/udev"
[  7924.366] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[  7924.366] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[  7924.366] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[  7924.366] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/0003:04B4:0101.0004/input/input3/event3"
[  7924.366] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 11)
[  7924.366] (**) Option "xkb_layout" "se"
[  7924.366] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[  7924.367] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[  7924.367] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event4)
[  7924.367] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[  7924.367] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[  7924.367] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[  7924.367] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[  7924.368] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 52 paused 0
[  7924.368] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[  7924.368] (**) Option "Device" "/dev/input/event4"
[  7924.368] (**) Option "_source" "server/udev"
[  7924.368] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[  7924.368] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[  7924.368] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[  7924.368] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[  7924.369] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: needs a virtual subdevice
[  7924.369] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[  7924.369] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: MOUSE, id 12)
[  7924.369] (**) Option "AccelerationScheme" "none"
[  7924.369] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) selected scheme none/0
[  7924.369] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration factor: 2.000
[  7924.369] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration threshold: 4
[  7924.369] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[  7924.369] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[  7924.369] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[  7924.370] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/mouse1)
[  7924.370] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[  7924.370] (II) No input driver specified, ignoring this device.
[  7924.370] (II) This device may have been added with another device file.
[  7924.370] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  7924.370] (II) No input driver specified, ignoring this device.
[  7924.370] (II) This device may have been added with another device file.
[  7924.373] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[  7924.373] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[  7924.373] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[  7924.373] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[  7924.373] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[  7924.373] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[  7924.373] (**) Option "Device" "/dev/input/event4"
[  7924.373] (**) Option "_source" "_driver/libinput"
[  7924.373] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: is a virtual subdevice
[  7924.373] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[  7924.373] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 13)
[  7924.373] (**) Option "xkb_layout" "se"
[  7924.419] (**) Option "fd" "44"
[  7924.419] (II) event6  - (II) Power Button: (II) device removed
[  7924.419] (**) Option "fd" "47"
[  7924.419] (II) event7  - (II) Video Bus: (II) device removed
[  7924.419] (**) Option "fd" "48"
[  7924.419] (II) event5  - (II) Power Button: (II) device removed
[  7924.419] (**) Option "fd" "49"
[  7924.419] (II) event0  - (II) Laview Technology Mionix Castor: (II) device removed
[  7924.419] (**) Option "fd" "50"
[  7924.419] (II) event1  - (II) Laview Technology Mionix Castor: (II) device removed
[  7924.419] (**) Option "fd" "51"
[  7924.419] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[  7924.419] (**) Option "fd" "52"
[  7924.419] (**) Option "fd" "52"
[  7924.419] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[  7924.421] (II) UnloadModule: "libinput"
[  7924.421] (II) systemd-logind: not releasing fd for 13:68, still in use
[  7924.421] (II) UnloadModule: "libinput"
[  7924.421] (II) systemd-logind: releasing fd for 13:68
[  7924.492] (II) UnloadModule: "libinput"
[  7924.492] (II) systemd-logind: releasing fd for 13:67
[  7924.532] (II) UnloadModule: "libinput"
[  7924.532] (II) systemd-logind: releasing fd for 13:65
[  7924.575] (II) UnloadModule: "libinput"
[  7924.575] (II) systemd-logind: releasing fd for 13:64
[  7924.612] (II) UnloadModule: "libinput"
[  7924.612] (II) systemd-logind: releasing fd for 13:69
[  7924.642] (II) UnloadModule: "libinput"
[  7924.642] (II) systemd-logind: releasing fd for 13:71
[  7924.662] (II) UnloadModule: "libinput"
[  7924.662] (II) systemd-logind: releasing fd for 13:70
[  7925.016] (II) NVIDIA(GPU-0): Deleting GPU-0
[  7925.016] (II) NVIDIA(GPU-1): Renaming GPU-1 to GPU-0
[  7925.016] (II) NVIDIA(GPU-0): Deleting GPU-0
[  7925.020] (II) Server terminated successfully (0). Closing log file.

Here is the log by removing the conf completely from xorg.conf.d, standard successful load into xfce4 on one monitor:

[  7819.619] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[  7819.619] X Protocol Version 11, Revision 0
[  7819.619] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[  7819.619] Current Operating System: Linux arch 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64
[  7819.619] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=997c979c-5079-43df-9722-192c30f35b78 rw
[  7819.620] Build Date: 07 April 2017  05:42:48PM
[  7819.620]  
[  7819.620] Current version of pixman: 0.34.0
[  7819.620] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  7819.620] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  7819.620] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May  8 23:50:10 2017
[  7819.620] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  7819.620] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  7819.620] (==) No Layout section.  Using the first Screen section.
[  7819.620] (==) No screen section available. Using defaults.
[  7819.620] (**) |-->Screen "Default Screen Section" (0)
[  7819.620] (**) |   |-->Monitor "<default monitor>"
[  7819.620] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  7819.620] (==) Automatically adding devices
[  7819.620] (==) Automatically enabling devices
[  7819.620] (==) Automatically adding GPU devices
[  7819.620] (==) Automatically binding GPU devices
[  7819.621] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  7819.621] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  7819.621] 	Entry deleted from font path.
[  7819.621] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  7819.621] 	Entry deleted from font path.
[  7819.621] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  7819.621] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  7819.621] 	Entry deleted from font path.
[  7819.621] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  7819.621] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[  7819.621] (==) ModulePath set to "/usr/lib/xorg/modules"
[  7819.621] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  7819.621] (II) Loader magic: 0x822d60
[  7819.621] (II) Module ABI versions:
[  7819.621] 	X.Org ANSI C Emulation: 0.4
[  7819.621] 	X.Org Video Driver: 23.0
[  7819.621] 	X.Org XInput driver : 24.1
[  7819.621] 	X.Org Server Extension : 10.0
[  7819.622] (++) using VT number 1

[  7819.622] (--) controlling tty is VT number 1, auto-enabling KeepTty
[  7819.624] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c18
[  7819.625] (II) xfree86: Adding drm device (/dev/dri/card0)
[  7819.625] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  7819.625] (II) xfree86: Adding drm device (/dev/dri/card1)
[  7819.626] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[  7819.627] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[  7819.627] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[  7819.627] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[  7819.629] (--) PCI: (0:0:2:0) 8086:0162:1849:0162 rev 9, Mem @ 0xf7400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
[  7819.629] (--) PCI:*(0:1:0:0) 10de:1b81:1043:859f rev 161, Mem @ 0xf6000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[  7819.629] (--) PCI: (0:2:0:0) 10de:1189:1043:83f8 rev 161, Mem @ 0xf4000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  7819.629] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  7819.629] (II) LoadModule: "glx"
[  7819.629] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[  7819.633] (II) Module glx: vendor="NVIDIA Corporation"
[  7819.633] 	compiled for 4.0.2, module version = 1.0.0
[  7819.633] 	Module class: X.Org Server Extension
[  7819.633] (II) NVIDIA GLX Module  378.13  Tue Feb  7 18:25:34 PST 2017
[  7819.633] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[  7819.633] 	loading driver: nvidia
[  7819.633] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[  7819.633] 	loading driver: nvidia
[  7819.633] (==) Matched nvidia as autoconfigured driver 0
[  7819.633] (==) Matched nouveau as autoconfigured driver 1
[  7819.633] (==) Matched nv as autoconfigured driver 2
[  7819.633] (==) Matched nvidia as autoconfigured driver 3
[  7819.633] (==) Matched nouveau as autoconfigured driver 4
[  7819.633] (==) Matched nv as autoconfigured driver 5
[  7819.633] (==) Matched nouveau as autoconfigured driver 6
[  7819.633] (==) Matched nv as autoconfigured driver 7
[  7819.633] (==) Matched modesetting as autoconfigured driver 8
[  7819.633] (==) Matched fbdev as autoconfigured driver 9
[  7819.633] (==) Matched vesa as autoconfigured driver 10
[  7819.633] (==) Assigned the driver to the xf86ConfigLayout
[  7819.633] (II) LoadModule: "nvidia"
[  7819.634] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  7819.634] (II) Module nvidia: vendor="NVIDIA Corporation"
[  7819.634] 	compiled for 4.0.2, module version = 1.0.0
[  7819.634] 	Module class: X.Org Video Driver
[  7819.634] (II) LoadModule: "nouveau"
[  7819.634] (WW) Warning, couldn't open module nouveau
[  7819.634] (II) UnloadModule: "nouveau"
[  7819.634] (II) Unloading nouveau
[  7819.634] (EE) Failed to load module "nouveau" (module does not exist, 0)
[  7819.634] (II) LoadModule: "nv"
[  7819.634] (WW) Warning, couldn't open module nv
[  7819.634] (II) UnloadModule: "nv"
[  7819.634] (II) Unloading nv
[  7819.634] (EE) Failed to load module "nv" (module does not exist, 0)
[  7819.634] (II) LoadModule: "modesetting"
[  7819.635] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  7819.635] (II) Module modesetting: vendor="X.Org Foundation"
[  7819.635] 	compiled for 1.19.3, module version = 1.19.3
[  7819.635] 	Module class: X.Org Video Driver
[  7819.635] 	ABI class: X.Org Video Driver, version 23.0
[  7819.635] (II) LoadModule: "fbdev"
[  7819.635] (WW) Warning, couldn't open module fbdev
[  7819.635] (II) UnloadModule: "fbdev"
[  7819.635] (II) Unloading fbdev
[  7819.635] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  7819.635] (II) LoadModule: "vesa"
[  7819.635] (WW) Warning, couldn't open module vesa
[  7819.635] (II) UnloadModule: "vesa"
[  7819.635] (II) Unloading vesa
[  7819.635] (EE) Failed to load module "vesa" (module does not exist, 0)
[  7819.635] (II) NVIDIA dlloader X Driver  378.13  Tue Feb  7 18:01:51 PST 2017
[  7819.635] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  7819.635] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  7819.635] (II) systemd-logind: releasing fd for 226:0
[  7819.636] (II) Loading sub module "fb"
[  7819.636] (II) LoadModule: "fb"
[  7819.636] (II) Loading /usr/lib/xorg/modules/libfb.so
[  7819.636] (II) Module fb: vendor="X.Org Foundation"
[  7819.636] 	compiled for 1.19.3, module version = 1.0.0
[  7819.636] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7819.636] (II) Loading sub module "wfb"
[  7819.636] (II) LoadModule: "wfb"
[  7819.637] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  7819.637] (II) Module wfb: vendor="X.Org Foundation"
[  7819.637] 	compiled for 1.19.3, module version = 1.0.0
[  7819.637] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7819.637] (II) Loading sub module "ramdac"
[  7819.637] (II) LoadModule: "ramdac"
[  7819.637] (II) Module "ramdac" already built-in
[  7819.637] (WW) Falling back to old probe method for modesetting
[  7819.637] (II) systemd-logind: releasing fd for 226:1
[  7819.638] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  7819.638] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  7819.638] (==) NVIDIA(0): RGB weight 888
[  7819.638] (==) NVIDIA(0): Default visual is TrueColor
[  7819.638] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  7819.638] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  7819.638] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  7819.639] (**) NVIDIA(0): Enabling 2D acceleration
[  7820.305] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  7820.305] (--) NVIDIA(0):     DFP-0 (boot)
[  7820.305] (--) NVIDIA(0):     DFP-1
[  7820.305] (--) NVIDIA(0):     DFP-2
[  7820.305] (--) NVIDIA(0):     DFP-3
[  7820.305] (--) NVIDIA(0):     DFP-4
[  7820.305] (--) NVIDIA(0):     DFP-5
[  7820.305] (--) NVIDIA(0):     DFP-6
[  7820.306] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[  7820.306] (--) NVIDIA(0): Memory: 8388608 kBytes
[  7820.306] (--) NVIDIA(0): VideoBIOS: 86.04.50.00.47
[  7820.306] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  7820.365] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): connected
[  7820.365] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): Internal TMDS
[  7820.365] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): 330.0 MHz maximum pixel clock
[  7820.365] (--) NVIDIA(GPU-0): 
[  7820.365] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  7820.365] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  7820.365] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  7820.365] (--) NVIDIA(GPU-0): 
[  7820.365] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7820.365] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  7820.365] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  7820.365] (--) NVIDIA(GPU-0): 
[  7820.365] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  7820.365] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  7820.365] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[  7820.365] (--) NVIDIA(GPU-0): 
[  7820.365] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  7820.365] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  7820.365] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  7820.365] (--) NVIDIA(GPU-0): 
[  7820.365] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  7820.365] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  7820.365] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[  7820.365] (--) NVIDIA(GPU-0): 
[  7820.365] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  7820.365] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  7820.365] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  7820.365] (--) NVIDIA(GPU-0): 
[  7820.366] (==) NVIDIA(0): 
[  7820.366] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  7820.366] (==) NVIDIA(0):     will be used as the requested mode.
[  7820.366] (==) NVIDIA(0): 
[  7820.366] (II) NVIDIA(0): Validated MetaModes:
[  7820.366] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[  7820.366] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[  7820.370] (--) NVIDIA(0): DPI set to (108, 107); computed from "UseEdidDpi" X config
[  7820.370] (--) NVIDIA(0):     option
[  7820.370] (--) Depth 24 pixmap format is 32 bpp
[  7820.892] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:2:0:0
[  7820.892] (--) NVIDIA(0):     CRT-0
[  7820.892] (--) NVIDIA(0):     DFP-0 (boot)
[  7820.892] (--) NVIDIA(0):     DFP-1
[  7820.892] (--) NVIDIA(0):     DFP-2
[  7820.892] (--) NVIDIA(0):     DFP-3
[  7820.892] (--) NVIDIA(0):     DFP-4
[  7820.920] (--) NVIDIA(GPU-1): CRT-0: disconnected
[  7820.920] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
[  7820.920] (--) NVIDIA(GPU-1): 
[  7820.975] (--) NVIDIA(GPU-1): HYO DUAL-DVI (DFP-0): connected
[  7820.975] (--) NVIDIA(GPU-1): HYO DUAL-DVI (DFP-0): Internal TMDS
[  7820.975] (--) NVIDIA(GPU-1): HYO DUAL-DVI (DFP-0): 330.0 MHz maximum pixel clock
[  7820.975] (--) NVIDIA(GPU-1): 
[  7820.975] (--) NVIDIA(GPU-1): DFP-1: disconnected
[  7820.975] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[  7820.975] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[  7820.975] (--) NVIDIA(GPU-1): 
[  7820.975] (--) NVIDIA(GPU-1): DFP-2: disconnected
[  7820.975] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[  7820.975] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[  7820.975] (--) NVIDIA(GPU-1): 
[  7820.975] (--) NVIDIA(GPU-1): DFP-3: disconnected
[  7820.975] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[  7820.975] (--) NVIDIA(GPU-1): DFP-3: 330.0 MHz maximum pixel clock
[  7820.975] (--) NVIDIA(GPU-1): 
[  7820.975] (--) NVIDIA(GPU-1): DFP-4: disconnected
[  7820.975] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[  7820.975] (--) NVIDIA(GPU-1): DFP-4: 960.0 MHz maximum pixel clock
[  7820.975] (--) NVIDIA(GPU-1): 
[  7821.038] (II) NVIDIA(GPU-1): NVIDIA GPU GeForce GTX 670 (GK104) at PCI:2:0:0 (GPU-1)
[  7821.038] (--) NVIDIA(GPU-1): Memory: 2097152 kBytes
[  7821.038] (--) NVIDIA(GPU-1): VideoBIOS: 80.04.19.00.17
[  7821.038] (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
[  7821.040] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[  7821.040] (II) NVIDIA:     access.
[  7821.042] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  7821.042] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  7821.042] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  7821.042] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  7821.042] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  7821.042] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  7821.042] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  7821.042] (II) NVIDIA(0):     Config Options in the README.
[  7821.068] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[  7821.107] (==) NVIDIA(0): Disabling shared memory pixmaps
[  7821.107] (==) NVIDIA(0): Backing store enabled
[  7821.107] (==) NVIDIA(0): Silken mouse enabled
[  7821.107] (==) NVIDIA(0): DPMS enabled
[  7821.107] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[  7821.107] (II) Loading sub module "dri2"
[  7821.107] (II) LoadModule: "dri2"
[  7821.107] (II) Module "dri2" already built-in
[  7821.107] (II) NVIDIA(0): [DRI2] Setup complete
[  7821.107] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  7821.107] (--) RandR disabled
[  7821.109] (II) Initializing extension GLX
[  7821.109] (II) Indirect GLX disabled.
[  7821.142] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[  7821.142] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  7821.142] (**) Power Button: Applying InputClass "system-keyboard"
[  7821.142] (II) LoadModule: "libinput"
[  7821.142] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  7821.142] (II) Module libinput: vendor="X.Org Foundation"
[  7821.142] 	compiled for 1.19.3, module version = 0.25.1
[  7821.142] 	Module class: X.Org XInput Driver
[  7821.142] 	ABI class: X.Org XInput driver, version 24.1
[  7821.142] (II) Using input driver 'libinput' for 'Power Button'
[  7821.143] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 42 paused 0
[  7821.143] (**) Power Button: always reports core events
[  7821.143] (**) Option "Device" "/dev/input/event6"
[  7821.143] (**) Option "_source" "server/udev"
[  7821.143] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  7821.143] (II) event6  - (II) Power Button: (II) device is a keyboard
[  7821.143] (II) event6  - (II) Power Button: (II) device removed
[  7821.143] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[  7821.143] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  7821.143] (**) Option "xkb_layout" "se"
[  7821.165] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  7821.165] (II) event6  - (II) Power Button: (II) device is a keyboard
[  7821.165] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  7821.165] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  7821.165] (**) Video Bus: Applying InputClass "system-keyboard"
[  7821.165] (II) Using input driver 'libinput' for 'Video Bus'
[  7821.166] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 45 paused 0
[  7821.166] (**) Video Bus: always reports core events
[  7821.166] (**) Option "Device" "/dev/input/event7"
[  7821.166] (**) Option "_source" "server/udev"
[  7821.166] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[  7821.166] (II) event7  - (II) Video Bus: (II) device is a keyboard
[  7821.166] (II) event7  - (II) Video Bus: (II) device removed
[  7821.166] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[  7821.166] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  7821.166] (**) Option "xkb_layout" "se"
[  7821.166] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[  7821.166] (II) event7  - (II) Video Bus: (II) device is a keyboard
[  7821.166] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[  7821.166] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  7821.166] (**) Power Button: Applying InputClass "system-keyboard"
[  7821.166] (II) Using input driver 'libinput' for 'Power Button'
[  7821.167] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 46 paused 0
[  7821.167] (**) Power Button: always reports core events
[  7821.167] (**) Option "Device" "/dev/input/event5"
[  7821.167] (**) Option "_source" "server/udev"
[  7821.167] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  7821.167] (II) event5  - (II) Power Button: (II) device is a keyboard
[  7821.167] (II) event5  - (II) Power Button: (II) device removed
[  7821.167] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5"
[  7821.167] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  7821.167] (**) Option "xkb_layout" "se"
[  7821.167] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  7821.167] (II) event5  - (II) Power Button: (II) device is a keyboard
[  7821.168] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event23)
[  7821.168] (II) No input driver specified, ignoring this device.
[  7821.168] (II) This device may have been added with another device file.
[  7821.168] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event24)
[  7821.168] (II) No input driver specified, ignoring this device.
[  7821.168] (II) This device may have been added with another device file.
[  7821.168] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event25)
[  7821.168] (II) No input driver specified, ignoring this device.
[  7821.168] (II) This device may have been added with another device file.
[  7821.168] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event26)
[  7821.168] (II) No input driver specified, ignoring this device.
[  7821.168] (II) This device may have been added with another device file.
[  7821.168] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[  7821.168] (II) No input driver specified, ignoring this device.
[  7821.168] (II) This device may have been added with another device file.
[  7821.168] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[  7821.168] (II) No input driver specified, ignoring this device.
[  7821.168] (II) This device may have been added with another device file.
[  7821.169] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[  7821.169] (II) No input driver specified, ignoring this device.
[  7821.169] (II) This device may have been added with another device file.
[  7821.169] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event22)
[  7821.169] (II) No input driver specified, ignoring this device.
[  7821.169] (II) This device may have been added with another device file.
[  7821.169] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event0)
[  7821.169] (**) Laview Technology Mionix Castor: Applying InputClass "libinput pointer catchall"
[  7821.169] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[  7821.226] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 47 paused 0
[  7821.226] (**) Laview Technology Mionix Castor: always reports core events
[  7821.226] (**) Option "Device" "/dev/input/event0"
[  7821.226] (**) Option "_source" "server/udev"
[  7821.226] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[  7821.226] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[  7821.226] (II) event0  - (II) Laview Technology Mionix Castor: (II) device removed
[  7821.226] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:22D4:1316.0001/input/input0/event0"
[  7821.226] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: MOUSE, id 9)
[  7821.226] (**) Option "AccelerationScheme" "none"
[  7821.226] (**) Laview Technology Mionix Castor: (accel) selected scheme none/0
[  7821.226] (**) Laview Technology Mionix Castor: (accel) acceleration factor: 2.000
[  7821.226] (**) Laview Technology Mionix Castor: (accel) acceleration threshold: 4
[  7821.227] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[  7821.227] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[  7821.227] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/mouse0)
[  7821.227] (II) No input driver specified, ignoring this device.
[  7821.227] (II) This device may have been added with another device file.
[  7821.228] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event1)
[  7821.228] (**) Laview Technology Mionix Castor: Applying InputClass "libinput keyboard catchall"
[  7821.228] (**) Laview Technology Mionix Castor: Applying InputClass "system-keyboard"
[  7821.228] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[  7821.228] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 48 paused 0
[  7821.228] (**) Laview Technology Mionix Castor: always reports core events
[  7821.228] (**) Option "Device" "/dev/input/event1"
[  7821.228] (**) Option "_source" "server/udev"
[  7821.229] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[  7821.229] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[  7821.229] (II) event1  - (II) Laview Technology Mionix Castor: (II) device removed
[  7821.229] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:22D4:1316.0002/input/input1/event1"
[  7821.229] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: KEYBOARD, id 10)
[  7821.229] (**) Option "xkb_layout" "se"
[  7821.230] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[  7821.230] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[  7821.230] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[  7821.230] (II) No input driver specified, ignoring this device.
[  7821.230] (II) This device may have been added with another device file.
[  7821.230] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[  7821.230] (II) No input driver specified, ignoring this device.
[  7821.230] (II) This device may have been added with another device file.
[  7821.231] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[  7821.231] (II) No input driver specified, ignoring this device.
[  7821.231] (II) This device may have been added with another device file.
[  7821.231] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[  7821.231] (II) No input driver specified, ignoring this device.
[  7821.231] (II) This device may have been added with another device file.
[  7821.231] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[  7821.231] (II) No input driver specified, ignoring this device.
[  7821.231] (II) This device may have been added with another device file.
[  7821.232] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[  7821.232] (II) No input driver specified, ignoring this device.
[  7821.232] (II) This device may have been added with another device file.
[  7821.232] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[  7821.232] (II) No input driver specified, ignoring this device.
[  7821.232] (II) This device may have been added with another device file.
[  7821.232] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[  7821.232] (II) No input driver specified, ignoring this device.
[  7821.232] (II) This device may have been added with another device file.
[  7821.233] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[  7821.233] (II) No input driver specified, ignoring this device.
[  7821.233] (II) This device may have been added with another device file.
[  7821.233] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[  7821.233] (II) No input driver specified, ignoring this device.
[  7821.233] (II) This device may have been added with another device file.
[  7821.234] (II) config/udev: Adding input device 3Dconnexion SpaceNavigator (/dev/input/event2)
[  7821.234] (II) No input driver specified, ignoring this device.
[  7821.234] (II) This device may have been added with another device file.
[  7821.234] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event3)
[  7821.234] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[  7821.234] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[  7821.234] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[  7821.235] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 49 paused 0
[  7821.235] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[  7821.235] (**) Option "Device" "/dev/input/event3"
[  7821.235] (**) Option "_source" "server/udev"
[  7821.236] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[  7821.236] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[  7821.236] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[  7821.236] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/0003:04B4:0101.0004/input/input3/event3"
[  7821.236] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 11)
[  7821.236] (**) Option "xkb_layout" "se"
[  7821.236] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[  7821.236] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[  7821.237] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event4)
[  7821.237] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[  7821.237] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[  7821.237] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[  7821.237] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[  7821.238] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 50 paused 0
[  7821.238] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[  7821.238] (**) Option "Device" "/dev/input/event4"
[  7821.238] (**) Option "_source" "server/udev"
[  7821.238] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[  7821.238] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[  7821.238] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[  7821.238] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[  7821.239] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: needs a virtual subdevice
[  7821.239] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[  7821.239] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: MOUSE, id 12)
[  7821.239] (**) Option "AccelerationScheme" "none"
[  7821.239] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) selected scheme none/0
[  7821.239] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration factor: 2.000
[  7821.239] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration threshold: 4
[  7821.239] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[  7821.239] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[  7821.239] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[  7821.240] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/mouse1)
[  7821.240] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[  7821.240] (II) No input driver specified, ignoring this device.
[  7821.240] (II) This device may have been added with another device file.
[  7821.240] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  7821.240] (II) No input driver specified, ignoring this device.
[  7821.240] (II) This device may have been added with another device file.
[  7821.243] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[  7821.243] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[  7821.243] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[  7821.243] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[  7821.243] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[  7821.243] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[  7821.243] (**) Option "Device" "/dev/input/event4"
[  7821.243] (**) Option "_source" "_driver/libinput"
[  7821.243] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: is a virtual subdevice
[  7821.244] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[  7821.244] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 13)
[  7821.244] (**) Option "xkb_layout" "se"
[  7821.402] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): connected
[  7821.402] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): Internal TMDS
[  7821.402] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): 330.0 MHz maximum pixel clock
[  7821.402] (--) NVIDIA(GPU-0): 
[  7821.402] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  7821.402] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  7821.402] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  7821.402] (--) NVIDIA(GPU-0): 
[  7821.402] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7821.402] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  7821.402] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  7821.402] (--) NVIDIA(GPU-0): 
[  7821.402] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  7821.402] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  7821.402] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[  7821.402] (--) NVIDIA(GPU-0): 
[  7821.402] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  7821.402] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  7821.402] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  7821.402] (--) NVIDIA(GPU-0): 
[  7821.402] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  7821.402] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  7821.402] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[  7821.402] (--) NVIDIA(GPU-0): 
[  7821.402] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  7821.402] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  7821.402] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  7821.402] (--) NVIDIA(GPU-0): 
[  7821.496] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): connected
[  7821.496] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): Internal TMDS
[  7821.496] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): 330.0 MHz maximum pixel clock
[  7821.496] (--) NVIDIA(GPU-0): 
[  7821.496] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  7821.496] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  7821.496] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  7821.496] (--) NVIDIA(GPU-0): 
[  7821.496] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7821.496] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  7821.496] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  7821.496] (--) NVIDIA(GPU-0): 
[  7821.496] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  7821.496] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  7821.496] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[  7821.496] (--) NVIDIA(GPU-0): 
[  7821.496] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  7821.496] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  7821.496] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  7821.496] (--) NVIDIA(GPU-0): 
[  7821.496] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  7821.496] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  7821.496] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[  7821.496] (--) NVIDIA(GPU-0): 
[  7821.496] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  7821.496] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  7821.496] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  7821.496] (--) NVIDIA(GPU-0): 
[  7821.584] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): connected
[  7821.584] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): Internal TMDS
[  7821.584] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): 330.0 MHz maximum pixel clock
[  7821.584] (--) NVIDIA(GPU-0): 
[  7821.584] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  7821.584] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  7821.584] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  7821.584] (--) NVIDIA(GPU-0): 
[  7821.584] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7821.584] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  7821.584] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  7821.584] (--) NVIDIA(GPU-0): 
[  7821.584] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  7821.584] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  7821.584] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[  7821.584] (--) NVIDIA(GPU-0): 
[  7821.584] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  7821.584] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  7821.584] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  7821.584] (--) NVIDIA(GPU-0): 
[  7821.584] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  7821.584] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  7821.584] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[  7821.584] (--) NVIDIA(GPU-0): 
[  7821.584] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  7821.584] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  7821.584] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  7821.584] (--) NVIDIA(GPU-0): 
[  7821.640] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): connected
[  7821.640] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): Internal TMDS
[  7821.640] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): 330.0 MHz maximum pixel clock
[  7821.640] (--) NVIDIA(GPU-0): 
[  7821.640] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  7821.640] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  7821.640] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  7821.640] (--) NVIDIA(GPU-0): 
[  7821.640] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7821.640] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  7821.640] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  7821.640] (--) NVIDIA(GPU-0): 
[  7821.640] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  7821.640] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  7821.640] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[  7821.640] (--) NVIDIA(GPU-0): 
[  7821.640] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  7821.640] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  7821.640] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  7821.640] (--) NVIDIA(GPU-0): 
[  7821.641] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  7821.641] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  7821.641] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[  7821.641] (--) NVIDIA(GPU-0): 
[  7821.641] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  7821.641] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  7821.641] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  7821.641] (--) NVIDIA(GPU-0): 

Offline

#6 2017-05-08 20:00:05

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: Nvidia + Xorg with two GPUs

The server terminates regularily for the xinerama config - so my bet is on "xfce doesn't work w/o xrandr" - try a basic startx.

Offline

#7 2017-05-08 20:33:10

7thSon
Member
Registered: 2017-05-07
Posts: 186

Re: Nvidia + Xorg with two GPUs

When I run startx I cant get to a desktop with XFCE, I added "exec startxfce4" to the end of ~/.xinitrc but that doesnt launch XFCE4 either.
The two logs;

No-XFCE4 xinitrc:

[ 10044.903] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[ 10044.903] X Protocol Version 11, Revision 0
[ 10044.903] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[ 10044.903] Current Operating System: Linux arch 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64
[ 10044.903] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=997c979c-5079-43df-9722-192c30f35b78 rw
[ 10044.903] Build Date: 07 April 2017  05:42:48PM
[ 10044.903]  
[ 10044.903] Current version of pixman: 0.34.0
[ 10044.903] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 10044.903] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10044.904] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May  9 00:27:16 2017
[ 10044.904] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 10044.904] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10044.904] (==) ServerLayout "Layout0"
[ 10044.904] (**) |-->Screen "Screen0" (0)
[ 10044.904] (**) |   |-->Monitor "Monitor0"
[ 10044.904] (**) |   |-->Device "GTX1070"
[ 10044.904] (**) |-->Screen "Screen1" (1)
[ 10044.904] (**) |   |-->Monitor "Monitor1"
[ 10044.905] (**) |   |-->Device "GTX670"
[ 10044.905] (**) |-->Input Device "Keyboard0"
[ 10044.905] (**) |-->Input Device "Mouse0"
[ 10044.905] (**) Option "Xinerama" "0"
[ 10044.905] (==) Automatically adding devices
[ 10044.905] (==) Automatically enabling devices
[ 10044.905] (==) Automatically adding GPU devices
[ 10044.905] (==) Automatically binding GPU devices
[ 10044.905] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 10044.905] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 10044.905] 	Entry deleted from font path.
[ 10044.905] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 10044.905] 	Entry deleted from font path.
[ 10044.905] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 10044.905] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 10044.905] 	Entry deleted from font path.
[ 10044.905] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 10044.905] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[ 10044.905] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 10044.905] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 10044.905] (WW) Disabling Keyboard0
[ 10044.905] (WW) Disabling Mouse0
[ 10044.905] (II) Loader magic: 0x822d60
[ 10044.905] (II) Module ABI versions:
[ 10044.905] 	X.Org ANSI C Emulation: 0.4
[ 10044.905] 	X.Org Video Driver: 23.0
[ 10044.905] 	X.Org XInput driver : 24.1
[ 10044.905] 	X.Org Server Extension : 10.0
[ 10044.906] (++) using VT number 1

[ 10044.906] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 10044.908] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c22
[ 10044.908] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 10044.909] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 10044.909] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 10044.910] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[ 10044.911] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[ 10044.911] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[ 10044.911] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[ 10044.912] (--) PCI: (0:0:2:0) 8086:0162:1849:0162 rev 9, Mem @ 0xf7400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
[ 10044.912] (--) PCI:*(0:1:0:0) 10de:1b81:1043:859f rev 161, Mem @ 0xf6000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 10044.913] (--) PCI: (0:2:0:0) 10de:1189:1043:83f8 rev 161, Mem @ 0xf4000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[ 10044.913] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 10044.913] (II) LoadModule: "glx"
[ 10044.913] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[ 10044.917] (II) Module glx: vendor="NVIDIA Corporation"
[ 10044.917] 	compiled for 4.0.2, module version = 1.0.0
[ 10044.917] 	Module class: X.Org Server Extension
[ 10044.917] (II) NVIDIA GLX Module  378.13  Tue Feb  7 18:25:34 PST 2017
[ 10044.917] (II) LoadModule: "nvidia"
[ 10044.917] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 10044.917] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 10044.917] 	compiled for 4.0.2, module version = 1.0.0
[ 10044.917] 	Module class: X.Org Video Driver
[ 10044.917] (II) NVIDIA dlloader X Driver  378.13  Tue Feb  7 18:01:51 PST 2017
[ 10044.917] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 10044.917] (II) systemd-logind: releasing fd for 226:0
[ 10044.918] (II) systemd-logind: releasing fd for 226:1
[ 10044.918] (II) Loading sub module "fb"
[ 10044.918] (II) LoadModule: "fb"
[ 10044.919] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 10044.919] (II) Module fb: vendor="X.Org Foundation"
[ 10044.919] 	compiled for 1.19.3, module version = 1.0.0
[ 10044.919] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10044.919] (II) Loading sub module "wfb"
[ 10044.919] (II) LoadModule: "wfb"
[ 10044.919] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 10044.919] (II) Module wfb: vendor="X.Org Foundation"
[ 10044.919] 	compiled for 1.19.3, module version = 1.0.0
[ 10044.919] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10044.919] (II) Loading sub module "ramdac"
[ 10044.919] (II) LoadModule: "ramdac"
[ 10044.919] (II) Module "ramdac" already built-in
[ 10044.920] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 10044.920] (==) NVIDIA(0): RGB weight 888
[ 10044.920] (==) NVIDIA(0): Default visual is TrueColor
[ 10044.920] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 10044.920] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 10044.920] (**) NVIDIA(0): Option "UseEdidFreqs" "False"
[ 10044.920] (**) NVIDIA(0): Option "ExactModeTimingsDVI" "True"
[ 10044.920] (**) NVIDIA(0): Option "UseEdidDpi" "False"
[ 10044.920] (**) NVIDIA(0): Option "ModeValidation" "AllowNonEdidModes, AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck, NoEDIDModes"
[ 10044.920] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 10044.920] (**) NVIDIA(0): Option "UseEDID" "False"
[ 10044.920] (**) NVIDIA(0): Enabling 2D acceleration
[ 10044.920] (**) NVIDIA(0): Ignoring EDIDs
[ 10045.575] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 10045.575] (--) NVIDIA(0):     DFP-0 (boot)
[ 10045.575] (--) NVIDIA(0):     DFP-1
[ 10045.575] (--) NVIDIA(0):     DFP-2
[ 10045.575] (--) NVIDIA(0):     DFP-3
[ 10045.575] (--) NVIDIA(0):     DFP-4
[ 10045.575] (--) NVIDIA(0):     DFP-5
[ 10045.575] (--) NVIDIA(0):     DFP-6
[ 10045.576] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[ 10045.576] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 10045.576] (--) NVIDIA(0): VideoBIOS: 86.04.50.00.47
[ 10045.576] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 10045.577] (--) NVIDIA(GPU-0): DFP-0: connected
[ 10045.577] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 10045.577] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 10045.577] (--) NVIDIA(GPU-0): 
[ 10045.577] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 10045.577] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 10045.577] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 10045.577] (--) NVIDIA(GPU-0): 
[ 10045.577] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 10045.577] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 10045.577] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 10045.577] (--) NVIDIA(GPU-0): 
[ 10045.577] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 10045.577] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 10045.577] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 10045.577] (--) NVIDIA(GPU-0): 
[ 10045.577] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 10045.577] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 10045.577] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 10045.577] (--) NVIDIA(GPU-0): 
[ 10045.577] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 10045.577] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 10045.577] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[ 10045.577] (--) NVIDIA(GPU-0): 
[ 10045.577] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 10045.577] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 10045.577] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 10045.577] (--) NVIDIA(GPU-0): 
[ 10045.577] (WW) NVIDIA(GPU-0): Unrecognized ModeValidation token "AllowNon60hzmodesDFPModes";
[ 10045.577] (WW) NVIDIA(GPU-0):     ignoring.
[ 10045.577] (WW) NVIDIA(GPU-0): Unrecognized ModeValidation token "NoEDIDDFPMaxSizeCheck";
[ 10045.577] (WW) NVIDIA(GPU-0):     ignoring.
[ 10045.577] (WW) NVIDIA(GPU-0): Unrecognized ModeValidation token
[ 10045.577] (WW) NVIDIA(GPU-0):     "NoDFPNativeResolutionCheck"; ignoring.
[ 10045.577] (**) NVIDIA(GPU-0): Mode Validation Overrides for DFP-0:
[ 10045.577] (**) NVIDIA(GPU-0):     NoMaxSizeCheck
[ 10045.577] (**) NVIDIA(GPU-0):     NoMaxPClkCheck
[ 10045.577] (**) NVIDIA(GPU-0):     NoHorizSyncCheck
[ 10045.577] (**) NVIDIA(GPU-0):     NoVertRefreshCheck
[ 10045.577] (**) NVIDIA(GPU-0):     NoEdidModes
[ 10045.577] (**) NVIDIA(GPU-0):     AllowNonEdidModes
[ 10045.589] (II) NVIDIA(0): Validated MetaModes:
[ 10045.589] (II) NVIDIA(0):     "DFP-0:2560x1440_96"
[ 10045.589] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[ 10045.607] (**) NVIDIA(0): DPI set to (108, 108); computed from "DisplaySize" Monitor
[ 10045.607] (**) NVIDIA(0):     section option
[ 10045.607] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[ 10045.607] (==) NVIDIA(1): RGB weight 888
[ 10045.607] (==) NVIDIA(1): Default visual is TrueColor
[ 10045.607] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[ 10045.607] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 10045.607] (**) NVIDIA(1): Option "UseEdidFreqs" "False"
[ 10045.607] (**) NVIDIA(1): Option "ExactModeTimingsDVI" "True"
[ 10045.607] (**) NVIDIA(1): Option "UseEdidDpi" "False"
[ 10045.607] (**) NVIDIA(1): Option "ModeValidation" "AllowNonEdidModes, AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck, NoEDIDModes"
[ 10045.607] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[ 10045.607] (**) NVIDIA(1): Option "UseEDID" "False"
[ 10045.607] (**) NVIDIA(1): Enabling 2D acceleration
[ 10045.607] (**) NVIDIA(1): Ignoring EDIDs
[ 10046.127] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:2:0:0
[ 10046.127] (--) NVIDIA(0):     CRT-0
[ 10046.127] (--) NVIDIA(0):     DFP-0 (boot)
[ 10046.127] (--) NVIDIA(0):     DFP-1
[ 10046.127] (--) NVIDIA(0):     DFP-2
[ 10046.127] (--) NVIDIA(0):     DFP-3
[ 10046.127] (--) NVIDIA(0):     DFP-4
[ 10046.128] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 670 (GK104) at PCI:2:0:0 (GPU-1)
[ 10046.128] (--) NVIDIA(1): Memory: 2097152 kBytes
[ 10046.128] (--) NVIDIA(1): VideoBIOS: 80.04.19.00.17
[ 10046.128] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[ 10046.154] (--) NVIDIA(GPU-1): CRT-0: disconnected
[ 10046.154] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
[ 10046.154] (--) NVIDIA(GPU-1): 
[ 10046.184] (--) NVIDIA(GPU-1): DFP-0: connected
[ 10046.184] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[ 10046.184] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[ 10046.184] (--) NVIDIA(GPU-1): 
[ 10046.184] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 10046.184] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[ 10046.184] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[ 10046.184] (--) NVIDIA(GPU-1): 
[ 10046.184] (--) NVIDIA(GPU-1): DFP-2: disconnected
[ 10046.184] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[ 10046.184] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[ 10046.184] (--) NVIDIA(GPU-1): 
[ 10046.184] (--) NVIDIA(GPU-1): DFP-3: disconnected
[ 10046.184] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[ 10046.184] (--) NVIDIA(GPU-1): DFP-3: 330.0 MHz maximum pixel clock
[ 10046.184] (--) NVIDIA(GPU-1): 
[ 10046.184] (--) NVIDIA(GPU-1): DFP-4: disconnected
[ 10046.184] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[ 10046.184] (--) NVIDIA(GPU-1): DFP-4: 960.0 MHz maximum pixel clock
[ 10046.184] (--) NVIDIA(GPU-1): 
[ 10046.184] (WW) NVIDIA(GPU-1): Unrecognized ModeValidation token "AllowNon60hzmodesDFPModes";
[ 10046.184] (WW) NVIDIA(GPU-1):     ignoring.
[ 10046.184] (WW) NVIDIA(GPU-1): Unrecognized ModeValidation token "NoEDIDDFPMaxSizeCheck";
[ 10046.184] (WW) NVIDIA(GPU-1):     ignoring.
[ 10046.184] (WW) NVIDIA(GPU-1): Unrecognized ModeValidation token
[ 10046.184] (WW) NVIDIA(GPU-1):     "NoDFPNativeResolutionCheck"; ignoring.
[ 10046.184] (**) NVIDIA(GPU-1): Mode Validation Overrides for DFP-0:
[ 10046.184] (**) NVIDIA(GPU-1):     NoMaxSizeCheck
[ 10046.184] (**) NVIDIA(GPU-1):     NoMaxPClkCheck
[ 10046.184] (**) NVIDIA(GPU-1):     NoHorizSyncCheck
[ 10046.185] (**) NVIDIA(GPU-1):     NoVertRefreshCheck
[ 10046.185] (**) NVIDIA(GPU-1):     NoEdidModes
[ 10046.185] (**) NVIDIA(GPU-1):     AllowNonEdidModes
[ 10046.191] (II) NVIDIA(1): Validated MetaModes:
[ 10046.191] (II) NVIDIA(1):     "DFP-0:2560x1440_96"
[ 10046.191] (II) NVIDIA(1): Virtual screen size determined to be 2560 x 1440
[ 10046.201] (**) NVIDIA(1): DPI set to (108, 108); computed from "DisplaySize" Monitor
[ 10046.201] (**) NVIDIA(1):     section option
[ 10046.201] (--) Depth 24 pixmap format is 32 bpp
[ 10046.202] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[ 10046.202] (II) NVIDIA:     access.
[ 10046.204] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 10046.204] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 10046.204] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 10046.204] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 10046.204] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 10046.204] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 10046.204] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 10046.204] (II) NVIDIA(0):     Config Options in the README.
[ 10046.231] (II) NVIDIA(0): Setting mode "DFP-0:2560x1440_96"
[ 10046.273] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 10046.274] (==) NVIDIA(0): Backing store enabled
[ 10046.274] (==) NVIDIA(0): Silken mouse enabled
[ 10046.274] (**) NVIDIA(0): DPMS enabled
[ 10046.274] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[ 10046.274] (WW) NVIDIA(0): Option "NoBandWidthTest" is not used
[ 10046.274] (II) Loading sub module "dri2"
[ 10046.274] (II) LoadModule: "dri2"
[ 10046.274] (II) Module "dri2" already built-in
[ 10046.274] (II) NVIDIA(0): [DRI2] Setup complete
[ 10046.274] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 10046.274] (--) RandR disabled
[ 10046.277] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 10046.277] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[ 10046.277] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[ 10046.277] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[ 10046.277] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[ 10046.277] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[ 10046.277] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 10046.277] (II) NVIDIA(1):     Config Options in the README.
[ 10046.301] (II) NVIDIA(1): Setting mode "DFP-0:2560x1440_96"
[ 10046.317] (==) NVIDIA(1): Disabling shared memory pixmaps
[ 10046.317] (==) NVIDIA(1): Backing store enabled
[ 10046.317] (==) NVIDIA(1): Silken mouse enabled
[ 10046.317] (**) NVIDIA(1): DPMS enabled
[ 10046.317] (WW) NVIDIA(1): Option "PrimaryGPU" is not used
[ 10046.317] (WW) NVIDIA(1): Option "NoBandWidthTest" is not used
[ 10046.317] (II) Loading sub module "dri2"
[ 10046.317] (II) LoadModule: "dri2"
[ 10046.317] (II) Module "dri2" already built-in
[ 10046.317] (II) NVIDIA(1): [DRI2] Setup complete
[ 10046.317] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[ 10046.317] (--) RandR disabled
[ 10046.319] (II) Initializing extension GLX
[ 10046.319] (II) Indirect GLX disabled.
[ 10046.361] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[ 10046.361] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10046.361] (**) Power Button: Applying InputClass "system-keyboard"
[ 10046.361] (II) LoadModule: "libinput"
[ 10046.361] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 10046.362] (II) Module libinput: vendor="X.Org Foundation"
[ 10046.362] 	compiled for 1.19.3, module version = 0.25.1
[ 10046.362] 	Module class: X.Org XInput Driver
[ 10046.362] 	ABI class: X.Org XInput driver, version 24.1
[ 10046.362] (II) Using input driver 'libinput' for 'Power Button'
[ 10046.362] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 47 paused 0
[ 10046.362] (**) Power Button: always reports core events
[ 10046.362] (**) Option "Device" "/dev/input/event6"
[ 10046.362] (**) Option "_source" "server/udev"
[ 10046.363] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 10046.363] (II) event6  - (II) Power Button: (II) device is a keyboard
[ 10046.363] (II) event6  - (II) Power Button: (II) device removed
[ 10046.363] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[ 10046.363] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 10046.363] (**) Option "xkb_layout" "se"
[ 10046.383] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 10046.383] (II) event6  - (II) Power Button: (II) device is a keyboard
[ 10046.384] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 10046.384] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 10046.384] (**) Video Bus: Applying InputClass "system-keyboard"
[ 10046.384] (II) Using input driver 'libinput' for 'Video Bus'
[ 10046.385] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 50 paused 0
[ 10046.385] (**) Video Bus: always reports core events
[ 10046.385] (**) Option "Device" "/dev/input/event7"
[ 10046.385] (**) Option "_source" "server/udev"
[ 10046.385] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[ 10046.385] (II) event7  - (II) Video Bus: (II) device is a keyboard
[ 10046.385] (II) event7  - (II) Video Bus: (II) device removed
[ 10046.385] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[ 10046.385] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 10046.385] (**) Option "xkb_layout" "se"
[ 10046.386] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[ 10046.386] (II) event7  - (II) Video Bus: (II) device is a keyboard
[ 10046.386] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 10046.386] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10046.386] (**) Power Button: Applying InputClass "system-keyboard"
[ 10046.386] (II) Using input driver 'libinput' for 'Power Button'
[ 10046.387] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 51 paused 0
[ 10046.387] (**) Power Button: always reports core events
[ 10046.387] (**) Option "Device" "/dev/input/event5"
[ 10046.387] (**) Option "_source" "server/udev"
[ 10046.387] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 10046.387] (II) event5  - (II) Power Button: (II) device is a keyboard
[ 10046.387] (II) event5  - (II) Power Button: (II) device removed
[ 10046.387] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5"
[ 10046.387] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 10046.387] (**) Option "xkb_layout" "se"
[ 10046.388] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 10046.388] (II) event5  - (II) Power Button: (II) device is a keyboard
[ 10046.389] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event23)
[ 10046.389] (II) No input driver specified, ignoring this device.
[ 10046.389] (II) This device may have been added with another device file.
[ 10046.389] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event24)
[ 10046.389] (II) No input driver specified, ignoring this device.
[ 10046.389] (II) This device may have been added with another device file.
[ 10046.389] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event25)
[ 10046.389] (II) No input driver specified, ignoring this device.
[ 10046.389] (II) This device may have been added with another device file.
[ 10046.390] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event26)
[ 10046.390] (II) No input driver specified, ignoring this device.
[ 10046.390] (II) This device may have been added with another device file.
[ 10046.390] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[ 10046.390] (II) No input driver specified, ignoring this device.
[ 10046.390] (II) This device may have been added with another device file.
[ 10046.390] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[ 10046.390] (II) No input driver specified, ignoring this device.
[ 10046.390] (II) This device may have been added with another device file.
[ 10046.391] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[ 10046.391] (II) No input driver specified, ignoring this device.
[ 10046.391] (II) This device may have been added with another device file.
[ 10046.391] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event22)
[ 10046.391] (II) No input driver specified, ignoring this device.
[ 10046.391] (II) This device may have been added with another device file.
[ 10046.392] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event0)
[ 10046.392] (**) Laview Technology Mionix Castor: Applying InputClass "libinput pointer catchall"
[ 10046.392] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[ 10046.449] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 52 paused 0
[ 10046.449] (**) Laview Technology Mionix Castor: always reports core events
[ 10046.449] (**) Option "Device" "/dev/input/event0"
[ 10046.449] (**) Option "_source" "server/udev"
[ 10046.449] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[ 10046.449] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[ 10046.449] (II) event0  - (II) Laview Technology Mionix Castor: (II) device removed
[ 10046.449] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:22D4:1316.0001/input/input0/event0"
[ 10046.449] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: MOUSE, id 9)
[ 10046.450] (**) Option "AccelerationScheme" "none"
[ 10046.450] (**) Laview Technology Mionix Castor: (accel) selected scheme none/0
[ 10046.450] (**) Laview Technology Mionix Castor: (accel) acceleration factor: 2.000
[ 10046.450] (**) Laview Technology Mionix Castor: (accel) acceleration threshold: 4
[ 10046.450] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[ 10046.450] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[ 10046.451] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/mouse0)
[ 10046.451] (II) No input driver specified, ignoring this device.
[ 10046.451] (II) This device may have been added with another device file.
[ 10046.451] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event1)
[ 10046.451] (**) Laview Technology Mionix Castor: Applying InputClass "libinput keyboard catchall"
[ 10046.451] (**) Laview Technology Mionix Castor: Applying InputClass "system-keyboard"
[ 10046.451] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[ 10046.452] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 53 paused 0
[ 10046.452] (**) Laview Technology Mionix Castor: always reports core events
[ 10046.452] (**) Option "Device" "/dev/input/event1"
[ 10046.452] (**) Option "_source" "server/udev"
[ 10046.452] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[ 10046.452] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[ 10046.453] (II) event1  - (II) Laview Technology Mionix Castor: (II) device removed
[ 10046.453] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:22D4:1316.0002/input/input1/event1"
[ 10046.453] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: KEYBOARD, id 10)
[ 10046.453] (**) Option "xkb_layout" "se"
[ 10046.453] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[ 10046.453] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[ 10046.454] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[ 10046.454] (II) No input driver specified, ignoring this device.
[ 10046.454] (II) This device may have been added with another device file.
[ 10046.454] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[ 10046.454] (II) No input driver specified, ignoring this device.
[ 10046.454] (II) This device may have been added with another device file.
[ 10046.454] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[ 10046.454] (II) No input driver specified, ignoring this device.
[ 10046.454] (II) This device may have been added with another device file.
[ 10046.455] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[ 10046.455] (II) No input driver specified, ignoring this device.
[ 10046.455] (II) This device may have been added with another device file.
[ 10046.455] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[ 10046.455] (II) No input driver specified, ignoring this device.
[ 10046.455] (II) This device may have been added with another device file.
[ 10046.455] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[ 10046.455] (II) No input driver specified, ignoring this device.
[ 10046.455] (II) This device may have been added with another device file.
[ 10046.456] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[ 10046.456] (II) No input driver specified, ignoring this device.
[ 10046.456] (II) This device may have been added with another device file.
[ 10046.456] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[ 10046.456] (II) No input driver specified, ignoring this device.
[ 10046.456] (II) This device may have been added with another device file.
[ 10046.456] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[ 10046.456] (II) No input driver specified, ignoring this device.
[ 10046.456] (II) This device may have been added with another device file.
[ 10046.456] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[ 10046.456] (II) No input driver specified, ignoring this device.
[ 10046.456] (II) This device may have been added with another device file.
[ 10046.457] (II) config/udev: Adding input device 3Dconnexion SpaceNavigator (/dev/input/event2)
[ 10046.457] (II) No input driver specified, ignoring this device.
[ 10046.457] (II) This device may have been added with another device file.
[ 10046.458] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event3)
[ 10046.458] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[ 10046.458] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[ 10046.458] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[ 10046.458] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 54 paused 0
[ 10046.458] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[ 10046.458] (**) Option "Device" "/dev/input/event3"
[ 10046.458] (**) Option "_source" "server/udev"
[ 10046.459] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[ 10046.459] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[ 10046.459] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[ 10046.459] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/0003:04B4:0101.0004/input/input3/event3"
[ 10046.459] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 11)
[ 10046.459] (**) Option "xkb_layout" "se"
[ 10046.460] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[ 10046.460] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[ 10046.460] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event4)
[ 10046.460] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[ 10046.460] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[ 10046.461] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[ 10046.461] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[ 10046.461] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 55 paused 0
[ 10046.461] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[ 10046.461] (**) Option "Device" "/dev/input/event4"
[ 10046.461] (**) Option "_source" "server/udev"
[ 10046.462] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[ 10046.462] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[ 10046.462] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[ 10046.462] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[ 10046.462] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: needs a virtual subdevice
[ 10046.462] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[ 10046.462] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: MOUSE, id 12)
[ 10046.462] (**) Option "AccelerationScheme" "none"
[ 10046.462] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) selected scheme none/0
[ 10046.462] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration factor: 2.000
[ 10046.462] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration threshold: 4
[ 10046.463] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[ 10046.463] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[ 10046.463] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[ 10046.463] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/mouse1)
[ 10046.463] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[ 10046.463] (II) No input driver specified, ignoring this device.
[ 10046.463] (II) This device may have been added with another device file.
[ 10046.464] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 10046.464] (II) No input driver specified, ignoring this device.
[ 10046.464] (II) This device may have been added with another device file.
[ 10046.467] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[ 10046.467] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[ 10046.467] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[ 10046.467] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[ 10046.467] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[ 10046.467] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[ 10046.467] (**) Option "Device" "/dev/input/event4"
[ 10046.467] (**) Option "_source" "_driver/libinput"
[ 10046.467] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: is a virtual subdevice
[ 10046.467] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[ 10046.467] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 13)
[ 10046.467] (**) Option "xkb_layout" "se"
[ 10046.480] (**) Option "fd" "47"
[ 10046.480] (II) event6  - (II) Power Button: (II) device removed
[ 10046.480] (**) Option "fd" "50"
[ 10046.480] (II) event7  - (II) Video Bus: (II) device removed
[ 10046.480] (**) Option "fd" "51"
[ 10046.480] (II) event5  - (II) Power Button: (II) device removed
[ 10046.480] (**) Option "fd" "52"
[ 10046.480] (II) event0  - (II) Laview Technology Mionix Castor: (II) device removed
[ 10046.480] (**) Option "fd" "53"
[ 10046.480] (II) event1  - (II) Laview Technology Mionix Castor: (II) device removed
[ 10046.480] (**) Option "fd" "54"
[ 10046.480] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[ 10046.480] (**) Option "fd" "55"
[ 10046.480] (**) Option "fd" "55"
[ 10046.480] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[ 10046.483] (II) UnloadModule: "libinput"
[ 10046.483] (II) systemd-logind: not releasing fd for 13:68, still in use
[ 10046.483] (II) UnloadModule: "libinput"
[ 10046.483] (II) systemd-logind: releasing fd for 13:68
[ 10046.529] (II) UnloadModule: "libinput"
[ 10046.529] (II) systemd-logind: releasing fd for 13:67
[ 10046.572] (II) UnloadModule: "libinput"
[ 10046.572] (II) systemd-logind: releasing fd for 13:65
[ 10046.612] (II) UnloadModule: "libinput"
[ 10046.612] (II) systemd-logind: releasing fd for 13:64
[ 10046.652] (II) UnloadModule: "libinput"
[ 10046.652] (II) systemd-logind: releasing fd for 13:69
[ 10046.672] (II) UnloadModule: "libinput"
[ 10046.672] (II) systemd-logind: releasing fd for 13:71
[ 10046.692] (II) UnloadModule: "libinput"
[ 10046.692] (II) systemd-logind: releasing fd for 13:70
[ 10047.008] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 10047.008] (II) NVIDIA(GPU-1): Renaming GPU-1 to GPU-0
[ 10047.008] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 10047.011] (II) Server terminated successfully (0). Closing log file.

"exec startxfce4" in xinitrc:

[ 10123.551] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[ 10123.553] X Protocol Version 11, Revision 0
[ 10123.553] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[ 10123.554] Current Operating System: Linux arch 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64
[ 10123.554] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=997c979c-5079-43df-9722-192c30f35b78 rw
[ 10123.555] Build Date: 07 April 2017  05:42:48PM
[ 10123.556]  
[ 10123.556] Current version of pixman: 0.34.0
[ 10123.558] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 10123.558] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10123.561] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May  9 00:28:34 2017
[ 10123.561] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 10123.562] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10123.562] (==) ServerLayout "Layout0"
[ 10123.563] (**) |-->Screen "Screen0" (0)
[ 10123.563] (**) |   |-->Monitor "Monitor0"
[ 10123.563] (**) |   |-->Device "GTX1070"
[ 10123.563] (**) |-->Screen "Screen1" (1)
[ 10123.563] (**) |   |-->Monitor "Monitor1"
[ 10123.563] (**) |   |-->Device "GTX670"
[ 10123.563] (**) |-->Input Device "Keyboard0"
[ 10123.563] (**) |-->Input Device "Mouse0"
[ 10123.563] (**) Option "Xinerama" "0"
[ 10123.563] (==) Automatically adding devices
[ 10123.563] (==) Automatically enabling devices
[ 10123.563] (==) Automatically adding GPU devices
[ 10123.563] (==) Automatically binding GPU devices
[ 10123.563] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 10123.563] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 10123.563] 	Entry deleted from font path.
[ 10123.563] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 10123.563] 	Entry deleted from font path.
[ 10123.563] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 10123.563] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 10123.563] 	Entry deleted from font path.
[ 10123.563] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 10123.563] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[ 10123.563] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 10123.563] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 10123.563] (WW) Disabling Keyboard0
[ 10123.563] (WW) Disabling Mouse0
[ 10123.563] (II) Loader magic: 0x822d60
[ 10123.563] (II) Module ABI versions:
[ 10123.563] 	X.Org ANSI C Emulation: 0.4
[ 10123.563] 	X.Org Video Driver: 23.0
[ 10123.563] 	X.Org XInput driver : 24.1
[ 10123.563] 	X.Org Server Extension : 10.0
[ 10123.564] (++) using VT number 1

[ 10123.564] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 10123.566] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c22
[ 10123.567] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 10123.567] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 10123.568] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 10123.568] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[ 10123.569] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[ 10123.569] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[ 10123.569] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[ 10123.571] (--) PCI: (0:0:2:0) 8086:0162:1849:0162 rev 9, Mem @ 0xf7400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
[ 10123.571] (--) PCI:*(0:1:0:0) 10de:1b81:1043:859f rev 161, Mem @ 0xf6000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 10123.571] (--) PCI: (0:2:0:0) 10de:1189:1043:83f8 rev 161, Mem @ 0xf4000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[ 10123.571] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 10123.571] (II) LoadModule: "glx"
[ 10123.571] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[ 10123.575] (II) Module glx: vendor="NVIDIA Corporation"
[ 10123.575] 	compiled for 4.0.2, module version = 1.0.0
[ 10123.575] 	Module class: X.Org Server Extension
[ 10123.575] (II) NVIDIA GLX Module  378.13  Tue Feb  7 18:25:34 PST 2017
[ 10123.575] (II) LoadModule: "nvidia"
[ 10123.575] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 10123.575] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 10123.575] 	compiled for 4.0.2, module version = 1.0.0
[ 10123.575] 	Module class: X.Org Video Driver
[ 10123.575] (II) NVIDIA dlloader X Driver  378.13  Tue Feb  7 18:01:51 PST 2017
[ 10123.575] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 10123.575] (II) systemd-logind: releasing fd for 226:0
[ 10123.576] (II) systemd-logind: releasing fd for 226:1
[ 10123.577] (II) Loading sub module "fb"
[ 10123.577] (II) LoadModule: "fb"
[ 10123.577] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 10123.577] (II) Module fb: vendor="X.Org Foundation"
[ 10123.577] 	compiled for 1.19.3, module version = 1.0.0
[ 10123.577] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10123.577] (II) Loading sub module "wfb"
[ 10123.577] (II) LoadModule: "wfb"
[ 10123.577] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 10123.577] (II) Module wfb: vendor="X.Org Foundation"
[ 10123.577] 	compiled for 1.19.3, module version = 1.0.0
[ 10123.577] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10123.577] (II) Loading sub module "ramdac"
[ 10123.577] (II) LoadModule: "ramdac"
[ 10123.577] (II) Module "ramdac" already built-in
[ 10123.578] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 10123.578] (==) NVIDIA(0): RGB weight 888
[ 10123.578] (==) NVIDIA(0): Default visual is TrueColor
[ 10123.578] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 10123.578] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 10123.578] (**) NVIDIA(0): Option "UseEdidFreqs" "False"
[ 10123.578] (**) NVIDIA(0): Option "ExactModeTimingsDVI" "True"
[ 10123.578] (**) NVIDIA(0): Option "UseEdidDpi" "False"
[ 10123.578] (**) NVIDIA(0): Option "ModeValidation" "AllowNonEdidModes, AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck, NoEDIDModes"
[ 10123.578] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 10123.578] (**) NVIDIA(0): Option "UseEDID" "False"
[ 10123.578] (**) NVIDIA(0): Enabling 2D acceleration
[ 10123.578] (**) NVIDIA(0): Ignoring EDIDs
[ 10124.229] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 10124.229] (--) NVIDIA(0):     DFP-0 (boot)
[ 10124.229] (--) NVIDIA(0):     DFP-1
[ 10124.229] (--) NVIDIA(0):     DFP-2
[ 10124.229] (--) NVIDIA(0):     DFP-3
[ 10124.229] (--) NVIDIA(0):     DFP-4
[ 10124.229] (--) NVIDIA(0):     DFP-5
[ 10124.229] (--) NVIDIA(0):     DFP-6
[ 10124.230] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[ 10124.230] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 10124.230] (--) NVIDIA(0): VideoBIOS: 86.04.50.00.47
[ 10124.230] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 10124.231] (--) NVIDIA(GPU-0): DFP-0: connected
[ 10124.231] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 10124.231] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 10124.231] (--) NVIDIA(GPU-0): 
[ 10124.231] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 10124.231] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 10124.231] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 10124.231] (--) NVIDIA(GPU-0): 
[ 10124.231] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 10124.231] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 10124.231] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 10124.231] (--) NVIDIA(GPU-0): 
[ 10124.231] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 10124.231] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 10124.231] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 10124.231] (--) NVIDIA(GPU-0): 
[ 10124.231] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 10124.231] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 10124.231] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 10124.231] (--) NVIDIA(GPU-0): 
[ 10124.231] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 10124.231] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 10124.231] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[ 10124.231] (--) NVIDIA(GPU-0): 
[ 10124.231] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 10124.231] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 10124.231] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 10124.231] (--) NVIDIA(GPU-0): 
[ 10124.231] (WW) NVIDIA(GPU-0): Unrecognized ModeValidation token "AllowNon60hzmodesDFPModes";
[ 10124.231] (WW) NVIDIA(GPU-0):     ignoring.
[ 10124.231] (WW) NVIDIA(GPU-0): Unrecognized ModeValidation token "NoEDIDDFPMaxSizeCheck";
[ 10124.231] (WW) NVIDIA(GPU-0):     ignoring.
[ 10124.231] (WW) NVIDIA(GPU-0): Unrecognized ModeValidation token
[ 10124.231] (WW) NVIDIA(GPU-0):     "NoDFPNativeResolutionCheck"; ignoring.
[ 10124.231] (**) NVIDIA(GPU-0): Mode Validation Overrides for DFP-0:
[ 10124.231] (**) NVIDIA(GPU-0):     NoMaxSizeCheck
[ 10124.231] (**) NVIDIA(GPU-0):     NoMaxPClkCheck
[ 10124.231] (**) NVIDIA(GPU-0):     NoHorizSyncCheck
[ 10124.231] (**) NVIDIA(GPU-0):     NoVertRefreshCheck
[ 10124.231] (**) NVIDIA(GPU-0):     NoEdidModes
[ 10124.231] (**) NVIDIA(GPU-0):     AllowNonEdidModes
[ 10124.243] (II) NVIDIA(0): Validated MetaModes:
[ 10124.243] (II) NVIDIA(0):     "DFP-0:2560x1440_96"
[ 10124.243] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[ 10124.260] (**) NVIDIA(0): DPI set to (108, 108); computed from "DisplaySize" Monitor
[ 10124.260] (**) NVIDIA(0):     section option
[ 10124.260] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[ 10124.260] (==) NVIDIA(1): RGB weight 888
[ 10124.260] (==) NVIDIA(1): Default visual is TrueColor
[ 10124.260] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[ 10124.260] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 10124.260] (**) NVIDIA(1): Option "UseEdidFreqs" "False"
[ 10124.260] (**) NVIDIA(1): Option "ExactModeTimingsDVI" "True"
[ 10124.260] (**) NVIDIA(1): Option "UseEdidDpi" "False"
[ 10124.260] (**) NVIDIA(1): Option "ModeValidation" "AllowNonEdidModes, AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck, NoEDIDModes"
[ 10124.260] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[ 10124.260] (**) NVIDIA(1): Option "UseEDID" "False"
[ 10124.261] (**) NVIDIA(1): Enabling 2D acceleration
[ 10124.261] (**) NVIDIA(1): Ignoring EDIDs
[ 10124.780] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:2:0:0
[ 10124.780] (--) NVIDIA(0):     CRT-0
[ 10124.780] (--) NVIDIA(0):     DFP-0 (boot)
[ 10124.780] (--) NVIDIA(0):     DFP-1
[ 10124.780] (--) NVIDIA(0):     DFP-2
[ 10124.780] (--) NVIDIA(0):     DFP-3
[ 10124.780] (--) NVIDIA(0):     DFP-4
[ 10124.781] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 670 (GK104) at PCI:2:0:0 (GPU-1)
[ 10124.781] (--) NVIDIA(1): Memory: 2097152 kBytes
[ 10124.781] (--) NVIDIA(1): VideoBIOS: 80.04.19.00.17
[ 10124.781] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[ 10124.807] (--) NVIDIA(GPU-1): CRT-0: disconnected
[ 10124.807] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
[ 10124.807] (--) NVIDIA(GPU-1): 
[ 10124.837] (--) NVIDIA(GPU-1): DFP-0: connected
[ 10124.838] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[ 10124.838] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[ 10124.838] (--) NVIDIA(GPU-1): 
[ 10124.838] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 10124.838] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[ 10124.838] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[ 10124.838] (--) NVIDIA(GPU-1): 
[ 10124.838] (--) NVIDIA(GPU-1): DFP-2: disconnected
[ 10124.838] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[ 10124.838] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[ 10124.838] (--) NVIDIA(GPU-1): 
[ 10124.838] (--) NVIDIA(GPU-1): DFP-3: disconnected
[ 10124.838] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[ 10124.838] (--) NVIDIA(GPU-1): DFP-3: 330.0 MHz maximum pixel clock
[ 10124.838] (--) NVIDIA(GPU-1): 
[ 10124.838] (--) NVIDIA(GPU-1): DFP-4: disconnected
[ 10124.838] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[ 10124.838] (--) NVIDIA(GPU-1): DFP-4: 960.0 MHz maximum pixel clock
[ 10124.838] (--) NVIDIA(GPU-1): 
[ 10124.838] (WW) NVIDIA(GPU-1): Unrecognized ModeValidation token "AllowNon60hzmodesDFPModes";
[ 10124.838] (WW) NVIDIA(GPU-1):     ignoring.
[ 10124.838] (WW) NVIDIA(GPU-1): Unrecognized ModeValidation token "NoEDIDDFPMaxSizeCheck";
[ 10124.838] (WW) NVIDIA(GPU-1):     ignoring.
[ 10124.838] (WW) NVIDIA(GPU-1): Unrecognized ModeValidation token
[ 10124.838] (WW) NVIDIA(GPU-1):     "NoDFPNativeResolutionCheck"; ignoring.
[ 10124.838] (**) NVIDIA(GPU-1): Mode Validation Overrides for DFP-0:
[ 10124.838] (**) NVIDIA(GPU-1):     NoMaxSizeCheck
[ 10124.838] (**) NVIDIA(GPU-1):     NoMaxPClkCheck
[ 10124.838] (**) NVIDIA(GPU-1):     NoHorizSyncCheck
[ 10124.838] (**) NVIDIA(GPU-1):     NoVertRefreshCheck
[ 10124.838] (**) NVIDIA(GPU-1):     NoEdidModes
[ 10124.838] (**) NVIDIA(GPU-1):     AllowNonEdidModes
[ 10124.844] (II) NVIDIA(1): Validated MetaModes:
[ 10124.844] (II) NVIDIA(1):     "DFP-0:2560x1440_96"
[ 10124.844] (II) NVIDIA(1): Virtual screen size determined to be 2560 x 1440
[ 10124.854] (**) NVIDIA(1): DPI set to (108, 108); computed from "DisplaySize" Monitor
[ 10124.854] (**) NVIDIA(1):     section option
[ 10124.854] (--) Depth 24 pixmap format is 32 bpp
[ 10124.855] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[ 10124.855] (II) NVIDIA:     access.
[ 10124.857] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 10124.857] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 10124.857] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 10124.857] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 10124.857] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 10124.857] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 10124.857] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 10124.857] (II) NVIDIA(0):     Config Options in the README.
[ 10124.883] (II) NVIDIA(0): Setting mode "DFP-0:2560x1440_96"
[ 10124.928] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 10124.928] (==) NVIDIA(0): Backing store enabled
[ 10124.928] (==) NVIDIA(0): Silken mouse enabled
[ 10124.928] (**) NVIDIA(0): DPMS enabled
[ 10124.928] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[ 10124.928] (WW) NVIDIA(0): Option "NoBandWidthTest" is not used
[ 10124.928] (II) Loading sub module "dri2"
[ 10124.928] (II) LoadModule: "dri2"
[ 10124.928] (II) Module "dri2" already built-in
[ 10124.928] (II) NVIDIA(0): [DRI2] Setup complete
[ 10124.928] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 10124.928] (--) RandR disabled
[ 10124.931] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 10124.931] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[ 10124.931] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[ 10124.931] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[ 10124.931] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[ 10124.931] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[ 10124.931] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 10124.931] (II) NVIDIA(1):     Config Options in the README.
[ 10124.956] (II) NVIDIA(1): Setting mode "DFP-0:2560x1440_96"
[ 10124.972] (==) NVIDIA(1): Disabling shared memory pixmaps
[ 10124.972] (==) NVIDIA(1): Backing store enabled
[ 10124.972] (==) NVIDIA(1): Silken mouse enabled
[ 10124.972] (**) NVIDIA(1): DPMS enabled
[ 10124.972] (WW) NVIDIA(1): Option "PrimaryGPU" is not used
[ 10124.972] (WW) NVIDIA(1): Option "NoBandWidthTest" is not used
[ 10124.972] (II) Loading sub module "dri2"
[ 10124.972] (II) LoadModule: "dri2"
[ 10124.972] (II) Module "dri2" already built-in
[ 10124.972] (II) NVIDIA(1): [DRI2] Setup complete
[ 10124.972] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[ 10124.972] (--) RandR disabled
[ 10124.974] (II) Initializing extension GLX
[ 10124.974] (II) Indirect GLX disabled.
[ 10125.012] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[ 10125.012] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10125.012] (**) Power Button: Applying InputClass "system-keyboard"
[ 10125.012] (II) LoadModule: "libinput"
[ 10125.012] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 10125.013] (II) Module libinput: vendor="X.Org Foundation"
[ 10125.013] 	compiled for 1.19.3, module version = 0.25.1
[ 10125.013] 	Module class: X.Org XInput Driver
[ 10125.013] 	ABI class: X.Org XInput driver, version 24.1
[ 10125.013] (II) Using input driver 'libinput' for 'Power Button'
[ 10125.014] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 47 paused 0
[ 10125.014] (**) Power Button: always reports core events
[ 10125.014] (**) Option "Device" "/dev/input/event6"
[ 10125.014] (**) Option "_source" "server/udev"
[ 10125.014] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 10125.014] (II) event6  - (II) Power Button: (II) device is a keyboard
[ 10125.014] (II) event6  - (II) Power Button: (II) device removed
[ 10125.014] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[ 10125.014] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 10125.014] (**) Option "xkb_layout" "se"
[ 10125.034] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 10125.034] (II) event6  - (II) Power Button: (II) device is a keyboard
[ 10125.034] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 10125.034] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 10125.034] (**) Video Bus: Applying InputClass "system-keyboard"
[ 10125.034] (II) Using input driver 'libinput' for 'Video Bus'
[ 10125.035] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 50 paused 0
[ 10125.035] (**) Video Bus: always reports core events
[ 10125.035] (**) Option "Device" "/dev/input/event7"
[ 10125.035] (**) Option "_source" "server/udev"
[ 10125.035] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[ 10125.035] (II) event7  - (II) Video Bus: (II) device is a keyboard
[ 10125.035] (II) event7  - (II) Video Bus: (II) device removed
[ 10125.035] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[ 10125.035] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 10125.035] (**) Option "xkb_layout" "se"
[ 10125.036] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[ 10125.036] (II) event7  - (II) Video Bus: (II) device is a keyboard
[ 10125.036] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 10125.036] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10125.036] (**) Power Button: Applying InputClass "system-keyboard"
[ 10125.036] (II) Using input driver 'libinput' for 'Power Button'
[ 10125.037] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 51 paused 0
[ 10125.037] (**) Power Button: always reports core events
[ 10125.037] (**) Option "Device" "/dev/input/event5"
[ 10125.037] (**) Option "_source" "server/udev"
[ 10125.037] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 10125.037] (II) event5  - (II) Power Button: (II) device is a keyboard
[ 10125.037] (II) event5  - (II) Power Button: (II) device removed
[ 10125.037] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5"
[ 10125.037] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 10125.037] (**) Option "xkb_layout" "se"
[ 10125.037] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[ 10125.037] (II) event5  - (II) Power Button: (II) device is a keyboard
[ 10125.038] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event23)
[ 10125.038] (II) No input driver specified, ignoring this device.
[ 10125.038] (II) This device may have been added with another device file.
[ 10125.038] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event24)
[ 10125.038] (II) No input driver specified, ignoring this device.
[ 10125.038] (II) This device may have been added with another device file.
[ 10125.038] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event25)
[ 10125.038] (II) No input driver specified, ignoring this device.
[ 10125.038] (II) This device may have been added with another device file.
[ 10125.038] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event26)
[ 10125.038] (II) No input driver specified, ignoring this device.
[ 10125.038] (II) This device may have been added with another device file.
[ 10125.039] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[ 10125.039] (II) No input driver specified, ignoring this device.
[ 10125.039] (II) This device may have been added with another device file.
[ 10125.039] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[ 10125.039] (II) No input driver specified, ignoring this device.
[ 10125.039] (II) This device may have been added with another device file.
[ 10125.039] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[ 10125.039] (II) No input driver specified, ignoring this device.
[ 10125.039] (II) This device may have been added with another device file.
[ 10125.039] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event22)
[ 10125.039] (II) No input driver specified, ignoring this device.
[ 10125.039] (II) This device may have been added with another device file.
[ 10125.040] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event0)
[ 10125.040] (**) Laview Technology Mionix Castor: Applying InputClass "libinput pointer catchall"
[ 10125.040] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[ 10125.095] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 52 paused 0
[ 10125.095] (**) Laview Technology Mionix Castor: always reports core events
[ 10125.095] (**) Option "Device" "/dev/input/event0"
[ 10125.095] (**) Option "_source" "server/udev"
[ 10125.096] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[ 10125.096] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[ 10125.096] (II) event0  - (II) Laview Technology Mionix Castor: (II) device removed
[ 10125.096] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:22D4:1316.0001/input/input0/event0"
[ 10125.096] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: MOUSE, id 9)
[ 10125.096] (**) Option "AccelerationScheme" "none"
[ 10125.096] (**) Laview Technology Mionix Castor: (accel) selected scheme none/0
[ 10125.096] (**) Laview Technology Mionix Castor: (accel) acceleration factor: 2.000
[ 10125.096] (**) Laview Technology Mionix Castor: (accel) acceleration threshold: 4
[ 10125.097] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[ 10125.097] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[ 10125.097] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/mouse0)
[ 10125.097] (II) No input driver specified, ignoring this device.
[ 10125.097] (II) This device may have been added with another device file.
[ 10125.098] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event1)
[ 10125.098] (**) Laview Technology Mionix Castor: Applying InputClass "libinput keyboard catchall"
[ 10125.098] (**) Laview Technology Mionix Castor: Applying InputClass "system-keyboard"
[ 10125.098] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[ 10125.099] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 53 paused 0
[ 10125.099] (**) Laview Technology Mionix Castor: always reports core events
[ 10125.099] (**) Option "Device" "/dev/input/event1"
[ 10125.099] (**) Option "_source" "server/udev"
[ 10125.099] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[ 10125.099] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[ 10125.099] (II) event1  - (II) Laview Technology Mionix Castor: (II) device removed
[ 10125.099] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:22D4:1316.0002/input/input1/event1"
[ 10125.099] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: KEYBOARD, id 10)
[ 10125.099] (**) Option "xkb_layout" "se"
[ 10125.100] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[ 10125.100] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[ 10125.100] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[ 10125.100] (II) No input driver specified, ignoring this device.
[ 10125.100] (II) This device may have been added with another device file.
[ 10125.101] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[ 10125.101] (II) No input driver specified, ignoring this device.
[ 10125.101] (II) This device may have been added with another device file.
[ 10125.101] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[ 10125.101] (II) No input driver specified, ignoring this device.
[ 10125.101] (II) This device may have been added with another device file.
[ 10125.101] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[ 10125.101] (II) No input driver specified, ignoring this device.
[ 10125.101] (II) This device may have been added with another device file.
[ 10125.102] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[ 10125.102] (II) No input driver specified, ignoring this device.
[ 10125.102] (II) This device may have been added with another device file.
[ 10125.102] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[ 10125.102] (II) No input driver specified, ignoring this device.
[ 10125.102] (II) This device may have been added with another device file.
[ 10125.102] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[ 10125.102] (II) No input driver specified, ignoring this device.
[ 10125.102] (II) This device may have been added with another device file.
[ 10125.102] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[ 10125.102] (II) No input driver specified, ignoring this device.
[ 10125.102] (II) This device may have been added with another device file.
[ 10125.103] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[ 10125.103] (II) No input driver specified, ignoring this device.
[ 10125.103] (II) This device may have been added with another device file.
[ 10125.103] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[ 10125.103] (II) No input driver specified, ignoring this device.
[ 10125.103] (II) This device may have been added with another device file.
[ 10125.104] (II) config/udev: Adding input device 3Dconnexion SpaceNavigator (/dev/input/event2)
[ 10125.104] (II) No input driver specified, ignoring this device.
[ 10125.104] (II) This device may have been added with another device file.
[ 10125.104] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event3)
[ 10125.104] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[ 10125.104] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[ 10125.104] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[ 10125.105] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 54 paused 0
[ 10125.105] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[ 10125.105] (**) Option "Device" "/dev/input/event3"
[ 10125.105] (**) Option "_source" "server/udev"
[ 10125.106] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[ 10125.106] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[ 10125.106] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[ 10125.106] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/0003:04B4:0101.0004/input/input3/event3"
[ 10125.106] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 11)
[ 10125.106] (**) Option "xkb_layout" "se"
[ 10125.106] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[ 10125.106] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[ 10125.107] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event4)
[ 10125.107] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[ 10125.107] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[ 10125.107] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[ 10125.107] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[ 10125.108] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 55 paused 0
[ 10125.108] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[ 10125.108] (**) Option "Device" "/dev/input/event4"
[ 10125.108] (**) Option "_source" "server/udev"
[ 10125.108] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[ 10125.108] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[ 10125.108] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[ 10125.108] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[ 10125.108] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: needs a virtual subdevice
[ 10125.108] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[ 10125.108] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: MOUSE, id 12)
[ 10125.109] (**) Option "AccelerationScheme" "none"
[ 10125.109] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) selected scheme none/0
[ 10125.109] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration factor: 2.000
[ 10125.109] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration threshold: 4
[ 10125.109] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[ 10125.109] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[ 10125.109] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[ 10125.110] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/mouse1)
[ 10125.110] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[ 10125.110] (II) No input driver specified, ignoring this device.
[ 10125.110] (II) This device may have been added with another device file.
[ 10125.110] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 10125.110] (II) No input driver specified, ignoring this device.
[ 10125.110] (II) This device may have been added with another device file.
[ 10125.113] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[ 10125.113] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[ 10125.113] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[ 10125.113] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[ 10125.113] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[ 10125.113] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[ 10125.113] (**) Option "Device" "/dev/input/event4"
[ 10125.113] (**) Option "_source" "_driver/libinput"
[ 10125.113] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: is a virtual subdevice
[ 10125.113] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[ 10125.113] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 13)
[ 10125.113] (**) Option "xkb_layout" "se"
[ 10125.125] (**) Option "fd" "47"
[ 10125.125] (II) event6  - (II) Power Button: (II) device removed
[ 10125.125] (**) Option "fd" "50"
[ 10125.125] (II) event7  - (II) Video Bus: (II) device removed
[ 10125.125] (**) Option "fd" "51"
[ 10125.125] (II) event5  - (II) Power Button: (II) device removed
[ 10125.125] (**) Option "fd" "52"
[ 10125.125] (II) event0  - (II) Laview Technology Mionix Castor: (II) device removed
[ 10125.125] (**) Option "fd" "53"
[ 10125.125] (II) event1  - (II) Laview Technology Mionix Castor: (II) device removed
[ 10125.125] (**) Option "fd" "54"
[ 10125.126] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[ 10125.126] (**) Option "fd" "55"
[ 10125.126] (**) Option "fd" "55"
[ 10125.126] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[ 10125.128] (II) UnloadModule: "libinput"
[ 10125.128] (II) systemd-logind: not releasing fd for 13:68, still in use
[ 10125.128] (II) UnloadModule: "libinput"
[ 10125.128] (II) systemd-logind: releasing fd for 13:68
[ 10125.185] (II) UnloadModule: "libinput"
[ 10125.185] (II) systemd-logind: releasing fd for 13:67
[ 10125.225] (II) UnloadModule: "libinput"
[ 10125.225] (II) systemd-logind: releasing fd for 13:65
[ 10125.265] (II) UnloadModule: "libinput"
[ 10125.265] (II) systemd-logind: releasing fd for 13:64
[ 10125.305] (II) UnloadModule: "libinput"
[ 10125.305] (II) systemd-logind: releasing fd for 13:69
[ 10125.325] (II) UnloadModule: "libinput"
[ 10125.325] (II) systemd-logind: releasing fd for 13:71
[ 10125.345] (II) UnloadModule: "libinput"
[ 10125.345] (II) systemd-logind: releasing fd for 13:70
[ 10125.676] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 10125.676] (II) NVIDIA(GPU-1): Renaming GPU-1 to GPU-0
[ 10125.676] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 10125.679] (II) Server terminated successfully (0). Closing log file.

Thanks for helping me figure this out!

Offline

#8 2017-05-08 20:39:38

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: Nvidia + Xorg with two GPUs

When I run startx I cant get to a desktop with XFCE

That's irrelevant. You want to know whether you can get a nice xterm (and maybe twm) with that config.
If so, you then *know* that xfce is crashing - and the reason is very likely that it makes at least one unconditional call into the randr extension.
You can try to "startxfce4" in that xterm (if you get one) but that will likely just segfault.

It'd then be time to inspect the journal for some xfce related coredumps ... and file a bug against xfce (resp. the component that hard-mandates randr, in case)

Offline

#9 2017-05-08 20:47:29

loqs
Member
Registered: 2014-03-06
Posts: 17,374

Re: Nvidia + Xorg with two GPUs

@seth could xrandr not provide a solution in place of xinerama?
Edit:
This quote is why I ask

7thSon wrote:

I can get both monitors to show separate X screens, but I want to be able to move windows between monitors.
This according to the wiki should be handled by Xinerama

Last edited by loqs (2017-05-08 20:56:50)

Offline

#10 2017-05-08 23:03:43

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: Nvidia + Xorg with two GPUs

About not using Xinerama, I ran into a "BaseMosaic" option in the nvidia documentation somewhere in Appendix B:

Option "BaseMosaic" "boolean"

    This option can be used to extend a single X screen transparently across display outputs on each GPU. This is like SLI Mosaic mode except that it does not require a video bridge connected to the graphics cards. Due to this Base Mosaic does not guarantee there will be no tearing between the display boundaries. Base Mosaic is supported on SLI configurations up to three display devices. It is also supported on Quadro FX 380, Quadro FX 580 and all non-mobile NVS cards on all available display devices.

    Use this in conjunction with the MetaModes X configuration option to specify the combination of mode(s) used on each display. nvidia-xconfig can be used to configure Base Mosaic via a command like nvidia-xconfig --base-mosaic --metamodes=METAMODES where the METAMODES string specifies the desired grid configuration. For example, to configure four DFPs in a 2x2 configuration, each running at 1920x1024, with two DFPs connected to two cards, the command would be:

nvidia-xconfig --base-mosaic --metamodes="GPU-0.DFP-0: 1920x1024+0+0, GPU-0.DFP-1: 1920x1024+1920+0, GPU-1.DFP-0: 1920x1024+0+1024, GPU-1.DFP-1: 1920x1024+1920+1024"

I then noticed it's also mentioned in the ArchWiki here:

https://wiki.archlinux.org/index.php/NVIDIA#Base_Mosaic

The ArchWiki article says that this will work with all nvidia cards, not just the Quadro stuff. This BaseMosaic thing sounds much better than Xinerama as OpenGL on your GTX 670 won't be disabled (there's a warning in your logs earlier that says this, and that this can happen with two different models of cards is also mentioned in the Xinerama page in nvidia's documentation).

About those "MetaModes", that's an nvidia thing and is described in Chapter 12 of the documentation. If you don't know this, the documentation is installed locally and you can browse it with this URL:

file:///usr/share/doc/nvidia/html/index.html

I'm not quite sure where you'd put those Option "BaseMosaic" "1" and Option "MetaModes" "..." lines in the X config. I'd try seeing if the nvidia-settings GUI tool can create an example file. Maybe something about Mosaic shows up in its display configuration tab when used with two GPUs?

Offline

#11 2017-05-09 14:07:29

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

Re: Nvidia + Xorg with two GPUs

wiki wrote:

Base Mosaic mode works on any set of Geforce 8000 series or higher GPUs.

The wiki doesn't state it explicitly, but a "set" means : 2 GPUs of the same type, like a SLI setup.
OP has a GTX 760 and a  GTX 1070 so base mosaic won't work.
(check readme file of nvidia driver if you want more details).


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#12 2017-05-09 18:47:57

7thSon
Member
Registered: 2017-05-07
Posts: 186

Re: Nvidia + Xorg with two GPUs

I tried startx without any xfce4 stuff, just running with default .xinitrc in /etc/X11/xinit.
As far as I can tell I don't arrive at xterm, startx just closes?

The log from a default startx like this:

[   139.023] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[   139.026] X Protocol Version 11, Revision 0
[   139.028] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[   139.029] Current Operating System: Linux arch 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64
[   139.029] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=997c979c-5079-43df-9722-192c30f35b78 rw
[   139.031] Build Date: 07 April 2017  05:42:48PM
[   139.033]  
[   139.034] Current version of pixman: 0.34.0
[   139.036] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   139.036] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   139.041] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May  9 22:44:44 2017
[   139.042] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   139.043] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   139.043] (==) ServerLayout "Layout0"
[   139.043] (**) |-->Screen "Screen0" (0)
[   139.043] (**) |   |-->Monitor "Monitor0"
[   139.043] (**) |   |-->Device "GTX1070"
[   139.043] (**) |-->Screen "Screen1" (1)
[   139.043] (**) |   |-->Monitor "Monitor1"
[   139.044] (**) |   |-->Device "GTX670"
[   139.044] (**) |-->Input Device "Keyboard0"
[   139.044] (**) |-->Input Device "Mouse0"
[   139.044] (**) Option "Xinerama" "0"
[   139.044] (==) Automatically adding devices
[   139.044] (==) Automatically enabling devices
[   139.044] (==) Automatically adding GPU devices
[   139.044] (==) Automatically binding GPU devices
[   139.044] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   139.044] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   139.044] 	Entry deleted from font path.
[   139.044] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   139.044] 	Entry deleted from font path.
[   139.044] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   139.044] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   139.044] 	Entry deleted from font path.
[   139.044] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   139.044] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[   139.044] (==) ModulePath set to "/usr/lib/xorg/modules"
[   139.044] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   139.044] (WW) Disabling Keyboard0
[   139.044] (WW) Disabling Mouse0
[   139.044] (II) Loader magic: 0x822d60
[   139.044] (II) Module ABI versions:
[   139.044] 	X.Org ANSI C Emulation: 0.4
[   139.044] 	X.Org Video Driver: 23.0
[   139.044] 	X.Org XInput driver : 24.1
[   139.044] 	X.Org Server Extension : 10.0
[   139.045] (++) using VT number 1

[   139.045] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   139.047] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   139.047] (II) xfree86: Adding drm device (/dev/dri/card0)
[   139.048] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   139.048] (II) xfree86: Adding drm device (/dev/dri/card1)
[   139.049] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[   139.050] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[   139.050] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[   139.050] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[   139.051] (--) PCI: (0:0:2:0) 8086:0162:1849:0162 rev 9, Mem @ 0xf7400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
[   139.051] (--) PCI:*(0:1:0:0) 10de:1b81:1043:859f rev 161, Mem @ 0xf6000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   139.051] (--) PCI: (0:2:0:0) 10de:1189:1043:83f8 rev 161, Mem @ 0xf4000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[   139.051] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   139.051] (II) LoadModule: "glx"
[   139.051] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[   139.055] (II) Module glx: vendor="NVIDIA Corporation"
[   139.055] 	compiled for 4.0.2, module version = 1.0.0
[   139.055] 	Module class: X.Org Server Extension
[   139.055] (II) NVIDIA GLX Module  378.13  Tue Feb  7 18:25:34 PST 2017
[   139.055] (II) LoadModule: "nvidia"
[   139.055] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   139.055] (II) Module nvidia: vendor="NVIDIA Corporation"
[   139.055] 	compiled for 4.0.2, module version = 1.0.0
[   139.055] 	Module class: X.Org Video Driver
[   139.055] (II) NVIDIA dlloader X Driver  378.13  Tue Feb  7 18:01:51 PST 2017
[   139.055] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   139.055] (II) systemd-logind: releasing fd for 226:0
[   139.056] (II) systemd-logind: releasing fd for 226:1
[   139.056] (II) Loading sub module "fb"
[   139.056] (II) LoadModule: "fb"
[   139.057] (II) Loading /usr/lib/xorg/modules/libfb.so
[   139.057] (II) Module fb: vendor="X.Org Foundation"
[   139.057] 	compiled for 1.19.3, module version = 1.0.0
[   139.057] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   139.057] (II) Loading sub module "wfb"
[   139.057] (II) LoadModule: "wfb"
[   139.057] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   139.057] (II) Module wfb: vendor="X.Org Foundation"
[   139.057] 	compiled for 1.19.3, module version = 1.0.0
[   139.057] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   139.057] (II) Loading sub module "ramdac"
[   139.057] (II) LoadModule: "ramdac"
[   139.057] (II) Module "ramdac" already built-in
[   139.057] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   139.057] (==) NVIDIA(0): RGB weight 888
[   139.057] (==) NVIDIA(0): Default visual is TrueColor
[   139.057] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   139.058] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[   139.058] (**) NVIDIA(0): Option "UseEdidFreqs" "False"
[   139.058] (**) NVIDIA(0): Option "ExactModeTimingsDVI" "True"
[   139.058] (**) NVIDIA(0): Option "UseEdidDpi" "False"
[   139.058] (**) NVIDIA(0): Option "ModeValidation" "AllowNonEdidModes, AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck, NoEDIDModes"
[   139.058] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   139.058] (**) NVIDIA(0): Option "UseEDID" "False"
[   139.058] (**) NVIDIA(0): Enabling 2D acceleration
[   139.058] (**) NVIDIA(0): Ignoring EDIDs
[   139.718] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   139.718] (--) NVIDIA(0):     DFP-0 (boot)
[   139.718] (--) NVIDIA(0):     DFP-1
[   139.718] (--) NVIDIA(0):     DFP-2
[   139.718] (--) NVIDIA(0):     DFP-3
[   139.718] (--) NVIDIA(0):     DFP-4
[   139.718] (--) NVIDIA(0):     DFP-5
[   139.718] (--) NVIDIA(0):     DFP-6
[   139.719] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[   139.719] (--) NVIDIA(0): Memory: 8388608 kBytes
[   139.719] (--) NVIDIA(0): VideoBIOS: 86.04.50.00.47
[   139.719] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   139.719] (--) NVIDIA(GPU-0): DFP-0: connected
[   139.719] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   139.719] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   139.719] (--) NVIDIA(GPU-0): 
[   139.719] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   139.719] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   139.719] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   139.720] (--) NVIDIA(GPU-0): 
[   139.720] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   139.720] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   139.720] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   139.720] (--) NVIDIA(GPU-0): 
[   139.720] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   139.720] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   139.720] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[   139.720] (--) NVIDIA(GPU-0): 
[   139.720] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   139.720] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   139.720] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   139.720] (--) NVIDIA(GPU-0): 
[   139.720] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   139.720] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   139.720] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[   139.720] (--) NVIDIA(GPU-0): 
[   139.720] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   139.720] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   139.720] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   139.720] (--) NVIDIA(GPU-0): 
[   139.720] (WW) NVIDIA(GPU-0): Unrecognized ModeValidation token "AllowNon60hzmodesDFPModes";
[   139.720] (WW) NVIDIA(GPU-0):     ignoring.
[   139.720] (WW) NVIDIA(GPU-0): Unrecognized ModeValidation token "NoEDIDDFPMaxSizeCheck";
[   139.720] (WW) NVIDIA(GPU-0):     ignoring.
[   139.720] (WW) NVIDIA(GPU-0): Unrecognized ModeValidation token
[   139.720] (WW) NVIDIA(GPU-0):     "NoDFPNativeResolutionCheck"; ignoring.
[   139.720] (**) NVIDIA(GPU-0): Mode Validation Overrides for DFP-0:
[   139.720] (**) NVIDIA(GPU-0):     NoMaxSizeCheck
[   139.720] (**) NVIDIA(GPU-0):     NoMaxPClkCheck
[   139.720] (**) NVIDIA(GPU-0):     NoHorizSyncCheck
[   139.720] (**) NVIDIA(GPU-0):     NoVertRefreshCheck
[   139.720] (**) NVIDIA(GPU-0):     NoEdidModes
[   139.720] (**) NVIDIA(GPU-0):     AllowNonEdidModes
[   139.732] (II) NVIDIA(0): Validated MetaModes:
[   139.732] (II) NVIDIA(0):     "DFP-0:2560x1440_96"
[   139.732] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[   139.748] (**) NVIDIA(0): DPI set to (108, 108); computed from "DisplaySize" Monitor
[   139.748] (**) NVIDIA(0):     section option
[   139.748] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[   139.748] (==) NVIDIA(1): RGB weight 888
[   139.748] (==) NVIDIA(1): Default visual is TrueColor
[   139.748] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[   139.748] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   139.748] (**) NVIDIA(1): Option "UseEdidFreqs" "False"
[   139.748] (**) NVIDIA(1): Option "ExactModeTimingsDVI" "True"
[   139.748] (**) NVIDIA(1): Option "UseEdidDpi" "False"
[   139.748] (**) NVIDIA(1): Option "ModeValidation" "AllowNonEdidModes, AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck, NoEDIDModes"
[   139.748] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[   139.748] (**) NVIDIA(1): Option "UseEDID" "False"
[   139.748] (**) NVIDIA(1): Enabling 2D acceleration
[   139.748] (**) NVIDIA(1): Ignoring EDIDs
[   140.269] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:2:0:0
[   140.269] (--) NVIDIA(0):     CRT-0
[   140.269] (--) NVIDIA(0):     DFP-0 (boot)
[   140.269] (--) NVIDIA(0):     DFP-1
[   140.269] (--) NVIDIA(0):     DFP-2
[   140.269] (--) NVIDIA(0):     DFP-3
[   140.269] (--) NVIDIA(0):     DFP-4
[   140.270] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 670 (GK104) at PCI:2:0:0 (GPU-1)
[   140.270] (--) NVIDIA(1): Memory: 2097152 kBytes
[   140.270] (--) NVIDIA(1): VideoBIOS: 80.04.19.00.17
[   140.270] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[   140.296] (--) NVIDIA(GPU-1): CRT-0: disconnected
[   140.296] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
[   140.296] (--) NVIDIA(GPU-1): 
[   140.326] (--) NVIDIA(GPU-1): DFP-0: connected
[   140.326] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[   140.326] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[   140.326] (--) NVIDIA(GPU-1): 
[   140.326] (--) NVIDIA(GPU-1): DFP-1: disconnected
[   140.326] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[   140.326] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[   140.326] (--) NVIDIA(GPU-1): 
[   140.326] (--) NVIDIA(GPU-1): DFP-2: disconnected
[   140.326] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[   140.326] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[   140.326] (--) NVIDIA(GPU-1): 
[   140.326] (--) NVIDIA(GPU-1): DFP-3: disconnected
[   140.326] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[   140.326] (--) NVIDIA(GPU-1): DFP-3: 330.0 MHz maximum pixel clock
[   140.326] (--) NVIDIA(GPU-1): 
[   140.327] (--) NVIDIA(GPU-1): DFP-4: disconnected
[   140.327] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[   140.327] (--) NVIDIA(GPU-1): DFP-4: 960.0 MHz maximum pixel clock
[   140.327] (--) NVIDIA(GPU-1): 
[   140.327] (WW) NVIDIA(GPU-1): Unrecognized ModeValidation token "AllowNon60hzmodesDFPModes";
[   140.327] (WW) NVIDIA(GPU-1):     ignoring.
[   140.327] (WW) NVIDIA(GPU-1): Unrecognized ModeValidation token "NoEDIDDFPMaxSizeCheck";
[   140.327] (WW) NVIDIA(GPU-1):     ignoring.
[   140.327] (WW) NVIDIA(GPU-1): Unrecognized ModeValidation token
[   140.327] (WW) NVIDIA(GPU-1):     "NoDFPNativeResolutionCheck"; ignoring.
[   140.327] (**) NVIDIA(GPU-1): Mode Validation Overrides for DFP-0:
[   140.327] (**) NVIDIA(GPU-1):     NoMaxSizeCheck
[   140.327] (**) NVIDIA(GPU-1):     NoMaxPClkCheck
[   140.327] (**) NVIDIA(GPU-1):     NoHorizSyncCheck
[   140.327] (**) NVIDIA(GPU-1):     NoVertRefreshCheck
[   140.327] (**) NVIDIA(GPU-1):     NoEdidModes
[   140.327] (**) NVIDIA(GPU-1):     AllowNonEdidModes
[   140.333] (II) NVIDIA(1): Validated MetaModes:
[   140.333] (II) NVIDIA(1):     "DFP-0:2560x1440_96"
[   140.333] (II) NVIDIA(1): Virtual screen size determined to be 2560 x 1440
[   140.343] (**) NVIDIA(1): DPI set to (108, 108); computed from "DisplaySize" Monitor
[   140.343] (**) NVIDIA(1):     section option
[   140.343] (--) Depth 24 pixmap format is 32 bpp
[   140.343] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[   140.343] (II) NVIDIA:     access.
[   140.346] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   140.346] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   140.346] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   140.346] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   140.346] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   140.346] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   140.346] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   140.346] (II) NVIDIA(0):     Config Options in the README.
[   140.372] (II) NVIDIA(0): Setting mode "DFP-0:2560x1440_96"
[   140.417] (==) NVIDIA(0): Disabling shared memory pixmaps
[   140.417] (==) NVIDIA(0): Backing store enabled
[   140.417] (==) NVIDIA(0): Silken mouse enabled
[   140.417] (**) NVIDIA(0): DPMS enabled
[   140.417] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[   140.417] (WW) NVIDIA(0): Option "NoBandWidthTest" is not used
[   140.417] (II) Loading sub module "dri2"
[   140.417] (II) LoadModule: "dri2"
[   140.417] (II) Module "dri2" already built-in
[   140.417] (II) NVIDIA(0): [DRI2] Setup complete
[   140.417] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   140.417] (--) RandR disabled
[   140.420] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[   140.420] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[   140.420] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[   140.420] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[   140.420] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[   140.420] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[   140.420] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[   140.420] (II) NVIDIA(1):     Config Options in the README.
[   140.445] (II) NVIDIA(1): Setting mode "DFP-0:2560x1440_96"
[   140.461] (==) NVIDIA(1): Disabling shared memory pixmaps
[   140.461] (==) NVIDIA(1): Backing store enabled
[   140.461] (==) NVIDIA(1): Silken mouse enabled
[   140.461] (**) NVIDIA(1): DPMS enabled
[   140.461] (WW) NVIDIA(1): Option "PrimaryGPU" is not used
[   140.461] (WW) NVIDIA(1): Option "NoBandWidthTest" is not used
[   140.461] (II) Loading sub module "dri2"
[   140.461] (II) LoadModule: "dri2"
[   140.461] (II) Module "dri2" already built-in
[   140.461] (II) NVIDIA(1): [DRI2] Setup complete
[   140.461] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[   140.461] (--) RandR disabled
[   140.462] (II) Initializing extension GLX
[   140.462] (II) Indirect GLX disabled.
[   140.501] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[   140.501] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   140.501] (**) Power Button: Applying InputClass "system-keyboard"
[   140.501] (II) LoadModule: "libinput"
[   140.501] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   140.502] (II) Module libinput: vendor="X.Org Foundation"
[   140.502] 	compiled for 1.19.3, module version = 0.25.1
[   140.502] 	Module class: X.Org XInput Driver
[   140.502] 	ABI class: X.Org XInput driver, version 24.1
[   140.502] (II) Using input driver 'libinput' for 'Power Button'
[   140.502] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 47 paused 0
[   140.502] (**) Power Button: always reports core events
[   140.502] (**) Option "Device" "/dev/input/event6"
[   140.502] (**) Option "_source" "server/udev"
[   140.503] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   140.503] (II) event6  - (II) Power Button: (II) device is a keyboard
[   140.503] (II) event6  - (II) Power Button: (II) device removed
[   140.503] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[   140.503] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   140.503] (**) Option "xkb_layout" "se"
[   140.522] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   140.522] (II) event6  - (II) Power Button: (II) device is a keyboard
[   140.523] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   140.523] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   140.523] (**) Video Bus: Applying InputClass "system-keyboard"
[   140.523] (II) Using input driver 'libinput' for 'Video Bus'
[   140.524] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 50 paused 0
[   140.524] (**) Video Bus: always reports core events
[   140.524] (**) Option "Device" "/dev/input/event7"
[   140.524] (**) Option "_source" "server/udev"
[   140.524] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   140.524] (II) event7  - (II) Video Bus: (II) device is a keyboard
[   140.524] (II) event7  - (II) Video Bus: (II) device removed
[   140.524] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[   140.524] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   140.524] (**) Option "xkb_layout" "se"
[   140.525] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   140.525] (II) event7  - (II) Video Bus: (II) device is a keyboard
[   140.525] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[   140.525] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   140.525] (**) Power Button: Applying InputClass "system-keyboard"
[   140.525] (II) Using input driver 'libinput' for 'Power Button'
[   140.526] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 51 paused 0
[   140.526] (**) Power Button: always reports core events
[   140.526] (**) Option "Device" "/dev/input/event5"
[   140.526] (**) Option "_source" "server/udev"
[   140.526] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   140.526] (II) event5  - (II) Power Button: (II) device is a keyboard
[   140.526] (II) event5  - (II) Power Button: (II) device removed
[   140.526] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5"
[   140.526] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   140.526] (**) Option "xkb_layout" "se"
[   140.526] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   140.526] (II) event5  - (II) Power Button: (II) device is a keyboard
[   140.527] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event23)
[   140.527] (II) No input driver specified, ignoring this device.
[   140.527] (II) This device may have been added with another device file.
[   140.527] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event24)
[   140.527] (II) No input driver specified, ignoring this device.
[   140.527] (II) This device may have been added with another device file.
[   140.527] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event25)
[   140.527] (II) No input driver specified, ignoring this device.
[   140.527] (II) This device may have been added with another device file.
[   140.528] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event26)
[   140.528] (II) No input driver specified, ignoring this device.
[   140.528] (II) This device may have been added with another device file.
[   140.528] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[   140.528] (II) No input driver specified, ignoring this device.
[   140.528] (II) This device may have been added with another device file.
[   140.528] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[   140.528] (II) No input driver specified, ignoring this device.
[   140.528] (II) This device may have been added with another device file.
[   140.529] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[   140.529] (II) No input driver specified, ignoring this device.
[   140.529] (II) This device may have been added with another device file.
[   140.529] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event22)
[   140.529] (II) No input driver specified, ignoring this device.
[   140.529] (II) This device may have been added with another device file.
[   140.529] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event0)
[   140.529] (**) Laview Technology Mionix Castor: Applying InputClass "libinput pointer catchall"
[   140.529] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[   140.586] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 52 paused 0
[   140.586] (**) Laview Technology Mionix Castor: always reports core events
[   140.586] (**) Option "Device" "/dev/input/event0"
[   140.587] (**) Option "_source" "server/udev"
[   140.587] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[   140.587] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[   140.587] (II) event0  - (II) Laview Technology Mionix Castor: (II) device removed
[   140.587] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:22D4:1316.0001/input/input0/event0"
[   140.587] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: MOUSE, id 9)
[   140.587] (**) Option "AccelerationScheme" "none"
[   140.587] (**) Laview Technology Mionix Castor: (accel) selected scheme none/0
[   140.587] (**) Laview Technology Mionix Castor: (accel) acceleration factor: 2.000
[   140.587] (**) Laview Technology Mionix Castor: (accel) acceleration threshold: 4
[   140.588] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[   140.588] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[   140.588] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/mouse0)
[   140.588] (II) No input driver specified, ignoring this device.
[   140.588] (II) This device may have been added with another device file.
[   140.589] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event1)
[   140.589] (**) Laview Technology Mionix Castor: Applying InputClass "libinput keyboard catchall"
[   140.589] (**) Laview Technology Mionix Castor: Applying InputClass "system-keyboard"
[   140.589] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[   140.590] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 53 paused 0
[   140.590] (**) Laview Technology Mionix Castor: always reports core events
[   140.590] (**) Option "Device" "/dev/input/event1"
[   140.590] (**) Option "_source" "server/udev"
[   140.590] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[   140.590] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[   140.590] (II) event1  - (II) Laview Technology Mionix Castor: (II) device removed
[   140.590] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:22D4:1316.0002/input/input1/event1"
[   140.590] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: KEYBOARD, id 10)
[   140.590] (**) Option "xkb_layout" "se"
[   140.591] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[   140.591] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[   140.591] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[   140.591] (II) No input driver specified, ignoring this device.
[   140.591] (II) This device may have been added with another device file.
[   140.592] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[   140.592] (II) No input driver specified, ignoring this device.
[   140.592] (II) This device may have been added with another device file.
[   140.592] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[   140.592] (II) No input driver specified, ignoring this device.
[   140.592] (II) This device may have been added with another device file.
[   140.592] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[   140.592] (II) No input driver specified, ignoring this device.
[   140.592] (II) This device may have been added with another device file.
[   140.592] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[   140.592] (II) No input driver specified, ignoring this device.
[   140.592] (II) This device may have been added with another device file.
[   140.593] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[   140.593] (II) No input driver specified, ignoring this device.
[   140.593] (II) This device may have been added with another device file.
[   140.593] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[   140.593] (II) No input driver specified, ignoring this device.
[   140.593] (II) This device may have been added with another device file.
[   140.593] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[   140.593] (II) No input driver specified, ignoring this device.
[   140.593] (II) This device may have been added with another device file.
[   140.594] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[   140.594] (II) No input driver specified, ignoring this device.
[   140.594] (II) This device may have been added with another device file.
[   140.594] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[   140.594] (II) No input driver specified, ignoring this device.
[   140.594] (II) This device may have been added with another device file.
[   140.595] (II) config/udev: Adding input device 3Dconnexion SpaceNavigator (/dev/input/event2)
[   140.595] (II) No input driver specified, ignoring this device.
[   140.595] (II) This device may have been added with another device file.
[   140.595] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event3)
[   140.595] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[   140.595] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[   140.595] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[   140.596] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 54 paused 0
[   140.596] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[   140.596] (**) Option "Device" "/dev/input/event3"
[   140.596] (**) Option "_source" "server/udev"
[   140.596] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[   140.596] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[   140.596] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[   140.596] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.6/6-1.6:1.0/0003:04B4:0101.0004/input/input3/event3"
[   140.597] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 11)
[   140.597] (**) Option "xkb_layout" "se"
[   140.597] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[   140.597] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[   140.598] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event4)
[   140.598] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[   140.598] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[   140.598] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[   140.598] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[   140.599] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 55 paused 0
[   140.599] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[   140.599] (**) Option "Device" "/dev/input/event4"
[   140.599] (**) Option "_source" "server/udev"
[   140.599] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[   140.599] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[   140.599] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[   140.599] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[   140.599] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: needs a virtual subdevice
[   140.599] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.6/6-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[   140.599] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: MOUSE, id 12)
[   140.599] (**) Option "AccelerationScheme" "none"
[   140.599] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) selected scheme none/0
[   140.599] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration factor: 2.000
[   140.599] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration threshold: 4
[   140.600] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[   140.600] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[   140.600] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[   140.600] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/mouse1)
[   140.600] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[   140.600] (II) No input driver specified, ignoring this device.
[   140.600] (II) This device may have been added with another device file.
[   140.601] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[   140.601] (II) No input driver specified, ignoring this device.
[   140.601] (II) This device may have been added with another device file.
[   140.604] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[   140.604] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[   140.604] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[   140.604] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[   140.604] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[   140.604] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[   140.604] (**) Option "Device" "/dev/input/event4"
[   140.604] (**) Option "_source" "_driver/libinput"
[   140.604] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: is a virtual subdevice
[   140.604] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.6/6-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[   140.604] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 13)
[   140.604] (**) Option "xkb_layout" "se"
[   140.616] (**) Option "fd" "47"
[   140.616] (II) event6  - (II) Power Button: (II) device removed
[   140.616] (**) Option "fd" "50"
[   140.616] (II) event7  - (II) Video Bus: (II) device removed
[   140.617] (**) Option "fd" "51"
[   140.617] (II) event5  - (II) Power Button: (II) device removed
[   140.617] (**) Option "fd" "52"
[   140.617] (II) event0  - (II) Laview Technology Mionix Castor: (II) device removed
[   140.617] (**) Option "fd" "53"
[   140.617] (II) event1  - (II) Laview Technology Mionix Castor: (II) device removed
[   140.617] (**) Option "fd" "54"
[   140.617] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[   140.617] (**) Option "fd" "55"
[   140.617] (**) Option "fd" "55"
[   140.617] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[   140.620] (II) UnloadModule: "libinput"
[   140.620] (II) systemd-logind: not releasing fd for 13:68, still in use
[   140.620] (II) UnloadModule: "libinput"
[   140.620] (II) systemd-logind: releasing fd for 13:68
[   140.666] (II) UnloadModule: "libinput"
[   140.666] (II) systemd-logind: releasing fd for 13:67
[   140.706] (II) UnloadModule: "libinput"
[   140.706] (II) systemd-logind: releasing fd for 13:65
[   140.746] (II) UnloadModule: "libinput"
[   140.746] (II) systemd-logind: releasing fd for 13:64
[   140.796] (II) UnloadModule: "libinput"
[   140.796] (II) systemd-logind: releasing fd for 13:69
[   140.816] (II) UnloadModule: "libinput"
[   140.816] (II) systemd-logind: releasing fd for 13:71
[   140.836] (II) UnloadModule: "libinput"
[   140.836] (II) systemd-logind: releasing fd for 13:70
[   141.151] (II) NVIDIA(GPU-0): Deleting GPU-0
[   141.151] (II) NVIDIA(GPU-1): Renaming GPU-1 to GPU-0
[   141.151] (II) NVIDIA(GPU-0): Deleting GPU-0
[   141.154] (II) Server terminated successfully (0). Closing log file.

Offline

#13 2017-05-09 18:59:25

loqs
Member
Registered: 2014-03-06
Posts: 17,374

Re: Nvidia + Xorg with two GPUs

Please post the output of

$ pacman -Q xterm xorg-twm xorg-xclock

Offline

#14 2017-05-09 19:59:04

7thSon
Member
Registered: 2017-05-07
Posts: 186

Re: Nvidia + Xorg with two GPUs

loqs wrote:

Please post the output of

$ pacman -Q xterm xorg-twm xorg-xclock

Yeah... so none of them are installed...

error: package 'xterm' was not found
error: package 'xorg-twm' was not found
error: package 'xorg-xclock' was not found

I haven't installed xorg packages explicitly, so maybe not all of them were included with the nvidia package as dependencies.
Which package(s) should I install, just the three above, or are they part of something larger?

Offline

#15 2017-05-09 20:03:19

loqs
Member
Registered: 2014-03-06
Posts: 17,374

Re: Nvidia + Xorg with two GPUs

No just install those three packages for the test.

Offline

#16 2017-05-09 20:08:06

7thSon
Member
Registered: 2017-05-07
Posts: 186

Re: Nvidia + Xorg with two GPUs

loqs wrote:

No just install those three packages for the test.

startx now jumps into what I assume is xterm consoles. A black screen with white windows that have green title bars.

Here is the log if needed:

[  4951.403] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[  4951.403] X Protocol Version 11, Revision 0
[  4951.403] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[  4951.403] Current Operating System: Linux arch 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64
[  4951.403] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=997c979c-5079-43df-9722-192c30f35b78 rw
[  4951.403] Build Date: 07 April 2017  05:42:48PM
[  4951.403]  
[  4951.403] Current version of pixman: 0.34.0
[  4951.403] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4951.403] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4951.404] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May  9 22:04:56 2017
[  4951.404] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  4951.404] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4951.404] (==) ServerLayout "Layout0"
[  4951.404] (**) |-->Screen "Screen0" (0)
[  4951.404] (**) |   |-->Monitor "Monitor0"
[  4951.404] (**) |   |-->Device "GTX1070"
[  4951.404] (**) |-->Screen "Screen1" (1)
[  4951.404] (**) |   |-->Monitor "Monitor1"
[  4951.404] (**) |   |-->Device "GTX670"
[  4951.404] (**) |-->Input Device "Keyboard0"
[  4951.404] (**) |-->Input Device "Mouse0"
[  4951.404] (**) Option "Xinerama" "0"
[  4951.404] (==) Automatically adding devices
[  4951.404] (==) Automatically enabling devices
[  4951.404] (==) Automatically adding GPU devices
[  4951.404] (==) Automatically binding GPU devices
[  4951.404] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  4951.404] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  4951.404] 	Entry deleted from font path.
[  4951.404] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  4951.404] 	Entry deleted from font path.
[  4951.404] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  4951.404] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  4951.404] 	Entry deleted from font path.
[  4951.404] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  4951.404] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[  4951.404] (==) ModulePath set to "/usr/lib/xorg/modules"
[  4951.404] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  4951.404] (WW) Disabling Keyboard0
[  4951.404] (WW) Disabling Mouse0
[  4951.404] (II) Loader magic: 0x822d60
[  4951.404] (II) Module ABI versions:
[  4951.405] 	X.Org ANSI C Emulation: 0.4
[  4951.405] 	X.Org Video Driver: 23.0
[  4951.405] 	X.Org XInput driver : 24.1
[  4951.405] 	X.Org Server Extension : 10.0
[  4951.405] (++) using VT number 1

[  4951.406] (--) controlling tty is VT number 1, auto-enabling KeepTty
[  4951.408] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c8
[  4951.408] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4951.409] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  4951.409] (II) xfree86: Adding drm device (/dev/dri/card1)
[  4951.410] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[  4951.411] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[  4951.411] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[  4951.411] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[  4951.412] (--) PCI: (0:0:2:0) 8086:0162:1849:0162 rev 9, Mem @ 0xf7400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
[  4951.412] (--) PCI:*(0:1:0:0) 10de:1b81:1043:859f rev 161, Mem @ 0xf6000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[  4951.412] (--) PCI: (0:2:0:0) 10de:1189:1043:83f8 rev 161, Mem @ 0xf4000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  4951.412] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  4951.412] (II) LoadModule: "glx"
[  4951.412] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[  4951.416] (II) Module glx: vendor="NVIDIA Corporation"
[  4951.416] 	compiled for 4.0.2, module version = 1.0.0
[  4951.416] 	Module class: X.Org Server Extension
[  4951.416] (II) NVIDIA GLX Module  378.13  Tue Feb  7 18:25:34 PST 2017
[  4951.416] (II) LoadModule: "nvidia"
[  4951.417] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  4951.417] (II) Module nvidia: vendor="NVIDIA Corporation"
[  4951.417] 	compiled for 4.0.2, module version = 1.0.0
[  4951.417] 	Module class: X.Org Video Driver
[  4951.417] (II) NVIDIA dlloader X Driver  378.13  Tue Feb  7 18:01:51 PST 2017
[  4951.417] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  4951.417] (II) systemd-logind: releasing fd for 226:0
[  4951.418] (II) systemd-logind: releasing fd for 226:1
[  4951.418] (II) Loading sub module "fb"
[  4951.418] (II) LoadModule: "fb"
[  4951.418] (II) Loading /usr/lib/xorg/modules/libfb.so
[  4951.419] (II) Module fb: vendor="X.Org Foundation"
[  4951.419] 	compiled for 1.19.3, module version = 1.0.0
[  4951.419] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4951.419] (II) Loading sub module "wfb"
[  4951.419] (II) LoadModule: "wfb"
[  4951.419] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  4951.419] (II) Module wfb: vendor="X.Org Foundation"
[  4951.419] 	compiled for 1.19.3, module version = 1.0.0
[  4951.419] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4951.419] (II) Loading sub module "ramdac"
[  4951.419] (II) LoadModule: "ramdac"
[  4951.419] (II) Module "ramdac" already built-in
[  4951.419] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  4951.419] (==) NVIDIA(0): RGB weight 888
[  4951.419] (==) NVIDIA(0): Default visual is TrueColor
[  4951.419] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  4951.419] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  4951.419] (**) NVIDIA(0): Option "UseEdidFreqs" "False"
[  4951.419] (**) NVIDIA(0): Option "ExactModeTimingsDVI" "True"
[  4951.419] (**) NVIDIA(0): Option "UseEdidDpi" "False"
[  4951.420] (**) NVIDIA(0): Option "ModeValidation" "AllowNonEdidModes, AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck, NoEDIDModes"
[  4951.420] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  4951.420] (**) NVIDIA(0): Option "UseEDID" "False"
[  4951.420] (**) NVIDIA(0): Enabling 2D acceleration
[  4951.420] (**) NVIDIA(0): Ignoring EDIDs
[  4952.078] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  4952.078] (--) NVIDIA(0):     DFP-0 (boot)
[  4952.078] (--) NVIDIA(0):     DFP-1
[  4952.078] (--) NVIDIA(0):     DFP-2
[  4952.078] (--) NVIDIA(0):     DFP-3
[  4952.078] (--) NVIDIA(0):     DFP-4
[  4952.078] (--) NVIDIA(0):     DFP-5
[  4952.078] (--) NVIDIA(0):     DFP-6
[  4952.080] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[  4952.080] (--) NVIDIA(0): Memory: 8388608 kBytes
[  4952.080] (--) NVIDIA(0): VideoBIOS: 86.04.50.00.47
[  4952.080] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  4952.080] (--) NVIDIA(GPU-0): DFP-0: connected
[  4952.080] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  4952.080] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  4952.080] (--) NVIDIA(GPU-0): 
[  4952.080] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  4952.080] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  4952.080] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  4952.080] (--) NVIDIA(GPU-0): 
[  4952.080] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  4952.080] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  4952.080] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  4952.080] (--) NVIDIA(GPU-0): 
[  4952.080] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  4952.080] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  4952.080] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[  4952.080] (--) NVIDIA(GPU-0): 
[  4952.080] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  4952.080] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  4952.080] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  4952.080] (--) NVIDIA(GPU-0): 
[  4952.080] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  4952.080] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  4952.080] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[  4952.080] (--) NVIDIA(GPU-0): 
[  4952.080] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  4952.080] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  4952.080] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  4952.080] (--) NVIDIA(GPU-0): 
[  4952.080] (WW) NVIDIA(GPU-0): Unrecognized ModeValidation token "AllowNon60hzmodesDFPModes";
[  4952.080] (WW) NVIDIA(GPU-0):     ignoring.
[  4952.080] (WW) NVIDIA(GPU-0): Unrecognized ModeValidation token "NoEDIDDFPMaxSizeCheck";
[  4952.080] (WW) NVIDIA(GPU-0):     ignoring.
[  4952.080] (WW) NVIDIA(GPU-0): Unrecognized ModeValidation token
[  4952.080] (WW) NVIDIA(GPU-0):     "NoDFPNativeResolutionCheck"; ignoring.
[  4952.080] (**) NVIDIA(GPU-0): Mode Validation Overrides for DFP-0:
[  4952.080] (**) NVIDIA(GPU-0):     NoMaxSizeCheck
[  4952.080] (**) NVIDIA(GPU-0):     NoMaxPClkCheck
[  4952.080] (**) NVIDIA(GPU-0):     NoHorizSyncCheck
[  4952.080] (**) NVIDIA(GPU-0):     NoVertRefreshCheck
[  4952.080] (**) NVIDIA(GPU-0):     NoEdidModes
[  4952.080] (**) NVIDIA(GPU-0):     AllowNonEdidModes
[  4952.092] (II) NVIDIA(0): Validated MetaModes:
[  4952.092] (II) NVIDIA(0):     "DFP-0:2560x1440_96"
[  4952.092] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[  4952.109] (**) NVIDIA(0): DPI set to (108, 108); computed from "DisplaySize" Monitor
[  4952.109] (**) NVIDIA(0):     section option
[  4952.109] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[  4952.109] (==) NVIDIA(1): RGB weight 888
[  4952.109] (==) NVIDIA(1): Default visual is TrueColor
[  4952.109] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[  4952.109] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  4952.109] (**) NVIDIA(1): Option "UseEdidFreqs" "False"
[  4952.109] (**) NVIDIA(1): Option "ExactModeTimingsDVI" "True"
[  4952.109] (**) NVIDIA(1): Option "UseEdidDpi" "False"
[  4952.109] (**) NVIDIA(1): Option "ModeValidation" "AllowNonEdidModes, AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck, NoEDIDModes"
[  4952.109] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[  4952.109] (**) NVIDIA(1): Option "UseEDID" "False"
[  4952.109] (**) NVIDIA(1): Enabling 2D acceleration
[  4952.109] (**) NVIDIA(1): Ignoring EDIDs
[  4952.627] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:2:0:0
[  4952.627] (--) NVIDIA(0):     CRT-0
[  4952.627] (--) NVIDIA(0):     DFP-0 (boot)
[  4952.627] (--) NVIDIA(0):     DFP-1
[  4952.627] (--) NVIDIA(0):     DFP-2
[  4952.627] (--) NVIDIA(0):     DFP-3
[  4952.627] (--) NVIDIA(0):     DFP-4
[  4952.628] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 670 (GK104) at PCI:2:0:0 (GPU-1)
[  4952.628] (--) NVIDIA(1): Memory: 2097152 kBytes
[  4952.628] (--) NVIDIA(1): VideoBIOS: 80.04.19.00.17
[  4952.628] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[  4952.654] (--) NVIDIA(GPU-1): CRT-0: disconnected
[  4952.654] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
[  4952.654] (--) NVIDIA(GPU-1): 
[  4952.683] (--) NVIDIA(GPU-1): DFP-0: connected
[  4952.683] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[  4952.683] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[  4952.683] (--) NVIDIA(GPU-1): 
[  4952.683] (--) NVIDIA(GPU-1): DFP-1: disconnected
[  4952.683] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[  4952.683] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[  4952.683] (--) NVIDIA(GPU-1): 
[  4952.683] (--) NVIDIA(GPU-1): DFP-2: disconnected
[  4952.683] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[  4952.683] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[  4952.683] (--) NVIDIA(GPU-1): 
[  4952.683] (--) NVIDIA(GPU-1): DFP-3: disconnected
[  4952.683] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[  4952.683] (--) NVIDIA(GPU-1): DFP-3: 330.0 MHz maximum pixel clock
[  4952.683] (--) NVIDIA(GPU-1): 
[  4952.683] (--) NVIDIA(GPU-1): DFP-4: disconnected
[  4952.683] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[  4952.683] (--) NVIDIA(GPU-1): DFP-4: 960.0 MHz maximum pixel clock
[  4952.683] (--) NVIDIA(GPU-1): 
[  4952.683] (WW) NVIDIA(GPU-1): Unrecognized ModeValidation token "AllowNon60hzmodesDFPModes";
[  4952.683] (WW) NVIDIA(GPU-1):     ignoring.
[  4952.683] (WW) NVIDIA(GPU-1): Unrecognized ModeValidation token "NoEDIDDFPMaxSizeCheck";
[  4952.683] (WW) NVIDIA(GPU-1):     ignoring.
[  4952.683] (WW) NVIDIA(GPU-1): Unrecognized ModeValidation token
[  4952.683] (WW) NVIDIA(GPU-1):     "NoDFPNativeResolutionCheck"; ignoring.
[  4952.683] (**) NVIDIA(GPU-1): Mode Validation Overrides for DFP-0:
[  4952.683] (**) NVIDIA(GPU-1):     NoMaxSizeCheck
[  4952.683] (**) NVIDIA(GPU-1):     NoMaxPClkCheck
[  4952.683] (**) NVIDIA(GPU-1):     NoHorizSyncCheck
[  4952.683] (**) NVIDIA(GPU-1):     NoVertRefreshCheck
[  4952.684] (**) NVIDIA(GPU-1):     NoEdidModes
[  4952.684] (**) NVIDIA(GPU-1):     AllowNonEdidModes
[  4952.690] (II) NVIDIA(1): Validated MetaModes:
[  4952.690] (II) NVIDIA(1):     "DFP-0:2560x1440_96"
[  4952.690] (II) NVIDIA(1): Virtual screen size determined to be 2560 x 1440
[  4952.700] (**) NVIDIA(1): DPI set to (108, 108); computed from "DisplaySize" Monitor
[  4952.700] (**) NVIDIA(1):     section option
[  4952.700] (--) Depth 24 pixmap format is 32 bpp
[  4952.700] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[  4952.700] (II) NVIDIA:     access.
[  4952.703] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  4952.703] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  4952.703] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  4952.703] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  4952.703] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  4952.703] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  4952.703] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  4952.703] (II) NVIDIA(0):     Config Options in the README.
[  4952.729] (II) NVIDIA(0): Setting mode "DFP-0:2560x1440_96"
[  4952.776] (==) NVIDIA(0): Disabling shared memory pixmaps
[  4952.776] (==) NVIDIA(0): Backing store enabled
[  4952.776] (==) NVIDIA(0): Silken mouse enabled
[  4952.776] (**) NVIDIA(0): DPMS enabled
[  4952.776] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[  4952.776] (WW) NVIDIA(0): Option "NoBandWidthTest" is not used
[  4952.776] (II) Loading sub module "dri2"
[  4952.776] (II) LoadModule: "dri2"
[  4952.776] (II) Module "dri2" already built-in
[  4952.776] (II) NVIDIA(0): [DRI2] Setup complete
[  4952.776] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  4952.776] (--) RandR disabled
[  4952.779] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[  4952.779] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[  4952.779] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[  4952.779] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[  4952.779] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[  4952.779] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[  4952.779] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[  4952.779] (II) NVIDIA(1):     Config Options in the README.
[  4952.804] (II) NVIDIA(1): Setting mode "DFP-0:2560x1440_96"
[  4952.820] (==) NVIDIA(1): Disabling shared memory pixmaps
[  4952.820] (==) NVIDIA(1): Backing store enabled
[  4952.820] (==) NVIDIA(1): Silken mouse enabled
[  4952.820] (**) NVIDIA(1): DPMS enabled
[  4952.820] (WW) NVIDIA(1): Option "PrimaryGPU" is not used
[  4952.820] (WW) NVIDIA(1): Option "NoBandWidthTest" is not used
[  4952.820] (II) Loading sub module "dri2"
[  4952.820] (II) LoadModule: "dri2"
[  4952.820] (II) Module "dri2" already built-in
[  4952.820] (II) NVIDIA(1): [DRI2] Setup complete
[  4952.820] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[  4952.820] (--) RandR disabled
[  4952.822] (II) Initializing extension GLX
[  4952.822] (II) Indirect GLX disabled.
[  4952.860] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[  4952.860] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4952.860] (**) Power Button: Applying InputClass "system-keyboard"
[  4952.860] (II) LoadModule: "libinput"
[  4952.860] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  4952.861] (II) Module libinput: vendor="X.Org Foundation"
[  4952.861] 	compiled for 1.19.3, module version = 0.25.1
[  4952.861] 	Module class: X.Org XInput Driver
[  4952.861] 	ABI class: X.Org XInput driver, version 24.1
[  4952.861] (II) Using input driver 'libinput' for 'Power Button'
[  4952.862] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 47 paused 0
[  4952.862] (**) Power Button: always reports core events
[  4952.862] (**) Option "Device" "/dev/input/event6"
[  4952.862] (**) Option "_source" "server/udev"
[  4952.862] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  4952.862] (II) event6  - (II) Power Button: (II) device is a keyboard
[  4952.862] (II) event6  - (II) Power Button: (II) device removed
[  4952.862] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[  4952.862] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  4952.862] (**) Option "xkb_layout" "se"
[  4952.883] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  4952.883] (II) event6  - (II) Power Button: (II) device is a keyboard
[  4952.884] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  4952.884] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  4952.884] (**) Video Bus: Applying InputClass "system-keyboard"
[  4952.884] (II) Using input driver 'libinput' for 'Video Bus'
[  4952.884] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 50 paused 0
[  4952.884] (**) Video Bus: always reports core events
[  4952.884] (**) Option "Device" "/dev/input/event7"
[  4952.884] (**) Option "_source" "server/udev"
[  4952.884] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[  4952.884] (II) event7  - (II) Video Bus: (II) device is a keyboard
[  4952.884] (II) event7  - (II) Video Bus: (II) device removed
[  4952.885] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[  4952.885] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  4952.885] (**) Option "xkb_layout" "se"
[  4952.885] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[  4952.885] (II) event7  - (II) Video Bus: (II) device is a keyboard
[  4952.885] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[  4952.885] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4952.885] (**) Power Button: Applying InputClass "system-keyboard"
[  4952.885] (II) Using input driver 'libinput' for 'Power Button'
[  4952.885] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 51 paused 0
[  4952.885] (**) Power Button: always reports core events
[  4952.885] (**) Option "Device" "/dev/input/event5"
[  4952.885] (**) Option "_source" "server/udev"
[  4952.886] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  4952.886] (II) event5  - (II) Power Button: (II) device is a keyboard
[  4952.886] (II) event5  - (II) Power Button: (II) device removed
[  4952.886] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5"
[  4952.886] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  4952.886] (**) Option "xkb_layout" "se"
[  4952.886] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  4952.886] (II) event5  - (II) Power Button: (II) device is a keyboard
[  4952.886] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event23)
[  4952.886] (II) No input driver specified, ignoring this device.
[  4952.886] (II) This device may have been added with another device file.
[  4952.886] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event24)
[  4952.886] (II) No input driver specified, ignoring this device.
[  4952.886] (II) This device may have been added with another device file.
[  4952.886] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event25)
[  4952.886] (II) No input driver specified, ignoring this device.
[  4952.886] (II) This device may have been added with another device file.
[  4952.887] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event26)
[  4952.887] (II) No input driver specified, ignoring this device.
[  4952.887] (II) This device may have been added with another device file.
[  4952.887] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[  4952.887] (II) No input driver specified, ignoring this device.
[  4952.887] (II) This device may have been added with another device file.
[  4952.887] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[  4952.887] (II) No input driver specified, ignoring this device.
[  4952.887] (II) This device may have been added with another device file.
[  4952.887] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[  4952.887] (II) No input driver specified, ignoring this device.
[  4952.887] (II) This device may have been added with another device file.
[  4952.887] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event22)
[  4952.887] (II) No input driver specified, ignoring this device.
[  4952.887] (II) This device may have been added with another device file.
[  4952.887] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event0)
[  4952.887] (**) Laview Technology Mionix Castor: Applying InputClass "libinput pointer catchall"
[  4952.887] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[  4952.943] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 52 paused 0
[  4952.943] (**) Laview Technology Mionix Castor: always reports core events
[  4952.943] (**) Option "Device" "/dev/input/event0"
[  4952.943] (**) Option "_source" "server/udev"
[  4952.943] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[  4952.943] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[  4952.943] (II) event0  - (II) Laview Technology Mionix Castor: (II) device removed
[  4952.943] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:22D4:1316.0001/input/input0/event0"
[  4952.943] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: MOUSE, id 9)
[  4952.944] (**) Option "AccelerationScheme" "none"
[  4952.944] (**) Laview Technology Mionix Castor: (accel) selected scheme none/0
[  4952.944] (**) Laview Technology Mionix Castor: (accel) acceleration factor: 2.000
[  4952.944] (**) Laview Technology Mionix Castor: (accel) acceleration threshold: 4
[  4952.944] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[  4952.944] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[  4952.945] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/mouse0)
[  4952.945] (II) No input driver specified, ignoring this device.
[  4952.945] (II) This device may have been added with another device file.
[  4952.945] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event1)
[  4952.945] (**) Laview Technology Mionix Castor: Applying InputClass "libinput keyboard catchall"
[  4952.945] (**) Laview Technology Mionix Castor: Applying InputClass "system-keyboard"
[  4952.945] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[  4952.946] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 53 paused 0
[  4952.946] (**) Laview Technology Mionix Castor: always reports core events
[  4952.946] (**) Option "Device" "/dev/input/event1"
[  4952.946] (**) Option "_source" "server/udev"
[  4952.946] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[  4952.946] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[  4952.946] (II) event1  - (II) Laview Technology Mionix Castor: (II) device removed
[  4952.946] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:22D4:1316.0002/input/input1/event1"
[  4952.946] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: KEYBOARD, id 10)
[  4952.946] (**) Option "xkb_layout" "se"
[  4952.947] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[  4952.947] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[  4952.947] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[  4952.947] (II) No input driver specified, ignoring this device.
[  4952.947] (II) This device may have been added with another device file.
[  4952.948] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[  4952.948] (II) No input driver specified, ignoring this device.
[  4952.948] (II) This device may have been added with another device file.
[  4952.948] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[  4952.948] (II) No input driver specified, ignoring this device.
[  4952.948] (II) This device may have been added with another device file.
[  4952.948] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[  4952.948] (II) No input driver specified, ignoring this device.
[  4952.948] (II) This device may have been added with another device file.
[  4952.949] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[  4952.949] (II) No input driver specified, ignoring this device.
[  4952.949] (II) This device may have been added with another device file.
[  4952.949] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[  4952.949] (II) No input driver specified, ignoring this device.
[  4952.949] (II) This device may have been added with another device file.
[  4952.949] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[  4952.949] (II) No input driver specified, ignoring this device.
[  4952.949] (II) This device may have been added with another device file.
[  4952.949] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[  4952.950] (II) No input driver specified, ignoring this device.
[  4952.950] (II) This device may have been added with another device file.
[  4952.950] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[  4952.950] (II) No input driver specified, ignoring this device.
[  4952.950] (II) This device may have been added with another device file.
[  4952.950] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[  4952.950] (II) No input driver specified, ignoring this device.
[  4952.950] (II) This device may have been added with another device file.
[  4952.951] (II) config/udev: Adding input device 3Dconnexion SpaceNavigator (/dev/input/event2)
[  4952.951] (II) No input driver specified, ignoring this device.
[  4952.951] (II) This device may have been added with another device file.
[  4952.951] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event3)
[  4952.951] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[  4952.951] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[  4952.951] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[  4952.952] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 54 paused 0
[  4952.952] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[  4952.952] (**) Option "Device" "/dev/input/event3"
[  4952.952] (**) Option "_source" "server/udev"
[  4952.953] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[  4952.953] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[  4952.953] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[  4952.953] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.6/6-1.6:1.0/0003:04B4:0101.0004/input/input3/event3"
[  4952.953] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 11)
[  4952.953] (**) Option "xkb_layout" "se"
[  4952.953] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[  4952.953] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[  4952.954] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event4)
[  4952.954] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[  4952.954] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[  4952.954] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[  4952.954] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[  4952.955] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 55 paused 0
[  4952.955] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[  4952.955] (**) Option "Device" "/dev/input/event4"
[  4952.955] (**) Option "_source" "server/udev"
[  4952.955] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[  4952.955] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[  4952.955] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[  4952.955] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[  4952.955] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: needs a virtual subdevice
[  4952.955] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.6/6-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[  4952.955] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: MOUSE, id 12)
[  4952.955] (**) Option "AccelerationScheme" "none"
[  4952.955] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) selected scheme none/0
[  4952.955] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration factor: 2.000
[  4952.955] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration threshold: 4
[  4952.956] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[  4952.956] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[  4952.956] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[  4952.956] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/mouse1)
[  4952.956] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[  4952.956] (II) No input driver specified, ignoring this device.
[  4952.956] (II) This device may have been added with another device file.
[  4952.957] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  4952.957] (II) No input driver specified, ignoring this device.
[  4952.957] (II) This device may have been added with another device file.
[  4952.960] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[  4952.960] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[  4952.960] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[  4952.960] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[  4952.960] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[  4952.960] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[  4952.960] (**) Option "Device" "/dev/input/event4"
[  4952.960] (**) Option "_source" "_driver/libinput"
[  4952.960] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: is a virtual subdevice
[  4952.960] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.6/6-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[  4952.960] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 13)
[  4952.960] (**) Option "xkb_layout" "se"

Offline

#17 2017-05-09 20:25:39

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: Nvidia + Xorg with two GPUs

There's your answer. Xinerama works, xfce does not.
You might attempt to start several xfce processes from here and see whether they launch or just segfault (xfwm4 won't work because twm is running)

Offline

#18 2017-05-09 20:42:26

7thSon
Member
Registered: 2017-05-07
Posts: 186

Re: Nvidia + Xorg with two GPUs

seth wrote:

There's your answer. Xinerama works, xfce does not.
You might attempt to start several xfce processes from here and see whether they launch or just segfault (xfwm4 won't work because twm is running)

So where does that leave me? I have to abandon XFCE?

Here is the output from starting xfce from xterm:

/usr/bin/startxfce4: X server already running on display :0
gpg-agent[12717]: WARNING: "--write-env-file" is an obsolete option - it has no effect
gpg-agent: a gpg-agent is already running - not starting a new one

(xfce4-session:12711): xfce4-session-WARNING **: gpg-agent returned no PID in the variables

(xfwm4:12719): xfwm4-WARNING **: Could not find a screen to manage, exiting

(xfwm4:12720): xfwm4-WARNING **: Could not find a screen to manage, exiting

(xfwm4:12721): xfwm4-WARNING **: Could not find a screen to manage, exiting

(xfwm4:12722): xfwm4-WARNING **: Could not find a screen to manage, exiting

(xfwm4:12723): xfwm4-WARNING **: Could not find a screen to manage, exiting

(xfwm4:12724): xfwm4-WARNING **: Could not find a screen to manage, exiting
xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
No window manager registered on screen 0. To start the xfdesktop without this check, run with --disable-wm-check.

(xfce4-panel:12727): libxfce4ui-WARNING **: ICE I/O Error

Offline

#19 2017-05-09 20:48:12

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: Nvidia + Xorg with two GPUs

I said "attempt to start several xfce processes" - you cannot run startxfce this way.
You can file bug reports against xfce to not make unconditional randr calls, no idea whether they'll ever be fixed.
The truth is that randr is so omnipresent, that it's just anticipated by muuuuuuuch software (what's technically a bug, extensions must not be used unconditionally) so this leaves you with "you will not combine those two cards in one DISPLAY" :-(

Offline

#20 2017-05-09 21:00:55

7thSon
Member
Registered: 2017-05-07
Posts: 186

Re: Nvidia + Xorg with two GPUs

seth wrote:

I said "attempt to start several xfce processes" - you cannot run startxfce this way.
You can file bug reports against xfce to not make unconditional randr calls, no idea whether they'll ever be fixed.
The truth is that randr is so omnipresent, that it's just anticipated by muuuuuuuch software (what's technically a bug, extensions must not be used unconditionally) so this leaves you with "you will not combine those two cards in one DISPLAY" :-(

But would this be able to work without xfce, perhaps with gnome or something else? Or am I not getting the whole gist of what you're saying?
Real bummer this... I really would like to use xfce.

Oh, and how does methods like in this arandr guide here: https://miguelmenendez.pro/en/articles/ … irror.html
relate to xfce not being able to handle xrandr properly? I'm confused hmm

Last edited by 7thSon (2017-05-09 21:07:52)

Offline

#21 2017-05-09 21:17:07

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: Nvidia + Xorg with two GPUs

Gnome by default uses wayland which cannot deal with multiple GPUs at all at the moment.
You can try to run gnome on xorg this way, but i'd not be surprised if there're unconditional randr calls as well. And i'm pretty sure Qt5 still makes them.

X11 w/o the randr extension will probably limit you to a fistful of very old (or very well written) clients.
You *can* use xfce, but you likely cannot combine your GPUs the way you desire without breaking a major set of software.

As for an explanation:
xinerama was a way to combine multiple outputs - long time ago. It has several shortcomings, notably can the setup not be altered while the server is up (you cannot dynamically add/remove monitors, iirc not even alter their resolution) and was replaced by xrandr. Latter works much different and as a result cannot merge different CRTCs (GPUs, if you will - but that's not entirely correct ;-)

Both are incompatible (in basically doing the same) - you can have one XOR the other, not both.

Also both systems are extensions to the core X11 protocol - one cannot just assume their presence, but has to check whether the extension is available before trying to use it. Otherwise the X11 displayserver will cut off the client and that will usually die in return. Just: this is largely ignored in everyday development - at least for a set of "everybody has that" extensions. And randr is such "everybody has that" extension. ...

Offline

#22 2017-05-09 21:39:13

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: Nvidia + Xorg with two GPUs

I'm wondering what's up with these options for xrandr that are used on Optimus laptops when you want to have the nvidia GPU rendering everything, but the monitor is connected to the intel chip:

--listproviders
       Report information about the providers available.

--setprovideroutputsource provider source
       Set source as the source of display output images for provider.  This is only  pos‐
       sible  if  source and provider have the Source Output and Sink Output capabilities,
       respectively.  If source is 0x0, then provider is  disconnected  from  its  current
       output source.

--setprovideroffloadsink provider sink
       Set  provider  as  a  render  offload  device  for  sink.  This is only possible if
       provider and sink have the Source Offload and Sink  Offload  capabilities,  respec‐
       tively.  If sink is 0x0, then provider is disconnected from its current render off‐
       load sink.

Could those do something for this problem here? I'm imagining the GTX1070 rendering the whole X screen, then one 2560x1440 half of the screen going to the GTX1070's monitor output, and the other 2560x1440 half being sent to the GTX670 and to its monitor output. I browsed through the Optimus article in the ArchWiki, and tried to guess how setting that up might work. I came up with this xorg.conf here:

Section "ServerLayout"
    Identifier     "Layout"
    Screen      0  "GTX1070"   # or maybe a number 1 here if hit by that error mentioned in the wiki
    Inactive       "GTX670"
EndSection

Section "Device"
    Identifier     "GTX1070"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"
    Identifier     "GTX670"
    Driver         "nvidia"
    BusID          "PCI:2:0:0"
    Option         "AllowEmptyInitialConfiguration"
EndSection

And then running this here in X:

xrandr --setprovideroutputsource GTX670 GTX1070
xrandr --auto

Offline

#23 2017-05-10 05:56:55

7thSon
Member
Registered: 2017-05-07
Posts: 186

Re: Nvidia + Xorg with two GPUs

Okay so I may have made a bit of a mistake and confused the troubleshooting here.
The startx launch into xterm works without any monitor conf file in /etc/X11/xorg.conf.d.
However when I put ropids minimal .conf there which has xinerama enabled, startx does not launch into xterm, but terminates.

So Xinerama doesn't actually work?

Will post log later today, am off to work now. Thanks for all the help so far.

UPDATE: log from ropids conf:

[   378.672] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[   378.672] X Protocol Version 11, Revision 0
[   378.672] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[   378.672] Current Operating System: Linux arch 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64
[   378.672] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=997c979c-5079-43df-9722-192c30f35b78 rw
[   378.672] Build Date: 07 April 2017  05:42:48PM
[   378.672]  
[   378.672] Current version of pixman: 0.34.0
[   378.673] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   378.673] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   378.673] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 10 17:23:55 2017
[   378.674] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   378.674] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   378.675] (==) ServerLayout "MyXineramaLayout"
[   378.675] (**) |-->Screen "RightScreen" (0)
[   378.675] (**) |   |-->Monitor "<default monitor>"
[   378.675] (**) |   |-->Device "GTX1070"
[   378.675] (==) No monitor specified for screen "RightScreen".
	Using a default monitor configuration.
[   378.675] (**) |-->Screen "LeftScreen" (1)
[   378.675] (**) |   |-->Monitor "<default monitor>"
[   378.676] (**) |   |-->Device "GTX670"
[   378.676] (==) No monitor specified for screen "LeftScreen".
	Using a default monitor configuration.
[   378.676] (**) Option "Xinerama" "1"
[   378.676] (==) Automatically adding devices
[   378.676] (==) Automatically enabling devices
[   378.676] (==) Automatically adding GPU devices
[   378.676] (==) Automatically binding GPU devices
[   378.676] (**) Xinerama: enabled
[   378.676] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   378.678] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   378.678] 	Entry deleted from font path.
[   378.678] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   378.678] 	Entry deleted from font path.
[   378.678] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   378.678] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   378.678] 	Entry deleted from font path.
[   378.678] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   378.678] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[   378.678] (==) ModulePath set to "/usr/lib/xorg/modules"
[   378.678] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   378.678] (II) Loader magic: 0x822d60
[   378.678] (II) Module ABI versions:
[   378.678] 	X.Org ANSI C Emulation: 0.4
[   378.678] 	X.Org Video Driver: 23.0
[   378.678] 	X.Org XInput driver : 24.1
[   378.678] 	X.Org Server Extension : 10.0
[   378.679] (++) using VT number 1

[   378.679] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   378.682] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   378.682] (II) xfree86: Adding drm device (/dev/dri/card0)
[   378.683] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   378.683] (II) xfree86: Adding drm device (/dev/dri/card1)
[   378.684] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[   378.685] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[   378.685] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[   378.685] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[   378.686] (--) PCI: (0:0:2:0) 8086:0162:1849:0162 rev 9, Mem @ 0xf7400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
[   378.686] (--) PCI:*(0:1:0:0) 10de:1b81:1043:859f rev 161, Mem @ 0xf6000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   378.687] (--) PCI: (0:2:0:0) 10de:1189:1043:83f8 rev 161, Mem @ 0xf4000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[   378.687] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   378.687] (II) LoadModule: "glx"
[   378.687] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[   378.738] (II) Module glx: vendor="NVIDIA Corporation"
[   378.738] 	compiled for 4.0.2, module version = 1.0.0
[   378.738] 	Module class: X.Org Server Extension
[   378.738] (II) NVIDIA GLX Module  378.13  Tue Feb  7 18:25:34 PST 2017
[   378.739] (II) LoadModule: "nvidia"
[   378.740] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   378.746] (II) Module nvidia: vendor="NVIDIA Corporation"
[   378.746] 	compiled for 4.0.2, module version = 1.0.0
[   378.746] 	Module class: X.Org Video Driver
[   378.746] (II) NVIDIA dlloader X Driver  378.13  Tue Feb  7 18:01:51 PST 2017
[   378.746] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   378.747] (II) systemd-logind: releasing fd for 226:0
[   378.747] (II) systemd-logind: releasing fd for 226:1
[   378.748] (II) Loading sub module "fb"
[   378.748] (II) LoadModule: "fb"
[   378.749] (II) Loading /usr/lib/xorg/modules/libfb.so
[   378.750] (II) Module fb: vendor="X.Org Foundation"
[   378.750] 	compiled for 1.19.3, module version = 1.0.0
[   378.750] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   378.750] (II) Loading sub module "wfb"
[   378.750] (II) LoadModule: "wfb"
[   378.750] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   378.751] (II) Module wfb: vendor="X.Org Foundation"
[   378.751] 	compiled for 1.19.3, module version = 1.0.0
[   378.751] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   378.751] (II) Loading sub module "ramdac"
[   378.751] (II) LoadModule: "ramdac"
[   378.751] (II) Module "ramdac" already built-in
[   378.752] (WW) NVIDIA: The Composite and Xinerama extensions are both enabled, which
[   378.752] (WW) NVIDIA:     is an unsupported configuration.  The driver will continue
[   378.752] (WW) NVIDIA:     to load, but may behave strangely.
[   378.752] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[   378.752] (WW) NVIDIA:     X server.
[   378.752] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"RightScreen" for depth/fbbpp 24/32
[   378.752] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   378.752] (==) NVIDIA(0): RGB weight 888
[   378.752] (==) NVIDIA(0): Default visual is TrueColor
[   378.753] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   378.753] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[   378.753] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   378.753] (**) NVIDIA(0): Enabling 2D acceleration
[   379.563] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   379.563] (--) NVIDIA(0):     DFP-0 (boot)
[   379.563] (--) NVIDIA(0):     DFP-1
[   379.563] (--) NVIDIA(0):     DFP-2
[   379.563] (--) NVIDIA(0):     DFP-3
[   379.563] (--) NVIDIA(0):     DFP-4
[   379.563] (--) NVIDIA(0):     DFP-5
[   379.563] (--) NVIDIA(0):     DFP-6
[   379.565] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[   379.565] (--) NVIDIA(0): Memory: 8388608 kBytes
[   379.565] (--) NVIDIA(0): VideoBIOS: 86.04.50.00.47
[   379.565] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   379.624] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): connected
[   379.624] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): Internal TMDS
[   379.624] (--) NVIDIA(GPU-0): HYO DUAL-DVI (DFP-0): 330.0 MHz maximum pixel clock
[   379.624] (--) NVIDIA(GPU-0): 
[   379.624] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   379.624] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   379.624] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   379.624] (--) NVIDIA(GPU-0): 
[   379.624] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   379.624] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   379.624] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   379.625] (--) NVIDIA(GPU-0): 
[   379.625] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   379.625] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   379.625] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[   379.625] (--) NVIDIA(GPU-0): 
[   379.625] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   379.625] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   379.625] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   379.625] (--) NVIDIA(GPU-0): 
[   379.625] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   379.625] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   379.625] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[   379.625] (--) NVIDIA(GPU-0): 
[   379.625] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   379.625] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   379.625] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   379.625] (--) NVIDIA(GPU-0): 
[   379.627] (==) NVIDIA(0): 
[   379.627] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   379.627] (==) NVIDIA(0):     will be used as the requested mode.
[   379.627] (==) NVIDIA(0): 
[   379.628] (II) NVIDIA(0): Validated MetaModes:
[   379.628] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[   379.628] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[   379.639] (--) NVIDIA(0): DPI set to (108, 107); computed from "UseEdidDpi" X config
[   379.639] (--) NVIDIA(0):     option
[   379.639] (II) NVIDIA(1): Creating default Display subsection in Screen section
	"LeftScreen" for depth/fbbpp 24/32
[   379.639] (==) NVIDIA(1): Depth 24, (==) framebuffer bpp 32
[   379.639] (==) NVIDIA(1): RGB weight 888
[   379.639] (==) NVIDIA(1): Default visual is TrueColor
[   379.639] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[   379.639] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   379.639] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[   379.639] (**) NVIDIA(1): Enabling 2D acceleration
[   380.516] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:2:0:0
[   380.516] (--) NVIDIA(0):     CRT-0
[   380.516] (--) NVIDIA(0):     DFP-0 (boot)
[   380.516] (--) NVIDIA(0):     DFP-1
[   380.516] (--) NVIDIA(0):     DFP-2
[   380.516] (--) NVIDIA(0):     DFP-3
[   380.516] (--) NVIDIA(0):     DFP-4
[   380.518] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 670 (GK104) at PCI:2:0:0 (GPU-1)
[   380.518] (--) NVIDIA(1): Memory: 2097152 kBytes
[   380.518] (--) NVIDIA(1): VideoBIOS: 80.04.19.00.17
[   380.518] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[   380.544] (--) NVIDIA(GPU-1): CRT-0: disconnected
[   380.544] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
[   380.544] (--) NVIDIA(GPU-1): 
[   380.596] (--) NVIDIA(GPU-1): HYO DUAL-DVI (DFP-0): connected
[   380.596] (--) NVIDIA(GPU-1): HYO DUAL-DVI (DFP-0): Internal TMDS
[   380.596] (--) NVIDIA(GPU-1): HYO DUAL-DVI (DFP-0): 330.0 MHz maximum pixel clock
[   380.596] (--) NVIDIA(GPU-1): 
[   380.597] (--) NVIDIA(GPU-1): DFP-1: disconnected
[   380.597] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[   380.597] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[   380.597] (--) NVIDIA(GPU-1): 
[   380.597] (--) NVIDIA(GPU-1): DFP-2: disconnected
[   380.597] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[   380.597] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[   380.597] (--) NVIDIA(GPU-1): 
[   380.597] (--) NVIDIA(GPU-1): DFP-3: disconnected
[   380.597] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[   380.597] (--) NVIDIA(GPU-1): DFP-3: 330.0 MHz maximum pixel clock
[   380.597] (--) NVIDIA(GPU-1): 
[   380.597] (--) NVIDIA(GPU-1): DFP-4: disconnected
[   380.597] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[   380.597] (--) NVIDIA(GPU-1): DFP-4: 960.0 MHz maximum pixel clock
[   380.597] (--) NVIDIA(GPU-1): 
[   380.597] (==) NVIDIA(1): 
[   380.597] (==) NVIDIA(1): No modes were requested; the default mode "nvidia-auto-select"
[   380.597] (==) NVIDIA(1):     will be used as the requested mode.
[   380.597] (==) NVIDIA(1): 
[   380.597] (II) NVIDIA(1): Validated MetaModes:
[   380.597] (II) NVIDIA(1):     "DFP-0:nvidia-auto-select"
[   380.597] (II) NVIDIA(1): Virtual screen size determined to be 2560 x 1440
[   380.601] (--) NVIDIA(1): DPI set to (108, 107); computed from "UseEdidDpi" X config
[   380.601] (--) NVIDIA(1):     option
[   380.601] (--) Depth 24 pixmap format is 32 bpp
[   380.602] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[   380.602] (II) NVIDIA:     access.
[   380.605] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   380.605] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   380.605] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   380.605] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   380.605] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   380.605] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   380.605] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   380.605] (II) NVIDIA(0):     Config Options in the README.
[   380.636] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[   380.686] (==) NVIDIA(0): Disabling shared memory pixmaps
[   380.686] (==) NVIDIA(0): Backing store enabled
[   380.686] (==) NVIDIA(0): Silken mouse enabled
[   380.687] (==) NVIDIA(0): DPMS enabled
[   380.687] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[   380.687] (II) Loading sub module "dri2"
[   380.687] (II) LoadModule: "dri2"
[   380.687] (II) Module "dri2" already built-in
[   380.687] (II) NVIDIA(0): [DRI2] Setup complete
[   380.687] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   380.687] (WW) NVIDIA(0): Not registering RandR
[   380.687] (==) RandR enabled
[   380.690] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[   380.690] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[   380.690] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[   380.690] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[   380.690] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[   380.690] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[   380.690] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[   380.690] (II) NVIDIA(1):     Config Options in the README.
[   380.717] (II) NVIDIA(1): Setting mode "DFP-0:nvidia-auto-select"
[   380.736] (WW) NVIDIA(1): The GPU driving screen 1 is incompatible with the rest of the
[   380.736] (WW) NVIDIA(1):     GPUs composing the desktop.  OpenGL rendering will be
[   380.736] (WW) NVIDIA(1):     disabled on screen 1.
[   380.736] (==) NVIDIA(1): Disabling shared memory pixmaps
[   380.736] (==) NVIDIA(1): Backing store enabled
[   380.736] (==) NVIDIA(1): Silken mouse enabled
[   380.736] (==) NVIDIA(1): DPMS enabled
[   380.736] (WW) NVIDIA(1): Option "PrimaryGPU" is not used
[   380.736] (II) Loading sub module "dri2"
[   380.736] (II) LoadModule: "dri2"
[   380.736] (II) Module "dri2" already built-in
[   380.736] (II) NVIDIA(1): [DRI2] Setup complete
[   380.736] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[   380.736] (WW) NVIDIA(1): Not registering RandR
[   380.736] (==) RandR enabled
[   380.740] (II) Initializing extension GLX
[   380.740] (II) Indirect GLX disabled.
[   380.826] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[   380.826] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   380.826] (**) Power Button: Applying InputClass "system-keyboard"
[   380.826] (II) LoadModule: "libinput"
[   380.826] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   380.830] (II) Module libinput: vendor="X.Org Foundation"
[   380.830] 	compiled for 1.19.3, module version = 0.25.1
[   380.830] 	Module class: X.Org XInput Driver
[   380.830] 	ABI class: X.Org XInput driver, version 24.1
[   380.830] (II) Using input driver 'libinput' for 'Power Button'
[   380.831] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 44 paused 0
[   380.831] (**) Power Button: always reports core events
[   380.831] (**) Option "Device" "/dev/input/event6"
[   380.831] (**) Option "_source" "server/udev"
[   380.831] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   380.831] (II) event6  - (II) Power Button: (II) device is a keyboard
[   380.831] (II) event6  - (II) Power Button: (II) device removed
[   380.832] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[   380.832] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   380.832] (**) Option "xkb_layout" "se"
[   380.855] (II) event6  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   380.855] (II) event6  - (II) Power Button: (II) device is a keyboard
[   380.856] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   380.856] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   380.856] (**) Video Bus: Applying InputClass "system-keyboard"
[   380.856] (II) Using input driver 'libinput' for 'Video Bus'
[   380.856] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 47 paused 0
[   380.856] (**) Video Bus: always reports core events
[   380.856] (**) Option "Device" "/dev/input/event7"
[   380.857] (**) Option "_source" "server/udev"
[   380.857] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   380.857] (II) event7  - (II) Video Bus: (II) device is a keyboard
[   380.857] (II) event7  - (II) Video Bus: (II) device removed
[   380.857] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[   380.857] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   380.857] (**) Option "xkb_layout" "se"
[   380.858] (II) event7  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   380.858] (II) event7  - (II) Video Bus: (II) device is a keyboard
[   380.858] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[   380.858] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   380.858] (**) Power Button: Applying InputClass "system-keyboard"
[   380.858] (II) Using input driver 'libinput' for 'Power Button'
[   380.859] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 48 paused 0
[   380.859] (**) Power Button: always reports core events
[   380.859] (**) Option "Device" "/dev/input/event5"
[   380.859] (**) Option "_source" "server/udev"
[   380.859] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   380.859] (II) event5  - (II) Power Button: (II) device is a keyboard
[   380.859] (II) event5  - (II) Power Button: (II) device removed
[   380.859] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5"
[   380.859] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   380.859] (**) Option "xkb_layout" "se"
[   380.860] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   380.860] (II) event5  - (II) Power Button: (II) device is a keyboard
[   380.860] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event23)
[   380.860] (II) No input driver specified, ignoring this device.
[   380.861] (II) This device may have been added with another device file.
[   380.861] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event24)
[   380.861] (II) No input driver specified, ignoring this device.
[   380.861] (II) This device may have been added with another device file.
[   380.861] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event25)
[   380.861] (II) No input driver specified, ignoring this device.
[   380.861] (II) This device may have been added with another device file.
[   380.861] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event26)
[   380.862] (II) No input driver specified, ignoring this device.
[   380.862] (II) This device may have been added with another device file.
[   380.862] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[   380.862] (II) No input driver specified, ignoring this device.
[   380.862] (II) This device may have been added with another device file.
[   380.862] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[   380.862] (II) No input driver specified, ignoring this device.
[   380.862] (II) This device may have been added with another device file.
[   380.863] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[   380.863] (II) No input driver specified, ignoring this device.
[   380.863] (II) This device may have been added with another device file.
[   380.863] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event22)
[   380.863] (II) No input driver specified, ignoring this device.
[   380.863] (II) This device may have been added with another device file.
[   380.864] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event0)
[   380.864] (**) Laview Technology Mionix Castor: Applying InputClass "libinput pointer catchall"
[   380.864] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[   380.920] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 49 paused 0
[   380.920] (**) Laview Technology Mionix Castor: always reports core events
[   380.920] (**) Option "Device" "/dev/input/event0"
[   380.920] (**) Option "_source" "server/udev"
[   380.920] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[   380.920] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[   380.920] (II) event0  - (II) Laview Technology Mionix Castor: (II) device removed
[   380.920] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:22D4:1316.0001/input/input0/event0"
[   380.920] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: MOUSE, id 9)
[   380.921] (**) Option "AccelerationScheme" "none"
[   380.921] (**) Laview Technology Mionix Castor: (accel) selected scheme none/0
[   380.921] (**) Laview Technology Mionix Castor: (accel) acceleration factor: 2.000
[   380.921] (**) Laview Technology Mionix Castor: (accel) acceleration threshold: 4
[   380.921] (II) event0  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Mouse
[   380.921] (II) event0  - (II) Laview Technology Mionix Castor: (II) device is a pointer
[   380.922] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/mouse0)
[   380.922] (II) No input driver specified, ignoring this device.
[   380.922] (II) This device may have been added with another device file.
[   380.922] (II) config/udev: Adding input device Laview Technology Mionix Castor (/dev/input/event1)
[   380.922] (**) Laview Technology Mionix Castor: Applying InputClass "libinput keyboard catchall"
[   380.922] (**) Laview Technology Mionix Castor: Applying InputClass "system-keyboard"
[   380.922] (II) Using input driver 'libinput' for 'Laview Technology Mionix Castor'
[   380.923] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 50 paused 0
[   380.923] (**) Laview Technology Mionix Castor: always reports core events
[   380.923] (**) Option "Device" "/dev/input/event1"
[   380.923] (**) Option "_source" "server/udev"
[   380.924] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[   380.924] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[   380.924] (II) event1  - (II) Laview Technology Mionix Castor: (II) device removed
[   380.924] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:22D4:1316.0002/input/input1/event1"
[   380.924] (II) XINPUT: Adding extended input device "Laview Technology Mionix Castor" (type: KEYBOARD, id 10)
[   380.924] (**) Option "xkb_layout" "se"
[   380.924] (II) event1  - (II) Laview Technology Mionix Castor: (II) is tagged by udev as: Keyboard
[   380.924] (II) event1  - (II) Laview Technology Mionix Castor: (II) device is a keyboard
[   380.925] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[   380.925] (II) No input driver specified, ignoring this device.
[   380.925] (II) This device may have been added with another device file.
[   380.925] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[   380.925] (II) No input driver specified, ignoring this device.
[   380.925] (II) This device may have been added with another device file.
[   380.925] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[   380.925] (II) No input driver specified, ignoring this device.
[   380.925] (II) This device may have been added with another device file.
[   380.926] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[   380.926] (II) No input driver specified, ignoring this device.
[   380.926] (II) This device may have been added with another device file.
[   380.926] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[   380.926] (II) No input driver specified, ignoring this device.
[   380.926] (II) This device may have been added with another device file.
[   380.926] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[   380.926] (II) No input driver specified, ignoring this device.
[   380.926] (II) This device may have been added with another device file.
[   380.927] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[   380.927] (II) No input driver specified, ignoring this device.
[   380.927] (II) This device may have been added with another device file.
[   380.927] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[   380.927] (II) No input driver specified, ignoring this device.
[   380.927] (II) This device may have been added with another device file.
[   380.927] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[   380.927] (II) No input driver specified, ignoring this device.
[   380.927] (II) This device may have been added with another device file.
[   380.928] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[   380.928] (II) No input driver specified, ignoring this device.
[   380.928] (II) This device may have been added with another device file.
[   380.928] (II) config/udev: Adding input device 3Dconnexion SpaceNavigator (/dev/input/event2)
[   380.928] (II) No input driver specified, ignoring this device.
[   380.928] (II) This device may have been added with another device file.
[   380.929] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event3)
[   380.929] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[   380.929] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[   380.929] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[   380.930] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 51 paused 0
[   380.930] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[   380.930] (**) Option "Device" "/dev/input/event3"
[   380.930] (**) Option "_source" "server/udev"
[   380.930] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[   380.930] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[   380.930] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[   380.930] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/0003:04B4:0101.0004/input/input3/event3"
[   380.930] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 11)
[   380.930] (**) Option "xkb_layout" "se"
[   380.931] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard
[   380.931] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[   380.932] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/event4)
[   380.932] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[   380.932] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[   380.932] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[   380.932] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[   380.933] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 52 paused 0
[   380.933] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[   380.933] (**) Option "Device" "/dev/input/event4"
[   380.933] (**) Option "_source" "server/udev"
[   380.933] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[   380.933] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[   380.933] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[   380.933] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[   380.933] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: needs a virtual subdevice
[   380.933] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[   380.933] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: MOUSE, id 12)
[   380.934] (**) Option "AccelerationScheme" "none"
[   380.934] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) selected scheme none/0
[   380.934] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration factor: 2.000
[   380.934] (**) Cypress Cypress USB Keyboard / PS2 Mouse: (accel) acceleration threshold: 4
[   380.934] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) is tagged by udev as: Keyboard Mouse
[   380.934] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a pointer
[   380.934] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device is a keyboard
[   380.935] (II) config/udev: Adding input device Cypress Cypress USB Keyboard / PS2 Mouse (/dev/input/mouse1)
[   380.935] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[   380.935] (II) No input driver specified, ignoring this device.
[   380.935] (II) This device may have been added with another device file.
[   380.935] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[   380.935] (II) No input driver specified, ignoring this device.
[   380.935] (II) This device may have been added with another device file.
[   380.938] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput pointer catchall"
[   380.938] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "libinput keyboard catchall"
[   380.938] (**) Cypress Cypress USB Keyboard / PS2 Mouse: Applying InputClass "system-keyboard"
[   380.938] (II) Using input driver 'libinput' for 'Cypress Cypress USB Keyboard / PS2 Mouse'
[   380.938] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[   380.938] (**) Cypress Cypress USB Keyboard / PS2 Mouse: always reports core events
[   380.938] (**) Option "Device" "/dev/input/event4"
[   380.938] (**) Option "_source" "_driver/libinput"
[   380.939] (II) libinput: Cypress Cypress USB Keyboard / PS2 Mouse: is a virtual subdevice
[   380.939] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/0003:04B4:0101.0005/input/input4/event4"
[   380.939] (II) XINPUT: Adding extended input device "Cypress Cypress USB Keyboard / PS2 Mouse" (type: KEYBOARD, id 13)
[   380.939] (**) Option "xkb_layout" "se"
[   381.001] (**) Option "fd" "44"
[   381.001] (II) event6  - (II) Power Button: (II) device removed
[   381.001] (**) Option "fd" "47"
[   381.001] (II) event7  - (II) Video Bus: (II) device removed
[   381.002] (**) Option "fd" "48"
[   381.002] (II) event5  - (II) Power Button: (II) device removed
[   381.002] (**) Option "fd" "49"
[   381.002] (II) event0  - (II) Laview Technology Mionix Castor: (II) device removed
[   381.002] (**) Option "fd" "50"
[   381.002] (II) event1  - (II) Laview Technology Mionix Castor: (II) device removed
[   381.002] (**) Option "fd" "51"
[   381.002] (II) event3  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[   381.002] (**) Option "fd" "52"
[   381.002] (**) Option "fd" "52"
[   381.002] (II) event4  - (II) Cypress Cypress USB Keyboard / PS2 Mouse: (II) device removed
[   381.011] (II) UnloadModule: "libinput"
[   381.011] (II) systemd-logind: not releasing fd for 13:68, still in use
[   381.011] (II) UnloadModule: "libinput"
[   381.011] (II) systemd-logind: releasing fd for 13:68
[   381.046] (II) UnloadModule: "libinput"
[   381.046] (II) systemd-logind: releasing fd for 13:67
[   381.120] (II) UnloadModule: "libinput"
[   381.120] (II) systemd-logind: releasing fd for 13:65
[   381.160] (II) UnloadModule: "libinput"
[   381.160] (II) systemd-logind: releasing fd for 13:64
[   381.200] (II) UnloadModule: "libinput"
[   381.200] (II) systemd-logind: releasing fd for 13:69
[   381.220] (II) UnloadModule: "libinput"
[   381.220] (II) systemd-logind: releasing fd for 13:71
[   381.240] (II) UnloadModule: "libinput"
[   381.240] (II) systemd-logind: releasing fd for 13:70
[   381.585] (II) NVIDIA(GPU-0): Deleting GPU-0
[   381.585] (II) NVIDIA(GPU-1): Renaming GPU-1 to GPU-0
[   381.585] (II) NVIDIA(GPU-0): Deleting GPU-0
[   381.588] (II) Server terminated successfully (0). Closing log file.

Last edited by 7thSon (2017-05-10 15:29:51)

Offline

#24 2017-05-12 03:05:20

7thSon
Member
Registered: 2017-05-07
Posts: 186

Re: Nvidia + Xorg with two GPUs

Ropid wrote:

Could those do something for this problem here? I'm imagining the GTX1070 rendering the whole X screen, then one 2560x1440 half of the screen going to the GTX1070's monitor output, and the other 2560x1440 half being sent to the GTX670 and to its monitor output. I browsed through the Optimus article in the ArchWiki, and tried to guess how setting that up might work. I came up with this xorg.conf here:

Section "ServerLayout"
    Identifier     "Layout"
    Screen      0  "GTX1070"   # or maybe a number 1 here if hit by that error mentioned in the wiki
    Inactive       "GTX670"
EndSection

Section "Device"
    Identifier     "GTX1070"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"
    Identifier     "GTX670"
    Driver         "nvidia"
    BusID          "PCI:2:0:0"
    Option         "AllowEmptyInitialConfiguration"
EndSection

I get an error when starting x that "Screen "GTX1070" not found" since it seems undefined. Any idea of how the screen should be set up with this config?

Offline

#25 2017-05-12 06:47:12

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: Nvidia + Xorg with two GPUs

This lacks at least something like

Section "Screen"
    Identifier     "GTX1070"
    Device         "GTX1070"
EndSection

(I'm frankly not sure this is gonna work the way you want it to)

Offline

Board footer

Powered by FluxBB