multiple Nvidia cards

Issues related to applications and software problems
Post Reply
SomeYoungDude
Posts: 3
Joined: 2018/05/10 16:12:29

multiple Nvidia cards

Post by SomeYoungDude » 2018/05/10 16:17:44

Hello Community,
I have a desktop with 2 Nvidia P5000
I was able to install the Nvidia kernel, but only one display has output.
Prior with the nouvea driver, both displayed output on both monitors.

# lspci | grep NVIDIA
03:00.0 VGA compatible controller: NVIDIA Corporation GP104GL [Quadro P5000] (rev a1)
03:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation GP104GL [Quadro P5000] (rev a1)
04:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)

I decided to continue and install the Cuda toolbox.
It appeared to go well, but when I did a reboot, it does not display output.
I can ssh into the system.

-Best,
Mike

SomeYoungDude
Posts: 3
Joined: 2018/05/10 16:12:29

Re: multiple Nvidia cards

Post by SomeYoungDude » 2018/05/10 16:33:50

Should have added the system setup:
Linux MUNICH 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
CentOS Linux release 7.4.1708 (Core)
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

CentOS Linux release 7.4.1708 (Core)
CentOS Linux release 7.4.1708 (Core)
And
[root@MUNICH ~]# nvidia-smi
Thu May 10 12:44:49 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.30 Driver Version: 390.30 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Quadro P5000 Off | 00000000:03:00.0 On | Off |
| 26% 33C P8 7W / 180W | 16MiB / 16275MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
| 1 Quadro P5000 Off | 00000000:04:00.0 Off | Off |
| 26% 32C P8 6W / 180W | 2MiB / 16278MiB | 0% Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 2256 G /usr/bin/X 14MiB |
+-----------------------------------------------------------------------------+
Xorg Config
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 390.30 (buildmeister@swio-display-x64-rhel04-14) Wed Jan 31 22:46:17 PST 2018


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

Section "Files"
FontPath "/usr/share/fonts/default/Type1"
EndSection

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
X11 log
[ 28.680]
X.Org X Server 1.19.3
Release Date: 2017-03-15
[ 28.680] X Protocol Version 11, Revision 0
[ 28.680] Build Operating System: 3.10.0-693.17.1.el7.x86_64
[ 28.680] Current Operating System: Linux MUNICH 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64
[ 28.681] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-693.21.1.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8 nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off
[ 28.681] Build Date: 07 March 2018 01:39:22PM
[ 28.681] Build ID: xorg-x11-server 1.19.3-11.el7_4.2
[ 28.681] Current version of pixman: 0.34.0
[ 28.681] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 28.681] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 28.681] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 10 13:52:46 2018
[ 28.682] (==) Using config file: "/etc/X11/xorg.conf"
[ 28.682] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 28.682] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 28.683] (==) ServerLayout "Layout0"
[ 28.683] (**) |-->Screen "Screen0" (0)
[ 28.683] (**) | |-->Monitor "Monitor0"
[ 28.684] (**) | |-->Device "Device0"
[ 28.684] (**) |-->Input Device "Keyboard0"
[ 28.684] (**) |-->Input Device "Mouse0"
[ 28.684] (==) Automatically adding devices
[ 28.684] (==) Automatically enabling devices
[ 28.684] (==) Automatically adding GPU devices
[ 28.684] (==) Automatically binding GPU devices
[ 28.684] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 28.684] (**) FontPath set to:
/usr/share/fonts/default/Type1,
catalogue:/etc/X11/fontpath.d,
built-ins
[ 28.684] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 28.684] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 28.684] (WW) Disabling Keyboard0
[ 28.684] (WW) Disabling Mouse0
[ 28.684] (II) Loader magic: 0x560e67ca5020
[ 28.684] (II) Module ABI versions:
[ 28.684] X.Org ANSI C Emulation: 0.4
[ 28.684] X.Org Video Driver: 23.0
[ 28.684] X.Org XInput driver : 24.1
[ 28.684] X.Org Server Extension : 10.0
[ 28.685] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 28.686] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 28.706] (--) PCI:*(0:3:0:0) 10de:1bb0:103c:11b2 rev 161, Mem @ 0xf4000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 28.706] (--) PCI: (0:4:0:0) 10de:1bb0:103c:11b2 rev 161, Mem @ 0xf2000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[ 28.706] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 28.706] (II) "glx" will be loaded by default.
[ 28.706] (II) LoadModule: "glx"
[ 28.706] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 28.710] (II) Module glx: vendor="X.Org Foundation"
[ 28.710] compiled for 1.19.3, module version = 1.0.0
[ 28.710] ABI class: X.Org Server Extension, version 10.0
[ 28.710] (II) LoadModule: "nvidia"
[ 28.710] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 28.711] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 28.711] compiled for 4.0.2, module version = 1.0.0
[ 28.711] Module class: X.Org Video Driver
[ 28.711] (II) NVIDIA dlloader X Driver 390.30 Wed Jan 31 21:01:36 PST 2018
[ 28.711] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 28.711] (++) using VT number 1

[ 28.715] (II) Loading sub module "fb"
[ 28.715] (II) LoadModule: "fb"
[ 28.715] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 28.715] (II) Module fb: vendor="X.Org Foundation"
[ 28.715] compiled for 1.19.3, module version = 1.0.0
[ 28.715] ABI class: X.Org ANSI C Emulation, version 0.4
[ 28.715] (II) Loading sub module "wfb"
[ 28.715] (II) LoadModule: "wfb"
[ 28.716] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 28.717] (II) Module wfb: vendor="X.Org Foundation"
[ 28.717] compiled for 1.19.3, module version = 1.0.0
[ 28.717] ABI class: X.Org ANSI C Emulation, version 0.4
[ 28.717] (II) Loading sub module "ramdac"
[ 28.717] (II) LoadModule: "ramdac"
[ 28.717] (II) Module "ramdac" already built-in
[ 28.719] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 28.719] (==) NVIDIA(0): RGB weight 888
[ 28.719] (==) NVIDIA(0): Default visual is TrueColor
[ 28.719] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 28.719] (**) NVIDIA(0): Enabling 2D acceleration
[ 28.720] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 28.720] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 28.720] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 28.720] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 28.720] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 30.489] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:3:0:0
[ 30.489] (--) NVIDIA(0): DFP-0
[ 30.489] (--) NVIDIA(0): DFP-1
[ 30.489] (--) NVIDIA(0): DFP-2
[ 30.489] (--) NVIDIA(0): DFP-3
[ 30.489] (--) NVIDIA(0): DFP-4
[ 30.489] (--) NVIDIA(0): DFP-5
[ 30.489] (--) NVIDIA(0): DFP-6
[ 30.489] (--) NVIDIA(0): DFP-7 (boot)
[ 30.489] (--) NVIDIA(0): DFP-8
[ 30.492] (II) NVIDIA(0): NVIDIA GPU Quadro P5000 (GP104GL-A) at PCI:3:0:0 (GPU-0)
[ 30.492] (--) NVIDIA(0): Memory: 16777216 kBytes
[ 30.492] (--) NVIDIA(0): VideoBIOS: 86.04.69.00.20
[ 30.492] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 30.493] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 30.493] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 30.493] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 30.493] (--) NVIDIA(GPU-0):
[ 30.493] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 30.493] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 30.493] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[ 30.493] (--) NVIDIA(GPU-0):
[ 30.493] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 30.493] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 30.493] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 30.493] (--) NVIDIA(GPU-0):
[ 30.493] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 30.493] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 30.493] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 30.493] (--) NVIDIA(GPU-0):
[ 30.493] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 30.493] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 30.493] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 30.493] (--) NVIDIA(GPU-0):
[ 30.493] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 30.493] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 30.493] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[ 30.493] (--) NVIDIA(GPU-0):
[ 30.494] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 30.494] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 30.494] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 30.494] (--) NVIDIA(GPU-0):
[ 30.495] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): connected
[ 30.495] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): Internal DisplayPort
[ 30.495] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): 1440.0 MHz maximum pixel clock
[ 30.495] (--) NVIDIA(GPU-0):
[ 30.496] (--) NVIDIA(GPU-0): DFP-8: disconnected
[ 30.496] (--) NVIDIA(GPU-0): DFP-8: Internal TMDS
[ 30.496] (--) NVIDIA(GPU-0): DFP-8: 165.0 MHz maximum pixel clock
[ 30.496] (--) NVIDIA(GPU-0):
[ 30.504] (==) NVIDIA(0):
[ 30.504] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 30.504] (==) NVIDIA(0): will be used as the requested mode.
[ 30.504] (==) NVIDIA(0):
[ 30.504] (II) NVIDIA(0): Validated MetaModes:
[ 30.504] (II) NVIDIA(0): "DFP-7:nvidia-auto-select"
[ 30.504] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 30.517] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[ 30.517] (--) NVIDIA(0): option
[ 30.517] (--) Depth 24 pixmap format is 32 bpp
[ 32.330] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:4:0:0
[ 32.330] (--) NVIDIA(0): DFP-0
[ 32.330] (--) NVIDIA(0): DFP-1
[ 32.330] (--) NVIDIA(0): DFP-2
[ 32.330] (--) NVIDIA(0): DFP-3
[ 32.330] (--) NVIDIA(0): DFP-4
[ 32.330] (--) NVIDIA(0): DFP-5
[ 32.330] (--) NVIDIA(0): DFP-6
[ 32.330] (--) NVIDIA(0): DFP-7
[ 32.330] (--) NVIDIA(0): DFP-8 (boot)
[ 32.334] (--) NVIDIA(GPU-1): DFP-0: disconnected
[ 32.334] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[ 32.334] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[ 32.334] (--) NVIDIA(GPU-1):
[ 32.334] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 32.334] (--) NVIDIA(GPU-1): DFP-1: Internal DisplayPort
[ 32.334] (--) NVIDIA(GPU-1): DFP-1: 1440.0 MHz maximum pixel clock
[ 32.334] (--) NVIDIA(GPU-1):
[ 32.334] (--) NVIDIA(GPU-1): DFP-2: disconnected
[ 32.334] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[ 32.334] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[ 32.334] (--) NVIDIA(GPU-1):
[ 32.334] (--) NVIDIA(GPU-1): DFP-3: disconnected
[ 32.334] (--) NVIDIA(GPU-1): DFP-3: Internal DisplayPort
[ 32.334] (--) NVIDIA(GPU-1): DFP-3: 1440.0 MHz maximum pixel clock
[ 32.334] (--) NVIDIA(GPU-1):
[ 32.335] (--) NVIDIA(GPU-1): DFP-4: disconnected
[ 32.335] (--) NVIDIA(GPU-1): DFP-4: Internal TMDS
[ 32.335] (--) NVIDIA(GPU-1): DFP-4: 165.0 MHz maximum pixel clock
[ 32.335] (--) NVIDIA(GPU-1):
[ 32.335] (--) NVIDIA(GPU-1): DFP-5: disconnected
[ 32.335] (--) NVIDIA(GPU-1): DFP-5: Internal DisplayPort
[ 32.335] (--) NVIDIA(GPU-1): DFP-5: 1440.0 MHz maximum pixel clock
[ 32.335] (--) NVIDIA(GPU-1):
[ 32.335] (--) NVIDIA(GPU-1): DFP-6: disconnected
[ 32.335] (--) NVIDIA(GPU-1): DFP-6: Internal TMDS
[ 32.335] (--) NVIDIA(GPU-1): DFP-6: 165.0 MHz maximum pixel clock
[ 32.335] (--) NVIDIA(GPU-1):
[ 32.335] (--) NVIDIA(GPU-1): DFP-7: disconnected
[ 32.335] (--) NVIDIA(GPU-1): DFP-7: Internal DisplayPort
[ 32.335] (--) NVIDIA(GPU-1): DFP-7: 1440.0 MHz maximum pixel clock
[ 32.335] (--) NVIDIA(GPU-1):
[ 32.369] (--) NVIDIA(GPU-1): DELL 2007FP (DFP-8): connected
[ 32.369] (--) NVIDIA(GPU-1): DELL 2007FP (DFP-8): Internal TMDS
[ 32.369] (--) NVIDIA(GPU-1): DELL 2007FP (DFP-8): 165.0 MHz maximum pixel clock
[ 32.369] (--) NVIDIA(GPU-1):
[ 32.429] (II) NVIDIA(GPU-1): NVIDIA GPU Quadro P5000 (GP104GL-A) at PCI:4:0:0 (GPU-1)
[ 32.429] (--) NVIDIA(GPU-1): Memory: 16777216 kBytes
[ 32.429] (--) NVIDIA(GPU-1): VideoBIOS: 86.04.69.00.20
[ 32.429] (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
[ 32.431] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[ 32.431] (II) NVIDIA: access.
[ 32.448] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 32.448] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 32.448] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 32.448] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 32.448] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 32.448] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 32.448] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 32.448] (II) NVIDIA(0): Config Options in the README.
[ 32.514] (II) NVIDIA(0): Setting mode "DFP-7:nvidia-auto-select"
[ 32.622] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 32.622] (==) NVIDIA(0): Backing store enabled
[ 32.622] (==) NVIDIA(0): Silken mouse enabled
[ 32.622] (**) NVIDIA(0): DPMS enabled
[ 32.623] (II) Loading sub module "dri2"
[ 32.623] (II) LoadModule: "dri2"
[ 32.623] (II) Module "dri2" already built-in
[ 32.623] (II) NVIDIA(0): [DRI2] Setup complete
[ 32.623] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 32.623] (--) RandR disabled
[ 32.632] (II) SELinux: Disabled by boolean
[ 32.633] (II) AIGLX: Screen 0 is not DRI2 capable
[ 32.634] (EE) AIGLX: reverting to software rendering
[ 32.702] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[ 32.704] (II) IGLX: Loaded and initialized swrast
[ 32.704] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 32.775] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 32.776] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 32.776] (**) Power Button: Applying InputClass "system-keyboard"
[ 32.776] (II) LoadModule: "evdev"
[ 32.776] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 32.777] (II) Module evdev: vendor="X.Org Foundation"
[ 32.777] compiled for 1.19.3, module version = 2.10.5
[ 32.777] Module class: X.Org XInput Driver
[ 32.777] ABI class: X.Org XInput driver, version 24.1
[ 32.777] (II) Using input driver 'evdev' for 'Power Button'
[ 32.777] (**) Power Button: always reports core events
[ 32.777] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 32.777] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 32.777] (--) evdev: Power Button: Found keys
[ 32.777] (II) evdev: Power Button: Configuring as keyboard
[ 32.777] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 32.777] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 32.777] (**) Option "xkb_rules" "evdev"
[ 32.778] (**) Option "xkb_layout" "us"
[ 32.779] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 32.779] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 32.779] (**) Power Button: Applying InputClass "system-keyboard"
[ 32.779] (II) Using input driver 'evdev' for 'Power Button'
[ 32.779] (**) Power Button: always reports core events
[ 32.779] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 32.779] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 32.779] (--) evdev: Power Button: Found keys
[ 32.779] (II) evdev: Power Button: Configuring as keyboard
[ 32.779] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 32.779] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 32.779] (**) Option "xkb_rules" "evdev"
[ 32.779] (**) Option "xkb_layout" "us"
[ 32.781] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[ 32.781] (II) No input driver specified, ignoring this device.
[ 32.781] (II) This device may have been added with another device file.
[ 32.781] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[ 32.781] (II) No input driver specified, ignoring this device.
[ 32.782] (II) This device may have been added with another device file.
[ 32.782] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[ 32.782] (II) No input driver specified, ignoring this device.
[ 32.782] (II) This device may have been added with another device file.
[ 32.783] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[ 32.783] (II) No input driver specified, ignoring this device.
[ 32.783] (II) This device may have been added with another device file.
[ 32.784] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[ 32.784] (II) No input driver specified, ignoring this device.
[ 32.784] (II) This device may have been added with another device file.
[ 32.785] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[ 32.785] (II) No input driver specified, ignoring this device.
[ 32.785] (II) This device may have been added with another device file.
[ 32.785] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[ 32.785] (II) No input driver specified, ignoring this device.
[ 32.785] (II) This device may have been added with another device file.
[ 32.786] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[ 32.786] (II) No input driver specified, ignoring this device.
[ 32.786] (II) This device may have been added with another device file.
[ 32.787] (II) config/udev: Adding input device Chicony HP Business Slim Keyboard (/dev/input/event2)
[ 32.787] (**) Chicony HP Business Slim Keyboard: Applying InputClass "evdev keyboard catchall"
[ 32.787] (**) Chicony HP Business Slim Keyboard: Applying InputClass "system-keyboard"
[ 32.787] (II) Using input driver 'evdev' for 'Chicony HP Business Slim Keyboard'
[ 32.787] (**) Chicony HP Business Slim Keyboard: always reports core events
[ 32.787] (**) evdev: Chicony HP Business Slim Keyboard: Device: "/dev/input/event2"
[ 32.787] (--) evdev: Chicony HP Business Slim Keyboard: Vendor 0x3f0 Product 0x2f4a
[ 32.787] (--) evdev: Chicony HP Business Slim Keyboard: Found keys
[ 32.787] (II) evdev: Chicony HP Business Slim Keyboard: Configuring as keyboard
[ 32.787] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input2/event2"
[ 32.787] (II) XINPUT: Adding extended input device "Chicony HP Business Slim Keyboard" (type: KEYBOARD, id 8)
[ 32.787] (**) Option "xkb_rules" "evdev"
[ 32.787] (**) Option "xkb_layout" "us"
[ 32.789] (II) config/udev: Adding input device Chicony HP Business Slim Keyboard (/dev/input/event3)
[ 32.789] (**) Chicony HP Business Slim Keyboard: Applying InputClass "evdev keyboard catchall"
[ 32.789] (**) Chicony HP Business Slim Keyboard: Applying InputClass "system-keyboard"
[ 32.789] (II) Using input driver 'evdev' for 'Chicony HP Business Slim Keyboard'
[ 32.789] (**) Chicony HP Business Slim Keyboard: always reports core events
[ 32.789] (**) evdev: Chicony HP Business Slim Keyboard: Device: "/dev/input/event3"
[ 32.789] (--) evdev: Chicony HP Business Slim Keyboard: Vendor 0x3f0 Product 0x2f4a
[ 32.789] (--) evdev: Chicony HP Business Slim Keyboard: Found 1 mouse buttons
[ 32.789] (--) evdev: Chicony HP Business Slim Keyboard: Found scroll wheel(s)
[ 32.790] (--) evdev: Chicony HP Business Slim Keyboard: Found relative axes
[ 32.790] (II) evdev: Chicony HP Business Slim Keyboard: Forcing relative x/y axes to exist.
[ 32.790] (--) evdev: Chicony HP Business Slim Keyboard: Found absolute axes
[ 32.790] (II) evdev: Chicony HP Business Slim Keyboard: Forcing absolute x/y axes to exist.
[ 32.790] (--) evdev: Chicony HP Business Slim Keyboard: Found keys
[ 32.790] (II) evdev: Chicony HP Business Slim Keyboard: Configuring as mouse
[ 32.790] (II) evdev: Chicony HP Business Slim Keyboard: Configuring as keyboard
[ 32.790] (II) evdev: Chicony HP Business Slim Keyboard: Adding scrollwheel support
[ 32.790] (**) evdev: Chicony HP Business Slim Keyboard: YAxisMapping: buttons 4 and 5
[ 32.790] (**) evdev: Chicony HP Business Slim Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 32.790] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/input/input3/event3"
[ 32.790] (II) XINPUT: Adding extended input device "Chicony HP Business Slim Keyboard" (type: KEYBOARD, id 9)
[ 32.790] (**) Option "xkb_rules" "evdev"
[ 32.790] (**) Option "xkb_layout" "us"
[ 32.790] (II) evdev: Chicony HP Business Slim Keyboard: initialized for relative axes.
[ 32.790] (WW) evdev: Chicony HP Business Slim Keyboard: ignoring absolute axes.
[ 32.791] (**) Chicony HP Business Slim Keyboard: (accel) keeping acceleration scheme 1
[ 32.791] (**) Chicony HP Business Slim Keyboard: (accel) acceleration profile 0
[ 32.791] (**) Chicony HP Business Slim Keyboard: (accel) acceleration factor: 2.000
[ 32.791] (**) Chicony HP Business Slim Keyboard: (accel) acceleration threshold: 4
[ 32.792] (II) config/udev: Adding input device Microsoft Microsoft Basic Optical Mouse v2.0 (/dev/input/event4)
[ 32.792] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : Applying InputClass "evdev pointer catchall"
[ 32.792] (II) Using input driver 'evdev' for 'Microsoft Microsoft Basic Optical Mouse v2.0 '
[ 32.792] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : always reports core events
[ 32.792] (**) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Device: "/dev/input/event4"
[ 32.843] (--) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Vendor 0x45e Product 0xcb
[ 32.843] (--) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Found 3 mouse buttons
[ 32.843] (--) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Found scroll wheel(s)
[ 32.843] (--) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Found relative axes
[ 32.843] (--) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Found x and y relative axes
[ 32.843] (II) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Configuring as mouse
[ 32.843] (II) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Adding scrollwheel support
[ 32.843] (**) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : YAxisMapping: buttons 4 and 5
[ 32.843] (**) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 32.843] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input4/event4"
[ 32.843] (II) XINPUT: Adding extended input device "Microsoft Microsoft Basic Optical Mouse v2.0 " (type: MOUSE, id 10)
[ 32.843] (II) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : initialized for relative axes.
[ 32.843] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : (accel) keeping acceleration scheme 1
[ 32.843] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : (accel) acceleration profile 0
[ 32.843] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : (accel) acceleration factor: 2.000
[ 32.844] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : (accel) acceleration threshold: 4
[ 32.844] (II) config/udev: Adding input device Microsoft Microsoft Basic Optical Mouse v2.0 (/dev/input/mouse0)
[ 32.844] (II) No input driver specified, ignoring this device.
[ 32.844] (II) This device may have been added with another device file.
[ 32.845] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[ 32.845] (II) No input driver specified, ignoring this device.
[ 32.845] (II) This device may have been added with another device file.
[ 32.846] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[ 32.846] (II) No input driver specified, ignoring this device.
[ 32.846] (II) This device may have been added with another device file.
[ 32.847] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
[ 32.847] (II) No input driver specified, ignoring this device.
[ 32.847] (II) This device may have been added with another device file.
[ 32.847] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[ 32.847] (II) No input driver specified, ignoring this device.
[ 32.847] (II) This device may have been added with another device file.
[ 32.848] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event9)
[ 32.848] (II) No input driver specified, ignoring this device.
[ 32.848] (II) This device may have been added with another device file.
[ 32.849] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 32.849] (II) No input driver specified, ignoring this device.
[ 32.849] (II) This device may have been added with another device file.
[ 32.850] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event19)
[ 32.850] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 32.850] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[ 32.850] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[ 32.850] (**) HP WMI hotkeys: always reports core events
[ 32.850] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event19"
[ 32.850] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[ 32.850] (--) evdev: HP WMI hotkeys: Found keys
[ 32.850] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[ 32.850] (**) Option "config_info" "udev:/sys/devices/virtual/input/input19/event19"
[ 32.850] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 11)
[ 32.850] (**) Option "xkb_rules" "evdev"
[ 32.850] (**) Option "xkb_layout" "us"
[ 32.863] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): connected
[ 32.863] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): Internal DisplayPort
[ 32.863] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): 1440.0 MHz maximum pixel clock
[ 32.863] (--) NVIDIA(GPU-0):
[ 32.880] AUDIT: Thu May 10 13:52:51 2018: 2276: client 1 connected from local host ( uid=0 gid=0 pid=2356 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 32.881] AUDIT: Thu May 10 13:52:51 2018: 2276: client 1 disconnected
[ 32.886] AUDIT: Thu May 10 13:52:51 2018: 2276: client 1 connected from local host ( uid=0 gid=0 pid=2358 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 32.887] AUDIT: Thu May 10 13:52:51 2018: 2276: client 1 disconnected
[ 32.894] AUDIT: Thu May 10 13:52:51 2018: 2276: client 1 connected from local host ( uid=0 gid=0 pid=1760 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.093] AUDIT: Thu May 10 13:52:51 2018: 2276: client 2 connected from local host ( uid=42 gid=42 pid=2372 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.135] AUDIT: Thu May 10 13:52:51 2018: 2276: client 3 connected from local host ( uid=42 gid=42 pid=2375 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.222] AUDIT: Thu May 10 13:52:51 2018: 2276: client 4 connected from local host ( uid=42 gid=42 pid=2375 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.223] AUDIT: Thu May 10 13:52:51 2018: 2276: client 4 disconnected
[ 33.231] AUDIT: Thu May 10 13:52:51 2018: 2276: client 4 connected from local host ( uid=42 gid=42 pid=2377 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.231] AUDIT: Thu May 10 13:52:51 2018: 2276: client 4 disconnected
[ 33.247] AUDIT: Thu May 10 13:52:51 2018: 2276: client 4 connected from local host ( uid=42 gid=42 pid=2377 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.247] AUDIT: Thu May 10 13:52:51 2018: 2276: client 4 disconnected
[ 33.256] AUDIT: Thu May 10 13:52:51 2018: 2276: client 4 connected from local host ( uid=42 gid=42 pid=2385 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.257] AUDIT: Thu May 10 13:52:51 2018: 2276: client 4 disconnected
[ 33.259] AUDIT: Thu May 10 13:52:51 2018: 2276: client 4 connected from local host ( uid=42 gid=42 pid=2385 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.260] AUDIT: Thu May 10 13:52:51 2018: 2276: client 5 connected from local host ( uid=42 gid=42 pid=2386 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.372] AUDIT: Thu May 10 13:52:51 2018: 2276: client 5 disconnected
[ 33.395] AUDIT: Thu May 10 13:52:51 2018: 2276: client 5 connected from local host ( uid=42 gid=42 pid=2389 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.409] AUDIT: Thu May 10 13:52:51 2018: 2276: client 6 connected from local host ( uid=42 gid=42 pid=2389 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.410] AUDIT: Thu May 10 13:52:51 2018: 2276: client 6 disconnected
[ 33.784] AUDIT: Thu May 10 13:52:51 2018: 2276: client 5 disconnected
[ 33.789] AUDIT: Thu May 10 13:52:51 2018: 2276: client 3 disconnected
[ 33.946] AUDIT: Thu May 10 13:52:52 2018: 2276: client 3 connected from local host ( uid=42 gid=42 pid=2444 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.947] AUDIT: Thu May 10 13:52:52 2018: 2276: client 3 disconnected
[ 33.948] AUDIT: Thu May 10 13:52:52 2018: 2276: client 3 connected from local host ( uid=42 gid=42 pid=2444 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 33.950] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 33.950] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 33.950] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 33.950] (--) NVIDIA(GPU-0):
[ 33.950] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 33.950] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 33.950] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[ 33.950] (--) NVIDIA(GPU-0):
[ 33.950] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 33.950] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 33.950] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 33.950] (--) NVIDIA(GPU-0):
[ 33.950] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 33.951] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 33.951] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 33.951] (--) NVIDIA(GPU-0):
[ 33.951] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 33.951] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 33.951] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 33.951] (--) NVIDIA(GPU-0):
[ 33.951] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 33.951] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 33.951] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[ 33.951] (--) NVIDIA(GPU-0):
[ 33.951] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 33.951] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 33.951] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 33.951] (--) NVIDIA(GPU-0):
[ 33.952] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): connected
[ 33.952] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): Internal DisplayPort
[ 33.952] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): 1440.0 MHz maximum pixel clock
[ 33.952] (--) NVIDIA(GPU-0):
[ 33.953] (--) NVIDIA(GPU-0): DFP-8: disconnected
[ 33.953] (--) NVIDIA(GPU-0): DFP-8: Internal TMDS
[ 33.953] (--) NVIDIA(GPU-0): DFP-8: 165.0 MHz maximum pixel clock
[ 33.953] (--) NVIDIA(GPU-0):
[ 34.065] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 34.065] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 34.065] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 34.065] (--) NVIDIA(GPU-0):
[ 34.065] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 34.065] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 34.065] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[ 34.065] (--) NVIDIA(GPU-0):
[ 34.066] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 34.066] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 34.066] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 34.066] (--) NVIDIA(GPU-0):
[ 34.066] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 34.066] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 34.066] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 34.066] (--) NVIDIA(GPU-0):
[ 34.066] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 34.066] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 34.066] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 34.066] (--) NVIDIA(GPU-0):
[ 34.066] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 34.066] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 34.066] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[ 34.066] (--) NVIDIA(GPU-0):
[ 34.066] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 34.066] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 34.066] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 34.067] (--) NVIDIA(GPU-0):
[ 34.067] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): connected
[ 34.067] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): Internal DisplayPort
[ 34.067] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): 1440.0 MHz maximum pixel clock
[ 34.067] (--) NVIDIA(GPU-0):
[ 34.069] (--) NVIDIA(GPU-0): DFP-8: disconnected
[ 34.069] (--) NVIDIA(GPU-0): DFP-8: Internal TMDS
[ 34.069] (--) NVIDIA(GPU-0): DFP-8: 165.0 MHz maximum pixel clock
[ 34.069] (--) NVIDIA(GPU-0):
[ 34.071] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 34.071] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 34.071] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 34.071] (--) NVIDIA(GPU-0):
[ 34.071] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 34.071] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 34.071] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[ 34.072] (--) NVIDIA(GPU-0):
[ 34.072] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 34.072] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 34.072] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 34.072] (--) NVIDIA(GPU-0):
[ 34.072] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 34.072] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 34.072] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 34.072] (--) NVIDIA(GPU-0):
[ 34.072] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 34.072] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 34.072] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 34.072] (--) NVIDIA(GPU-0):
[ 34.072] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 34.072] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 34.072] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[ 34.072] (--) NVIDIA(GPU-0):
[ 34.072] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 34.073] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 34.073] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 34.073] (--) NVIDIA(GPU-0):
[ 34.073] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): connected
[ 34.073] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): Internal DisplayPort
[ 34.073] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): 1440.0 MHz maximum pixel clock
[ 34.073] (--) NVIDIA(GPU-0):
[ 34.075] (--) NVIDIA(GPU-0): DFP-8: disconnected
[ 34.075] (--) NVIDIA(GPU-0): DFP-8: Internal TMDS
[ 34.075] (--) NVIDIA(GPU-0): DFP-8: 165.0 MHz maximum pixel clock
[ 34.075] (--) NVIDIA(GPU-0):
[ 34.087] AUDIT: Thu May 10 13:52:52 2018: 2276: client 3 disconnected
[ 34.177] AUDIT: Thu May 10 13:52:52 2018: 2276: client 3 connected from local host ( uid=42 gid=42 pid=2486 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 34.178] AUDIT: Thu May 10 13:52:52 2018: 2276: client 3 disconnected
[ 34.180] AUDIT: Thu May 10 13:52:52 2018: 2276: client 3 connected from local host ( uid=42 gid=42 pid=2486 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 34.182] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 34.182] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 34.182] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 34.182] (--) NVIDIA(GPU-0):
[ 34.182] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 34.182] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 34.182] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[ 34.182] (--) NVIDIA(GPU-0):
[ 34.182] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 34.182] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 34.182] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 34.182] (--) NVIDIA(GPU-0):
[ 34.182] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 34.182] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 34.182] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 34.182] (--) NVIDIA(GPU-0):
[ 34.182] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 34.182] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 34.183] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 34.183] (--) NVIDIA(GPU-0):
[ 34.183] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 34.183] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 34.183] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[ 34.183] (--) NVIDIA(GPU-0):
[ 34.183] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 34.183] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 34.183] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 34.183] (--) NVIDIA(GPU-0):
[ 34.184] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): connected
[ 34.184] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): Internal DisplayPort
[ 34.184] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): 1440.0 MHz maximum pixel clock
[ 34.184] (--) NVIDIA(GPU-0):
[ 34.185] (--) NVIDIA(GPU-0): DFP-8: disconnected
[ 34.185] (--) NVIDIA(GPU-0): DFP-8: Internal TMDS
[ 34.185] (--) NVIDIA(GPU-0): DFP-8: 165.0 MHz maximum pixel clock
[ 34.185] (--) NVIDIA(GPU-0):
[ 34.296] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 34.296] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 34.297] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 34.297] (--) NVIDIA(GPU-0):
[ 34.297] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 34.297] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 34.297] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[ 34.297] (--) NVIDIA(GPU-0):
[ 34.297] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 34.297] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 34.297] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 34.297] (--) NVIDIA(GPU-0):
[ 34.297] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 34.297] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 34.297] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 34.297] (--) NVIDIA(GPU-0):
[ 34.297] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 34.297] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 34.297] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 34.297] (--) NVIDIA(GPU-0):
[ 34.297] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 34.297] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 34.297] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[ 34.297] (--) NVIDIA(GPU-0):
[ 34.298] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 34.298] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 34.298] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 34.298] (--) NVIDIA(GPU-0):
[ 34.299] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): connected
[ 34.299] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): Internal DisplayPort
[ 34.299] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): 1440.0 MHz maximum pixel clock
[ 34.299] (--) NVIDIA(GPU-0):
[ 34.300] (--) NVIDIA(GPU-0): DFP-8: disconnected
[ 34.300] (--) NVIDIA(GPU-0): DFP-8: Internal TMDS
[ 34.300] (--) NVIDIA(GPU-0): DFP-8: 165.0 MHz maximum pixel clock
[ 34.300] (--) NVIDIA(GPU-0):
[ 34.303] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 34.303] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 34.303] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 34.303] (--) NVIDIA(GPU-0):
[ 34.303] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 34.303] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 34.303] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[ 34.303] (--) NVIDIA(GPU-0):
[ 34.303] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 34.303] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 34.303] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 34.303] (--) NVIDIA(GPU-0):
[ 34.303] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 34.303] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 34.303] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 34.303] (--) NVIDIA(GPU-0):
[ 34.303] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 34.303] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 34.303] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 34.303] (--) NVIDIA(GPU-0):
[ 34.303] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 34.304] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 34.304] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[ 34.304] (--) NVIDIA(GPU-0):
[ 34.304] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 34.304] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 34.304] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 34.304] (--) NVIDIA(GPU-0):
[ 34.305] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): connected
[ 34.305] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): Internal DisplayPort
[ 34.305] (--) NVIDIA(GPU-0): DELL U2414H (DFP-7): 1440.0 MHz maximum pixel clock
[ 34.305] (--) NVIDIA(GPU-0):
[ 34.306] (--) NVIDIA(GPU-0): DFP-8: disconnected
[ 34.306] (--) NVIDIA(GPU-0): DFP-8: Internal TMDS
[ 34.306] (--) NVIDIA(GPU-0): DFP-8: 165.0 MHz maximum pixel clock
[ 34.306] (--) NVIDIA(GPU-0):
[ 34.319] AUDIT: Thu May 10 13:52:52 2018: 2276: client 3 disconnected
[ 34.365] AUDIT: Thu May 10 13:52:52 2018: 2276: client 3 connected from local host ( uid=42 gid=42 pid=2490 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 34.379] AUDIT: Thu May 10 13:52:52 2018: 2276: client 5 connected from local host ( uid=42 gid=42 pid=2490 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 34.380] AUDIT: Thu May 10 13:52:52 2018: 2276: client 5 disconnected
[ 34.644] AUDIT: Thu May 10 13:52:52 2018: 2276: client 5 connected from local host ( uid=42 gid=42 pid=2490 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 34.644] AUDIT: Thu May 10 13:52:52 2018: 2276: client 5 disconnected
[ 34.838] AUDIT: Thu May 10 13:52:53 2018: 2276: client 5 connected from local host ( uid=42 gid=42 pid=2490 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 34.838] AUDIT: Thu May 10 13:52:53 2018: 2276: client 5 disconnected
[ 34.870] AUDIT: Thu May 10 13:52:53 2018: 2276: client 5 connected from local host ( uid=42 gid=42 pid=2532 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 1014
[ 34.871] AUDIT: Thu May 10 13:52:53 2018: 2276: client 5 disconnected
[ 238.919] (II) config/udev: removing device Microsoft Microsoft Basic Optical Mouse v2.0
[ 238.919] (II) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Close
[ 238.919] (II) UnloadModule: "evdev"
[ 240.620] (II) config/udev: Adding input device Microsoft Microsoft Basic Optical Mouse v2.0 (/dev/input/mouse0)
[ 240.620] (II) No input driver specified, ignoring this device.
[ 240.620] (II) This device may have been added with another device file.
[ 240.681] (II) config/udev: Adding input device Microsoft Microsoft Basic Optical Mouse v2.0 (/dev/input/event4)
[ 240.681] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : Applying InputClass "evdev pointer catchall"
[ 240.681] (II) Using input driver 'evdev' for 'Microsoft Microsoft Basic Optical Mouse v2.0 '
[ 240.681] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : always reports core events
[ 240.681] (**) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Device: "/dev/input/event4"
[ 240.732] (--) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Vendor 0x45e Product 0xcb
[ 240.732] (--) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Found 3 mouse buttons
[ 240.732] (--) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Found scroll wheel(s)
[ 240.732] (--) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Found relative axes
[ 240.732] (--) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Found x and y relative axes
[ 240.732] (II) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Configuring as mouse
[ 240.732] (II) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : Adding scrollwheel support
[ 240.732] (**) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : YAxisMapping: buttons 4 and 5
[ 240.732] (**) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 240.732] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input20/event4"
[ 240.732] (II) XINPUT: Adding extended input device "Microsoft Microsoft Basic Optical Mouse v2.0 " (type: MOUSE, id 10)
[ 240.732] (II) evdev: Microsoft Microsoft Basic Optical Mouse v2.0 : initialized for relative axes.
[ 240.733] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : (accel) keeping acceleration scheme 1
[ 240.733] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : (accel) acceleration profile 0
[ 240.733] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : (accel) acceleration factor: 2.000
[ 240.733] (**) Microsoft Microsoft Basic Optical Mouse v2.0 : (accel) acceleration threshold: 4

SomeYoungDude
Posts: 3
Joined: 2018/05/10 16:12:29

Re: multiple Nvidia cards

Post by SomeYoungDude » 2018/05/14 19:14:38

This was resolved by using the matching Nvidia driver with Cuda toolbox version

Dual monitor I used the primary card which had 4 display ports.

I was trying to use both video cards per monitor

Post Reply