Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
windowsisdeadtome

Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

Hello Minty-people!

A new Minty user, lontime Windows user, pretty familiar with ubuntu and have finally decided to make *nix my primary OS.

I've come to an issue that I have seen many users face; Linux and Multiple Video Cads + Multiple Monitors. I've spent the entire weekend trying to get my 2x GeForce GTX-1070 cards and 5 identical Samsung 27" monitors to work, but can only either get:
  • 4x to work across 1 screen (using this now)
  • 4x to work with Xinerama but maximise windows stretch entire screen
  • 4x to work as 4 screens
  • 5x to work with Xinerama but Cinnamon crashes
I have found a thread on here that I have followed and run through the steps, but can't get the outcome of that thread and after 12 hours of attempting to get this working myself (and taking my entire weekend), I've come here for help.

I have backups of my xorg.conf for the above scenarios, but don't want to post them on here and clutter it up, but I will post the 4th bullet above which had all my screens working, but Cinnamon crashes

Code: Select all

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 396.24  (buildd@lgw01-amd64-037)  Wed May  2 23:26:43 UTC 2018

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" 1920 0
    Screen      2  "Screen2" 3840 0
    Screen      3  "Screen3" 5760 0
    Screen      4  "Screen4" 7680 0
    #Screen      4  "Screen4" RightOf "Screen3"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection

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

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor2"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor3"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor4"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       0.0 - 0.0
    VertRefresh     0.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Device"
    Identifier     "Device2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
    Screen          2
EndSection

Section "Device"
    Identifier     "Device3"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
    Screen          3
EndSection

Section "Device"
    Identifier     "Device4"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:2:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-7"
    Option         "metamodes" "DP-5: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-5"
    Option         "metamodes" "DP-3: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "metamodes" "DP-1: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen3"
    Device         "Device3"
    Monitor        "Monitor3"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "HDMI-0: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
# Removed Option "metamodes" "nvidia-auto-select +0+0"
    Identifier     "Screen4"
    Device         "Device4"
    Monitor        "Monitor4"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection
Would love to get some help with this, especially if you're around roblm. :)
I have a 6th monitor I want to use, but need a longer cable so for now I want to get the 5 working.

Thanks in advnace for the help!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by roblm »

windowsisdeadtome wrote: Sun Jul 01, 2018 3:32 am
I have found a thread on here that I have followed and run through the steps, but can't get the outcome of that thread and after 12 hours of attempting to get this working myself (and taking my entire weekend), I've come here for help.

Since you mentioned me, I assume you’re referring to this topic: viewtopic.php?f=59&t=243882
He was using Mint 18.1 Xfce after unsuccessfully using Cinnamon.


Multi GPU/multi monitor support using the Nvidia driver is poor in Cinnamon, compared to Windows.

I did some testing several months ago using Cinnamon 18.3, two GeForce GT 8400 GS cards and 4 monitors, 2 attached to each card. Xinerama was enabled. The best result I could get for an expanded desktop across all 4 monitors was Fallback Mode with a black desktop, but now switched to the MATE menu and panel. The other 3 screens were black but usable. Right clicking on them did nothing but windows could be moved to them. This was not the typical Fallback Mode, where the fbdev driver is usually loaded instead of the Nvidia driver and there is a lot higher CPU usage because software rendering of graphics is being done. But here, the Nvidia driver was loaded and there was no high CPU usage. VLC initially didn't work until changing the Output setting in Tools > Preferences > Video from Automatic to X11 video output, but video in .avi format would not play.

Using the same setup with Mint 18.3 MATE or Xfce worked correctly. So that’s what I suggest you try next.

The other method would be to use Nvidia’s Base Mosaic mode, which doesn’t need Xorg’s Xinerama and it's problems. However, you would need to use certain identical Nvidia Quadro video cards. Nvidia has limited support to only 3 screens when other video cards are used: https://images.nvidia.com/content/quadr ... aic-UG.pdf

Here is an example using Base Mosaic and 8 monitors, but it’s an old article and I’m not certain it would work with Cinnamon. It’s often hard to find reliable updated info.
https://www.phoronix.com/forums/forum/l ... t-xinerama

I’m going to do some testing with Mint 19 Cinnamon to see if anything has changed, when I get some spare time.
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

Good Morning Roblm,

Mate, I wasn't expecting a response so quickly, legendary dude. Also quite impressed with this forum, on Ubuntu forums, posts go unanswered for months on this and other topics.

I'm off travelling for the work week and back home on Friday, I'll give MATE a go and see how it feels. I did some quick searches on it and can see its not as feature rich as Cinnamon, but still worth a shot.

Did my xorg file look symantically correct though and Cinnamon just couldn't handle the config?

Appreciate the help and will post back on MATE progress later in the week.

Cheers

**Edit: yes, the thread you linked was the one I followed and was really impressed with all your insight and help offered. It is a great thread on general xscreen and xorg configuration that I think if posted as a blog somewhere, it would get some good reads.
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

That old link you posted was a good read, I did notice that he was using xfce, which I have also read a few other blogs/posts that others also got similar working in the same.

I did note that he had 6 monitors, but only one identified in his xorg conf file, I'm guessing I can probably clean mine up and have just one as well, but as my devices call for the monitor #, maybe not.

Anyway, I'll give it all a crack when I get home.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by roblm »

windowsisdeadtome wrote: Sun Jul 01, 2018 5:07 pm Did my xorg file look symantically correct though and Cinnamon just couldn't handle the config?
It looks OK but I would need to see the output of xrandr and the /var/log/Xorg.0.log file to verify it.

Was that file completely generated by nvidia-settings or did you do some manual editing?

Unless I get different results from testing Mint 19, Cinnamon won’t work correctly unless you want to test the modified Cinnamon crash - Fallback Mode situation I described in my first post, which is probably the same as the 5x to work with Xinerama but Cinnamon crashes result you experienced.
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

So I'm back now and have installed MATE and a few interesting things...

With base install and no display drivers but the default, I could activate all 5 displays but the system felt slow and when using the display settings to rearrange my monitors was difficult as when I dragged a monitor, it left residual graphics when I dragged a monitor making it almost impossible to see where my dragged monitor was.

I installed the nvidia drivers and could not detect all 5 in the display settings, but could activate the display in nvidia-settings as a new x-screen, but on the new xscreen it's a black backgroun and I can't move windows to it. On the other four screens, when I maximise, it maximises across all 4 screens instead of the one screen it's in. This is the mode I'm in right now and will post outputs of a few things.

$ inxi -Gx

Code: Select all

Graphics:  Card-1: NVIDIA GP104 [GeForce GTX 1070] bus-ID: 01:00.0
           Card-2: NVIDIA GP104 [GeForce GTX 1070] bus-ID: 02:00.0
           Display Server: x11 (X.Org 1.19.6 ) driver: nvidia Resolution: 7680x1080, 1920x1080
           OpenGL: renderer: GeForce GTX 1070/PCIe/SSE2 version: 4.6.0 NVIDIA 390.48 Direct Render: Yes
$ xrandr

Code: Select all

Screen 0: minimum 8 x 8, current 7680 x 1080, maximum 32767 x 32767
DVI-D-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 1920x1080+5760+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080     60.00*+  59.94    50.00  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94  
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 connected primary 1920x1080+3840+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080     60.00*+  59.94    50.00  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94  
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080     60.00*+  59.94    50.00  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94  
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080     60.00*+  59.94    50.00  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94
xorg.conf file

Code: Select all

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 390.42  (buildd@lcy01-amd64-029)  Thu Mar 22 17:34:03 UTC 2018


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

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"

    # HorizSync source: unknown, VertRefresh source: unknown
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:2:0:0"
EndSection

Section "Screen"

# Removed Option "metamodes" "HDMI-0: nvidia-auto-select +5760+0, DP-1: nvidia-auto-select +3840+0, DP-3: nvidia-auto-select +1920+0, DP-5: nvidia-auto-select +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "metamodes" "DP-1: nvidia-auto-select +3840+0 {AllowGSYNC=Off}, HDMI-0: nvidia-auto-select +5760+0, DP-3: nvidia-auto-select +1920+0, DP-5: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "nvidia-auto-select +0+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
And the last is the output of my Xorg.0.log file, it's long and not sure what you're looking for so I put it here... I'm interested to know what you look for in this log so I can also look during subsequent changes.

Code: Select all

[   742.943] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[   742.943] X Protocol Version 11, Revision 0
[   742.943] Build Operating System: Linux 4.4.0-119-generic x86_64 Ubuntu
[   742.943] Current Operating System: Linux SG-1-Prometheus 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64
[   742.943] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic root=UUID=a309c531-cc2a-4942-b346-7c9969df2ec7 ro quiet splash vt.handoff=1
[   742.943] Build Date: 13 April 2018  08:07:36PM
[   742.943] xorg-server 2:1.19.6-1ubuntu4 (For technical support please see http://www.ubuntu.com/support) 
[   742.943] Current version of pixman: 0.34.0
[   742.943] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   742.943] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   742.943] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul  6 17:46:33 2018
[   742.943] (==) Using config file: "/etc/X11/xorg.conf"
[   742.943] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   742.943] (==) ServerLayout "Layout0"
[   742.943] (**) |-->Screen "Screen0" (0)
[   742.943] (**) |   |-->Monitor "Monitor0"
[   742.943] (**) |   |-->Device "Device0"
[   742.943] (**) |-->Screen "Screen1" (1)
[   742.943] (**) |   |-->Monitor "Monitor1"
[   742.943] (**) |   |-->Device "Device1"
[   742.943] (**) |-->Input Device "Keyboard0"
[   742.943] (**) |-->Input Device "Mouse0"
[   742.944] (**) Option "Xinerama" "0"
[   742.944] (==) Automatically adding devices
[   742.944] (==) Automatically enabling devices
[   742.944] (==) Automatically adding GPU devices
[   742.944] (==) Automatically binding GPU devices
[   742.944] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   742.944] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   742.944] 	Entry deleted from font path.
[   742.944] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   742.944] 	Entry deleted from font path.
[   742.944] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   742.944] 	Entry deleted from font path.
[   742.944] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   742.944] 	Entry deleted from font path.
[   742.944] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   742.944] 	Entry deleted from font path.
[   742.944] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[   742.944] (==) ModulePath set to "/usr/lib/xorg/modules"
[   742.944] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   742.944] (WW) Disabling Keyboard0
[   742.944] (WW) Disabling Mouse0
[   742.944] (II) Loader magic: 0x5640cc8d8020
[   742.944] (II) Module ABI versions:
[   742.944] 	X.Org ANSI C Emulation: 0.4
[   742.944] 	X.Org Video Driver: 23.0
[   742.944] 	X.Org XInput driver : 24.1
[   742.944] 	X.Org Server Extension : 10.0
[   742.944] (++) using VT number 7

[   742.944] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   742.944] (II) xfree86: Adding drm device (/dev/dri/card0)
[   742.944] (II) xfree86: Adding drm device (/dev/dri/card1)
[   742.945] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[   742.945] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[   742.946] (--) PCI:*(0:1:0:0) 10de:1b81:3842:5173 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   742.946] (--) PCI: (0:2:0:0) 10de:1b81:3842:6173 rev 161, Mem @ 0xdc000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[   742.946] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   742.946] (II) LoadModule: "dbe"
[   742.946] (II) Module "dbe" already built-in
[   742.946] (II) LoadModule: "extmod"
[   742.946] (II) Module "extmod" already built-in
[   742.946] (II) LoadModule: "glx"
[   742.946] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/libglx.so
[   742.948] (II) Module glx: vendor="NVIDIA Corporation"
[   742.948] 	compiled for 4.0.2, module version = 1.0.0
[   742.948] 	Module class: X.Org Server Extension
[   742.948] (II) NVIDIA GLX Module  390.48  Wed Mar 21 23:42:56 PDT 2018
[   742.948] (II) LoadModule: "nvidia"
[   742.948] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
[   742.948] (II) Module nvidia: vendor="NVIDIA Corporation"
[   742.948] 	compiled for 4.0.2, module version = 1.0.0
[   742.948] 	Module class: X.Org Video Driver
[   742.948] (II) NVIDIA dlloader X Driver  390.48  Wed Mar 21 23:18:15 PDT 2018
[   742.948] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   742.948] (II) Loading sub module "fb"
[   742.948] (II) LoadModule: "fb"
[   742.948] (II) Loading /usr/lib/xorg/modules/libfb.so
[   742.948] (II) Module fb: vendor="X.Org Foundation"
[   742.948] 	compiled for 1.19.6, module version = 1.0.0
[   742.948] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   742.948] (II) Loading sub module "wfb"
[   742.948] (II) LoadModule: "wfb"
[   742.948] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   742.948] (II) Module wfb: vendor="X.Org Foundation"
[   742.948] 	compiled for 1.19.6, module version = 1.0.0
[   742.948] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   742.948] (II) Loading sub module "ramdac"
[   742.948] (II) LoadModule: "ramdac"
[   742.948] (II) Module "ramdac" already built-in
[   742.949] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   742.949] (==) NVIDIA(0): RGB weight 888
[   742.949] (==) NVIDIA(0): Default visual is TrueColor
[   742.949] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   742.949] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[   742.949] (**) NVIDIA(0): Option "Stereo" "0"
[   742.949] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-3"
[   742.949] (**) NVIDIA(0): Option "SLI" "Off"
[   742.949] (**) NVIDIA(0): Option "MultiGPU" "Off"
[   742.949] (**) NVIDIA(0): Option "BaseMosaic" "off"
[   742.949] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   742.949] (**) NVIDIA(0): Stereo disabled by request
[   742.949] (**) NVIDIA(0): NVIDIA SLI disabled.
[   742.949] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[   742.949] (**) NVIDIA(0): Option "MetaModes" "HDMI-0: nvidia-auto-select +5760+0, DP-1: nvidia-auto-select +3840+0, DP-3: nvidia-auto-select +1920+0, DP-5: nvidia-auto-select +0+0"
[   742.949] (**) NVIDIA(0): Enabling 2D acceleration
[   743.945] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   743.945] (--) NVIDIA(0):     DFP-0
[   743.945] (--) NVIDIA(0):     DFP-1 (boot)
[   743.945] (--) NVIDIA(0):     DFP-2
[   743.945] (--) NVIDIA(0):     DFP-3 (boot)
[   743.945] (--) NVIDIA(0):     DFP-4
[   743.945] (--) NVIDIA(0):     DFP-5 (boot)
[   743.945] (--) NVIDIA(0):     DFP-6
[   743.945] (--) NVIDIA(0):     DFP-7 (boot)
[   743.945] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[   743.945] (--) NVIDIA(0): Memory: 8388608 kBytes
[   743.945] (--) NVIDIA(0): VideoBIOS: 86.04.50.00.72
[   743.945] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   743.946] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   743.946] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   743.946] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   743.946] (--) NVIDIA(GPU-0): 
[   743.981] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[   743.981] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[   743.981] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[   743.981] (--) NVIDIA(GPU-0): 
[   743.981] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   743.981] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   743.981] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[   743.981] (--) NVIDIA(GPU-0): 
[   744.049] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[   744.049] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[   744.049] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[   744.049] (--) NVIDIA(GPU-0): 
[   744.049] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   744.049] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   744.049] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[   744.049] (--) NVIDIA(GPU-0): 
[   744.182] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[   744.182] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[   744.182] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[   744.182] (--) NVIDIA(GPU-0): 
[   744.182] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   744.182] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   744.182] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[   744.182] (--) NVIDIA(GPU-0): 
[   744.313] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[   744.313] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[   744.313] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[   744.313] (--) NVIDIA(GPU-0): 
[   744.327] (II) NVIDIA(0): Validated MetaModes:
[   744.327] (II) NVIDIA(0):    
[   744.327] (II) NVIDIA(0):     "HDMI-0:nvidia-auto-select+5760+0,DP-1:nvidia-auto-select+3840+0,DP-3:nvidia-auto-select+1920+0,DP-5:nvidia-auto-select+0+0"
[   744.327] (II) NVIDIA(0): Virtual screen size determined to be 7680 x 1080
[   744.330] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[   744.330] (--) NVIDIA(0):     option
[   744.330] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[   744.330] (==) NVIDIA(1): RGB weight 888
[   744.330] (==) NVIDIA(1): Default visual is TrueColor
[   744.330] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[   744.330] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   744.330] (**) NVIDIA(1): Option "Stereo" "0"
[   744.330] (**) NVIDIA(1): Option "SLI" "Off"
[   744.330] (**) NVIDIA(1): Option "MultiGPU" "Off"
[   744.330] (**) NVIDIA(1): Option "BaseMosaic" "off"
[   744.330] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[   744.330] (**) NVIDIA(1): Stereo disabled by request
[   744.330] (**) NVIDIA(1): NVIDIA SLI disabled.
[   744.330] (**) NVIDIA(1): NVIDIA Multi-GPU disabled.
[   744.330] (**) NVIDIA(1): Option "MetaModes" "nvidia-auto-select +0+0 {AllowGSYNC=Off}"
[   744.330] (**) NVIDIA(1): Enabling 2D acceleration
[   744.860] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:2:0:0
[   744.860] (--) NVIDIA(0):     DFP-0
[   744.860] (--) NVIDIA(0):     DFP-1 (boot)
[   744.860] (--) NVIDIA(0):     DFP-2
[   744.860] (--) NVIDIA(0):     DFP-3
[   744.860] (--) NVIDIA(0):     DFP-4
[   744.860] (--) NVIDIA(0):     DFP-5
[   744.860] (--) NVIDIA(0):     DFP-6
[   744.860] (--) NVIDIA(0):     DFP-7
[   744.861] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:2:0:0 (GPU-1)
[   744.861] (--) NVIDIA(1): Memory: 8388608 kBytes
[   744.861] (--) NVIDIA(1): VideoBIOS: 86.04.50.00.72
[   744.861] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[   744.861] (--) NVIDIA(GPU-1): DFP-0: disconnected
[   744.861] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[   744.861] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[   744.861] (--) NVIDIA(GPU-1): 
[   744.892] (--) NVIDIA(GPU-1): Samsung S27F350 (DFP-1): connected
[   744.892] (--) NVIDIA(GPU-1): Samsung S27F350 (DFP-1): Internal TMDS
[   744.892] (--) NVIDIA(GPU-1): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[   744.892] (--) NVIDIA(GPU-1): 
[   744.892] (--) NVIDIA(GPU-1): DFP-2: disconnected
[   744.892] (--) NVIDIA(GPU-1): DFP-2: Internal DisplayPort
[   744.892] (--) NVIDIA(GPU-1): DFP-2: 1440.0 MHz maximum pixel clock
[   744.892] (--) NVIDIA(GPU-1): 
[   744.892] (--) NVIDIA(GPU-1): DFP-3: disconnected
[   744.892] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[   744.892] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[   744.892] (--) NVIDIA(GPU-1): 
[   744.892] (--) NVIDIA(GPU-1): DFP-4: disconnected
[   744.892] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[   744.892] (--) NVIDIA(GPU-1): DFP-4: 1440.0 MHz maximum pixel clock
[   744.892] (--) NVIDIA(GPU-1): 
[   744.892] (--) NVIDIA(GPU-1): DFP-5: disconnected
[   744.892] (--) NVIDIA(GPU-1): DFP-5: Internal TMDS
[   744.892] (--) NVIDIA(GPU-1): DFP-5: 165.0 MHz maximum pixel clock
[   744.892] (--) NVIDIA(GPU-1): 
[   744.892] (--) NVIDIA(GPU-1): DFP-6: disconnected
[   744.892] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[   744.892] (--) NVIDIA(GPU-1): DFP-6: 1440.0 MHz maximum pixel clock
[   744.892] (--) NVIDIA(GPU-1): 
[   744.892] (--) NVIDIA(GPU-1): DFP-7: disconnected
[   744.892] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[   744.892] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[   744.892] (--) NVIDIA(GPU-1): 
[   744.897] (II) NVIDIA(1): Validated MetaModes:
[   744.897] (II) NVIDIA(1):     "nvidia-auto-select+0+0{AllowGSYNC=Off}"
[   744.897] (II) NVIDIA(1): Virtual screen size determined to be 1920 x 1080
[   744.902] (--) NVIDIA(1): DPI set to (81, 80); computed from "UseEdidDpi" X config
[   744.902] (--) NVIDIA(1):     option
[   744.902] (--) Depth 24 pixmap format is 32 bpp
[   744.913] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[   744.913] (II) NVIDIA:     access.
[   744.925] (II) NVIDIA(0): Setting mode "HDMI-0:nvidia-auto-select+5760+0,DP-1:nvidia-auto-select+3840+0,DP-3:nvidia-auto-select+1920+0,DP-5:nvidia-auto-select+0+0"
[   745.059] (==) NVIDIA(0): Disabling shared memory pixmaps
[   745.059] (==) NVIDIA(0): Backing store enabled
[   745.059] (==) NVIDIA(0): Silken mouse enabled
[   745.060] (**) NVIDIA(0): DPMS enabled
[   745.060] (II) Loading sub module "dri2"
[   745.060] (II) LoadModule: "dri2"
[   745.060] (II) Module "dri2" already built-in
[   745.060] (II) NVIDIA(0): [DRI2] Setup complete
[   745.060] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   745.060] (--) RandR disabled
[   745.073] (II) NVIDIA(1): Setting mode "nvidia-auto-select+0+0{AllowGSYNC=Off}"
[   745.096] (==) NVIDIA(1): Disabling shared memory pixmaps
[   745.096] (==) NVIDIA(1): Backing store enabled
[   745.096] (==) NVIDIA(1): Silken mouse enabled
[   745.096] (**) NVIDIA(1): DPMS enabled
[   745.096] (II) Loading sub module "dri2"
[   745.096] (II) LoadModule: "dri2"
[   745.096] (II) Module "dri2" already built-in
[   745.096] (II) NVIDIA(1): [DRI2] Setup complete
[   745.096] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[   745.096] (--) RandR disabled
[   745.097] (II) SELinux: Disabled on system
[   745.097] (II) Initializing extension GLX
[   745.097] (II) Indirect GLX disabled.
[   745.118] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   745.118] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   745.118] (II) LoadModule: "libinput"
[   745.118] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   745.118] (II) Module libinput: vendor="X.Org Foundation"
[   745.118] 	compiled for 1.19.6, module version = 0.27.1
[   745.118] 	Module class: X.Org XInput Driver
[   745.118] 	ABI class: X.Org XInput driver, version 24.1
[   745.118] (II) Using input driver 'libinput' for 'Power Button'
[   745.118] (**) Power Button: always reports core events
[   745.118] (**) Option "Device" "/dev/input/event2"
[   745.118] (**) Option "_source" "server/udev"
[   745.119] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   745.119] (II) event2  - Power Button: device is a keyboard
[   745.119] (II) event2  - Power Button: device removed
[   745.140] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   745.140] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   745.140] (**) Option "xkb_model" "pc105"
[   745.140] (**) Option "xkb_layout" "us"
[   745.140] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   745.140] (II) event2  - Power Button: device is a keyboard
[   745.140] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   745.140] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   745.140] (II) Using input driver 'libinput' for 'Power Button'
[   745.140] (**) Power Button: always reports core events
[   745.140] (**) Option "Device" "/dev/input/event1"
[   745.140] (**) Option "_source" "server/udev"
[   745.140] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   745.140] (II) event1  - Power Button: device is a keyboard
[   745.140] (II) event1  - Power Button: device removed
[   745.156] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   745.156] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   745.156] (**) Option "xkb_model" "pc105"
[   745.156] (**) Option "xkb_layout" "us"
[   745.156] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   745.156] (II) event1  - Power Button: device is a keyboard
[   745.156] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[   745.156] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   745.156] (II) Using input driver 'libinput' for 'Sleep Button'
[   745.156] (**) Sleep Button: always reports core events
[   745.156] (**) Option "Device" "/dev/input/event0"
[   745.156] (**) Option "_source" "server/udev"
[   745.156] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   745.156] (II) event0  - Sleep Button: device is a keyboard
[   745.156] (II) event0  - Sleep Button: device removed
[   745.176] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[   745.176] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   745.176] (**) Option "xkb_model" "pc105"
[   745.176] (**) Option "xkb_layout" "us"
[   745.176] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   745.176] (II) event0  - Sleep Button: device is a keyboard
[   745.176] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
[   745.176] (II) No input driver specified, ignoring this device.
[   745.176] (II) This device may have been added with another device file.
[   745.177] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
[   745.177] (II) No input driver specified, ignoring this device.
[   745.177] (II) This device may have been added with another device file.
[   745.177] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event20)
[   745.177] (II) No input driver specified, ignoring this device.
[   745.177] (II) This device may have been added with another device file.
[   745.177] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event21)
[   745.177] (II) No input driver specified, ignoring this device.
[   745.177] (II) This device may have been added with another device file.
[   745.177] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event22)
[   745.177] (II) No input driver specified, ignoring this device.
[   745.177] (II) This device may have been added with another device file.
[   745.178] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event23)
[   745.178] (II) No input driver specified, ignoring this device.
[   745.178] (II) This device may have been added with another device file.
[   745.178] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event24)
[   745.178] (II) No input driver specified, ignoring this device.
[   745.178] (II) This device may have been added with another device file.
[   745.178] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event25)
[   745.178] (II) No input driver specified, ignoring this device.
[   745.178] (II) This device may have been added with another device file.
[   745.179] (II) config/udev: Adding input device Corsair Corsair STRAFE RGB Gaming Keyboard (/dev/input/event6)
[   745.179] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[   745.179] (II) Using input driver 'libinput' for 'Corsair Corsair STRAFE RGB Gaming Keyboard'
[   745.179] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: always reports core events
[   745.179] (**) Option "Device" "/dev/input/event6"
[   745.179] (**) Option "_source" "server/udev"
[   745.179] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[   745.179] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: device is a keyboard
[   745.179] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: device removed
[   745.192] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:1B1C:1B20.0007/input/input9/event6"
[   745.192] (II) XINPUT: Adding extended input device "Corsair Corsair STRAFE RGB Gaming Keyboard" (type: KEYBOARD, id 9)
[   745.192] (**) Option "xkb_model" "pc105"
[   745.192] (**) Option "xkb_layout" "us"
[   745.192] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[   745.192] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: device is a keyboard
[   745.193] (II) config/udev: Adding input device Corsair Corsair STRAFE RGB Gaming Keyboard (/dev/input/event7)
[   745.193] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[   745.193] (II) Using input driver 'libinput' for 'Corsair Corsair STRAFE RGB Gaming Keyboard'
[   745.193] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: always reports core events
[   745.193] (**) Option "Device" "/dev/input/event7"
[   745.193] (**) Option "_source" "server/udev"
[   745.194] (II) event7  - Corsair Corsair STRAFE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[   745.194] (II) event7  - Corsair Corsair STRAFE RGB Gaming Keyboard: device is a keyboard
[   745.194] (II) event7  - Corsair Corsair STRAFE RGB Gaming Keyboard: device removed
[   745.212] (II) libinput: Corsair Corsair STRAFE RGB Gaming Keyboard: needs a virtual subdevice
[   745.212] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:1B1C:1B20.0008/input/input10/event7"
[   745.212] (II) XINPUT: Adding extended input device "Corsair Corsair STRAFE RGB Gaming Keyboard" (type: MOUSE, id 10)
[   745.212] (**) Option "AccelerationScheme" "none"
[   745.212] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: (accel) selected scheme none/0
[   745.212] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: (accel) acceleration factor: 2.000
[   745.212] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: (accel) acceleration threshold: 4
[   745.213] (II) event7  - Corsair Corsair STRAFE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[   745.213] (II) event7  - Corsair Corsair STRAFE RGB Gaming Keyboard: device is a keyboard
[   745.215] (II) config/udev: Adding input device Logitech M705 (/dev/input/event8)
[   745.215] (**) Logitech M705: Applying InputClass "libinput pointer catchall"
[   745.215] (II) Using input driver 'libinput' for 'Logitech M705'
[   745.215] (**) Logitech M705: always reports core events
[   745.215] (**) Option "Device" "/dev/input/event8"
[   745.215] (**) Option "_source" "server/udev"
[   745.217] (II) event8  - Logitech M705: is tagged by udev as: Mouse
[   745.217] (II) event8  - Logitech M705: device set to 800 DPI
[   745.217] (II) event8  - Logitech M705: device is a pointer
[   745.217] (II) event8  - Logitech M705: device removed
[   745.256] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.4/1-7.4:1.2/0003:046D:C52B.0004/0003:046D:101B.0009/input/input11/event8"
[   745.256] (II) XINPUT: Adding extended input device "Logitech M705" (type: MOUSE, id 11)
[   745.256] (**) Option "AccelerationScheme" "none"
[   745.256] (**) Logitech M705: (accel) selected scheme none/0
[   745.256] (**) Logitech M705: (accel) acceleration factor: 2.000
[   745.256] (**) Logitech M705: (accel) acceleration threshold: 4
[   745.257] (II) event8  - Logitech M705: is tagged by udev as: Mouse
[   745.257] (II) event8  - Logitech M705: device set to 800 DPI
[   745.257] (II) event8  - Logitech M705: device is a pointer
[   745.259] (II) config/udev: Adding input device Logitech M705 (/dev/input/mouse1)
[   745.259] (II) No input driver specified, ignoring this device.
[   745.259] (II) This device may have been added with another device file.
[   745.261] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:2008 (/dev/input/event9)
[   745.261] (**) Logitech Unifying Device. Wireless PID:2008: Applying InputClass "libinput keyboard catchall"
[   745.261] (II) Using input driver 'libinput' for 'Logitech Unifying Device. Wireless PID:2008'
[   745.261] (**) Logitech Unifying Device. Wireless PID:2008: always reports core events
[   745.261] (**) Option "Device" "/dev/input/event9"
[   745.261] (**) Option "_source" "server/udev"
[   745.262] (II) event9  - Logitech Unifying Device. Wireless PID:2008: is tagged by udev as: Keyboard
[   745.262] (II) event9  - Logitech Unifying Device. Wireless PID:2008: device is a keyboard
[   745.262] (II) event9  - Logitech Unifying Device. Wireless PID:2008: device removed
[   745.280] (II) libinput: Logitech Unifying Device. Wireless PID:2008: needs a virtual subdevice
[   745.280] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.4/1-7.4:1.2/0003:046D:C52B.0004/0003:046D:2008.000A/input/input12/event9"
[   745.280] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:2008" (type: MOUSE, id 12)
[   745.280] (**) Option "AccelerationScheme" "none"
[   745.280] (**) Logitech Unifying Device. Wireless PID:2008: (accel) selected scheme none/0
[   745.280] (**) Logitech Unifying Device. Wireless PID:2008: (accel) acceleration factor: 2.000
[   745.280] (**) Logitech Unifying Device. Wireless PID:2008: (accel) acceleration threshold: 4
[   745.281] (II) event9  - Logitech Unifying Device. Wireless PID:2008: is tagged by udev as: Keyboard
[   745.281] (II) event9  - Logitech Unifying Device. Wireless PID:2008: device is a keyboard
[   745.283] (II) config/udev: Adding input device Kingston HyperX 7.1 Audio (/dev/input/event3)
[   745.283] (**) Kingston HyperX 7.1 Audio: Applying InputClass "libinput keyboard catchall"
[   745.283] (II) Using input driver 'libinput' for 'Kingston HyperX 7.1 Audio'
[   745.283] (**) Kingston HyperX 7.1 Audio: always reports core events
[   745.283] (**) Option "Device" "/dev/input/event3"
[   745.283] (**) Option "_source" "server/udev"
[   745.284] (II) event3  - Kingston HyperX 7.1 Audio: is tagged by udev as: Keyboard
[   745.284] (II) event3  - Kingston HyperX 7.1 Audio: device is a keyboard
[   745.284] (II) event3  - Kingston HyperX 7.1 Audio: device removed
[   745.312] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.3/0003:0951:16A4.0001/input/input6/event3"
[   745.312] (II) XINPUT: Adding extended input device "Kingston HyperX 7.1 Audio" (type: KEYBOARD, id 13)
[   745.312] (**) Option "xkb_model" "pc105"
[   745.312] (**) Option "xkb_layout" "us"
[   745.313] (II) event3  - Kingston HyperX 7.1 Audio: is tagged by udev as: Keyboard
[   745.313] (II) event3  - Kingston HyperX 7.1 Audio: device is a keyboard
[   745.315] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event4)
[   745.315] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput pointer catchall"
[   745.315] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[   745.315] (**) Logitech Gaming Mouse G502: always reports core events
[   745.315] (**) Option "Device" "/dev/input/event4"
[   745.315] (**) Option "_source" "server/udev"
[   745.372] (II) event4  - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
[   745.372] (II) event4  - Logitech Gaming Mouse G502: device set to 2400 DPI
[   745.372] (II) event4  - Logitech Gaming Mouse G502: device is a pointer
[   745.373] (II) event4  - Logitech Gaming Mouse G502: device removed
[   745.404] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C332.0005/input/input7/event4"
[   745.404] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 14)
[   745.404] (**) Option "AccelerationScheme" "none"
[   745.404] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[   745.404] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[   745.404] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[   745.464] (II) event4  - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
[   745.464] (II) event4  - Logitech Gaming Mouse G502: device set to 2400 DPI
[   745.464] (II) event4  - Logitech Gaming Mouse G502: device is a pointer
[   745.466] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/mouse0)
[   745.466] (II) No input driver specified, ignoring this device.
[   745.466] (II) This device may have been added with another device file.
[   745.467] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event5)
[   745.467] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall"
[   745.467] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[   745.467] (**) Logitech Gaming Mouse G502: always reports core events
[   745.467] (**) Option "Device" "/dev/input/event5"
[   745.468] (**) Option "_source" "server/udev"
[   745.469] (II) event5  - Logitech Gaming Mouse G502: is tagged by udev as: Keyboard
[   745.469] (II) event5  - Logitech Gaming Mouse G502: device is a keyboard
[   745.469] (II) event5  - Logitech Gaming Mouse G502: device removed
[   745.488] (II) libinput: Logitech Gaming Mouse G502: needs a virtual subdevice
[   745.488] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C332.0006/input/input8/event5"
[   745.488] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 15)
[   745.488] (**) Option "AccelerationScheme" "none"
[   745.488] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[   745.488] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[   745.488] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[   745.488] (II) event5  - Logitech Gaming Mouse G502: is tagged by udev as: Keyboard
[   745.488] (II) event5  - Logitech Gaming Mouse G502: device is a keyboard
[   745.488] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[   745.488] (II) No input driver specified, ignoring this device.
[   745.488] (II) This device may have been added with another device file.
[   745.488] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[   745.488] (II) No input driver specified, ignoring this device.
[   745.488] (II) This device may have been added with another device file.
[   745.489] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[   745.489] (II) No input driver specified, ignoring this device.
[   745.489] (II) This device may have been added with another device file.
[   745.489] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[   745.489] (II) No input driver specified, ignoring this device.
[   745.489] (II) This device may have been added with another device file.
[   745.489] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[   745.489] (II) No input driver specified, ignoring this device.
[   745.489] (II) This device may have been added with another device file.
[   745.489] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[   745.489] (II) No input driver specified, ignoring this device.
[   745.489] (II) This device may have been added with another device file.
[   745.489] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[   745.489] (II) No input driver specified, ignoring this device.
[   745.489] (II) This device may have been added with another device file.
[   745.490] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event17)
[   745.490] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   745.490] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[   745.490] (**) Eee PC WMI hotkeys: always reports core events
[   745.490] (**) Option "Device" "/dev/input/event17"
[   745.490] (**) Option "_source" "server/udev"
[   745.490] (II) event17 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[   745.490] (II) event17 - Eee PC WMI hotkeys: device is a keyboard
[   745.490] (II) event17 - Eee PC WMI hotkeys: device removed
[   745.504] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input20/event17"
[   745.504] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 16)
[   745.504] (**) Option "xkb_model" "pc105"
[   745.504] (**) Option "xkb_layout" "us"
[   745.504] (II) event17 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[   745.504] (II) event17 - Eee PC WMI hotkeys: device is a keyboard
[   745.509] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[   745.509] (II) Using input driver 'libinput' for 'Corsair Corsair STRAFE RGB Gaming Keyboard'
[   745.509] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: always reports core events
[   745.509] (**) Option "Device" "/dev/input/event7"
[   745.509] (**) Option "_source" "_driver/libinput"
[   745.509] (II) libinput: Corsair Corsair STRAFE RGB Gaming Keyboard: is a virtual subdevice
[   745.509] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:1B1C:1B20.0008/input/input10/event7"
[   745.509] (II) XINPUT: Adding extended input device "Corsair Corsair STRAFE RGB Gaming Keyboard" (type: KEYBOARD, id 17)
[   745.509] (**) Option "xkb_model" "pc105"
[   745.509] (**) Option "xkb_layout" "us"
[   745.509] (**) Logitech Unifying Device. Wireless PID:2008: Applying InputClass "libinput keyboard catchall"
[   745.509] (II) Using input driver 'libinput' for 'Logitech Unifying Device. Wireless PID:2008'
[   745.509] (**) Logitech Unifying Device. Wireless PID:2008: always reports core events
[   745.509] (**) Option "Device" "/dev/input/event9"
[   745.509] (**) Option "_source" "_driver/libinput"
[   745.509] (II) libinput: Logitech Unifying Device. Wireless PID:2008: is a virtual subdevice
[   745.509] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.4/1-7.4:1.2/0003:046D:C52B.0004/0003:046D:2008.000A/input/input12/event9"
[   745.509] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:2008" (type: KEYBOARD, id 18)
[   745.509] (**) Option "xkb_model" "pc105"
[   745.509] (**) Option "xkb_layout" "us"
[   745.509] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall"
[   745.509] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[   745.509] (**) Logitech Gaming Mouse G502: always reports core events
[   745.509] (**) Option "Device" "/dev/input/event5"
[   745.509] (**) Option "_source" "_driver/libinput"
[   745.509] (II) libinput: Logitech Gaming Mouse G502: is a virtual subdevice
[   745.509] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C332.0006/input/input8/event5"
[   745.509] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: KEYBOARD, id 19)
[   745.509] (**) Option "xkb_model" "pc105"
[   745.509] (**) Option "xkb_layout" "us"
[   756.820] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   756.820] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   756.820] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   756.820] (--) NVIDIA(GPU-0): 
[   756.849] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[   756.849] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[   756.849] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[   756.849] (--) NVIDIA(GPU-0): 
[   756.849] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   756.849] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   756.849] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[   756.849] (--) NVIDIA(GPU-0): 
[   756.913] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[   756.913] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[   756.913] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[   756.913] (--) NVIDIA(GPU-0): 
[   756.913] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   756.913] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   756.913] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[   756.913] (--) NVIDIA(GPU-0): 
[   756.978] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[   756.978] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[   756.978] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[   756.978] (--) NVIDIA(GPU-0): 
[   756.978] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   756.978] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   756.978] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[   756.978] (--) NVIDIA(GPU-0): 
[   757.042] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[   757.042] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[   757.042] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[   757.042] (--) NVIDIA(GPU-0): 
[   757.042] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   757.042] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   757.043] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   757.043] (--) NVIDIA(GPU-0): 
[   757.073] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[   757.073] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[   757.073] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[   757.073] (--) NVIDIA(GPU-0): 
[   757.073] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   757.073] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   757.073] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[   757.073] (--) NVIDIA(GPU-0): 
[   757.137] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[   757.137] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[   757.137] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[   757.137] (--) NVIDIA(GPU-0): 
[   757.137] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   757.137] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   757.137] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[   757.137] (--) NVIDIA(GPU-0): 
[   757.202] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[   757.202] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[   757.202] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[   757.202] (--) NVIDIA(GPU-0): 
[   757.202] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   757.202] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   757.202] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[   757.202] (--) NVIDIA(GPU-0): 
[   757.265] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[   757.265] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[   757.265] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[   757.265] (--) NVIDIA(GPU-0): 
[   757.266] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   757.266] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   757.266] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   757.266] (--) NVIDIA(GPU-0): 
[   757.296] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[   757.296] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[   757.296] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[   757.296] (--) NVIDIA(GPU-0): 
[   757.296] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   757.296] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   757.296] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[   757.296] (--) NVIDIA(GPU-0): 
[   757.361] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[   757.361] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[   757.361] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[   757.361] (--) NVIDIA(GPU-0): 
[   757.361] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   757.361] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   757.361] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[   757.361] (--) NVIDIA(GPU-0): 
[   757.425] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[   757.425] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[   757.425] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[   757.425] (--) NVIDIA(GPU-0): 
[   757.425] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   757.425] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   757.425] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[   757.425] (--) NVIDIA(GPU-0): 
[   757.489] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[   757.489] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[   757.489] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[   757.489] (--) NVIDIA(GPU-0): 
[   757.579] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +5760+34 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-3: nvidia-auto-select @1920x1080 +1920+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-5: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   757.829] (II) NVIDIA(0): Setting mode "DP-1: nvidia-auto-select @1920x1080 +3840+0 {AllowGSYNC=Off, ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, HDMI-0: nvidia-auto-select @1920x1080 +5760+34 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-3: nvidia-auto-select @1920x1080 +1920+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-5: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   758.362] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   758.362] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   758.362] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   758.362] (--) NVIDIA(GPU-0): 
[   758.391] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[   758.391] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[   758.391] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[   758.391] (--) NVIDIA(GPU-0): 
[   758.391] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   758.391] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   758.391] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[   758.391] (--) NVIDIA(GPU-0): 
[   758.456] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[   758.456] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[   758.456] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[   758.456] (--) NVIDIA(GPU-0): 
[   758.456] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   758.456] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   758.456] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[   758.456] (--) NVIDIA(GPU-0): 
[   758.523] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[   758.523] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[   758.523] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[   758.523] (--) NVIDIA(GPU-0): 
[   758.523] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   758.523] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   758.523] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[   758.523] (--) NVIDIA(GPU-0): 
[   758.587] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[   758.587] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[   758.587] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[   758.587] (--) NVIDIA(GPU-0): 
[   819.402] (II) NVIDIA(0): Setting mode "DPY-3:nvidia-auto-select+3840+0{AllowGSYNC=Off},DPY-1:nvidia-auto-select+5760+0,DPY-5:nvidia-auto-select+1920+0,DPY-7:nvidia-auto-select+0+0"
[   951.500] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   951.500] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   951.500] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   951.500] (--) NVIDIA(GPU-0): 
[   951.529] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[   951.529] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[   951.529] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[   951.529] (--) NVIDIA(GPU-0): 
[   951.529] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   951.529] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   951.529] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[   951.529] (--) NVIDIA(GPU-0): 
[   951.594] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[   951.594] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[   951.594] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[   951.594] (--) NVIDIA(GPU-0): 
[   951.594] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   951.594] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   951.594] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[   951.594] (--) NVIDIA(GPU-0): 
[   951.658] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[   951.658] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[   951.658] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[   951.658] (--) NVIDIA(GPU-0): 
[   951.658] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   951.658] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   951.658] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[   951.658] (--) NVIDIA(GPU-0): 
[   951.723] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[   951.723] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[   951.723] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[   951.723] (--) NVIDIA(GPU-0): 
Note that this was generated entirely from the nvidia-settings as I am testing out the default installs. Next post I'll use my xorg.conf from above and post similar outputs.
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

Ok, so now I've put in my xorg.conf file from last weekend and restarted, and also some interesting things.
  • First off, all screens are activated, in the right order in Xinerama mode and when I maximise a screen, it only maximises on that screen. Cool!
  • BUT, when I open Chrome, it only renders well in my middle screen, on the other screens it's unusable - when I drag it to a different screen, it's just black. Other apps work fine and progress around the screens well and no rendering issues.
  • The taskbar icons on the far right are all jumbled up and look pretty bad
  • The taskbar is on the far left and I'd like it to sit in the middle screen along with the icons as well
So everything seems to work kinda of OK, but some teething issues to look at and for the sake of confs and logs, I've posted the same as the previous post here as well.

inxi -Gx

Code: Select all

Graphics:  Card-1: NVIDIA GP104 [GeForce GTX 1070] bus-ID: 01:00.0
           Card-2: NVIDIA GP104 [GeForce GTX 1070] bus-ID: 02:00.0
           Display Server: x11 (X.Org 1.19.6 ) driver: nvidia Resolution: 9600x1080
           OpenGL: renderer: GeForce GTX 1070/PCIe/SSE2 version: 4.6.0 NVIDIA 390.48 Direct Render: Yes
Can't run xranr due to my current xorg config

xorg.conf

Code: Select all

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 396.24  (buildd@lgw01-amd64-037)  Wed May  2 23:26:43 UTC 2018

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" 1920 0
    Screen      2  "Screen2" 3840 0
    Screen      3  "Screen3" 5760 0
    Screen      4  "Screen4" 7680 0
    #Screen      4  "Screen4" RightOf "Screen3"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection

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

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor2"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor3"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor4"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       0.0 - 0.0
    VertRefresh     0.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Device"
    Identifier     "Device2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
    Screen          2
EndSection

Section "Device"
    Identifier     "Device3"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
    Screen          3
EndSection

Section "Device"
    Identifier     "Device4"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:2:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-7"
    Option         "metamodes" "DP-5: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-5"
    Option         "metamodes" "DP-3: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "metamodes" "DP-1: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen3"
    Device         "Device3"
    Monitor        "Monitor3"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "HDMI-0: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
# Removed Option "metamodes" "nvidia-auto-select +0+0"
    Identifier     "Screen4"
    Device         "Device4"
    Monitor        "Monitor4"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection
Xorg.0.log

Code: Select all

[    18.461] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[    18.461] X Protocol Version 11, Revision 0
[    18.461] Build Operating System: Linux 4.4.0-119-generic x86_64 Ubuntu
[    18.461] Current Operating System: Linux SG-1-Prometheus 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64
[    18.461] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic root=UUID=a309c531-cc2a-4942-b346-7c9969df2ec7 ro quiet splash vt.handoff=1
[    18.461] Build Date: 13 April 2018  08:07:36PM
[    18.461] xorg-server 2:1.19.6-1ubuntu4 (For technical support please see http://www.ubuntu.com/support) 
[    18.461] Current version of pixman: 0.34.0
[    18.461] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    18.461] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.461] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul  6 18:10:27 2018
[    18.461] (==) Using config file: "/etc/X11/xorg.conf"
[    18.461] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.461] (==) ServerLayout "Layout0"
[    18.461] (**) |-->Screen "Screen0" (0)
[    18.461] (**) |   |-->Monitor "Monitor0"
[    18.462] (**) |   |-->Device "Device0"
[    18.462] (**) |-->Screen "Screen1" (1)
[    18.462] (**) |   |-->Monitor "Monitor1"
[    18.462] (**) |   |-->Device "Device1"
[    18.462] (**) |-->Screen "Screen2" (2)
[    18.462] (**) |   |-->Monitor "Monitor2"
[    18.462] (**) |   |-->Device "Device2"
[    18.462] (**) |-->Screen "Screen3" (3)
[    18.462] (**) |   |-->Monitor "Monitor3"
[    18.462] (**) |   |-->Device "Device3"
[    18.462] (**) |-->Screen "Screen4" (4)
[    18.462] (**) |   |-->Monitor "Monitor4"
[    18.462] (**) |   |-->Device "Device4"
[    18.462] (**) |-->Input Device "Keyboard0"
[    18.462] (**) |-->Input Device "Mouse0"
[    18.462] (**) Option "Xinerama" "1"
[    18.462] (==) Automatically adding devices
[    18.462] (==) Automatically enabling devices
[    18.462] (==) Automatically adding GPU devices
[    18.462] (==) Automatically binding GPU devices
[    18.462] (**) Xinerama: enabled
[    18.462] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    18.462] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    18.462] 	Entry deleted from font path.
[    18.462] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    18.462] 	Entry deleted from font path.
[    18.462] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    18.462] 	Entry deleted from font path.
[    18.462] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    18.462] 	Entry deleted from font path.
[    18.462] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    18.462] 	Entry deleted from font path.
[    18.462] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    18.462] (==) ModulePath set to "/usr/lib/xorg/modules"
[    18.462] (**) Extension "Composite" is disabled
[    18.462] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    18.462] (WW) Disabling Keyboard0
[    18.462] (WW) Disabling Mouse0
[    18.462] (II) Loader magic: 0x55b027ad9020
[    18.462] (II) Module ABI versions:
[    18.462] 	X.Org ANSI C Emulation: 0.4
[    18.462] 	X.Org Video Driver: 23.0
[    18.462] 	X.Org XInput driver : 24.1
[    18.462] 	X.Org Server Extension : 10.0
[    18.463] (++) using VT number 7

[    18.463] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    18.463] (II) xfree86: Adding drm device (/dev/dri/card0)
[    18.463] (II) xfree86: Adding drm device (/dev/dri/card1)
[    18.464] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[    18.464] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[    18.464] (--) PCI:*(0:1:0:0) 10de:1b81:3842:5173 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    18.464] (--) PCI: (0:2:0:0) 10de:1b81:3842:6173 rev 161, Mem @ 0xdc000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[    18.464] (II) LoadModule: "glx"
[    18.465] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/libglx.so
[    18.487] (II) Module glx: vendor="NVIDIA Corporation"
[    18.488] 	compiled for 4.0.2, module version = 1.0.0
[    18.488] 	Module class: X.Org Server Extension
[    18.488] (II) NVIDIA GLX Module  390.48  Wed Mar 21 23:42:56 PDT 2018
[    18.488] (II) LoadModule: "nvidia"
[    18.488] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
[    18.492] (II) Module nvidia: vendor="NVIDIA Corporation"
[    18.492] 	compiled for 4.0.2, module version = 1.0.0
[    18.492] 	Module class: X.Org Video Driver
[    18.493] (II) NVIDIA dlloader X Driver  390.48  Wed Mar 21 23:18:15 PDT 2018
[    18.493] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    18.496] (II) Loading sub module "fb"
[    18.496] (II) LoadModule: "fb"
[    18.496] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.496] (II) Module fb: vendor="X.Org Foundation"
[    18.496] 	compiled for 1.19.6, module version = 1.0.0
[    18.496] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.496] (II) Loading sub module "wfb"
[    18.496] (II) LoadModule: "wfb"
[    18.496] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    18.497] (II) Module wfb: vendor="X.Org Foundation"
[    18.497] 	compiled for 1.19.6, module version = 1.0.0
[    18.497] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.497] (II) Loading sub module "ramdac"
[    18.497] (II) LoadModule: "ramdac"
[    18.497] (II) Module "ramdac" already built-in
[    18.497] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[    18.497] (WW) NVIDIA:     X server.
[    18.498] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    18.498] (==) NVIDIA(0): RGB weight 888
[    18.498] (==) NVIDIA(0): Default visual is TrueColor
[    18.498] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    18.499] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    18.499] (**) NVIDIA(0): Option "Stereo" "0"
[    18.499] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-7"
[    18.499] (**) NVIDIA(0): Option "SLI" "Off"
[    18.499] (**) NVIDIA(0): Option "MultiGPU" "Off"
[    18.499] (**) NVIDIA(0): Option "BaseMosaic" "off"
[    18.499] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    18.499] (**) NVIDIA(0): Stereo disabled by request
[    18.499] (**) NVIDIA(0): NVIDIA SLI disabled.
[    18.499] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[    18.499] (**) NVIDIA(0): Option "MetaModes" "DP-5: nvidia-auto-select +0+0"
[    18.499] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    18.499] (**) NVIDIA(1): Option "MetaModes" "DP-3: nvidia-auto-select +0+0"
[    18.499] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    18.499] (**) NVIDIA(2): Option "MetaModes" "DP-1: nvidia-auto-select +0+0"
[    18.499] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    18.499] (**) NVIDIA(3): Option "MetaModes" "HDMI-0: nvidia-auto-select +0+0"
[    18.499] (**) NVIDIA(0): Enabling 2D acceleration
[    19.454] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    19.454] (--) NVIDIA(0):     DFP-0
[    19.454] (--) NVIDIA(0):     DFP-1
[    19.454] (--) NVIDIA(0):     DFP-2
[    19.454] (--) NVIDIA(0):     DFP-3
[    19.454] (--) NVIDIA(0):     DFP-4
[    19.454] (--) NVIDIA(0):     DFP-5
[    19.454] (--) NVIDIA(0):     DFP-6
[    19.454] (--) NVIDIA(0):     DFP-7 (boot)
[    19.455] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[    19.455] (--) NVIDIA(0): Memory: 8388608 kBytes
[    19.455] (--) NVIDIA(0): VideoBIOS: 86.04.50.00.72
[    19.455] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    19.455] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    19.455] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    19.455] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    19.455] (--) NVIDIA(GPU-0): 
[    19.486] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[    19.486] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[    19.486] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[    19.486] (--) NVIDIA(GPU-0): 
[    19.486] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    19.486] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    19.486] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[    19.486] (--) NVIDIA(GPU-0): 
[    19.552] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[    19.552] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[    19.552] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[    19.552] (--) NVIDIA(GPU-0): 
[    19.552] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    19.552] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    19.552] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[    19.552] (--) NVIDIA(GPU-0): 
[    19.617] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[    19.617] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[    19.617] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[    19.617] (--) NVIDIA(GPU-0): 
[    19.617] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    19.617] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    19.617] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[    19.617] (--) NVIDIA(GPU-0): 
[    19.683] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[    19.683] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[    19.683] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[    19.683] (--) NVIDIA(GPU-0): 
[    19.688] (II) NVIDIA(0): Validated MetaModes:
[    19.688] (II) NVIDIA(0):     "DP-5:nvidia-auto-select+0+0"
[    19.688] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    19.692] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    19.692] (--) NVIDIA(0):     option
[    19.692] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[    19.692] (==) NVIDIA(1): RGB weight 888
[    19.692] (==) NVIDIA(1): Default visual is TrueColor
[    19.692] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[    19.692] (**) NVIDIA(1): Option "Stereo" "0"
[    19.692] (**) NVIDIA(1): Option "nvidiaXineramaInfoOrder" "DFP-5"
[    19.692] (**) NVIDIA(1): Option "SLI" "Off"
[    19.692] (**) NVIDIA(1): Option "MultiGPU" "Off"
[    19.692] (**) NVIDIA(1): Option "BaseMosaic" "off"
[    19.692] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[    19.692] (**) NVIDIA(1): Stereo disabled by request
[    19.692] (**) NVIDIA(1): NVIDIA SLI disabled.
[    19.692] (**) NVIDIA(1): NVIDIA Multi-GPU disabled.
[    19.692] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[    19.692] (--) NVIDIA(1): Memory: 8388608 kBytes
[    19.692] (--) NVIDIA(1): VideoBIOS: 86.04.50.00.72
[    19.692] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[    19.696] (II) NVIDIA(1): Validated MetaModes:
[    19.696] (II) NVIDIA(1):     "DP-3:nvidia-auto-select+0+0"
[    19.696] (II) NVIDIA(1): Virtual screen size determined to be 1920 x 1080
[    19.701] (--) NVIDIA(1): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    19.701] (--) NVIDIA(1):     option
[    19.701] (**) NVIDIA(2): Depth 24, (--) framebuffer bpp 32
[    19.701] (==) NVIDIA(2): RGB weight 888
[    19.701] (==) NVIDIA(2): Default visual is TrueColor
[    19.701] (==) NVIDIA(2): Using gamma correction (1.0, 1.0, 1.0)
[    19.701] (**) NVIDIA(2): Option "Stereo" "0"
[    19.701] (**) NVIDIA(2): Option "nvidiaXineramaInfoOrder" "DFP-3"
[    19.701] (**) NVIDIA(2): Option "SLI" "Off"
[    19.701] (**) NVIDIA(2): Option "MultiGPU" "Off"
[    19.701] (**) NVIDIA(2): Option "BaseMosaic" "off"
[    19.701] (**) NVIDIA(2): Option "AllowEmptyInitialConfiguration"
[    19.701] (**) NVIDIA(2): Stereo disabled by request
[    19.701] (**) NVIDIA(2): NVIDIA SLI disabled.
[    19.701] (**) NVIDIA(2): NVIDIA Multi-GPU disabled.
[    19.701] (II) NVIDIA(2): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[    19.701] (--) NVIDIA(2): Memory: 8388608 kBytes
[    19.701] (--) NVIDIA(2): VideoBIOS: 86.04.50.00.72
[    19.701] (II) NVIDIA(2): Detected PCI Express Link width: 16X
[    19.705] (II) NVIDIA(2): Validated MetaModes:
[    19.705] (II) NVIDIA(2):     "DP-1:nvidia-auto-select+0+0"
[    19.705] (II) NVIDIA(2): Virtual screen size determined to be 1920 x 1080
[    19.712] (--) NVIDIA(2): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    19.712] (--) NVIDIA(2):     option
[    19.712] (**) NVIDIA(3): Depth 24, (--) framebuffer bpp 32
[    19.712] (==) NVIDIA(3): RGB weight 888
[    19.712] (==) NVIDIA(3): Default visual is TrueColor
[    19.712] (==) NVIDIA(3): Using gamma correction (1.0, 1.0, 1.0)
[    19.712] (**) NVIDIA(3): Option "Stereo" "0"
[    19.712] (**) NVIDIA(3): Option "nvidiaXineramaInfoOrder" "DFP-1"
[    19.712] (**) NVIDIA(3): Option "SLI" "Off"
[    19.712] (**) NVIDIA(3): Option "MultiGPU" "Off"
[    19.712] (**) NVIDIA(3): Option "BaseMosaic" "off"
[    19.712] (**) NVIDIA(3): Option "AllowEmptyInitialConfiguration"
[    19.712] (**) NVIDIA(3): Stereo disabled by request
[    19.712] (**) NVIDIA(3): NVIDIA SLI disabled.
[    19.712] (**) NVIDIA(3): NVIDIA Multi-GPU disabled.
[    19.712] (II) NVIDIA(3): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[    19.712] (--) NVIDIA(3): Memory: 8388608 kBytes
[    19.712] (--) NVIDIA(3): VideoBIOS: 86.04.50.00.72
[    19.712] (II) NVIDIA(3): Detected PCI Express Link width: 16X
[    19.716] (II) NVIDIA(3): Validated MetaModes:
[    19.716] (II) NVIDIA(3):     "HDMI-0:nvidia-auto-select+0+0"
[    19.716] (II) NVIDIA(3): Virtual screen size determined to be 1920 x 1080
[    19.719] (--) NVIDIA(3): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    19.719] (--) NVIDIA(3):     option
[    19.719] (**) NVIDIA(4): Depth 24, (--) framebuffer bpp 32
[    19.719] (==) NVIDIA(4): RGB weight 888
[    19.719] (==) NVIDIA(4): Default visual is TrueColor
[    19.719] (==) NVIDIA(4): Using gamma correction (1.0, 1.0, 1.0)
[    19.719] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    19.719] (**) NVIDIA(4): Option "Stereo" "0"
[    19.719] (**) NVIDIA(4): Option "SLI" "Off"
[    19.719] (**) NVIDIA(4): Option "MultiGPU" "Off"
[    19.719] (**) NVIDIA(4): Option "BaseMosaic" "off"
[    19.719] (**) NVIDIA(4): Option "AllowEmptyInitialConfiguration"
[    19.719] (**) NVIDIA(4): Stereo disabled by request
[    19.719] (**) NVIDIA(4): NVIDIA SLI disabled.
[    19.719] (**) NVIDIA(4): NVIDIA Multi-GPU disabled.
[    19.719] (**) NVIDIA(4): Option "MetaModes" "nvidia-auto-select +0+0 {AllowGSYNC=Off}"
[    19.719] (**) NVIDIA(4): Enabling 2D acceleration
[    20.257] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:2:0:0
[    20.257] (--) NVIDIA(0):     DFP-0
[    20.257] (--) NVIDIA(0):     DFP-1 (boot)
[    20.257] (--) NVIDIA(0):     DFP-2
[    20.257] (--) NVIDIA(0):     DFP-3
[    20.257] (--) NVIDIA(0):     DFP-4
[    20.257] (--) NVIDIA(0):     DFP-5
[    20.257] (--) NVIDIA(0):     DFP-6
[    20.257] (--) NVIDIA(0):     DFP-7
[    20.258] (II) NVIDIA(4): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:2:0:0 (GPU-1)
[    20.258] (--) NVIDIA(4): Memory: 8388608 kBytes
[    20.258] (--) NVIDIA(4): VideoBIOS: 86.04.50.00.72
[    20.258] (II) NVIDIA(4): Detected PCI Express Link width: 16X
[    20.258] (--) NVIDIA(GPU-1): DFP-0: disconnected
[    20.258] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[    20.258] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[    20.258] (--) NVIDIA(GPU-1): 
[    20.289] (--) NVIDIA(GPU-1): Samsung S27F350 (DFP-1): connected
[    20.289] (--) NVIDIA(GPU-1): Samsung S27F350 (DFP-1): Internal TMDS
[    20.289] (--) NVIDIA(GPU-1): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[    20.289] (--) NVIDIA(GPU-1): 
[    20.289] (--) NVIDIA(GPU-1): DFP-2: disconnected
[    20.289] (--) NVIDIA(GPU-1): DFP-2: Internal DisplayPort
[    20.289] (--) NVIDIA(GPU-1): DFP-2: 1440.0 MHz maximum pixel clock
[    20.289] (--) NVIDIA(GPU-1): 
[    20.290] (--) NVIDIA(GPU-1): DFP-3: disconnected
[    20.290] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[    20.290] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[    20.290] (--) NVIDIA(GPU-1): 
[    20.290] (--) NVIDIA(GPU-1): DFP-4: disconnected
[    20.290] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[    20.290] (--) NVIDIA(GPU-1): DFP-4: 1440.0 MHz maximum pixel clock
[    20.290] (--) NVIDIA(GPU-1): 
[    20.290] (--) NVIDIA(GPU-1): DFP-5: disconnected
[    20.290] (--) NVIDIA(GPU-1): DFP-5: Internal TMDS
[    20.290] (--) NVIDIA(GPU-1): DFP-5: 165.0 MHz maximum pixel clock
[    20.290] (--) NVIDIA(GPU-1): 
[    20.290] (--) NVIDIA(GPU-1): DFP-6: disconnected
[    20.290] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[    20.290] (--) NVIDIA(GPU-1): DFP-6: 1440.0 MHz maximum pixel clock
[    20.290] (--) NVIDIA(GPU-1): 
[    20.290] (--) NVIDIA(GPU-1): DFP-7: disconnected
[    20.290] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[    20.290] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[    20.290] (--) NVIDIA(GPU-1): 
[    20.298] (II) NVIDIA(4): Validated MetaModes:
[    20.298] (II) NVIDIA(4):     "nvidia-auto-select+0+0{AllowGSYNC=Off}"
[    20.298] (II) NVIDIA(4): Virtual screen size determined to be 1920 x 1080
[    20.302] (--) NVIDIA(4): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    20.302] (--) NVIDIA(4):     option
[    20.302] (--) Depth 24 pixmap format is 32 bpp
[    20.304] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[    20.304] (II) NVIDIA:     access.
[    20.318] (II) NVIDIA(0): Setting mode "DP-5:nvidia-auto-select+0+0"
[    20.362] (==) NVIDIA(0): Disabling shared memory pixmaps
[    20.362] (==) NVIDIA(0): Backing store disabled
[    20.362] (==) NVIDIA(0): Silken mouse enabled
[    20.362] (==) NVIDIA(0): DPMS enabled
[    20.363] (II) Loading sub module "dri2"
[    20.363] (II) LoadModule: "dri2"
[    20.363] (II) Module "dri2" already built-in
[    20.363] (II) NVIDIA(0): [DRI2] Setup complete
[    20.363] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    20.363] (WW) NVIDIA(0): Not registering RandR
[    20.363] (==) RandR enabled
[    20.377] (II) NVIDIA(1): Setting mode "DP-3:nvidia-auto-select+0+0"
[    20.512] (==) NVIDIA(1): Disabling shared memory pixmaps
[    20.512] (==) NVIDIA(1): Backing store disabled
[    20.512] (==) NVIDIA(1): Silken mouse enabled
[    20.512] (==) NVIDIA(1): DPMS enabled
[    20.513] (II) Loading sub module "dri2"
[    20.513] (II) LoadModule: "dri2"
[    20.513] (II) Module "dri2" already built-in
[    20.513] (II) NVIDIA(1): [DRI2] Setup complete
[    20.513] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[    20.513] (WW) NVIDIA(1): Not registering RandR
[    20.513] (==) RandR enabled
[    20.525] (II) NVIDIA(2): Setting mode "DP-1:nvidia-auto-select+0+0"
[    20.717] (==) NVIDIA(2): Disabling shared memory pixmaps
[    20.717] (==) NVIDIA(2): Backing store disabled
[    20.717] (==) NVIDIA(2): Silken mouse enabled
[    20.717] (==) NVIDIA(2): DPMS enabled
[    20.717] (II) Loading sub module "dri2"
[    20.717] (II) LoadModule: "dri2"
[    20.717] (II) Module "dri2" already built-in
[    20.717] (II) NVIDIA(2): [DRI2] Setup complete
[    20.717] (II) NVIDIA(2): [DRI2]   VDPAU driver: nvidia
[    20.717] (WW) NVIDIA(2): Not registering RandR
[    20.717] (==) RandR enabled
[    20.729] (II) NVIDIA(3): Setting mode "HDMI-0:nvidia-auto-select+0+0"
[    20.922] (==) NVIDIA(3): Disabling shared memory pixmaps
[    20.922] (==) NVIDIA(3): Backing store disabled
[    20.922] (==) NVIDIA(3): Silken mouse enabled
[    20.922] (==) NVIDIA(3): DPMS enabled
[    20.922] (II) Loading sub module "dri2"
[    20.922] (II) LoadModule: "dri2"
[    20.922] (II) Module "dri2" already built-in
[    20.922] (II) NVIDIA(3): [DRI2] Setup complete
[    20.922] (II) NVIDIA(3): [DRI2]   VDPAU driver: nvidia
[    20.922] (WW) NVIDIA(3): Not registering RandR
[    20.922] (==) RandR enabled
[    20.935] (II) NVIDIA(4): Setting mode "nvidia-auto-select+0+0{AllowGSYNC=Off}"
[    20.957] (==) NVIDIA(4): Disabling shared memory pixmaps
[    20.957] (==) NVIDIA(4): Backing store disabled
[    20.957] (==) NVIDIA(4): Silken mouse enabled
[    20.957] (==) NVIDIA(4): DPMS enabled
[    20.957] (II) Loading sub module "dri2"
[    20.957] (II) LoadModule: "dri2"
[    20.957] (II) Module "dri2" already built-in
[    20.957] (II) NVIDIA(4): [DRI2] Setup complete
[    20.957] (II) NVIDIA(4): [DRI2]   VDPAU driver: nvidia
[    20.957] (WW) NVIDIA(4): Not registering RandR
[    20.957] (==) RandR enabled
[    20.966] (II) SELinux: Disabled on system
[    20.966] (II) Initializing extension GLX
[    20.966] (II) Indirect GLX disabled.
[    21.131] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    21.131] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.131] (II) LoadModule: "libinput"
[    21.131] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    21.133] (II) Module libinput: vendor="X.Org Foundation"
[    21.133] 	compiled for 1.19.6, module version = 0.27.1
[    21.133] 	Module class: X.Org XInput Driver
[    21.133] 	ABI class: X.Org XInput driver, version 24.1
[    21.133] (II) Using input driver 'libinput' for 'Power Button'
[    21.133] (**) Power Button: always reports core events
[    21.133] (**) Option "Device" "/dev/input/event2"
[    21.133] (**) Option "_source" "server/udev"
[    21.134] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    21.134] (II) event2  - Power Button: device is a keyboard
[    21.134] (II) event2  - Power Button: device removed
[    21.164] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    21.164] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    21.164] (**) Option "xkb_model" "pc105"
[    21.164] (**) Option "xkb_layout" "us"
[    21.164] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    21.164] (II) event2  - Power Button: device is a keyboard
[    21.164] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    21.164] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.164] (II) Using input driver 'libinput' for 'Power Button'
[    21.164] (**) Power Button: always reports core events
[    21.164] (**) Option "Device" "/dev/input/event1"
[    21.164] (**) Option "_source" "server/udev"
[    21.164] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    21.164] (II) event1  - Power Button: device is a keyboard
[    21.164] (II) event1  - Power Button: device removed
[    21.196] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    21.196] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    21.196] (**) Option "xkb_model" "pc105"
[    21.196] (**) Option "xkb_layout" "us"
[    21.196] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    21.196] (II) event1  - Power Button: device is a keyboard
[    21.196] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    21.196] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    21.196] (II) Using input driver 'libinput' for 'Sleep Button'
[    21.196] (**) Sleep Button: always reports core events
[    21.196] (**) Option "Device" "/dev/input/event0"
[    21.196] (**) Option "_source" "server/udev"
[    21.196] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    21.196] (II) event0  - Sleep Button: device is a keyboard
[    21.196] (II) event0  - Sleep Button: device removed
[    21.220] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    21.220] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    21.220] (**) Option "xkb_model" "pc105"
[    21.220] (**) Option "xkb_layout" "us"
[    21.220] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    21.220] (II) event0  - Sleep Button: device is a keyboard
[    21.220] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event22)
[    21.220] (II) No input driver specified, ignoring this device.
[    21.220] (II) This device may have been added with another device file.
[    21.221] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event23)
[    21.221] (II) No input driver specified, ignoring this device.
[    21.221] (II) This device may have been added with another device file.
[    21.221] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event24)
[    21.221] (II) No input driver specified, ignoring this device.
[    21.221] (II) This device may have been added with another device file.
[    21.221] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event25)
[    21.221] (II) No input driver specified, ignoring this device.
[    21.221] (II) This device may have been added with another device file.
[    21.221] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
[    21.221] (II) No input driver specified, ignoring this device.
[    21.221] (II) This device may have been added with another device file.
[    21.221] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
[    21.222] (II) No input driver specified, ignoring this device.
[    21.222] (II) This device may have been added with another device file.
[    21.222] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event20)
[    21.222] (II) No input driver specified, ignoring this device.
[    21.222] (II) This device may have been added with another device file.
[    21.222] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event21)
[    21.222] (II) No input driver specified, ignoring this device.
[    21.222] (II) This device may have been added with another device file.
[    21.222] (II) config/udev: Adding input device Corsair Corsair STRAFE RGB Gaming Keyboard (/dev/input/event6)
[    21.222] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[    21.222] (II) Using input driver 'libinput' for 'Corsair Corsair STRAFE RGB Gaming Keyboard'
[    21.222] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: always reports core events
[    21.222] (**) Option "Device" "/dev/input/event6"
[    21.222] (**) Option "_source" "server/udev"
[    21.223] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[    21.223] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: device is a keyboard
[    21.223] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: device removed
[    21.236] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:1B1C:1B20.0007/input/input9/event6"
[    21.236] (II) XINPUT: Adding extended input device "Corsair Corsair STRAFE RGB Gaming Keyboard" (type: KEYBOARD, id 9)
[    21.236] (**) Option "xkb_model" "pc105"
[    21.236] (**) Option "xkb_layout" "us"
[    21.236] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[    21.236] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: device is a keyboard
[    21.237] (II) config/udev: Adding input device Corsair Corsair STRAFE RGB Gaming Keyboard (/dev/input/event8)
[    21.237] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[    21.237] (II) Using input driver 'libinput' for 'Corsair Corsair STRAFE RGB Gaming Keyboard'
[    21.237] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: always reports core events
[    21.237] (**) Option "Device" "/dev/input/event8"
[    21.237] (**) Option "_source" "server/udev"
[    21.237] (II) event8  - Corsair Corsair STRAFE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[    21.237] (II) event8  - Corsair Corsair STRAFE RGB Gaming Keyboard: device is a keyboard
[    21.238] (II) event8  - Corsair Corsair STRAFE RGB Gaming Keyboard: device removed
[    21.252] (II) libinput: Corsair Corsair STRAFE RGB Gaming Keyboard: needs a virtual subdevice
[    21.252] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:1B1C:1B20.0008/input/input11/event8"
[    21.252] (II) XINPUT: Adding extended input device "Corsair Corsair STRAFE RGB Gaming Keyboard" (type: MOUSE, id 10)
[    21.252] (**) Option "AccelerationScheme" "none"
[    21.252] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: (accel) selected scheme none/0
[    21.252] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: (accel) acceleration factor: 2.000
[    21.252] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: (accel) acceleration threshold: 4
[    21.253] (II) event8  - Corsair Corsair STRAFE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[    21.253] (II) event8  - Corsair Corsair STRAFE RGB Gaming Keyboard: device is a keyboard
[    21.254] (II) config/udev: Adding input device Logitech M705 (/dev/input/event7)
[    21.254] (**) Logitech M705: Applying InputClass "libinput pointer catchall"
[    21.254] (II) Using input driver 'libinput' for 'Logitech M705'
[    21.254] (**) Logitech M705: always reports core events
[    21.254] (**) Option "Device" "/dev/input/event7"
[    21.254] (**) Option "_source" "server/udev"
[    21.255] (II) event7  - Logitech M705: is tagged by udev as: Mouse
[    21.255] (II) event7  - Logitech M705: device set to 800 DPI
[    21.255] (II) event7  - Logitech M705: device is a pointer
[    21.255] (II) event7  - Logitech M705: device removed
[    21.288] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.4/1-7.4:1.2/0003:046D:C52B.0004/0003:046D:101B.0009/input/input10/event7"
[    21.288] (II) XINPUT: Adding extended input device "Logitech M705" (type: MOUSE, id 11)
[    21.288] (**) Option "AccelerationScheme" "none"
[    21.288] (**) Logitech M705: (accel) selected scheme none/0
[    21.288] (**) Logitech M705: (accel) acceleration factor: 2.000
[    21.288] (**) Logitech M705: (accel) acceleration threshold: 4
[    21.289] (II) event7  - Logitech M705: is tagged by udev as: Mouse
[    21.289] (II) event7  - Logitech M705: device set to 800 DPI
[    21.289] (II) event7  - Logitech M705: device is a pointer
[    21.291] (II) config/udev: Adding input device Logitech M705 (/dev/input/mouse1)
[    21.291] (II) No input driver specified, ignoring this device.
[    21.291] (II) This device may have been added with another device file.
[    21.293] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:2008 (/dev/input/event9)
[    21.293] (**) Logitech Unifying Device. Wireless PID:2008: Applying InputClass "libinput keyboard catchall"
[    21.293] (II) Using input driver 'libinput' for 'Logitech Unifying Device. Wireless PID:2008'
[    21.293] (**) Logitech Unifying Device. Wireless PID:2008: always reports core events
[    21.293] (**) Option "Device" "/dev/input/event9"
[    21.293] (**) Option "_source" "server/udev"
[    21.294] (II) event9  - Logitech Unifying Device. Wireless PID:2008: is tagged by udev as: Keyboard
[    21.294] (II) event9  - Logitech Unifying Device. Wireless PID:2008: device is a keyboard
[    21.294] (II) event9  - Logitech Unifying Device. Wireless PID:2008: device removed
[    21.316] (II) libinput: Logitech Unifying Device. Wireless PID:2008: needs a virtual subdevice
[    21.316] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.4/1-7.4:1.2/0003:046D:C52B.0004/0003:046D:2008.000A/input/input12/event9"
[    21.316] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:2008" (type: MOUSE, id 12)
[    21.316] (**) Option "AccelerationScheme" "none"
[    21.316] (**) Logitech Unifying Device. Wireless PID:2008: (accel) selected scheme none/0
[    21.316] (**) Logitech Unifying Device. Wireless PID:2008: (accel) acceleration factor: 2.000
[    21.316] (**) Logitech Unifying Device. Wireless PID:2008: (accel) acceleration threshold: 4
[    21.317] (II) event9  - Logitech Unifying Device. Wireless PID:2008: is tagged by udev as: Keyboard
[    21.317] (II) event9  - Logitech Unifying Device. Wireless PID:2008: device is a keyboard
[    21.319] (II) config/udev: Adding input device Kingston HyperX 7.1 Audio (/dev/input/event3)
[    21.319] (**) Kingston HyperX 7.1 Audio: Applying InputClass "libinput keyboard catchall"
[    21.319] (II) Using input driver 'libinput' for 'Kingston HyperX 7.1 Audio'
[    21.319] (**) Kingston HyperX 7.1 Audio: always reports core events
[    21.319] (**) Option "Device" "/dev/input/event3"
[    21.319] (**) Option "_source" "server/udev"
[    21.320] (II) event3  - Kingston HyperX 7.1 Audio: is tagged by udev as: Keyboard
[    21.320] (II) event3  - Kingston HyperX 7.1 Audio: device is a keyboard
[    21.320] (II) event3  - Kingston HyperX 7.1 Audio: device removed
[    21.344] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.3/0003:0951:16A4.0001/input/input6/event3"
[    21.344] (II) XINPUT: Adding extended input device "Kingston HyperX 7.1 Audio" (type: KEYBOARD, id 13)
[    21.344] (**) Option "xkb_model" "pc105"
[    21.344] (**) Option "xkb_layout" "us"
[    21.345] (II) event3  - Kingston HyperX 7.1 Audio: is tagged by udev as: Keyboard
[    21.345] (II) event3  - Kingston HyperX 7.1 Audio: device is a keyboard
[    21.347] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event4)
[    21.347] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput pointer catchall"
[    21.347] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[    21.347] (**) Logitech Gaming Mouse G502: always reports core events
[    21.347] (**) Option "Device" "/dev/input/event4"
[    21.347] (**) Option "_source" "server/udev"
[    21.404] (II) event4  - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
[    21.404] (II) event4  - Logitech Gaming Mouse G502: device set to 2400 DPI
[    21.404] (II) event4  - Logitech Gaming Mouse G502: device is a pointer
[    21.405] (II) event4  - Logitech Gaming Mouse G502: device removed
[    21.448] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C332.0005/input/input7/event4"
[    21.448] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 14)
[    21.448] (**) Option "AccelerationScheme" "none"
[    21.448] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[    21.448] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[    21.448] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[    21.508] (II) event4  - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
[    21.508] (II) event4  - Logitech Gaming Mouse G502: device set to 2400 DPI
[    21.508] (II) event4  - Logitech Gaming Mouse G502: device is a pointer
[    21.510] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/mouse0)
[    21.510] (II) No input driver specified, ignoring this device.
[    21.510] (II) This device may have been added with another device file.
[    21.511] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event5)
[    21.511] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall"
[    21.511] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[    21.511] (**) Logitech Gaming Mouse G502: always reports core events
[    21.511] (**) Option "Device" "/dev/input/event5"
[    21.511] (**) Option "_source" "server/udev"
[    21.513] (II) event5  - Logitech Gaming Mouse G502: is tagged by udev as: Keyboard
[    21.513] (II) event5  - Logitech Gaming Mouse G502: device is a keyboard
[    21.513] (II) event5  - Logitech Gaming Mouse G502: device removed
[    21.532] (II) libinput: Logitech Gaming Mouse G502: needs a virtual subdevice
[    21.532] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C332.0006/input/input8/event5"
[    21.532] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 15)
[    21.532] (**) Option "AccelerationScheme" "none"
[    21.532] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[    21.532] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[    21.532] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[    21.533] (II) event5  - Logitech Gaming Mouse G502: is tagged by udev as: Keyboard
[    21.533] (II) event5  - Logitech Gaming Mouse G502: device is a keyboard
[    21.534] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[    21.534] (II) No input driver specified, ignoring this device.
[    21.534] (II) This device may have been added with another device file.
[    21.535] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[    21.535] (II) No input driver specified, ignoring this device.
[    21.535] (II) This device may have been added with another device file.
[    21.536] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[    21.536] (II) No input driver specified, ignoring this device.
[    21.536] (II) This device may have been added with another device file.
[    21.536] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[    21.536] (II) No input driver specified, ignoring this device.
[    21.537] (II) This device may have been added with another device file.
[    21.537] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[    21.537] (II) No input driver specified, ignoring this device.
[    21.537] (II) This device may have been added with another device file.
[    21.538] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[    21.538] (II) No input driver specified, ignoring this device.
[    21.538] (II) This device may have been added with another device file.
[    21.539] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[    21.539] (II) No input driver specified, ignoring this device.
[    21.539] (II) This device may have been added with another device file.
[    21.540] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event17)
[    21.540] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    21.540] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[    21.540] (**) Eee PC WMI hotkeys: always reports core events
[    21.540] (**) Option "Device" "/dev/input/event17"
[    21.540] (**) Option "_source" "server/udev"
[    21.541] (II) event17 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    21.541] (II) event17 - Eee PC WMI hotkeys: device is a keyboard
[    21.541] (II) event17 - Eee PC WMI hotkeys: device removed
[    21.556] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input20/event17"
[    21.556] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 16)
[    21.556] (**) Option "xkb_model" "pc105"
[    21.556] (**) Option "xkb_layout" "us"
[    21.557] (II) event17 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    21.557] (II) event17 - Eee PC WMI hotkeys: device is a keyboard
[    21.570] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[    21.570] (II) Using input driver 'libinput' for 'Corsair Corsair STRAFE RGB Gaming Keyboard'
[    21.570] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: always reports core events
[    21.570] (**) Option "Device" "/dev/input/event8"
[    21.570] (**) Option "_source" "_driver/libinput"
[    21.570] (II) libinput: Corsair Corsair STRAFE RGB Gaming Keyboard: is a virtual subdevice
[    21.570] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:1B1C:1B20.0008/input/input11/event8"
[    21.570] (II) XINPUT: Adding extended input device "Corsair Corsair STRAFE RGB Gaming Keyboard" (type: KEYBOARD, id 17)
[    21.570] (**) Option "xkb_model" "pc105"
[    21.570] (**) Option "xkb_layout" "us"
[    21.571] (**) Logitech Unifying Device. Wireless PID:2008: Applying InputClass "libinput keyboard catchall"
[    21.571] (II) Using input driver 'libinput' for 'Logitech Unifying Device. Wireless PID:2008'
[    21.571] (**) Logitech Unifying Device. Wireless PID:2008: always reports core events
[    21.571] (**) Option "Device" "/dev/input/event9"
[    21.571] (**) Option "_source" "_driver/libinput"
[    21.571] (II) libinput: Logitech Unifying Device. Wireless PID:2008: is a virtual subdevice
[    21.571] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.4/1-7.4:1.2/0003:046D:C52B.0004/0003:046D:2008.000A/input/input12/event9"
[    21.571] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:2008" (type: KEYBOARD, id 18)
[    21.571] (**) Option "xkb_model" "pc105"
[    21.571] (**) Option "xkb_layout" "us"
[    21.571] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall"
[    21.571] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[    21.571] (**) Logitech Gaming Mouse G502: always reports core events
[    21.571] (**) Option "Device" "/dev/input/event5"
[    21.571] (**) Option "_source" "_driver/libinput"
[    21.571] (II) libinput: Logitech Gaming Mouse G502: is a virtual subdevice
[    21.571] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C332.0006/input/input8/event5"
[    21.571] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: KEYBOARD, id 19)
[    21.571] (**) Option "xkb_model" "pc105"
[    21.572] (**) Option "xkb_layout" "us"
Going to try turning xinerama off next and see how that goes.
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

And the last one for the night... when I turned off xinerama, only one screen works and the rest are black but I can see the mouse move through them, but can't move windows over to them.

xrandr

Code: Select all

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DVI-D-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080     60.00*+  59.94    50.00  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94
No change to xorg.conf except for xinerama 0, so posting the output of the log

Code: Select all

[  1389.096] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[  1389.096] X Protocol Version 11, Revision 0
[  1389.096] Build Operating System: Linux 4.4.0-119-generic x86_64 Ubuntu
[  1389.096] Current Operating System: Linux SG-1-Prometheus 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64
[  1389.096] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic root=UUID=a309c531-cc2a-4942-b346-7c9969df2ec7 ro quiet splash vt.handoff=1
[  1389.096] Build Date: 13 April 2018  08:07:36PM
[  1389.096] xorg-server 2:1.19.6-1ubuntu4 (For technical support please see http://www.ubuntu.com/support) 
[  1389.096] Current version of pixman: 0.34.0
[  1389.096] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1389.096] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1389.096] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul  6 18:33:18 2018
[  1389.097] (==) Using config file: "/etc/X11/xorg.conf"
[  1389.097] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1389.097] (==) ServerLayout "Layout0"
[  1389.097] (**) |-->Screen "Screen0" (0)
[  1389.097] (**) |   |-->Monitor "Monitor0"
[  1389.097] (**) |   |-->Device "Device0"
[  1389.097] (**) |-->Screen "Screen1" (1)
[  1389.097] (**) |   |-->Monitor "Monitor1"
[  1389.097] (**) |   |-->Device "Device1"
[  1389.097] (**) |-->Screen "Screen2" (2)
[  1389.097] (**) |   |-->Monitor "Monitor2"
[  1389.097] (**) |   |-->Device "Device2"
[  1389.097] (**) |-->Screen "Screen3" (3)
[  1389.097] (**) |   |-->Monitor "Monitor3"
[  1389.097] (**) |   |-->Device "Device3"
[  1389.097] (**) |-->Screen "Screen4" (4)
[  1389.097] (**) |   |-->Monitor "Monitor4"
[  1389.097] (**) |   |-->Device "Device4"
[  1389.097] (**) |-->Input Device "Keyboard0"
[  1389.097] (**) |-->Input Device "Mouse0"
[  1389.097] (**) Option "Xinerama" "0"
[  1389.097] (==) Automatically adding devices
[  1389.097] (==) Automatically enabling devices
[  1389.097] (==) Automatically adding GPU devices
[  1389.097] (==) Automatically binding GPU devices
[  1389.097] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1389.097] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1389.097] 	Entry deleted from font path.
[  1389.097] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[  1389.097] 	Entry deleted from font path.
[  1389.097] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  1389.097] 	Entry deleted from font path.
[  1389.097] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[  1389.097] 	Entry deleted from font path.
[  1389.097] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  1389.097] 	Entry deleted from font path.
[  1389.097] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[  1389.097] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1389.097] (**) Extension "Composite" is disabled
[  1389.097] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1389.097] (WW) Disabling Keyboard0
[  1389.097] (WW) Disabling Mouse0
[  1389.097] (II) Loader magic: 0x55649c240020
[  1389.097] (II) Module ABI versions:
[  1389.097] 	X.Org ANSI C Emulation: 0.4
[  1389.097] 	X.Org Video Driver: 23.0
[  1389.097] 	X.Org XInput driver : 24.1
[  1389.097] 	X.Org Server Extension : 10.0
[  1389.098] (++) using VT number 7

[  1389.098] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1389.098] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1389.098] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1389.099] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[  1389.099] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[  1389.099] (--) PCI:*(0:1:0:0) 10de:1b81:3842:5173 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[  1389.099] (--) PCI: (0:2:0:0) 10de:1b81:3842:6173 rev 161, Mem @ 0xdc000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  1389.099] (II) LoadModule: "glx"
[  1389.099] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/libglx.so
[  1389.102] (II) Module glx: vendor="NVIDIA Corporation"
[  1389.102] 	compiled for 4.0.2, module version = 1.0.0
[  1389.102] 	Module class: X.Org Server Extension
[  1389.102] (II) NVIDIA GLX Module  390.48  Wed Mar 21 23:42:56 PDT 2018
[  1389.102] (II) LoadModule: "nvidia"
[  1389.102] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
[  1389.102] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1389.102] 	compiled for 4.0.2, module version = 1.0.0
[  1389.102] 	Module class: X.Org Video Driver
[  1389.102] (II) NVIDIA dlloader X Driver  390.48  Wed Mar 21 23:18:15 PDT 2018
[  1389.102] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1389.102] (II) Loading sub module "fb"
[  1389.102] (II) LoadModule: "fb"
[  1389.102] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1389.102] (II) Module fb: vendor="X.Org Foundation"
[  1389.102] 	compiled for 1.19.6, module version = 1.0.0
[  1389.102] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1389.102] (II) Loading sub module "wfb"
[  1389.102] (II) LoadModule: "wfb"
[  1389.102] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1389.102] (II) Module wfb: vendor="X.Org Foundation"
[  1389.102] 	compiled for 1.19.6, module version = 1.0.0
[  1389.102] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1389.102] (II) Loading sub module "ramdac"
[  1389.102] (II) LoadModule: "ramdac"
[  1389.102] (II) Module "ramdac" already built-in
[  1389.103] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  1389.103] (==) NVIDIA(0): RGB weight 888
[  1389.103] (==) NVIDIA(0): Default visual is TrueColor
[  1389.103] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1389.103] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  1389.103] (**) NVIDIA(0): Option "Stereo" "0"
[  1389.103] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-7"
[  1389.103] (**) NVIDIA(0): Option "SLI" "Off"
[  1389.103] (**) NVIDIA(0): Option "MultiGPU" "Off"
[  1389.103] (**) NVIDIA(0): Option "BaseMosaic" "off"
[  1389.103] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  1389.103] (**) NVIDIA(0): Stereo disabled by request
[  1389.103] (**) NVIDIA(0): NVIDIA SLI disabled.
[  1389.103] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[  1389.103] (**) NVIDIA(0): Option "MetaModes" "DP-5: nvidia-auto-select +0+0"
[  1389.103] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  1389.103] (**) NVIDIA(1): Option "MetaModes" "DP-3: nvidia-auto-select +0+0"
[  1389.103] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  1389.103] (**) NVIDIA(2): Option "MetaModes" "DP-1: nvidia-auto-select +0+0"
[  1389.103] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  1389.103] (**) NVIDIA(3): Option "MetaModes" "HDMI-0: nvidia-auto-select +0+0"
[  1389.103] (**) NVIDIA(0): Enabling 2D acceleration
[  1390.062] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  1390.062] (--) NVIDIA(0):     DFP-0
[  1390.062] (--) NVIDIA(0):     DFP-1 (boot)
[  1390.062] (--) NVIDIA(0):     DFP-2
[  1390.062] (--) NVIDIA(0):     DFP-3 (boot)
[  1390.062] (--) NVIDIA(0):     DFP-4
[  1390.062] (--) NVIDIA(0):     DFP-5 (boot)
[  1390.062] (--) NVIDIA(0):     DFP-6
[  1390.062] (--) NVIDIA(0):     DFP-7 (boot)
[  1390.063] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[  1390.063] (--) NVIDIA(0): Memory: 8388608 kBytes
[  1390.063] (--) NVIDIA(0): VideoBIOS: 86.04.50.00.72
[  1390.063] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1390.063] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1390.063] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1390.063] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1390.063] (--) NVIDIA(GPU-0): 
[  1390.094] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[  1390.094] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[  1390.094] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[  1390.094] (--) NVIDIA(GPU-0): 
[  1390.094] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1390.094] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1390.094] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  1390.094] (--) NVIDIA(GPU-0): 
[  1390.160] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[  1390.160] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[  1390.160] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[  1390.160] (--) NVIDIA(GPU-0): 
[  1390.160] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1390.160] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1390.160] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[  1390.160] (--) NVIDIA(GPU-0): 
[  1390.225] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[  1390.225] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[  1390.225] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[  1390.225] (--) NVIDIA(GPU-0): 
[  1390.225] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  1390.225] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  1390.225] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[  1390.225] (--) NVIDIA(GPU-0): 
[  1390.291] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[  1390.291] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[  1390.291] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[  1390.291] (--) NVIDIA(GPU-0): 
[  1390.296] (II) NVIDIA(0): Validated MetaModes:
[  1390.296] (II) NVIDIA(0):     "DP-5:nvidia-auto-select+0+0"
[  1390.296] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[  1390.300] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[  1390.300] (--) NVIDIA(0):     option
[  1390.300] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[  1390.300] (==) NVIDIA(1): RGB weight 888
[  1390.300] (==) NVIDIA(1): Default visual is TrueColor
[  1390.300] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[  1390.300] (**) NVIDIA(1): Option "Stereo" "0"
[  1390.300] (**) NVIDIA(1): Option "nvidiaXineramaInfoOrder" "DFP-5"
[  1390.300] (**) NVIDIA(1): Option "SLI" "Off"
[  1390.300] (**) NVIDIA(1): Option "MultiGPU" "Off"
[  1390.300] (**) NVIDIA(1): Option "BaseMosaic" "off"
[  1390.300] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[  1390.300] (**) NVIDIA(1): Stereo disabled by request
[  1390.300] (**) NVIDIA(1): NVIDIA SLI disabled.
[  1390.300] (**) NVIDIA(1): NVIDIA Multi-GPU disabled.
[  1390.300] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[  1390.300] (--) NVIDIA(1): Memory: 8388608 kBytes
[  1390.300] (--) NVIDIA(1): VideoBIOS: 86.04.50.00.72
[  1390.300] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[  1390.304] (II) NVIDIA(1): Validated MetaModes:
[  1390.304] (II) NVIDIA(1):     "DP-3:nvidia-auto-select+0+0"
[  1390.304] (II) NVIDIA(1): Virtual screen size determined to be 1920 x 1080
[  1390.309] (--) NVIDIA(1): DPI set to (81, 80); computed from "UseEdidDpi" X config
[  1390.309] (--) NVIDIA(1):     option
[  1390.309] (**) NVIDIA(2): Depth 24, (--) framebuffer bpp 32
[  1390.309] (==) NVIDIA(2): RGB weight 888
[  1390.309] (==) NVIDIA(2): Default visual is TrueColor
[  1390.309] (==) NVIDIA(2): Using gamma correction (1.0, 1.0, 1.0)
[  1390.309] (**) NVIDIA(2): Option "Stereo" "0"
[  1390.309] (**) NVIDIA(2): Option "nvidiaXineramaInfoOrder" "DFP-3"
[  1390.309] (**) NVIDIA(2): Option "SLI" "Off"
[  1390.309] (**) NVIDIA(2): Option "MultiGPU" "Off"
[  1390.309] (**) NVIDIA(2): Option "BaseMosaic" "off"
[  1390.309] (**) NVIDIA(2): Option "AllowEmptyInitialConfiguration"
[  1390.309] (**) NVIDIA(2): Stereo disabled by request
[  1390.309] (**) NVIDIA(2): NVIDIA SLI disabled.
[  1390.309] (**) NVIDIA(2): NVIDIA Multi-GPU disabled.
[  1390.309] (II) NVIDIA(2): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[  1390.309] (--) NVIDIA(2): Memory: 8388608 kBytes
[  1390.309] (--) NVIDIA(2): VideoBIOS: 86.04.50.00.72
[  1390.309] (II) NVIDIA(2): Detected PCI Express Link width: 16X
[  1390.313] (II) NVIDIA(2): Validated MetaModes:
[  1390.313] (II) NVIDIA(2):     "DP-1:nvidia-auto-select+0+0"
[  1390.313] (II) NVIDIA(2): Virtual screen size determined to be 1920 x 1080
[  1390.320] (--) NVIDIA(2): DPI set to (81, 80); computed from "UseEdidDpi" X config
[  1390.320] (--) NVIDIA(2):     option
[  1390.320] (**) NVIDIA(3): Depth 24, (--) framebuffer bpp 32
[  1390.320] (==) NVIDIA(3): RGB weight 888
[  1390.320] (==) NVIDIA(3): Default visual is TrueColor
[  1390.320] (==) NVIDIA(3): Using gamma correction (1.0, 1.0, 1.0)
[  1390.320] (**) NVIDIA(3): Option "Stereo" "0"
[  1390.320] (**) NVIDIA(3): Option "nvidiaXineramaInfoOrder" "DFP-1"
[  1390.320] (**) NVIDIA(3): Option "SLI" "Off"
[  1390.320] (**) NVIDIA(3): Option "MultiGPU" "Off"
[  1390.320] (**) NVIDIA(3): Option "BaseMosaic" "off"
[  1390.320] (**) NVIDIA(3): Option "AllowEmptyInitialConfiguration"
[  1390.320] (**) NVIDIA(3): Stereo disabled by request
[  1390.320] (**) NVIDIA(3): NVIDIA SLI disabled.
[  1390.320] (**) NVIDIA(3): NVIDIA Multi-GPU disabled.
[  1390.320] (II) NVIDIA(3): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[  1390.320] (--) NVIDIA(3): Memory: 8388608 kBytes
[  1390.320] (--) NVIDIA(3): VideoBIOS: 86.04.50.00.72
[  1390.320] (II) NVIDIA(3): Detected PCI Express Link width: 16X
[  1390.324] (II) NVIDIA(3): Validated MetaModes:
[  1390.324] (II) NVIDIA(3):     "HDMI-0:nvidia-auto-select+0+0"
[  1390.324] (II) NVIDIA(3): Virtual screen size determined to be 1920 x 1080
[  1390.327] (--) NVIDIA(3): DPI set to (81, 80); computed from "UseEdidDpi" X config
[  1390.327] (--) NVIDIA(3):     option
[  1390.327] (**) NVIDIA(4): Depth 24, (--) framebuffer bpp 32
[  1390.327] (==) NVIDIA(4): RGB weight 888
[  1390.327] (==) NVIDIA(4): Default visual is TrueColor
[  1390.327] (==) NVIDIA(4): Using gamma correction (1.0, 1.0, 1.0)
[  1390.327] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  1390.327] (**) NVIDIA(4): Option "Stereo" "0"
[  1390.327] (**) NVIDIA(4): Option "SLI" "Off"
[  1390.327] (**) NVIDIA(4): Option "MultiGPU" "Off"
[  1390.327] (**) NVIDIA(4): Option "BaseMosaic" "off"
[  1390.327] (**) NVIDIA(4): Option "AllowEmptyInitialConfiguration"
[  1390.327] (**) NVIDIA(4): Stereo disabled by request
[  1390.327] (**) NVIDIA(4): NVIDIA SLI disabled.
[  1390.327] (**) NVIDIA(4): NVIDIA Multi-GPU disabled.
[  1390.327] (**) NVIDIA(4): Option "MetaModes" "nvidia-auto-select +0+0 {AllowGSYNC=Off}"
[  1390.327] (**) NVIDIA(4): Enabling 2D acceleration
[  1390.858] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:2:0:0
[  1390.858] (--) NVIDIA(0):     DFP-0
[  1390.858] (--) NVIDIA(0):     DFP-1 (boot)
[  1390.858] (--) NVIDIA(0):     DFP-2
[  1390.858] (--) NVIDIA(0):     DFP-3
[  1390.858] (--) NVIDIA(0):     DFP-4
[  1390.858] (--) NVIDIA(0):     DFP-5
[  1390.858] (--) NVIDIA(0):     DFP-6
[  1390.858] (--) NVIDIA(0):     DFP-7
[  1390.859] (II) NVIDIA(4): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:2:0:0 (GPU-1)
[  1390.859] (--) NVIDIA(4): Memory: 8388608 kBytes
[  1390.859] (--) NVIDIA(4): VideoBIOS: 86.04.50.00.72
[  1390.859] (II) NVIDIA(4): Detected PCI Express Link width: 16X
[  1390.859] (--) NVIDIA(GPU-1): DFP-0: disconnected
[  1390.859] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[  1390.859] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[  1390.860] (--) NVIDIA(GPU-1): 
[  1390.890] (--) NVIDIA(GPU-1): Samsung S27F350 (DFP-1): connected
[  1390.890] (--) NVIDIA(GPU-1): Samsung S27F350 (DFP-1): Internal TMDS
[  1390.890] (--) NVIDIA(GPU-1): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[  1390.890] (--) NVIDIA(GPU-1): 
[  1390.890] (--) NVIDIA(GPU-1): DFP-2: disconnected
[  1390.890] (--) NVIDIA(GPU-1): DFP-2: Internal DisplayPort
[  1390.890] (--) NVIDIA(GPU-1): DFP-2: 1440.0 MHz maximum pixel clock
[  1390.890] (--) NVIDIA(GPU-1): 
[  1390.891] (--) NVIDIA(GPU-1): DFP-3: disconnected
[  1390.891] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[  1390.891] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[  1390.891] (--) NVIDIA(GPU-1): 
[  1390.891] (--) NVIDIA(GPU-1): DFP-4: disconnected
[  1390.891] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[  1390.891] (--) NVIDIA(GPU-1): DFP-4: 1440.0 MHz maximum pixel clock
[  1390.891] (--) NVIDIA(GPU-1): 
[  1390.891] (--) NVIDIA(GPU-1): DFP-5: disconnected
[  1390.891] (--) NVIDIA(GPU-1): DFP-5: Internal TMDS
[  1390.891] (--) NVIDIA(GPU-1): DFP-5: 165.0 MHz maximum pixel clock
[  1390.891] (--) NVIDIA(GPU-1): 
[  1390.891] (--) NVIDIA(GPU-1): DFP-6: disconnected
[  1390.891] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[  1390.891] (--) NVIDIA(GPU-1): DFP-6: 1440.0 MHz maximum pixel clock
[  1390.891] (--) NVIDIA(GPU-1): 
[  1390.891] (--) NVIDIA(GPU-1): DFP-7: disconnected
[  1390.891] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[  1390.891] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[  1390.891] (--) NVIDIA(GPU-1): 
[  1390.896] (II) NVIDIA(4): Validated MetaModes:
[  1390.896] (II) NVIDIA(4):     "nvidia-auto-select+0+0{AllowGSYNC=Off}"
[  1390.896] (II) NVIDIA(4): Virtual screen size determined to be 1920 x 1080
[  1390.900] (--) NVIDIA(4): DPI set to (81, 80); computed from "UseEdidDpi" X config
[  1390.900] (--) NVIDIA(4):     option
[  1390.900] (--) Depth 24 pixmap format is 32 bpp
[  1390.906] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[  1390.906] (II) NVIDIA:     access.
[  1390.919] (II) NVIDIA(0): Setting mode "DP-5:nvidia-auto-select+0+0"
[  1390.971] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1390.971] (==) NVIDIA(0): Backing store disabled
[  1390.971] (==) NVIDIA(0): Silken mouse enabled
[  1390.971] (==) NVIDIA(0): DPMS enabled
[  1390.971] (II) Loading sub module "dri2"
[  1390.971] (II) LoadModule: "dri2"
[  1390.971] (II) Module "dri2" already built-in
[  1390.971] (II) NVIDIA(0): [DRI2] Setup complete
[  1390.971] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1390.971] (--) RandR disabled
[  1390.985] (II) NVIDIA(1): Setting mode "DP-3:nvidia-auto-select+0+0"
[  1391.122] (==) NVIDIA(1): Disabling shared memory pixmaps
[  1391.122] (==) NVIDIA(1): Backing store disabled
[  1391.122] (==) NVIDIA(1): Silken mouse enabled
[  1391.122] (==) NVIDIA(1): DPMS enabled
[  1391.122] (II) Loading sub module "dri2"
[  1391.122] (II) LoadModule: "dri2"
[  1391.122] (II) Module "dri2" already built-in
[  1391.122] (II) NVIDIA(1): [DRI2] Setup complete
[  1391.122] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[  1391.122] (--) RandR disabled
[  1391.134] (II) NVIDIA(2): Setting mode "DP-1:nvidia-auto-select+0+0"
[  1391.326] (==) NVIDIA(2): Disabling shared memory pixmaps
[  1391.326] (==) NVIDIA(2): Backing store disabled
[  1391.326] (==) NVIDIA(2): Silken mouse enabled
[  1391.326] (==) NVIDIA(2): DPMS enabled
[  1391.326] (II) Loading sub module "dri2"
[  1391.326] (II) LoadModule: "dri2"
[  1391.326] (II) Module "dri2" already built-in
[  1391.326] (II) NVIDIA(2): [DRI2] Setup complete
[  1391.326] (II) NVIDIA(2): [DRI2]   VDPAU driver: nvidia
[  1391.326] (--) RandR disabled
[  1391.338] (II) NVIDIA(3): Setting mode "HDMI-0:nvidia-auto-select+0+0"
[  1391.531] (==) NVIDIA(3): Disabling shared memory pixmaps
[  1391.531] (==) NVIDIA(3): Backing store disabled
[  1391.531] (==) NVIDIA(3): Silken mouse enabled
[  1391.531] (==) NVIDIA(3): DPMS enabled
[  1391.531] (II) Loading sub module "dri2"
[  1391.531] (II) LoadModule: "dri2"
[  1391.531] (II) Module "dri2" already built-in
[  1391.531] (II) NVIDIA(3): [DRI2] Setup complete
[  1391.531] (II) NVIDIA(3): [DRI2]   VDPAU driver: nvidia
[  1391.532] (--) RandR disabled
[  1391.546] (II) NVIDIA(4): Setting mode "nvidia-auto-select+0+0{AllowGSYNC=Off}"
[  1391.571] (==) NVIDIA(4): Disabling shared memory pixmaps
[  1391.571] (==) NVIDIA(4): Backing store disabled
[  1391.571] (==) NVIDIA(4): Silken mouse enabled
[  1391.571] (==) NVIDIA(4): DPMS enabled
[  1391.571] (II) Loading sub module "dri2"
[  1391.571] (II) LoadModule: "dri2"
[  1391.571] (II) Module "dri2" already built-in
[  1391.571] (II) NVIDIA(4): [DRI2] Setup complete
[  1391.571] (II) NVIDIA(4): [DRI2]   VDPAU driver: nvidia
[  1391.571] (--) RandR disabled
[  1391.572] (II) SELinux: Disabled on system
[  1391.572] (II) Initializing extension GLX
[  1391.572] (II) Indirect GLX disabled.
[  1391.605] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1391.605] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1391.605] (II) LoadModule: "libinput"
[  1391.605] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1391.606] (II) Module libinput: vendor="X.Org Foundation"
[  1391.606] 	compiled for 1.19.6, module version = 0.27.1
[  1391.606] 	Module class: X.Org XInput Driver
[  1391.606] 	ABI class: X.Org XInput driver, version 24.1
[  1391.606] (II) Using input driver 'libinput' for 'Power Button'
[  1391.606] (**) Power Button: always reports core events
[  1391.606] (**) Option "Device" "/dev/input/event2"
[  1391.606] (**) Option "_source" "server/udev"
[  1391.606] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1391.606] (II) event2  - Power Button: device is a keyboard
[  1391.606] (II) event2  - Power Button: device removed
[  1391.628] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1391.628] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1391.628] (**) Option "xkb_model" "pc105"
[  1391.628] (**) Option "xkb_layout" "us"
[  1391.628] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1391.628] (II) event2  - Power Button: device is a keyboard
[  1391.628] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1391.628] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1391.628] (II) Using input driver 'libinput' for 'Power Button'
[  1391.628] (**) Power Button: always reports core events
[  1391.628] (**) Option "Device" "/dev/input/event1"
[  1391.628] (**) Option "_source" "server/udev"
[  1391.628] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1391.628] (II) event1  - Power Button: device is a keyboard
[  1391.628] (II) event1  - Power Button: device removed
[  1391.652] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  1391.652] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  1391.652] (**) Option "xkb_model" "pc105"
[  1391.652] (**) Option "xkb_layout" "us"
[  1391.652] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1391.652] (II) event1  - Power Button: device is a keyboard
[  1391.652] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[  1391.652] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1391.652] (II) Using input driver 'libinput' for 'Sleep Button'
[  1391.652] (**) Sleep Button: always reports core events
[  1391.652] (**) Option "Device" "/dev/input/event0"
[  1391.652] (**) Option "_source" "server/udev"
[  1391.652] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  1391.652] (II) event0  - Sleep Button: device is a keyboard
[  1391.652] (II) event0  - Sleep Button: device removed
[  1391.668] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[  1391.668] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[  1391.668] (**) Option "xkb_model" "pc105"
[  1391.668] (**) Option "xkb_layout" "us"
[  1391.668] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  1391.668] (II) event0  - Sleep Button: device is a keyboard
[  1391.668] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event22)
[  1391.668] (II) No input driver specified, ignoring this device.
[  1391.668] (II) This device may have been added with another device file.
[  1391.669] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event23)
[  1391.669] (II) No input driver specified, ignoring this device.
[  1391.669] (II) This device may have been added with another device file.
[  1391.669] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event24)
[  1391.669] (II) No input driver specified, ignoring this device.
[  1391.669] (II) This device may have been added with another device file.
[  1391.669] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event25)
[  1391.669] (II) No input driver specified, ignoring this device.
[  1391.669] (II) This device may have been added with another device file.
[  1391.670] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
[  1391.670] (II) No input driver specified, ignoring this device.
[  1391.670] (II) This device may have been added with another device file.
[  1391.670] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
[  1391.670] (II) No input driver specified, ignoring this device.
[  1391.670] (II) This device may have been added with another device file.
[  1391.670] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event20)
[  1391.670] (II) No input driver specified, ignoring this device.
[  1391.670] (II) This device may have been added with another device file.
[  1391.670] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event21)
[  1391.670] (II) No input driver specified, ignoring this device.
[  1391.670] (II) This device may have been added with another device file.
[  1391.671] (II) config/udev: Adding input device Corsair Corsair STRAFE RGB Gaming Keyboard (/dev/input/event6)
[  1391.671] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1391.671] (II) Using input driver 'libinput' for 'Corsair Corsair STRAFE RGB Gaming Keyboard'
[  1391.671] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: always reports core events
[  1391.671] (**) Option "Device" "/dev/input/event6"
[  1391.671] (**) Option "_source" "server/udev"
[  1391.671] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[  1391.671] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: device is a keyboard
[  1391.671] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: device removed
[  1391.684] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:1B1C:1B20.0007/input/input9/event6"
[  1391.684] (II) XINPUT: Adding extended input device "Corsair Corsair STRAFE RGB Gaming Keyboard" (type: KEYBOARD, id 9)
[  1391.684] (**) Option "xkb_model" "pc105"
[  1391.684] (**) Option "xkb_layout" "us"
[  1391.685] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[  1391.685] (II) event6  - Corsair Corsair STRAFE RGB Gaming Keyboard: device is a keyboard
[  1391.685] (II) config/udev: Adding input device Corsair Corsair STRAFE RGB Gaming Keyboard (/dev/input/event8)
[  1391.685] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1391.685] (II) Using input driver 'libinput' for 'Corsair Corsair STRAFE RGB Gaming Keyboard'
[  1391.686] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: always reports core events
[  1391.686] (**) Option "Device" "/dev/input/event8"
[  1391.686] (**) Option "_source" "server/udev"
[  1391.686] (II) event8  - Corsair Corsair STRAFE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[  1391.686] (II) event8  - Corsair Corsair STRAFE RGB Gaming Keyboard: device is a keyboard
[  1391.686] (II) event8  - Corsair Corsair STRAFE RGB Gaming Keyboard: device removed
[  1391.708] (II) libinput: Corsair Corsair STRAFE RGB Gaming Keyboard: needs a virtual subdevice
[  1391.708] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:1B1C:1B20.0008/input/input11/event8"
[  1391.708] (II) XINPUT: Adding extended input device "Corsair Corsair STRAFE RGB Gaming Keyboard" (type: MOUSE, id 10)
[  1391.708] (**) Option "AccelerationScheme" "none"
[  1391.708] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: (accel) selected scheme none/0
[  1391.708] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: (accel) acceleration factor: 2.000
[  1391.708] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: (accel) acceleration threshold: 4
[  1391.709] (II) event8  - Corsair Corsair STRAFE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[  1391.710] (II) event8  - Corsair Corsair STRAFE RGB Gaming Keyboard: device is a keyboard
[  1391.711] (II) config/udev: Adding input device Logitech M705 (/dev/input/event7)
[  1391.711] (**) Logitech M705: Applying InputClass "libinput pointer catchall"
[  1391.711] (II) Using input driver 'libinput' for 'Logitech M705'
[  1391.711] (**) Logitech M705: always reports core events
[  1391.711] (**) Option "Device" "/dev/input/event7"
[  1391.711] (**) Option "_source" "server/udev"
[  1391.713] (II) event7  - Logitech M705: is tagged by udev as: Mouse
[  1391.713] (II) event7  - Logitech M705: device set to 800 DPI
[  1391.713] (II) event7  - Logitech M705: device is a pointer
[  1391.713] (II) event7  - Logitech M705: device removed
[  1391.760] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.4/1-7.4:1.2/0003:046D:C52B.0004/0003:046D:101B.0009/input/input10/event7"
[  1391.760] (II) XINPUT: Adding extended input device "Logitech M705" (type: MOUSE, id 11)
[  1391.760] (**) Option "AccelerationScheme" "none"
[  1391.760] (**) Logitech M705: (accel) selected scheme none/0
[  1391.760] (**) Logitech M705: (accel) acceleration factor: 2.000
[  1391.760] (**) Logitech M705: (accel) acceleration threshold: 4
[  1391.761] (II) event7  - Logitech M705: is tagged by udev as: Mouse
[  1391.761] (II) event7  - Logitech M705: device set to 800 DPI
[  1391.761] (II) event7  - Logitech M705: device is a pointer
[  1391.763] (II) config/udev: Adding input device Logitech M705 (/dev/input/mouse1)
[  1391.763] (II) No input driver specified, ignoring this device.
[  1391.763] (II) This device may have been added with another device file.
[  1391.765] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:2008 (/dev/input/event9)
[  1391.765] (**) Logitech Unifying Device. Wireless PID:2008: Applying InputClass "libinput keyboard catchall"
[  1391.765] (II) Using input driver 'libinput' for 'Logitech Unifying Device. Wireless PID:2008'
[  1391.765] (**) Logitech Unifying Device. Wireless PID:2008: always reports core events
[  1391.765] (**) Option "Device" "/dev/input/event9"
[  1391.765] (**) Option "_source" "server/udev"
[  1391.766] (II) event9  - Logitech Unifying Device. Wireless PID:2008: is tagged by udev as: Keyboard
[  1391.766] (II) event9  - Logitech Unifying Device. Wireless PID:2008: device is a keyboard
[  1391.766] (II) event9  - Logitech Unifying Device. Wireless PID:2008: device removed
[  1391.788] (II) libinput: Logitech Unifying Device. Wireless PID:2008: needs a virtual subdevice
[  1391.788] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.4/1-7.4:1.2/0003:046D:C52B.0004/0003:046D:2008.000A/input/input12/event9"
[  1391.788] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:2008" (type: MOUSE, id 12)
[  1391.788] (**) Option "AccelerationScheme" "none"
[  1391.788] (**) Logitech Unifying Device. Wireless PID:2008: (accel) selected scheme none/0
[  1391.788] (**) Logitech Unifying Device. Wireless PID:2008: (accel) acceleration factor: 2.000
[  1391.788] (**) Logitech Unifying Device. Wireless PID:2008: (accel) acceleration threshold: 4
[  1391.788] (II) event9  - Logitech Unifying Device. Wireless PID:2008: is tagged by udev as: Keyboard
[  1391.788] (II) event9  - Logitech Unifying Device. Wireless PID:2008: device is a keyboard
[  1391.788] (II) config/udev: Adding input device Kingston HyperX 7.1 Audio (/dev/input/event3)
[  1391.788] (**) Kingston HyperX 7.1 Audio: Applying InputClass "libinput keyboard catchall"
[  1391.788] (II) Using input driver 'libinput' for 'Kingston HyperX 7.1 Audio'
[  1391.788] (**) Kingston HyperX 7.1 Audio: always reports core events
[  1391.788] (**) Option "Device" "/dev/input/event3"
[  1391.788] (**) Option "_source" "server/udev"
[  1391.789] (II) event3  - Kingston HyperX 7.1 Audio: is tagged by udev as: Keyboard
[  1391.789] (II) event3  - Kingston HyperX 7.1 Audio: device is a keyboard
[  1391.789] (II) event3  - Kingston HyperX 7.1 Audio: device removed
[  1391.804] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.3/0003:0951:16A4.0001/input/input6/event3"
[  1391.804] (II) XINPUT: Adding extended input device "Kingston HyperX 7.1 Audio" (type: KEYBOARD, id 13)
[  1391.804] (**) Option "xkb_model" "pc105"
[  1391.804] (**) Option "xkb_layout" "us"
[  1391.804] (II) event3  - Kingston HyperX 7.1 Audio: is tagged by udev as: Keyboard
[  1391.804] (II) event3  - Kingston HyperX 7.1 Audio: device is a keyboard
[  1391.804] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event4)
[  1391.804] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput pointer catchall"
[  1391.804] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[  1391.804] (**) Logitech Gaming Mouse G502: always reports core events
[  1391.804] (**) Option "Device" "/dev/input/event4"
[  1391.804] (**) Option "_source" "server/udev"
[  1391.864] (II) event4  - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
[  1391.864] (II) event4  - Logitech Gaming Mouse G502: device set to 2400 DPI
[  1391.864] (II) event4  - Logitech Gaming Mouse G502: device is a pointer
[  1391.865] (II) event4  - Logitech Gaming Mouse G502: device removed
[  1391.900] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C332.0005/input/input7/event4"
[  1391.900] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 14)
[  1391.900] (**) Option "AccelerationScheme" "none"
[  1391.900] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[  1391.900] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[  1391.900] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[  1391.960] (II) event4  - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
[  1391.960] (II) event4  - Logitech Gaming Mouse G502: device set to 2400 DPI
[  1391.960] (II) event4  - Logitech Gaming Mouse G502: device is a pointer
[  1391.962] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/mouse0)
[  1391.962] (II) No input driver specified, ignoring this device.
[  1391.962] (II) This device may have been added with another device file.
[  1391.963] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event5)
[  1391.963] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall"
[  1391.963] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[  1391.963] (**) Logitech Gaming Mouse G502: always reports core events
[  1391.963] (**) Option "Device" "/dev/input/event5"
[  1391.963] (**) Option "_source" "server/udev"
[  1391.965] (II) event5  - Logitech Gaming Mouse G502: is tagged by udev as: Keyboard
[  1391.965] (II) event5  - Logitech Gaming Mouse G502: device is a keyboard
[  1391.965] (II) event5  - Logitech Gaming Mouse G502: device removed
[  1391.984] (II) libinput: Logitech Gaming Mouse G502: needs a virtual subdevice
[  1391.984] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C332.0006/input/input8/event5"
[  1391.984] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 15)
[  1391.984] (**) Option "AccelerationScheme" "none"
[  1391.984] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[  1391.984] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[  1391.984] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[  1391.984] (II) event5  - Logitech Gaming Mouse G502: is tagged by udev as: Keyboard
[  1391.984] (II) event5  - Logitech Gaming Mouse G502: device is a keyboard
[  1391.984] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[  1391.984] (II) No input driver specified, ignoring this device.
[  1391.984] (II) This device may have been added with another device file.
[  1391.984] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[  1391.984] (II) No input driver specified, ignoring this device.
[  1391.984] (II) This device may have been added with another device file.
[  1391.985] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[  1391.985] (II) No input driver specified, ignoring this device.
[  1391.985] (II) This device may have been added with another device file.
[  1391.985] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[  1391.985] (II) No input driver specified, ignoring this device.
[  1391.985] (II) This device may have been added with another device file.
[  1391.985] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[  1391.985] (II) No input driver specified, ignoring this device.
[  1391.985] (II) This device may have been added with another device file.
[  1391.985] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[  1391.985] (II) No input driver specified, ignoring this device.
[  1391.985] (II) This device may have been added with another device file.
[  1391.985] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[  1391.985] (II) No input driver specified, ignoring this device.
[  1391.985] (II) This device may have been added with another device file.
[  1391.986] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event17)
[  1391.986] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1391.986] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  1391.986] (**) Eee PC WMI hotkeys: always reports core events
[  1391.986] (**) Option "Device" "/dev/input/event17"
[  1391.986] (**) Option "_source" "server/udev"
[  1391.986] (II) event17 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1391.986] (II) event17 - Eee PC WMI hotkeys: device is a keyboard
[  1391.986] (II) event17 - Eee PC WMI hotkeys: device removed
[  1392.000] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input20/event17"
[  1392.000] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 16)
[  1392.000] (**) Option "xkb_model" "pc105"
[  1392.000] (**) Option "xkb_layout" "us"
[  1392.000] (II) event17 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1392.000] (II) event17 - Eee PC WMI hotkeys: device is a keyboard
[  1392.005] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1392.005] (II) Using input driver 'libinput' for 'Corsair Corsair STRAFE RGB Gaming Keyboard'
[  1392.005] (**) Corsair Corsair STRAFE RGB Gaming Keyboard: always reports core events
[  1392.005] (**) Option "Device" "/dev/input/event8"
[  1392.005] (**) Option "_source" "_driver/libinput"
[  1392.005] (II) libinput: Corsair Corsair STRAFE RGB Gaming Keyboard: is a virtual subdevice
[  1392.005] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:1B1C:1B20.0008/input/input11/event8"
[  1392.005] (II) XINPUT: Adding extended input device "Corsair Corsair STRAFE RGB Gaming Keyboard" (type: KEYBOARD, id 17)
[  1392.005] (**) Option "xkb_model" "pc105"
[  1392.005] (**) Option "xkb_layout" "us"
[  1392.005] (**) Logitech Unifying Device. Wireless PID:2008: Applying InputClass "libinput keyboard catchall"
[  1392.005] (II) Using input driver 'libinput' for 'Logitech Unifying Device. Wireless PID:2008'
[  1392.005] (**) Logitech Unifying Device. Wireless PID:2008: always reports core events
[  1392.005] (**) Option "Device" "/dev/input/event9"
[  1392.005] (**) Option "_source" "_driver/libinput"
[  1392.005] (II) libinput: Logitech Unifying Device. Wireless PID:2008: is a virtual subdevice
[  1392.005] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.4/1-7.4:1.2/0003:046D:C52B.0004/0003:046D:2008.000A/input/input12/event9"
[  1392.005] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:2008" (type: KEYBOARD, id 18)
[  1392.005] (**) Option "xkb_model" "pc105"
[  1392.005] (**) Option "xkb_layout" "us"
[  1392.005] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall"
[  1392.005] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[  1392.005] (**) Logitech Gaming Mouse G502: always reports core events
[  1392.005] (**) Option "Device" "/dev/input/event5"
[  1392.005] (**) Option "_source" "_driver/libinput"
[  1392.005] (II) libinput: Logitech Gaming Mouse G502: is a virtual subdevice
[  1392.005] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C332.0006/input/input8/event5"
[  1392.005] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: KEYBOARD, id 19)
[  1392.005] (**) Option "xkb_model" "pc105"
[  1392.005] (**) Option "xkb_layout" "us"
[  1401.424] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1401.424] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1401.424] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1401.424] (--) NVIDIA(GPU-0): 
[  1401.453] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[  1401.453] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[  1401.453] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[  1401.453] (--) NVIDIA(GPU-0): 
[  1401.453] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1401.453] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1401.453] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  1401.453] (--) NVIDIA(GPU-0): 
[  1401.517] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[  1401.517] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[  1401.517] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[  1401.517] (--) NVIDIA(GPU-0): 
[  1401.517] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1401.517] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1401.517] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[  1401.517] (--) NVIDIA(GPU-0): 
[  1401.582] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[  1401.582] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[  1401.582] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[  1401.582] (--) NVIDIA(GPU-0): 
[  1401.582] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  1401.582] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  1401.582] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[  1401.582] (--) NVIDIA(GPU-0): 
[  1401.645] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[  1401.645] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[  1401.645] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[  1401.645] (--) NVIDIA(GPU-0): 
[  1401.646] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1401.646] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1401.646] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1401.646] (--) NVIDIA(GPU-0): 
[  1401.676] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[  1401.676] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[  1401.676] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[  1401.676] (--) NVIDIA(GPU-0): 
[  1401.676] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1401.676] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1401.676] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  1401.676] (--) NVIDIA(GPU-0): 
[  1401.742] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[  1401.742] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[  1401.742] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[  1401.742] (--) NVIDIA(GPU-0): 
[  1401.742] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1401.742] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1401.742] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[  1401.742] (--) NVIDIA(GPU-0): 
[  1401.808] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[  1401.808] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[  1401.808] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[  1401.808] (--) NVIDIA(GPU-0): 
[  1401.808] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  1401.808] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  1401.808] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[  1401.808] (--) NVIDIA(GPU-0): 
[  1401.873] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[  1401.873] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[  1401.873] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[  1401.873] (--) NVIDIA(GPU-0): 
[  1401.874] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1401.874] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1401.874] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1401.874] (--) NVIDIA(GPU-0): 
[  1401.904] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[  1401.904] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[  1401.904] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[  1401.904] (--) NVIDIA(GPU-0): 
[  1401.904] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1401.904] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1401.904] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  1401.904] (--) NVIDIA(GPU-0): 
[  1401.967] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[  1401.967] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[  1401.967] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[  1401.967] (--) NVIDIA(GPU-0): 
[  1401.967] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1401.967] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1401.967] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[  1401.967] (--) NVIDIA(GPU-0): 
[  1402.032] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[  1402.032] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[  1402.032] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[  1402.032] (--) NVIDIA(GPU-0): 
[  1402.032] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  1402.032] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  1402.032] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[  1402.032] (--) NVIDIA(GPU-0): 
[  1402.095] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[  1402.095] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[  1402.095] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[  1402.095] (--) NVIDIA(GPU-0): 
[  1402.102] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1402.102] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1402.102] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1402.102] (--) NVIDIA(GPU-0): 
[  1402.131] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[  1402.131] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[  1402.131] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[  1402.131] (--) NVIDIA(GPU-0): 
[  1402.131] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1402.131] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1402.131] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  1402.131] (--) NVIDIA(GPU-0): 
[  1402.195] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[  1402.195] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[  1402.195] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[  1402.195] (--) NVIDIA(GPU-0): 
[  1402.195] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1402.195] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1402.195] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[  1402.195] (--) NVIDIA(GPU-0): 
[  1402.260] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[  1402.260] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[  1402.260] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[  1402.260] (--) NVIDIA(GPU-0): 
[  1402.260] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  1402.260] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  1402.260] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[  1402.260] (--) NVIDIA(GPU-0): 
[  1402.323] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[  1402.323] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[  1402.323] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[  1402.323] (--) NVIDIA(GPU-0): 
[  1402.638] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1402.638] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1402.638] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1402.638] (--) NVIDIA(GPU-0): 
[  1402.667] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[  1402.667] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[  1402.667] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[  1402.667] (--) NVIDIA(GPU-0): 
[  1402.667] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1402.667] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1402.667] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  1402.667] (--) NVIDIA(GPU-0): 
[  1402.732] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[  1402.732] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[  1402.732] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[  1402.732] (--) NVIDIA(GPU-0): 
[  1402.732] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1402.732] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1402.732] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[  1402.732] (--) NVIDIA(GPU-0): 
[  1402.796] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[  1402.796] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[  1402.796] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[  1402.796] (--) NVIDIA(GPU-0): 
[  1402.796] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  1402.796] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  1402.796] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[  1402.796] (--) NVIDIA(GPU-0): 
[  1402.861] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[  1402.861] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[  1402.861] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[  1402.861] (--) NVIDIA(GPU-0): 
[  1484.866] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1484.866] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1484.866] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1484.866] (--) NVIDIA(GPU-0): 
[  1484.896] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): connected
[  1484.896] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): Internal TMDS
[  1484.896] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-1): 600.0 MHz maximum pixel clock
[  1484.896] (--) NVIDIA(GPU-0): 
[  1484.896] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1484.896] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1484.896] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  1484.896] (--) NVIDIA(GPU-0): 
[  1484.961] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): connected
[  1484.961] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): Internal TMDS
[  1484.961] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-3): 600.0 MHz maximum pixel clock
[  1484.961] (--) NVIDIA(GPU-0): 
[  1484.961] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1484.961] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1484.961] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[  1484.961] (--) NVIDIA(GPU-0): 
[  1485.024] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): connected
[  1485.024] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): Internal TMDS
[  1485.024] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-5): 600.0 MHz maximum pixel clock
[  1485.024] (--) NVIDIA(GPU-0): 
[  1485.024] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  1485.024] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[  1485.024] (--) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[  1485.024] (--) NVIDIA(GPU-0): 
[  1485.089] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): connected
[  1485.089] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): Internal TMDS
[  1485.089] (--) NVIDIA(GPU-0): Samsung S27F350 (DFP-7): 600.0 MHz maximum pixel clock
[  1485.089] (--) NVIDIA(GPU-0): 
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

Jsut a FYI... disabling Hardware Accelleration in Chrome fixed my issue of moving around screens
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

So kind of got the taskbar working... Configured it not to expand and it now shows in my middle monitor, but apps I pin move around after I restart.
Still rather have a taskbar on each monitor and that taskbar only shows the apps on that window, but I'll keep digging around.

As for monitor setup and such, working quite well.
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

Got the rest of the quirks ironed out...

With the distorted app tray, once I set compiz as my wm, it solved that problem right away. Had to do a few tweaks to a few icons to get them to not repeat, but working well now. I did need to make a few tweaks to my xorg.conf file for Compiz to render right, but everything is working as expected.

I also saw that the panels are quite customisable and once I removed the lock from the items, I moved them to my centre monitor and it all works as expected and happy with the results.

Reason for all the posts was so that you didn't come in and try to help fix something when I already got it worked out, but still a big thanks for that original post a few years back. Following that helped me get the right config and I was able to work out how to write my xorg conf file as well.

Thanks mate!
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

So I decided to plug my 6th monitor in as I did have it connected to my server, but as I can do all that I want with SSH, I moved the monitor to my current desktop.

I added the new monitor config, device config, and screen config, but can't get the screen to recognise and turn on. I do see it listed in the nvidia settings, but disabled.

The below is my current xorg.conf file but I notice in my X log, I get this error: [ 3500.100] (EE) Screen 5 deleted because of no matching config section.

Code: Select all

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 396.24  (buildd@lgw01-amd64-037)  Wed May  2 23:26:43 UTC 2018

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" 1920 0
    Screen      2  "Screen2" 3840 0
    Screen      3  "Screen3" 5760 0
    Screen      4  "Screen4" 7680 0
    Screen      5  "Screen5" 5760 1080
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection

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

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor2"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor3"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       30.0 - 81.0
    VertRefresh     50.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor4"
    VendorName     "Unknown"
    ModelName      "Samsung S27F350"
    HorizSync       0.0 - 0.0
    VertRefresh     0.0
EndSection

Section "Monitor"
    Identifier     "Monitor5"
    VendorName     "Unknown"
    ModelName      "Asus VP278"
    HorizSync       0.0 - 0.0
    VertRefresh     0.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Device"
    Identifier     "Device2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
    Screen          2
EndSection

Section "Device"
    Identifier     "Device3"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:1:0:0"
    Screen          3
EndSection

Section "Device"
    Identifier     "Device4"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:2:0:0"
EndSection

Section "Device"
    Identifier     "Device5"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:2:0:0"
    Screen	    5
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-9"
    Option         "metamodes" "DP-5: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-7"
    Option         "metamodes" "DP-3: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-5"
    Option         "metamodes" "DP-1: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen3"
    Device         "Device3"
    Monitor        "Monitor3"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "metamodes" "HDMI-0: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen4"
    Device         "Device4"
    Monitor        "Monitor4"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "HDMI-0: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen5"
    Device         "Device5"
    Monitor        "Monitor5"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Module"
    Load "dbe"
    Load "freetype"
    Load "extmod"
    Load "glx"
EndSection

Section "Extensions"
    Option	   "RENDER" "true"
    Option	   "DAMAGE" "true"
    Option         "Composite" "Enable"
EndSection
I'll keep plugging away at it, but wanted to post progress here.

BTW, the last two sections I added to help support the compiz settings.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by roblm »

I was going to get back to you later today. I just started doing some multi-GPU/multi-monitor testing in Mint 19 last night.

You’re right about Display being messed up. There were 2 of every monitor and dragging a monitor leaves a trail. This is the worst I’ve ever seen in any version of Mint and I started with Mint 14.

For configuring the 6th monitor, change these sections:

Code: Select all

Section "Device"
    Identifier     "Device4"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:2:0:0"
EndSection

Section "Device"
    Identifier     "Device5"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:2:0:0"
    Screen	    5
EndSection
To this:

Code: Select all

Section "Device"
    Identifier     "Device4"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:2:0:0"
    Screen	    0
EndSection

Section "Device"
    Identifier     "Device5"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1070"
    BusID          "PCI:2:0:0"
    Screen	    1
EndSection
For each GPU, the Screen number starts at 0. With only one screen attached, no number is used. I know this is confusing because it doesn’t match the Screen number in Section "ServerLayout".
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

roblm wrote: Sat Jul 07, 2018 7:13 am I was going to get back to you later today. I just started doing some multi-GPU/multi-monitor testing in Mint 19 last night.

You’re right about Display being messed up. There were 2 of every monitor and dragging a monitor leaves a trail. This is the worst I’ve ever seen in any version of Mint and I started with Mint 14.
No worries mate, I wanted to make sure I kept on with things on my end as well. And sort of glad to hear that the Display issue I experienced wasnt't only on my end.

Thanks for the xorg fixes, that did do the trick indeed.
I then played with putting the 5th screen ontop of the 3rd screen, but when using X/Y coordinates, the menus and prompts got really out of place.

I'll give a go of using "on top of" variant, will do some googling tomorrow morning, but I've been in front of this all day so I'll post back any progress tomorrow.

Thanks again!
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by roblm »

windowsisdeadtome wrote: Sat Jul 07, 2018 7:56 am I then played with putting the 5th screen ontop of the 3rd screen, but when using X/Y coordinates, the menus and prompts got really out of place.
Is that the final arrangement you desire? If so, then you will have to explain in more detail what happened.


I just tested Mint 19 Cinnamon using the same 4 monitor setup I described in my first post and got the same results, what I called a modified Fallback Mode. However, there has been some improvement. I now get a menu when right clicking on any screen, and videos in .avi format now play in VLC. This setup appears to be very usable but the black background and theme can’t be changed. So unless you want to use Cinnamon’s File Manager, then there is no reason to use Cinnamon.

For Mint 19 MATE, I first positioned the bottom edges of all the screens at the same level in the Nvidia Settings window. Then all the screens showed a panel. The screen on the left end will always show the menu and the screen on the right end will have the System Tray.

For Mint 19 Xfce, I positioned the screens as described above for MATE. The screen on the left end showed the menu and panel with the System Tray. The other screens did not show a panel.

Xfce also has Compiz and similar Window Manager options that MATE does.
Last edited by roblm on Sun Jul 08, 2018 8:58 am, edited 1 time in total.
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

roblm wrote: Sat Jul 07, 2018 7:57 pm
windowsisdeadtome wrote: Sat Jul 07, 2018 7:56 am I then played with putting the 5th screen ontop of the 3rd screen, but when using X/Y coordinates, the menus and prompts got really out of place.
Is that the final arrangement you desire? If so, then you will have to explain in more detail what happened.
Yeah, I can try to describe it a bit more...

What I did was instead the Serverlayout being:

Code: Select all

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" 1920 0
    Screen      2  "Screen2" 3840 0
    Screen      3  "Screen3" 5760 0
    Screen      4  "Screen4" 7680 0
    Screen      5  "Screen5" 9600 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection
I changed it to

Code: Select all

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 1080
    Screen      1  "Screen1" 1920 1080
    Screen      2  "Screen2" 3840 1080
    Screen      3  "Screen3" 5760 1080
    Screen      4  "Screen4" 7680 1080
    Screen      5  "Screen5" 5760 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "1"
EndSection
And what had happened was, and I'll try to explain as best as possible:
  • Upon restarting, the login box was still on the far left monitor, but all I could see was the pasword input box as it felt as though the UI moved up in the screen
  • When I logged in, I wasn't able to see my top menu bar, not sure if it was rendering above my viewable space
  • My bottom menu wasn't there, not sure where it was.
  • There was a big black rectangle spanning across all my "bottom" monitors
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by roblm »

I had to correct some info in my previous post about Mint 19 MATE and Xfce. I forgot to position the bottom edges of all the screens at the same level in the Nvidia Settings window. This was needed because two monitors were taller than the other two. That's why the panel did not show on all the screens in MATE.

I tested simulating your setup by moving the end screen on top of the other 3 but the result looked OK using MATE, except the top screen no longer had a panel. The change also worked OK in Xfce.

Did you use the Nvidia Settings utility to make the change or did you manually edit the xorg.conf file?

The menu not showing may be from doing this, which you mentioned in your 8th post:
So kind of got the taskbar working... Configured it not to expand and it now shows in my middle monitor, but apps I pin move around after I restart.
Or perhaps your result was from using Compiz. Can you try switching to the default Window Manager.
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

Hey mate - back again from work travel and did a few of your suggestions...

First removed Compiz as my Windows manager and went to Marco (Adaptive compositor) and restarted... that was painful. Once logged back in, my monitors starting skipping/freezing and I couldn't do anything in the GUI. Trying to click on a window made all screens flicker. Was able to right click and open a terminal, but once I opened I couldn't actually type anything in it. I ended up having to Ctrl + Alt + F2 and in the terminal reset my dconf, which at least got me here.

I restored my xorg file with the working screens and removed the extra extensions that compiz needed and I can at least use my DE, but still having the weird login box issue and some screen tearing in Slack now as well.

For the login box issue, I couldn't get a screenshot of it, but when I did log in and Slack started to open, I could get a screenshot of that and you can see only the bottom 3rd of the app shows, the rest is off screen.. This is the same functionality with my login box, I can only see the pasword input field, which sits 'just' below the top of my monitor. Check out the screenshot of the slack loader and you can see the black space where my monitors are pushed down to accommodate the 6th one sitting on top of my 4th monitor (screen 3).

Not sure why I can't attach a JPG here, but I've uploaded to one of my S3 buckets - and wow, they can only be 480px high... Click the links below to view them
Slack loading in top of screen, just like my login box: https://s3-ap-southeast-2.amazonaws.com ... esized.png
Slack distortion (haven't tried other apps yet): https://s3-ap-southeast-2.amazonaws.com ... -Slack.png
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by roblm »

windowsisdeadtome wrote: Fri Jul 13, 2018 8:43 pm but still having the weird login box issue and some screen tearing in Slack now as well.
You mean the Slackware distro?

windowsisdeadtome wrote: Fri Jul 13, 2018 8:43 pmNot sure why I can't attach a JPG here
The file size can’t be more than 100 kB. I use GIMP to reduce picture file sizes in .jpeg format, in the file saving step.


Have you always been manually configuring the xorg.conf file?

It’s difficult trying to troubleshoot your display problems, if even possible. I suggest disabling the existing xorg.conf file and let the Nvidia Settings tool create and configure the file entirely. I found Mint 19 works better than 18.xx for doing that, without needing any manual configuration.

When Nvidia Settings is opened, some screens may be disabled. Select the screen and next to Configuration, select New X Screen. The Xinerama option should now be available, so enable it. Arrange the screens as you like and click the Apply button. Click the Save to X Configuration File button. In the window, type /etc/X11/xorg.conf. Log out and back in. If there are display problems, then try switching to Marco+Compton and Marco+Compositing and then the others as a Window Manager, before using Compiz again.
windowsisdeadtome

Re: Mint 19 - 2 Identical GPUs, 5 Monitors - Can't get them all to activate

Post by windowsisdeadtome »

Thanks mate, I'm travelling for the next few weeks so I'll give it a go when I get back. Appreciate all the help
Locked

Return to “Graphics Cards & Monitors”