Dual Monitor Resolution Issues on nVidia GTX960 with HDMI/DP

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

Dual Monitor Resolution Issues on nVidia GTX960 with HDMI/DP

Post by netager »

I have some issues with setting right resolution on the second monitor.
I installed nVidia driver from Driver Manager. One monitor is connected with HDMI-to-HDMI cable and works fine. Second one connected with DP-to-HDMI cable and I have only two resolutions to choose from: 640x480 or 800x600.

Here is what I see in nVidia X Server Settings:
X Sceen 0
Dimesnsions: 2720x1080, should be 3840x1080
It shows both displays: LG (DFP-1) on HDMI-0 and DFP-3 (DFP-3) on DP-1
The problem is that DP-to-HDMI cable works only one way, so Mint can't get any info back from monitor.
How do I force X Screen 0 resolution to correct 3840x1080?
How do I force DFP-3 resolution to 1920x1080?
Below is xorg.conf generated by nVidia... I don't see second monitor in it. If xorg.conf exists does nVidia X Server ignores its own settings?

Code: Select all

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 346.72  (buildd@toyol)  Tue May 19 14:39:51 UTC 2015

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

Section "Files"
EndSection

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

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

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG Electronics 24MP56"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 61.0
    Option         "DPMS"
EndSection

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

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "HDMI-0: 1920x1080 +800+0, DP-1: 800x600_60 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
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.
netager

Re: Dual Monitor Resolution Issues on nVidia GTX960 with HDM

Post by netager »

Almost solved :D
It didn't recognize correct resolution on one of my monitors, because it couldn't get any info from the monitor. DP-to-HDMI cable can transfer data only one direction: from video card to monitor. So no EDID info was received.

So instead of original idea forcing resolution to the monitor, I figured out how to make it recognize the monitor.
I connected monitor to another Windows computer through regular HDMI-to-HDMI cable. It recognized it without any issues.
Downloaded E-EDID Editor.
Extracted EDID info from registry (Tools -> Extract Registry E-EDID) and saved it as .bin file.
Copied .bin file to flash drive and then to /etc/X11

In Device section of xorg.conf I added

Code: Select all

Option         "CustomEDID" "DFP-3:/etc/X11/AOC.bin
DFP-3 is how my monitor with missing EDID is identified by nVidia X Server.

Restarted X and it worked! Monitor recognized with correct resolution.

Now I'm working on another issue... Can't the monitor order to stick. I change order in nVidia X Server, Apply settings, Save to xorg.conf, but after X restart it loosed monitor order... xorg.conf seems to look right...

Code: Select all

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 346.72  (buildd@toyol)  Tue May 19 14:39:51 UTC 2015


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

Section "Files"
EndSection

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

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "AOC 2353"
    HorizSync       30.0 - 83.0
    VertRefresh     50.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 960"
    Option         "CustomEDID" "DFP-3:/etc/X11/AOC.bin"
EndSection

Section "Screen"

    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "metamodes" "DP-1: nvidia-auto-select +0+0, HDMI-0: nvidia-auto-select +1920+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
User avatar
Pjotr
Level 24
Level 24
Posts: 20129
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: Dual Monitor Resolution Issues on nVidia GTX960 with HDM

Post by Pjotr »

Use nvidia-settings with root permissions:

Code: Select all

gksudo nvidia-settings
.... furthermore, the nvidia-352 driver might do a better job. You can install it by means of the graphics-drivers PPA:
https://sites.google.com/site/easylinux ... -mamarley-
(item 1, left column)
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
netager

Re: Dual Monitor Resolution Issues on nVidia GTX960 with HDM

Post by netager »

Thank you for that link.

I installed 355 driver, but it got installed without nvidia-settings
So I installed nvidia-settings, but it pulled older 346 version.
Nothing changed. It looses settings after restart.
But i noticed one thing: if I do Ctrl-Alt-Backspace restart it keep correct order of monitors even when the login screen comes up, but after I login, it goes back to default order...
Laurent85
Level 17
Level 17
Posts: 7081
Joined: Tue May 26, 2015 10:11 am

Re: Dual Monitor Resolution Issues on nVidia GTX960 with HDM

Post by Laurent85 »

I installed 355 driver, but it got installed without nvidia-settings
So I installed nvidia-settings, but it pulled older 346 version.
It's a priority issue. Packages from ppa graphics-driver have pin priority set to 500, Linux Mint nvidia packages pin priority is set to 700. You need to create a preference file for the ppa.

Code: Select all

gksu gedit /etc/apt/preferences.d/LP-PPA-graphics-drivers.pref
Copy following content to file and save
Package: *
Pin: release o=LP-PPA-graphics-drivers
Pin-Priority: 700
Install nvidia-settings to upgrade package

Code: Select all

apt install nvidia-settings
Image
netager

Re: Dual Monitor Resolution Issues on nVidia GTX960 with HDM

Post by netager »

So, I uninstalled all nvidia packages and ran Xreset.
Installed matching 355 version of driver and settings.

nVidia X Server Settings will not recognize correct resolution on one of the monitors. Which is OK, because of DP-to-HDMI cable.
Anyway, tried to change order of monitors and make another one primary. Everything work fine. Saved to xorg.conf
Added

Code: Select all

Option         "CustomEDID" "DFP-3:/etc/X11/AOC.bin"
to xorg.conf
Restarted X. Resolution is correct, but monitor order and which is primary back to default. And this order stays correct till login after soft X reset.

So... Driver picks up

Code: Select all

Option         "CustomEDID" "DFP-3:/etc/X11/AOC.bin"
as it should from xorg.conf, but I can't make any other settings stick.
nvidia-settings were ran as root

Any ideas how to make settings stick?
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Dual Monitor Resolution Issues on nVidia GTX960 with HDM

Post by roblm »

netager,

If you previously made any changes to the monitors in System Settings → Display, then rename the monitors.xml file in /home/your-user-name/.config
(a hidden folder), to monitors.xml.old. The settings in that file will override the settings in the xorg.conf file.

If that doesn't work, then the xorg.conf file will need to be manually edited. Open the file and change this line:

Code: Select all

Option         "nvidiaXineramaInfoOrder" "DFP-1"
To this:

Code: Select all

Option         "nvidiaXineramaInfoOrder" "HDMI-0"
That may not work. You probably need the name of the output as reported in the Xorg.0.log file, not as reported in the xrandr output. It's probably DFP-0.
You can try this:

Code: Select all

Option         "nvidiaXineramaInfoOrder" "DFP-0"
If none of those work, then post the Xorg.0.log file. Open the file using this command:

Code: Select all

gedit /var/log/Xorg.0.log
That command is for Cinnamon or Xfce. If using MATE, then change gedit to pluma.

Press Ctrl+A to select the entire file contents. Right click on the screen and select “Copy”. Don't save it to a file. Open the Mint Forum reply window and select “Code
in the menu. Paste the copied lines between the two code words.

If you have problems posting that long file, then upload it to pastebin.com by using this command:

Code: Select all

pastebin /var/log/Xorg.0.log

Post the URL link that displays in the Terminal window.
netager

Re: Dual Monitor Resolution Issues on nVidia GTX960 with HDM

Post by netager »

I tried deleting monitors.xml: nothing changed.
Here is current xorg.conf

Code: Select all

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 355.11  (buildd@lgw01-59)  Mon Aug 31 19:12:59 UTC 2015


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

Section "Files"
EndSection

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG Electronics 24MP56"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 61.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 960"
    Option         "CustomEDID" "DFP-3:/etc/X11/AOC.bin"
EndSection

Section "Screen"

    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-3"
    Option         "metamodes" "HDMI-0: nvidia-auto-select +1920+0, DP-1: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
But, if I go into Preferences -> Display and change order and set DFP-3 as primary - everything works.
This is log without touching Display settings

Code: Select all

[ 10386.292] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[ 10386.292] X Protocol Version 11, Revision 0
[ 10386.292] Build Operating System: Linux 3.2.0-76-generic x86_64 Ubuntu
[ 10386.292] Current Operating System: Linux gtx-desktop 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015 x86_64
[ 10386.292] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic root=UUID=fd859efb-9f2b-49a4-9491-cf048b906ccc ro quiet splash
[ 10386.292] Build Date: 12 February 2015  02:49:29PM
[ 10386.292] xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see http://www.ubuntu.com/support) 
[ 10386.292] Current version of pixman: 0.30.2
[ 10386.292] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 10386.292] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10386.293] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep  7 21:09:28 2015
[ 10386.293] (==) Using config file: "/etc/X11/xorg.conf"
[ 10386.293] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10386.293] (==) ServerLayout "Layout0"
[ 10386.293] (**) |-->Screen "Screen0" (0)
[ 10386.293] (**) |   |-->Monitor "Monitor0"
[ 10386.294] (**) |   |-->Device "Device0"
[ 10386.294] (**) |-->Input Device "Keyboard0"
[ 10386.294] (**) |-->Input Device "Mouse0"
[ 10386.294] (**) Option "Xinerama" "0"
[ 10386.294] (==) Automatically adding devices
[ 10386.294] (==) Automatically enabling devices
[ 10386.294] (==) Automatically adding GPU devices
[ 10386.294] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 10386.294] 	Entry deleted from font path.
[ 10386.294] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 10386.294] 	Entry deleted from font path.
[ 10386.294] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 10386.294] 	Entry deleted from font path.
[ 10386.294] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 10386.294] 	Entry deleted from font path.
[ 10386.294] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 10386.294] 	Entry deleted from font path.
[ 10386.294] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[ 10386.294] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 10386.294] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 10386.294] (WW) Disabling Keyboard0
[ 10386.294] (WW) Disabling Mouse0
[ 10386.294] (II) Loader magic: 0x7f6f3043dd40
[ 10386.294] (II) Module ABI versions:
[ 10386.294] 	X.Org ANSI C Emulation: 0.4
[ 10386.294] 	X.Org Video Driver: 15.0
[ 10386.294] 	X.Org XInput driver : 20.0
[ 10386.294] 	X.Org Server Extension : 8.0
[ 10386.294] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 10386.297] (--) PCI:*(0:1:0:0) 10de:1401:196e:1138 rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 10386.297] Initializing built-in extension Generic Event Extension
[ 10386.297] Initializing built-in extension SHAPE
[ 10386.297] Initializing built-in extension MIT-SHM
[ 10386.297] Initializing built-in extension XInputExtension
[ 10386.297] Initializing built-in extension XTEST
[ 10386.297] Initializing built-in extension BIG-REQUESTS
[ 10386.297] Initializing built-in extension SYNC
[ 10386.297] Initializing built-in extension XKEYBOARD
[ 10386.297] Initializing built-in extension XC-MISC
[ 10386.297] Initializing built-in extension SECURITY
[ 10386.297] Initializing built-in extension XINERAMA
[ 10386.297] Initializing built-in extension XFIXES
[ 10386.297] Initializing built-in extension RENDER
[ 10386.297] Initializing built-in extension RANDR
[ 10386.297] Initializing built-in extension COMPOSITE
[ 10386.297] Initializing built-in extension DAMAGE
[ 10386.297] Initializing built-in extension MIT-SCREEN-SAVER
[ 10386.297] Initializing built-in extension DOUBLE-BUFFER
[ 10386.297] Initializing built-in extension RECORD
[ 10386.297] Initializing built-in extension DPMS
[ 10386.297] Initializing built-in extension Present
[ 10386.297] Initializing built-in extension DRI3
[ 10386.297] Initializing built-in extension X-Resource
[ 10386.297] Initializing built-in extension XVideo
[ 10386.297] Initializing built-in extension XVideo-MotionCompensation
[ 10386.297] Initializing built-in extension SELinux
[ 10386.297] Initializing built-in extension XFree86-VidModeExtension
[ 10386.297] Initializing built-in extension XFree86-DGA
[ 10386.297] Initializing built-in extension XFree86-DRI
[ 10386.297] Initializing built-in extension DRI2
[ 10386.297] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 10386.297] (II) "glx" will be loaded by default.
[ 10386.297] (WW) "xmir" is not to be loaded by default. Skipping.
[ 10386.297] (II) LoadModule: "glx"
[ 10386.297] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[ 10386.305] (II) Module glx: vendor="NVIDIA Corporation"
[ 10386.305] 	compiled for 4.0.2, module version = 1.0.0
[ 10386.305] 	Module class: X.Org Server Extension
[ 10386.305] (II) NVIDIA GLX Module  355.11  Wed Aug 26 16:02:11 PDT 2015
[ 10386.305] Loading extension GLX
[ 10386.305] (II) LoadModule: "nvidia"
[ 10386.305] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[ 10386.305] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 10386.305] 	compiled for 4.0.2, module version = 1.0.0
[ 10386.305] 	Module class: X.Org Video Driver
[ 10386.305] (II) NVIDIA dlloader X Driver  355.11  Wed Aug 26 15:38:55 PDT 2015
[ 10386.305] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 10386.305] (++) using VT number 8

[ 10386.308] (II) Loading sub module "fb"
[ 10386.308] (II) LoadModule: "fb"
[ 10386.308] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 10386.309] (II) Module fb: vendor="X.Org Foundation"
[ 10386.309] 	compiled for 1.15.1, module version = 1.0.0
[ 10386.309] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10386.309] (II) Loading sub module "wfb"
[ 10386.309] (II) LoadModule: "wfb"
[ 10386.309] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 10386.309] (II) Module wfb: vendor="X.Org Foundation"
[ 10386.309] 	compiled for 1.15.1, module version = 1.0.0
[ 10386.309] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10386.309] (II) Loading sub module "ramdac"
[ 10386.309] (II) LoadModule: "ramdac"
[ 10386.309] (II) Module "ramdac" already built-in
[ 10386.310] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 10386.310] (==) NVIDIA(0): RGB weight 888
[ 10386.310] (==) NVIDIA(0): Default visual is TrueColor
[ 10386.310] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 10386.310] (**) NVIDIA(0): Option "Stereo" "0"
[ 10386.310] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-3"
[ 10386.310] (**) NVIDIA(0): Option "SLI" "Off"
[ 10386.310] (**) NVIDIA(0): Option "MultiGPU" "Off"
[ 10386.310] (**) NVIDIA(0): Option "BaseMosaic" "off"
[ 10386.310] (**) NVIDIA(0): Stereo disabled by request
[ 10386.310] (**) NVIDIA(0): NVIDIA SLI disabled.
[ 10386.310] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[ 10386.310] (**) NVIDIA(0): Option "CustomEDID" "DFP-3:/etc/X11/AOC.bin"
[ 10386.310] (**) NVIDIA(0): Option "MetaModes" "HDMI-0: nvidia-auto-select +1920+0, DP-1: nvidia-auto-select +0+0"
[ 10386.310] (**) NVIDIA(0): Enabling 2D acceleration
[ 10387.054] (II) NVIDIA: Allocated GPU:0 (GPU-48c6f6b3-c10b-18ba-7743-dbd604fb91b5) @
[ 10387.054] (II) NVIDIA:     PCI:0000:01:00.0
[ 10387.236] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 10387.236] (--) NVIDIA(0):     CRT-0
[ 10387.236] (--) NVIDIA(0):     DFP-0
[ 10387.236] (--) NVIDIA(0):     DFP-1
[ 10387.236] (--) NVIDIA(0):     DFP-2
[ 10387.236] (--) NVIDIA(0):     DFP-3 (boot)
[ 10387.236] (--) NVIDIA(0):     DFP-4
[ 10387.236] (--) NVIDIA(0):     DFP-5
[ 10387.236] (--) NVIDIA(0):     DFP-6
[ 10387.236] (--) NVIDIA(0):     DFP-7
[ 10387.239] (--) NVIDIA(0): CRT-0: disconnected
[ 10387.239] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 10387.239] (--) NVIDIA(0): 
[ 10387.242] (--) NVIDIA(0): DFP-0: disconnected
[ 10387.242] (--) NVIDIA(0): DFP-0: Internal TMDS
[ 10387.242] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[ 10387.242] (--) NVIDIA(0): 
[ 10387.270] (--) NVIDIA(0): LG Electronics 24MP56 (DFP-1): connected
[ 10387.270] (--) NVIDIA(0): LG Electronics 24MP56 (DFP-1): Internal TMDS
[ 10387.270] (--) NVIDIA(0): LG Electronics 24MP56 (DFP-1): 600.0 MHz maximum pixel clock
[ 10387.270] (--) NVIDIA(0): 
[ 10387.271] (--) NVIDIA(0): DFP-2: disconnected
[ 10387.271] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[ 10387.271] (--) NVIDIA(0): DFP-2: 960.0 MHz maximum pixel clock
[ 10387.271] (--) NVIDIA(0): 
[ 10387.320] (--) NVIDIA(0): AOC 2353 (DFP-3): connected
[ 10387.320] (--) NVIDIA(0): AOC 2353 (DFP-3): Internal TMDS
[ 10387.320] (--) NVIDIA(0): AOC 2353 (DFP-3): 165.0 MHz maximum pixel clock
[ 10387.320] (--) NVIDIA(0): 
[ 10387.320] (--) NVIDIA(0): DFP-4: disconnected
[ 10387.320] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[ 10387.320] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[ 10387.320] (--) NVIDIA(0): 
[ 10387.320] (--) NVIDIA(0): DFP-5: disconnected
[ 10387.320] (--) NVIDIA(0): DFP-5: Internal TMDS
[ 10387.320] (--) NVIDIA(0): DFP-5: 330.0 MHz maximum pixel clock
[ 10387.320] (--) NVIDIA(0): 
[ 10387.321] (--) NVIDIA(0): DFP-6: disconnected
[ 10387.321] (--) NVIDIA(0): DFP-6: Internal DisplayPort
[ 10387.321] (--) NVIDIA(0): DFP-6: 960.0 MHz maximum pixel clock
[ 10387.321] (--) NVIDIA(0): 
[ 10387.321] (--) NVIDIA(0): DFP-7: disconnected
[ 10387.321] (--) NVIDIA(0): DFP-7: Internal TMDS
[ 10387.321] (--) NVIDIA(0): DFP-7: 330.0 MHz maximum pixel clock
[ 10387.321] (--) NVIDIA(0): 
[ 10387.321] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 10387.323] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960 (GM206-A) at PCI:1:0:0 (GPU-0)
[ 10387.323] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 10387.323] (--) NVIDIA(0): VideoBIOS: 84.06.0d.00.01
[ 10387.323] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 10387.323] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 10387.323] (**) NVIDIA(0):     device LG Electronics 24MP56 (DFP-1) (Using EDID
[ 10387.323] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 10387.326] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 10387.326] (**) NVIDIA(0):     device AOC 2353 (DFP-3) (Using EDID frequencies has been
[ 10387.326] (**) NVIDIA(0):     enabled on all display devices.)
[ 10387.328] (II) NVIDIA(0): Validated MetaModes:
[ 10387.328] (II) NVIDIA(0):    
[ 10387.328] (II) NVIDIA(0):     "HDMI-0:nvidia-auto-select+1920+0,DP-1:nvidia-auto-select+0+0"
[ 10387.328] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080
[ 10387.338] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
[ 10387.338] (--) NVIDIA(0):     option
[ 10387.338] (--) Depth 24 pixmap format is 32 bpp
[ 10387.339] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 10387.339] (II) NVIDIA:     access.
[ 10387.385] (II) NVIDIA(0): Setting mode "HDMI-0:nvidia-auto-select+1920+0,DP-1:nvidia-auto-select+0+0"
[ 10387.517] Loading extension NV-GLX
[ 10387.526] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 10387.526] (==) NVIDIA(0): Backing store enabled
[ 10387.526] (==) NVIDIA(0): Silken mouse enabled
[ 10387.526] (**) NVIDIA(0): DPMS enabled
[ 10387.526] Loading extension NV-CONTROL
[ 10387.526] Loading extension XINERAMA
[ 10387.526] (II) Loading sub module "dri2"
[ 10387.526] (II) LoadModule: "dri2"
[ 10387.526] (II) Module "dri2" already built-in
[ 10387.526] (II) NVIDIA(0): [DRI2] Setup complete
[ 10387.526] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 10387.527] (--) RandR disabled
[ 10387.531] (II) SELinux: Disabled on system
[ 10387.532] (II) Initializing extension GLX
[ 10387.554] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 10387.556] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 10387.556] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 10387.556] (II) LoadModule: "evdev"
[ 10387.556] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10387.556] (II) Module evdev: vendor="X.Org Foundation"
[ 10387.556] 	compiled for 1.15.0, module version = 2.8.2
[ 10387.556] 	Module class: X.Org XInput Driver
[ 10387.556] 	ABI class: X.Org XInput driver, version 20.0
[ 10387.556] (II) Using input driver 'evdev' for 'Power Button'
[ 10387.556] (**) Power Button: always reports core events
[ 10387.556] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 10387.556] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 10387.556] (--) evdev: Power Button: Found keys
[ 10387.556] (II) evdev: Power Button: Configuring as keyboard
[ 10387.556] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 10387.556] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 10387.556] (**) Option "xkb_rules" "evdev"
[ 10387.556] (**) Option "xkb_model" "pc105"
[ 10387.556] (**) Option "xkb_layout" "us"
[ 10387.557] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 10387.557] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 10387.557] (II) Using input driver 'evdev' for 'Power Button'
[ 10387.557] (**) Power Button: always reports core events
[ 10387.557] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 10387.557] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 10387.557] (--) evdev: Power Button: Found keys
[ 10387.557] (II) evdev: Power Button: Configuring as keyboard
[ 10387.557] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 10387.557] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 10387.557] (**) Option "xkb_rules" "evdev"
[ 10387.557] (**) Option "xkb_model" "pc105"
[ 10387.557] (**) Option "xkb_layout" "us"
[ 10387.557] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/drm/card0
[ 10387.557] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[ 10387.557] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[ 10387.557] (II) No input driver specified, ignoring this device.
[ 10387.557] (II) This device may have been added with another device file.
[ 10387.557] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[ 10387.557] (II) No input driver specified, ignoring this device.
[ 10387.557] (II) This device may have been added with another device file.
[ 10387.557] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[ 10387.557] (II) No input driver specified, ignoring this device.
[ 10387.558] (II) This device may have been added with another device file.
[ 10387.558] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[ 10387.558] (II) No input driver specified, ignoring this device.
[ 10387.558] (II) This device may have been added with another device file.
[ 10387.558] (II) config/udev: Adding input device Corsair Corsair Vengeance M60 Mouse (/dev/input/event2)
[ 10387.558] (**) Corsair Corsair Vengeance M60 Mouse: Applying InputClass "evdev pointer catchall"
[ 10387.558] (II) Using input driver 'evdev' for 'Corsair Corsair Vengeance M60 Mouse'
[ 10387.558] (**) Corsair Corsair Vengeance M60 Mouse: always reports core events
[ 10387.558] (**) evdev: Corsair Corsair Vengeance M60 Mouse: Device: "/dev/input/event2"
[ 10387.558] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Vendor 0x1b1c Product 0x1b30
[ 10387.558] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found 20 mouse buttons
[ 10387.558] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found scroll wheel(s)
[ 10387.558] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found relative axes
[ 10387.558] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found x and y relative axes
[ 10387.558] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Configuring as mouse
[ 10387.558] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Adding scrollwheel support
[ 10387.558] (**) evdev: Corsair Corsair Vengeance M60 Mouse: YAxisMapping: buttons 4 and 5
[ 10387.558] (**) evdev: Corsair Corsair Vengeance M60 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 10387.558] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/0003:1B1C:1B30.0001/input/input5/event2"
[ 10387.558] (II) XINPUT: Adding extended input device "Corsair Corsair Vengeance M60 Mouse" (type: MOUSE, id 8)
[ 10387.558] (II) evdev: Corsair Corsair Vengeance M60 Mouse: initialized for relative axes.
[ 10387.558] (**) Corsair Corsair Vengeance M60 Mouse: (accel) keeping acceleration scheme 1
[ 10387.558] (**) Corsair Corsair Vengeance M60 Mouse: (accel) acceleration profile 0
[ 10387.558] (**) Corsair Corsair Vengeance M60 Mouse: (accel) acceleration factor: 2.000
[ 10387.558] (**) Corsair Corsair Vengeance M60 Mouse: (accel) acceleration threshold: 4
[ 10387.558] (II) config/udev: Adding input device Corsair Corsair Vengeance M60 Mouse (/dev/input/mouse0)
[ 10387.558] (II) No input driver specified, ignoring this device.
[ 10387.558] (II) This device may have been added with another device file.
[ 10387.559] (II) config/udev: Adding input device Corsair Corsair Vengeance M60 Mouse (/dev/input/event3)
[ 10387.559] (**) Corsair Corsair Vengeance M60 Mouse: Applying InputClass "evdev keyboard catchall"
[ 10387.559] (II) Using input driver 'evdev' for 'Corsair Corsair Vengeance M60 Mouse'
[ 10387.559] (**) Corsair Corsair Vengeance M60 Mouse: always reports core events
[ 10387.559] (**) evdev: Corsair Corsair Vengeance M60 Mouse: Device: "/dev/input/event3"
[ 10387.559] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Vendor 0x1b1c Product 0x1b30
[ 10387.559] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found keys
[ 10387.559] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Configuring as keyboard
[ 10387.559] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.1/0003:1B1C:1B30.0002/input/input6/event3"
[ 10387.559] (II) XINPUT: Adding extended input device "Corsair Corsair Vengeance M60 Mouse" (type: KEYBOARD, id 9)
[ 10387.559] (**) Option "xkb_rules" "evdev"
[ 10387.559] (**) Option "xkb_model" "pc105"
[ 10387.559] (**) Option "xkb_layout" "us"
[ 10387.559] (II) config/udev: Adding input device Corsair Corsair Vengeance M60 Mouse (/dev/input/event4)
[ 10387.559] (**) Corsair Corsair Vengeance M60 Mouse: Applying InputClass "evdev keyboard catchall"
[ 10387.559] (II) Using input driver 'evdev' for 'Corsair Corsair Vengeance M60 Mouse'
[ 10387.559] (**) Corsair Corsair Vengeance M60 Mouse: always reports core events
[ 10387.559] (**) evdev: Corsair Corsair Vengeance M60 Mouse: Device: "/dev/input/event4"
[ 10387.559] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Vendor 0x1b1c Product 0x1b30
[ 10387.559] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found 1 mouse buttons
[ 10387.559] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found scroll wheel(s)
[ 10387.559] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found relative axes
[ 10387.559] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Forcing relative x/y axes to exist.
[ 10387.559] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found absolute axes
[ 10387.559] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Forcing absolute x/y axes to exist.
[ 10387.559] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found keys
[ 10387.559] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Configuring as mouse
[ 10387.559] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Configuring as keyboard
[ 10387.559] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Adding scrollwheel support
[ 10387.559] (**) evdev: Corsair Corsair Vengeance M60 Mouse: YAxisMapping: buttons 4 and 5
[ 10387.559] (**) evdev: Corsair Corsair Vengeance M60 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 10387.559] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.2/0003:1B1C:1B30.0003/input/input7/event4"
[ 10387.559] (II) XINPUT: Adding extended input device "Corsair Corsair Vengeance M60 Mouse" (type: KEYBOARD, id 10)
[ 10387.559] (**) Option "xkb_rules" "evdev"
[ 10387.559] (**) Option "xkb_model" "pc105"
[ 10387.559] (**) Option "xkb_layout" "us"
[ 10387.560] (II) evdev: Corsair Corsair Vengeance M60 Mouse: initialized for relative axes.
[ 10387.560] (WW) evdev: Corsair Corsair Vengeance M60 Mouse: ignoring absolute axes.
[ 10387.560] (**) Corsair Corsair Vengeance M60 Mouse: (accel) keeping acceleration scheme 1
[ 10387.560] (**) Corsair Corsair Vengeance M60 Mouse: (accel) acceleration profile 0
[ 10387.560] (**) Corsair Corsair Vengeance M60 Mouse: (accel) acceleration factor: 2.000
[ 10387.560] (**) Corsair Corsair Vengeance M60 Mouse: (accel) acceleration threshold: 4
[ 10387.560] (II) config/udev: Adding input device USB Keyboard  (/dev/input/event5)
[ 10387.560] (**) USB Keyboard : Applying InputClass "evdev keyboard catchall"
[ 10387.560] (II) Using input driver 'evdev' for 'USB Keyboard '
[ 10387.560] (**) USB Keyboard : always reports core events
[ 10387.560] (**) evdev: USB Keyboard : Device: "/dev/input/event5"
[ 10387.560] (--) evdev: USB Keyboard : Vendor 0x60b Product 0x2401
[ 10387.560] (--) evdev: USB Keyboard : Found keys
[ 10387.560] (II) evdev: USB Keyboard : Configuring as keyboard
[ 10387.560] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2.1/1-2.1:1.0/0003:060B:2401.0004/input/input8/event5"
[ 10387.560] (II) XINPUT: Adding extended input device "USB Keyboard " (type: KEYBOARD, id 11)
[ 10387.560] (**) Option "xkb_rules" "evdev"
[ 10387.560] (**) Option "xkb_model" "pc105"
[ 10387.560] (**) Option "xkb_layout" "us"
[ 10387.561] (II) config/udev: Adding input device USB Keyboard  (/dev/input/event6)
[ 10387.561] (**) USB Keyboard : Applying InputClass "evdev keyboard catchall"
[ 10387.561] (II) Using input driver 'evdev' for 'USB Keyboard '
[ 10387.561] (**) USB Keyboard : always reports core events
[ 10387.561] (**) evdev: USB Keyboard : Device: "/dev/input/event6"
[ 10387.561] (--) evdev: USB Keyboard : Vendor 0x60b Product 0x2401
[ 10387.561] (--) evdev: USB Keyboard : Found 1 mouse buttons
[ 10387.561] (--) evdev: USB Keyboard : Found scroll wheel(s)
[ 10387.561] (--) evdev: USB Keyboard : Found relative axes
[ 10387.561] (II) evdev: USB Keyboard : Forcing relative x/y axes to exist.
[ 10387.561] (--) evdev: USB Keyboard : Found absolute axes
[ 10387.561] (II) evdev: USB Keyboard : Forcing absolute x/y axes to exist.
[ 10387.561] (--) evdev: USB Keyboard : Found keys
[ 10387.561] (II) evdev: USB Keyboard : Configuring as mouse
[ 10387.561] (II) evdev: USB Keyboard : Configuring as keyboard
[ 10387.561] (II) evdev: USB Keyboard : Adding scrollwheel support
[ 10387.561] (**) evdev: USB Keyboard : YAxisMapping: buttons 4 and 5
[ 10387.561] (**) evdev: USB Keyboard : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 10387.561] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2.1/1-2.1:1.1/0003:060B:2401.0005/input/input9/event6"
[ 10387.561] (II) XINPUT: Adding extended input device "USB Keyboard " (type: KEYBOARD, id 12)
[ 10387.561] (**) Option "xkb_rules" "evdev"
[ 10387.561] (**) Option "xkb_model" "pc105"
[ 10387.561] (**) Option "xkb_layout" "us"
[ 10387.561] (II) evdev: USB Keyboard : initialized for relative axes.
[ 10387.561] (WW) evdev: USB Keyboard : ignoring absolute axes.
[ 10387.561] (**) USB Keyboard : (accel) keeping acceleration scheme 1
[ 10387.561] (**) USB Keyboard : (accel) acceleration profile 0
[ 10387.561] (**) USB Keyboard : (accel) acceleration factor: 2.000
[ 10387.561] (**) USB Keyboard : (accel) acceleration threshold: 4
[ 10387.561] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event7)
[ 10387.561] (II) No input driver specified, ignoring this device.
[ 10387.561] (II) This device may have been added with another device file.
[ 10387.562] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event8)
[ 10387.562] (II) No input driver specified, ignoring this device.
[ 10387.562] (II) This device may have been added with another device file.
[ 10387.562] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event9)
[ 10387.562] (II) No input driver specified, ignoring this device.
[ 10387.562] (II) This device may have been added with another device file.
[ 10387.562] (II) config/udev: Adding input device HDA ATI SB Line Out (/dev/input/event10)
[ 10387.562] (II) No input driver specified, ignoring this device.
[ 10387.562] (II) This device may have been added with another device file.
[ 10387.562] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event11)
[ 10387.562] (II) No input driver specified, ignoring this device.
[ 10387.562] (II) This device may have been added with another device file.
[ 10387.562] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event12)
[ 10387.562] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 10387.562] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[ 10387.562] (**) Eee PC WMI hotkeys: always reports core events
[ 10387.562] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event12"
[ 10387.562] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[ 10387.562] (--) evdev: Eee PC WMI hotkeys: Found keys
[ 10387.562] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[ 10387.562] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input15/event12"
[ 10387.562] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[ 10387.562] (**) Option "xkb_rules" "evdev"
[ 10387.562] (**) Option "xkb_model" "pc105"
[ 10387.562] (**) Option "xkb_layout" "us"
[ 10397.549] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 10397.549] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 10397.549] (--) NVIDIA(GPU-0): 
[ 10397.551] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 10397.552] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 10397.552] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 10397.552] (--) NVIDIA(GPU-0): 
[ 10397.581] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): connected
[ 10397.581] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): Internal TMDS
[ 10397.581] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): 600.0 MHz maximum pixel clock
[ 10397.581] (--) NVIDIA(GPU-0): 
[ 10397.581] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 10397.581] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 10397.581] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 10397.581] (--) NVIDIA(GPU-0): 
[ 10397.585] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): connected
[ 10397.585] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): Internal TMDS
[ 10397.585] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): 165.0 MHz maximum pixel clock
[ 10397.585] (--) NVIDIA(GPU-0): 
[ 10397.585] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 10397.585] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 10397.585] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[ 10397.585] (--) NVIDIA(GPU-0): 
[ 10397.585] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 10397.585] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 10397.585] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[ 10397.585] (--) NVIDIA(GPU-0): 
[ 10397.585] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 10397.585] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 10397.585] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 10397.585] (--) NVIDIA(GPU-0): 
[ 10397.585] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 10397.585] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 10397.585] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[ 10397.585] (--) NVIDIA(GPU-0): 
[ 10397.799] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 10397.934] (II) NVIDIA(0): Setting mode "DP-1: nvidia-auto-select @1920x1080 +1920+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 10398.301] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 10398.301] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 10398.301] (--) NVIDIA(GPU-0): 
[ 10398.304] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 10398.304] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 10398.304] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 10398.304] (--) NVIDIA(GPU-0): 
[ 10398.333] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): connected
[ 10398.333] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): Internal TMDS
[ 10398.333] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): 600.0 MHz maximum pixel clock
[ 10398.333] (--) NVIDIA(GPU-0): 
[ 10398.333] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 10398.333] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 10398.333] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 10398.333] (--) NVIDIA(GPU-0): 
[ 10398.337] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): connected
[ 10398.337] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): Internal TMDS
[ 10398.337] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): 165.0 MHz maximum pixel clock
[ 10398.337] (--) NVIDIA(GPU-0): 
[ 10398.338] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 10398.338] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 10398.338] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[ 10398.338] (--) NVIDIA(GPU-0): 
[ 10398.338] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 10398.338] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 10398.338] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[ 10398.338] (--) NVIDIA(GPU-0): 
[ 10398.338] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 10398.338] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 10398.338] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 10398.338] (--) NVIDIA(GPU-0): 
[ 10398.338] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 10398.338] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 10398.338] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[ 10398.338] (--) NVIDIA(GPU-0): 
[ 10402.640] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 10402.640] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 10402.640] (--) NVIDIA(GPU-0): 
[ 10402.643] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 10402.643] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 10402.643] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 10402.643] (--) NVIDIA(GPU-0): 
[ 10402.673] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): connected
[ 10402.673] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): Internal TMDS
[ 10402.673] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): 600.0 MHz maximum pixel clock
[ 10402.673] (--) NVIDIA(GPU-0): 
[ 10402.673] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 10402.673] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 10402.673] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 10402.673] (--) NVIDIA(GPU-0): 
[ 10402.677] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): connected
[ 10402.677] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): Internal TMDS
[ 10402.677] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): 165.0 MHz maximum pixel clock
[ 10402.677] (--) NVIDIA(GPU-0): 
[ 10402.677] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 10402.677] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 10402.677] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[ 10402.677] (--) NVIDIA(GPU-0): 
[ 10402.678] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 10402.678] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 10402.678] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[ 10402.678] (--) NVIDIA(GPU-0): 
[ 10402.678] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 10402.678] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 10402.678] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 10402.678] (--) NVIDIA(GPU-0): 
[ 10402.678] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 10402.678] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 10402.678] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[ 10402.678] (--) NVIDIA(GPU-0): 
[ 10402.858] (II) XKB: reuse xkmfile /var/lib/xkb/server-34CEB476A3CB596DA76FD7010A029F76732EF824.xkm
[ 10402.858] (II) XKB: reuse xkmfile /var/lib/xkb/server-8AA988DD479FAABEC4FC3CCCF4CC29B4948840B4.xkm
[ 10404.391] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10404.396] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10404.401] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10404.404] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10404.407] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10404.409] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10404.411] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10404.413] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10404.416] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10422.935] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 10422.935] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 10422.935] (--) NVIDIA(GPU-0): 
[ 10422.938] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 10422.938] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 10422.938] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 10422.938] (--) NVIDIA(GPU-0): 
[ 10422.967] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): connected
[ 10422.967] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): Internal TMDS
[ 10422.967] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): 600.0 MHz maximum pixel clock
[ 10422.967] (--) NVIDIA(GPU-0): 
[ 10422.967] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 10422.967] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 10422.967] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 10422.967] (--) NVIDIA(GPU-0): 
[ 10422.972] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): connected
[ 10422.972] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): Internal TMDS
[ 10422.972] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): 165.0 MHz maximum pixel clock
[ 10422.972] (--) NVIDIA(GPU-0): 
[ 10422.972] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 10422.972] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 10422.972] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[ 10422.972] (--) NVIDIA(GPU-0): 
[ 10422.972] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 10422.972] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 10422.972] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[ 10422.972] (--) NVIDIA(GPU-0): 
[ 10422.972] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 10422.972] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 10422.972] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 10422.972] (--) NVIDIA(GPU-0): 
[ 10422.972] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 10422.972] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 10422.972] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[ 10422.972] (--) NVIDIA(GPU-0): 
netager

Re: Dual Monitor Resolution Issues on nVidia GTX960 with HDM

Post by netager »

And this one is order set in Display settings and xorg.conf generated by nVidia settings with added custom EDID

Code: Select all

[ 10843.922] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[ 10843.922] X Protocol Version 11, Revision 0
[ 10843.922] Build Operating System: Linux 3.2.0-76-generic x86_64 Ubuntu
[ 10843.922] Current Operating System: Linux gtx-desktop 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015 x86_64
[ 10843.922] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic root=UUID=fd859efb-9f2b-49a4-9491-cf048b906ccc ro quiet splash
[ 10843.922] Build Date: 12 February 2015  02:49:29PM
[ 10843.922] xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see http://www.ubuntu.com/support) 
[ 10843.922] Current version of pixman: 0.30.2
[ 10843.922] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 10843.922] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10843.922] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep  7 21:17:05 2015
[ 10843.923] (==) Using config file: "/etc/X11/xorg.conf"
[ 10843.923] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10843.923] (==) ServerLayout "Layout0"
[ 10843.923] (**) |-->Screen "Screen0" (0)
[ 10843.923] (**) |   |-->Monitor "Monitor0"
[ 10843.923] (**) |   |-->Device "Device0"
[ 10843.923] (**) |-->Input Device "Keyboard0"
[ 10843.923] (**) |-->Input Device "Mouse0"
[ 10843.923] (**) Option "Xinerama" "0"
[ 10843.924] (==) Automatically adding devices
[ 10843.924] (==) Automatically enabling devices
[ 10843.924] (==) Automatically adding GPU devices
[ 10843.924] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 10843.924] 	Entry deleted from font path.
[ 10843.924] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 10843.924] 	Entry deleted from font path.
[ 10843.924] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 10843.924] 	Entry deleted from font path.
[ 10843.924] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 10843.924] 	Entry deleted from font path.
[ 10843.924] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 10843.924] 	Entry deleted from font path.
[ 10843.924] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[ 10843.924] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 10843.924] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 10843.924] (WW) Disabling Keyboard0
[ 10843.924] (WW) Disabling Mouse0
[ 10843.924] (II) Loader magic: 0x7f627354dd40
[ 10843.924] (II) Module ABI versions:
[ 10843.924] 	X.Org ANSI C Emulation: 0.4
[ 10843.924] 	X.Org Video Driver: 15.0
[ 10843.924] 	X.Org XInput driver : 20.0
[ 10843.924] 	X.Org Server Extension : 8.0
[ 10843.924] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 10843.926] (--) PCI:*(0:1:0:0) 10de:1401:196e:1138 rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 10843.926] Initializing built-in extension Generic Event Extension
[ 10843.926] Initializing built-in extension SHAPE
[ 10843.926] Initializing built-in extension MIT-SHM
[ 10843.926] Initializing built-in extension XInputExtension
[ 10843.926] Initializing built-in extension XTEST
[ 10843.926] Initializing built-in extension BIG-REQUESTS
[ 10843.926] Initializing built-in extension SYNC
[ 10843.926] Initializing built-in extension XKEYBOARD
[ 10843.926] Initializing built-in extension XC-MISC
[ 10843.926] Initializing built-in extension SECURITY
[ 10843.926] Initializing built-in extension XINERAMA
[ 10843.926] Initializing built-in extension XFIXES
[ 10843.926] Initializing built-in extension RENDER
[ 10843.926] Initializing built-in extension RANDR
[ 10843.926] Initializing built-in extension COMPOSITE
[ 10843.926] Initializing built-in extension DAMAGE
[ 10843.926] Initializing built-in extension MIT-SCREEN-SAVER
[ 10843.926] Initializing built-in extension DOUBLE-BUFFER
[ 10843.926] Initializing built-in extension RECORD
[ 10843.926] Initializing built-in extension DPMS
[ 10843.927] Initializing built-in extension Present
[ 10843.927] Initializing built-in extension DRI3
[ 10843.927] Initializing built-in extension X-Resource
[ 10843.927] Initializing built-in extension XVideo
[ 10843.927] Initializing built-in extension XVideo-MotionCompensation
[ 10843.927] Initializing built-in extension SELinux
[ 10843.927] Initializing built-in extension XFree86-VidModeExtension
[ 10843.927] Initializing built-in extension XFree86-DGA
[ 10843.927] Initializing built-in extension XFree86-DRI
[ 10843.927] Initializing built-in extension DRI2
[ 10843.927] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 10843.927] (II) "glx" will be loaded by default.
[ 10843.927] (WW) "xmir" is not to be loaded by default. Skipping.
[ 10843.927] (II) LoadModule: "glx"
[ 10843.927] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[ 10843.932] (II) Module glx: vendor="NVIDIA Corporation"
[ 10843.932] 	compiled for 4.0.2, module version = 1.0.0
[ 10843.932] 	Module class: X.Org Server Extension
[ 10843.932] (II) NVIDIA GLX Module  355.11  Wed Aug 26 16:02:11 PDT 2015
[ 10843.932] Loading extension GLX
[ 10843.932] (II) LoadModule: "nvidia"
[ 10843.932] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[ 10843.932] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 10843.932] 	compiled for 4.0.2, module version = 1.0.0
[ 10843.932] 	Module class: X.Org Video Driver
[ 10843.932] (II) NVIDIA dlloader X Driver  355.11  Wed Aug 26 15:38:55 PDT 2015
[ 10843.932] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 10843.932] (++) using VT number 8

[ 10843.935] (II) Loading sub module "fb"
[ 10843.935] (II) LoadModule: "fb"
[ 10843.936] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 10843.936] (II) Module fb: vendor="X.Org Foundation"
[ 10843.936] 	compiled for 1.15.1, module version = 1.0.0
[ 10843.936] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10843.936] (II) Loading sub module "wfb"
[ 10843.936] (II) LoadModule: "wfb"
[ 10843.936] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 10843.937] (II) Module wfb: vendor="X.Org Foundation"
[ 10843.937] 	compiled for 1.15.1, module version = 1.0.0
[ 10843.937] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10843.937] (II) Loading sub module "ramdac"
[ 10843.937] (II) LoadModule: "ramdac"
[ 10843.937] (II) Module "ramdac" already built-in
[ 10843.937] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 10843.937] (==) NVIDIA(0): RGB weight 888
[ 10843.937] (==) NVIDIA(0): Default visual is TrueColor
[ 10843.937] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 10843.937] (**) NVIDIA(0): Option "Stereo" "0"
[ 10843.937] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-3"
[ 10843.937] (**) NVIDIA(0): Option "SLI" "Off"
[ 10843.937] (**) NVIDIA(0): Option "MultiGPU" "Off"
[ 10843.938] (**) NVIDIA(0): Option "BaseMosaic" "off"
[ 10843.938] (**) NVIDIA(0): Stereo disabled by request
[ 10843.938] (**) NVIDIA(0): NVIDIA SLI disabled.
[ 10843.938] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[ 10843.938] (**) NVIDIA(0): Option "CustomEDID" "DFP-3:/etc/X11/AOC.bin"
[ 10843.938] (**) NVIDIA(0): Option "MetaModes" "DP-1: nvidia-auto-select +0+0, HDMI-0: nvidia-auto-select +1920+0"
[ 10843.938] (**) NVIDIA(0): Enabling 2D acceleration
[ 10844.641] (II) NVIDIA: Allocated GPU:0 (GPU-48c6f6b3-c10b-18ba-7743-dbd604fb91b5) @
[ 10844.641] (II) NVIDIA:     PCI:0000:01:00.0
[ 10844.827] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 10844.827] (--) NVIDIA(0):     CRT-0
[ 10844.827] (--) NVIDIA(0):     DFP-0
[ 10844.827] (--) NVIDIA(0):     DFP-1
[ 10844.827] (--) NVIDIA(0):     DFP-2
[ 10844.827] (--) NVIDIA(0):     DFP-3 (boot)
[ 10844.827] (--) NVIDIA(0):     DFP-4
[ 10844.827] (--) NVIDIA(0):     DFP-5
[ 10844.827] (--) NVIDIA(0):     DFP-6
[ 10844.827] (--) NVIDIA(0):     DFP-7
[ 10844.830] (--) NVIDIA(0): CRT-0: disconnected
[ 10844.830] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 10844.830] (--) NVIDIA(0): 
[ 10844.833] (--) NVIDIA(0): DFP-0: disconnected
[ 10844.833] (--) NVIDIA(0): DFP-0: Internal TMDS
[ 10844.833] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[ 10844.833] (--) NVIDIA(0): 
[ 10844.862] (--) NVIDIA(0): LG Electronics 24MP56 (DFP-1): connected
[ 10844.862] (--) NVIDIA(0): LG Electronics 24MP56 (DFP-1): Internal TMDS
[ 10844.862] (--) NVIDIA(0): LG Electronics 24MP56 (DFP-1): 600.0 MHz maximum pixel clock
[ 10844.862] (--) NVIDIA(0): 
[ 10844.862] (--) NVIDIA(0): DFP-2: disconnected
[ 10844.862] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[ 10844.862] (--) NVIDIA(0): DFP-2: 960.0 MHz maximum pixel clock
[ 10844.862] (--) NVIDIA(0): 
[ 10844.911] (--) NVIDIA(0): AOC 2353 (DFP-3): connected
[ 10844.911] (--) NVIDIA(0): AOC 2353 (DFP-3): Internal TMDS
[ 10844.911] (--) NVIDIA(0): AOC 2353 (DFP-3): 165.0 MHz maximum pixel clock
[ 10844.911] (--) NVIDIA(0): 
[ 10844.911] (--) NVIDIA(0): DFP-4: disconnected
[ 10844.911] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[ 10844.911] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[ 10844.911] (--) NVIDIA(0): 
[ 10844.911] (--) NVIDIA(0): DFP-5: disconnected
[ 10844.911] (--) NVIDIA(0): DFP-5: Internal TMDS
[ 10844.911] (--) NVIDIA(0): DFP-5: 330.0 MHz maximum pixel clock
[ 10844.911] (--) NVIDIA(0): 
[ 10844.911] (--) NVIDIA(0): DFP-6: disconnected
[ 10844.911] (--) NVIDIA(0): DFP-6: Internal DisplayPort
[ 10844.911] (--) NVIDIA(0): DFP-6: 960.0 MHz maximum pixel clock
[ 10844.911] (--) NVIDIA(0): 
[ 10844.911] (--) NVIDIA(0): DFP-7: disconnected
[ 10844.911] (--) NVIDIA(0): DFP-7: Internal TMDS
[ 10844.911] (--) NVIDIA(0): DFP-7: 330.0 MHz maximum pixel clock
[ 10844.911] (--) NVIDIA(0): 
[ 10844.911] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 10844.912] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960 (GM206-A) at PCI:1:0:0 (GPU-0)
[ 10844.912] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 10844.912] (--) NVIDIA(0): VideoBIOS: 84.06.0d.00.01
[ 10844.912] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 10844.912] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 10844.912] (**) NVIDIA(0):     device LG Electronics 24MP56 (DFP-1) (Using EDID
[ 10844.912] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[ 10844.915] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 10844.915] (**) NVIDIA(0):     device AOC 2353 (DFP-3) (Using EDID frequencies has been
[ 10844.915] (**) NVIDIA(0):     enabled on all display devices.)
[ 10844.917] (II) NVIDIA(0): Validated MetaModes:
[ 10844.917] (II) NVIDIA(0):    
[ 10844.917] (II) NVIDIA(0):     "DP-1:nvidia-auto-select+0+0,HDMI-0:nvidia-auto-select+1920+0"
[ 10844.917] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080
[ 10844.927] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
[ 10844.927] (--) NVIDIA(0):     option
[ 10844.927] (--) Depth 24 pixmap format is 32 bpp
[ 10844.928] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 10844.928] (II) NVIDIA:     access.
[ 10844.973] (II) NVIDIA(0): Setting mode "DP-1:nvidia-auto-select+0+0,HDMI-0:nvidia-auto-select+1920+0"
[ 10845.106] Loading extension NV-GLX
[ 10845.115] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 10845.115] (==) NVIDIA(0): Backing store enabled
[ 10845.115] (==) NVIDIA(0): Silken mouse enabled
[ 10845.115] (**) NVIDIA(0): DPMS enabled
[ 10845.115] Loading extension NV-CONTROL
[ 10845.116] Loading extension XINERAMA
[ 10845.116] (II) Loading sub module "dri2"
[ 10845.116] (II) LoadModule: "dri2"
[ 10845.116] (II) Module "dri2" already built-in
[ 10845.116] (II) NVIDIA(0): [DRI2] Setup complete
[ 10845.116] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 10845.116] (--) RandR disabled
[ 10845.120] (II) SELinux: Disabled on system
[ 10845.121] (II) Initializing extension GLX
[ 10845.140] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 10845.142] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 10845.142] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 10845.142] (II) LoadModule: "evdev"
[ 10845.142] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10845.142] (II) Module evdev: vendor="X.Org Foundation"
[ 10845.142] 	compiled for 1.15.0, module version = 2.8.2
[ 10845.142] 	Module class: X.Org XInput Driver
[ 10845.142] 	ABI class: X.Org XInput driver, version 20.0
[ 10845.142] (II) Using input driver 'evdev' for 'Power Button'
[ 10845.142] (**) Power Button: always reports core events
[ 10845.142] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 10845.142] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 10845.142] (--) evdev: Power Button: Found keys
[ 10845.142] (II) evdev: Power Button: Configuring as keyboard
[ 10845.143] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 10845.143] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 10845.143] (**) Option "xkb_rules" "evdev"
[ 10845.143] (**) Option "xkb_model" "pc105"
[ 10845.143] (**) Option "xkb_layout" "us"
[ 10845.143] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 10845.143] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 10845.143] (II) Using input driver 'evdev' for 'Power Button'
[ 10845.143] (**) Power Button: always reports core events
[ 10845.143] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 10845.143] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 10845.143] (--) evdev: Power Button: Found keys
[ 10845.143] (II) evdev: Power Button: Configuring as keyboard
[ 10845.143] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 10845.143] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 10845.143] (**) Option "xkb_rules" "evdev"
[ 10845.143] (**) Option "xkb_model" "pc105"
[ 10845.143] (**) Option "xkb_layout" "us"
[ 10845.143] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/drm/card0
[ 10845.143] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[ 10845.143] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[ 10845.143] (II) No input driver specified, ignoring this device.
[ 10845.143] (II) This device may have been added with another device file.
[ 10845.144] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[ 10845.144] (II) No input driver specified, ignoring this device.
[ 10845.144] (II) This device may have been added with another device file.
[ 10845.144] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[ 10845.144] (II) No input driver specified, ignoring this device.
[ 10845.144] (II) This device may have been added with another device file.
[ 10845.144] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[ 10845.144] (II) No input driver specified, ignoring this device.
[ 10845.144] (II) This device may have been added with another device file.
[ 10845.144] (II) config/udev: Adding input device Corsair Corsair Vengeance M60 Mouse (/dev/input/event2)
[ 10845.144] (**) Corsair Corsair Vengeance M60 Mouse: Applying InputClass "evdev pointer catchall"
[ 10845.144] (II) Using input driver 'evdev' for 'Corsair Corsair Vengeance M60 Mouse'
[ 10845.144] (**) Corsair Corsair Vengeance M60 Mouse: always reports core events
[ 10845.144] (**) evdev: Corsair Corsair Vengeance M60 Mouse: Device: "/dev/input/event2"
[ 10845.144] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Vendor 0x1b1c Product 0x1b30
[ 10845.144] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found 20 mouse buttons
[ 10845.144] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found scroll wheel(s)
[ 10845.144] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found relative axes
[ 10845.144] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found x and y relative axes
[ 10845.144] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Configuring as mouse
[ 10845.144] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Adding scrollwheel support
[ 10845.144] (**) evdev: Corsair Corsair Vengeance M60 Mouse: YAxisMapping: buttons 4 and 5
[ 10845.144] (**) evdev: Corsair Corsair Vengeance M60 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 10845.144] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/0003:1B1C:1B30.0001/input/input5/event2"
[ 10845.144] (II) XINPUT: Adding extended input device "Corsair Corsair Vengeance M60 Mouse" (type: MOUSE, id 8)
[ 10845.144] (II) evdev: Corsair Corsair Vengeance M60 Mouse: initialized for relative axes.
[ 10845.145] (**) Corsair Corsair Vengeance M60 Mouse: (accel) keeping acceleration scheme 1
[ 10845.145] (**) Corsair Corsair Vengeance M60 Mouse: (accel) acceleration profile 0
[ 10845.145] (**) Corsair Corsair Vengeance M60 Mouse: (accel) acceleration factor: 2.000
[ 10845.145] (**) Corsair Corsair Vengeance M60 Mouse: (accel) acceleration threshold: 4
[ 10845.145] (II) config/udev: Adding input device Corsair Corsair Vengeance M60 Mouse (/dev/input/mouse0)
[ 10845.145] (II) No input driver specified, ignoring this device.
[ 10845.145] (II) This device may have been added with another device file.
[ 10845.145] (II) config/udev: Adding input device Corsair Corsair Vengeance M60 Mouse (/dev/input/event3)
[ 10845.145] (**) Corsair Corsair Vengeance M60 Mouse: Applying InputClass "evdev keyboard catchall"
[ 10845.145] (II) Using input driver 'evdev' for 'Corsair Corsair Vengeance M60 Mouse'
[ 10845.145] (**) Corsair Corsair Vengeance M60 Mouse: always reports core events
[ 10845.145] (**) evdev: Corsair Corsair Vengeance M60 Mouse: Device: "/dev/input/event3"
[ 10845.145] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Vendor 0x1b1c Product 0x1b30
[ 10845.145] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found keys
[ 10845.145] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Configuring as keyboard
[ 10845.145] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.1/0003:1B1C:1B30.0002/input/input6/event3"
[ 10845.145] (II) XINPUT: Adding extended input device "Corsair Corsair Vengeance M60 Mouse" (type: KEYBOARD, id 9)
[ 10845.145] (**) Option "xkb_rules" "evdev"
[ 10845.145] (**) Option "xkb_model" "pc105"
[ 10845.145] (**) Option "xkb_layout" "us"
[ 10845.145] (II) config/udev: Adding input device Corsair Corsair Vengeance M60 Mouse (/dev/input/event4)
[ 10845.146] (**) Corsair Corsair Vengeance M60 Mouse: Applying InputClass "evdev keyboard catchall"
[ 10845.146] (II) Using input driver 'evdev' for 'Corsair Corsair Vengeance M60 Mouse'
[ 10845.146] (**) Corsair Corsair Vengeance M60 Mouse: always reports core events
[ 10845.146] (**) evdev: Corsair Corsair Vengeance M60 Mouse: Device: "/dev/input/event4"
[ 10845.146] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Vendor 0x1b1c Product 0x1b30
[ 10845.146] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found 1 mouse buttons
[ 10845.146] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found scroll wheel(s)
[ 10845.146] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found relative axes
[ 10845.146] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Forcing relative x/y axes to exist.
[ 10845.146] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found absolute axes
[ 10845.146] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Forcing absolute x/y axes to exist.
[ 10845.146] (--) evdev: Corsair Corsair Vengeance M60 Mouse: Found keys
[ 10845.146] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Configuring as mouse
[ 10845.146] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Configuring as keyboard
[ 10845.146] (II) evdev: Corsair Corsair Vengeance M60 Mouse: Adding scrollwheel support
[ 10845.146] (**) evdev: Corsair Corsair Vengeance M60 Mouse: YAxisMapping: buttons 4 and 5
[ 10845.146] (**) evdev: Corsair Corsair Vengeance M60 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 10845.146] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.2/0003:1B1C:1B30.0003/input/input7/event4"
[ 10845.146] (II) XINPUT: Adding extended input device "Corsair Corsair Vengeance M60 Mouse" (type: KEYBOARD, id 10)
[ 10845.146] (**) Option "xkb_rules" "evdev"
[ 10845.146] (**) Option "xkb_model" "pc105"
[ 10845.146] (**) Option "xkb_layout" "us"
[ 10845.146] (II) evdev: Corsair Corsair Vengeance M60 Mouse: initialized for relative axes.
[ 10845.146] (WW) evdev: Corsair Corsair Vengeance M60 Mouse: ignoring absolute axes.
[ 10845.146] (**) Corsair Corsair Vengeance M60 Mouse: (accel) keeping acceleration scheme 1
[ 10845.146] (**) Corsair Corsair Vengeance M60 Mouse: (accel) acceleration profile 0
[ 10845.146] (**) Corsair Corsair Vengeance M60 Mouse: (accel) acceleration factor: 2.000
[ 10845.146] (**) Corsair Corsair Vengeance M60 Mouse: (accel) acceleration threshold: 4
[ 10845.146] (II) config/udev: Adding input device USB Keyboard  (/dev/input/event5)
[ 10845.146] (**) USB Keyboard : Applying InputClass "evdev keyboard catchall"
[ 10845.146] (II) Using input driver 'evdev' for 'USB Keyboard '
[ 10845.146] (**) USB Keyboard : always reports core events
[ 10845.146] (**) evdev: USB Keyboard : Device: "/dev/input/event5"
[ 10845.146] (--) evdev: USB Keyboard : Vendor 0x60b Product 0x2401
[ 10845.146] (--) evdev: USB Keyboard : Found keys
[ 10845.146] (II) evdev: USB Keyboard : Configuring as keyboard
[ 10845.146] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2.1/1-2.1:1.0/0003:060B:2401.0004/input/input8/event5"
[ 10845.146] (II) XINPUT: Adding extended input device "USB Keyboard " (type: KEYBOARD, id 11)
[ 10845.146] (**) Option "xkb_rules" "evdev"
[ 10845.146] (**) Option "xkb_model" "pc105"
[ 10845.146] (**) Option "xkb_layout" "us"
[ 10845.147] (II) config/udev: Adding input device USB Keyboard  (/dev/input/event6)
[ 10845.147] (**) USB Keyboard : Applying InputClass "evdev keyboard catchall"
[ 10845.147] (II) Using input driver 'evdev' for 'USB Keyboard '
[ 10845.147] (**) USB Keyboard : always reports core events
[ 10845.147] (**) evdev: USB Keyboard : Device: "/dev/input/event6"
[ 10845.147] (--) evdev: USB Keyboard : Vendor 0x60b Product 0x2401
[ 10845.147] (--) evdev: USB Keyboard : Found 1 mouse buttons
[ 10845.147] (--) evdev: USB Keyboard : Found scroll wheel(s)
[ 10845.147] (--) evdev: USB Keyboard : Found relative axes
[ 10845.147] (II) evdev: USB Keyboard : Forcing relative x/y axes to exist.
[ 10845.147] (--) evdev: USB Keyboard : Found absolute axes
[ 10845.147] (II) evdev: USB Keyboard : Forcing absolute x/y axes to exist.
[ 10845.147] (--) evdev: USB Keyboard : Found keys
[ 10845.147] (II) evdev: USB Keyboard : Configuring as mouse
[ 10845.147] (II) evdev: USB Keyboard : Configuring as keyboard
[ 10845.147] (II) evdev: USB Keyboard : Adding scrollwheel support
[ 10845.147] (**) evdev: USB Keyboard : YAxisMapping: buttons 4 and 5
[ 10845.147] (**) evdev: USB Keyboard : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 10845.147] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2.1/1-2.1:1.1/0003:060B:2401.0005/input/input9/event6"
[ 10845.147] (II) XINPUT: Adding extended input device "USB Keyboard " (type: KEYBOARD, id 12)
[ 10845.147] (**) Option "xkb_rules" "evdev"
[ 10845.147] (**) Option "xkb_model" "pc105"
[ 10845.147] (**) Option "xkb_layout" "us"
[ 10845.147] (II) evdev: USB Keyboard : initialized for relative axes.
[ 10845.147] (WW) evdev: USB Keyboard : ignoring absolute axes.
[ 10845.147] (**) USB Keyboard : (accel) keeping acceleration scheme 1
[ 10845.147] (**) USB Keyboard : (accel) acceleration profile 0
[ 10845.147] (**) USB Keyboard : (accel) acceleration factor: 2.000
[ 10845.147] (**) USB Keyboard : (accel) acceleration threshold: 4
[ 10845.148] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event7)
[ 10845.148] (II) No input driver specified, ignoring this device.
[ 10845.148] (II) This device may have been added with another device file.
[ 10845.148] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event8)
[ 10845.148] (II) No input driver specified, ignoring this device.
[ 10845.148] (II) This device may have been added with another device file.
[ 10845.148] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event9)
[ 10845.148] (II) No input driver specified, ignoring this device.
[ 10845.148] (II) This device may have been added with another device file.
[ 10845.148] (II) config/udev: Adding input device HDA ATI SB Line Out (/dev/input/event10)
[ 10845.148] (II) No input driver specified, ignoring this device.
[ 10845.148] (II) This device may have been added with another device file.
[ 10845.148] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event11)
[ 10845.148] (II) No input driver specified, ignoring this device.
[ 10845.148] (II) This device may have been added with another device file.
[ 10845.149] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event12)
[ 10845.149] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 10845.149] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[ 10845.149] (**) Eee PC WMI hotkeys: always reports core events
[ 10845.149] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event12"
[ 10845.149] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[ 10845.149] (--) evdev: Eee PC WMI hotkeys: Found keys
[ 10845.149] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[ 10845.149] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input15/event12"
[ 10845.149] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[ 10845.149] (**) Option "xkb_rules" "evdev"
[ 10845.149] (**) Option "xkb_model" "pc105"
[ 10845.149] (**) Option "xkb_layout" "us"
[ 10854.170] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 10854.171] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 10854.171] (--) NVIDIA(GPU-0): 
[ 10854.173] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 10854.173] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 10854.173] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 10854.173] (--) NVIDIA(GPU-0): 
[ 10854.202] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): connected
[ 10854.202] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): Internal TMDS
[ 10854.202] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): 600.0 MHz maximum pixel clock
[ 10854.202] (--) NVIDIA(GPU-0): 
[ 10854.203] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 10854.203] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 10854.203] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 10854.203] (--) NVIDIA(GPU-0): 
[ 10854.206] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): connected
[ 10854.206] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): Internal TMDS
[ 10854.206] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): 165.0 MHz maximum pixel clock
[ 10854.206] (--) NVIDIA(GPU-0): 
[ 10854.207] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 10854.207] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 10854.207] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[ 10854.207] (--) NVIDIA(GPU-0): 
[ 10854.207] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 10854.207] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 10854.207] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[ 10854.207] (--) NVIDIA(GPU-0): 
[ 10854.207] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 10854.207] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 10854.207] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 10854.207] (--) NVIDIA(GPU-0): 
[ 10854.207] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 10854.207] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 10854.207] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[ 10854.207] (--) NVIDIA(GPU-0): 
[ 10854.423] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +1920+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 10854.557] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +1920+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-1: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 10854.859] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 10854.859] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 10854.859] (--) NVIDIA(GPU-0): 
[ 10854.862] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 10854.862] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 10854.862] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 10854.862] (--) NVIDIA(GPU-0): 
[ 10854.891] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): connected
[ 10854.891] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): Internal TMDS
[ 10854.891] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): 600.0 MHz maximum pixel clock
[ 10854.891] (--) NVIDIA(GPU-0): 
[ 10854.891] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 10854.891] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 10854.891] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 10854.891] (--) NVIDIA(GPU-0): 
[ 10854.895] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): connected
[ 10854.895] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): Internal TMDS
[ 10854.895] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): 165.0 MHz maximum pixel clock
[ 10854.895] (--) NVIDIA(GPU-0): 
[ 10854.895] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 10854.895] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 10854.896] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[ 10854.896] (--) NVIDIA(GPU-0): 
[ 10854.896] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 10854.896] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 10854.896] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[ 10854.896] (--) NVIDIA(GPU-0): 
[ 10854.896] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 10854.896] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 10854.896] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 10854.896] (--) NVIDIA(GPU-0): 
[ 10854.896] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 10854.896] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 10854.896] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[ 10854.896] (--) NVIDIA(GPU-0): 
[ 10859.267] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 10859.267] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 10859.267] (--) NVIDIA(GPU-0): 
[ 10859.270] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 10859.270] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 10859.270] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 10859.270] (--) NVIDIA(GPU-0): 
[ 10859.301] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): connected
[ 10859.301] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): Internal TMDS
[ 10859.301] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): 600.0 MHz maximum pixel clock
[ 10859.301] (--) NVIDIA(GPU-0): 
[ 10859.301] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 10859.301] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 10859.301] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 10859.301] (--) NVIDIA(GPU-0): 
[ 10859.305] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): connected
[ 10859.305] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): Internal TMDS
[ 10859.305] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): 165.0 MHz maximum pixel clock
[ 10859.305] (--) NVIDIA(GPU-0): 
[ 10859.305] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 10859.305] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 10859.305] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[ 10859.305] (--) NVIDIA(GPU-0): 
[ 10859.305] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 10859.306] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 10859.306] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[ 10859.306] (--) NVIDIA(GPU-0): 
[ 10859.306] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 10859.306] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 10859.306] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 10859.306] (--) NVIDIA(GPU-0): 
[ 10859.306] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 10859.306] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 10859.306] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[ 10859.306] (--) NVIDIA(GPU-0): 
[ 10859.477] (II) XKB: reuse xkmfile /var/lib/xkb/server-34CEB476A3CB596DA76FD7010A029F76732EF824.xkm
[ 10859.499] (II) XKB: reuse xkmfile /var/lib/xkb/server-8AA988DD479FAABEC4FC3CCCF4CC29B4948840B4.xkm
[ 10860.971] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10860.976] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10860.980] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10860.983] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10860.985] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10860.987] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10860.989] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10860.991] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
[ 10860.994] (II) XKB: reuse xkmfile /var/lib/xkb/server-1908D3BB0224FA577B58A32F49D8B4107F7BAFFD.xkm
netager

Re: Dual Monitor Resolution Issues on nVidia GTX960 with HDM

Post by netager »

The most important thing that I learned is that it is possible to push custom EDID if for some reason it can't be pulled directly from monitor, for ex. using adaptor cable or AV receiver.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Dual Monitor Resolution Issues on nVidia GTX960 with HDM

Post by roblm »

After reading all your posts again, I see that I misunderstood what you had done. You already tried changing the line:

Code: Select all

Option         "nvidiaXineramaInfoOrder" "DFP-1"
To this:

Code: Select all

Option         "nvidiaXineramaInfoOrder" "DFP-3"
Those are the two connected display devices listed in the Xorg.0.log file:

Code: Select all

[ 10422.967] (--) NVIDIA(GPU-0): LG Electronics 24MP56 (DFP-1): connected
[ 10422.972] (--) NVIDIA(GPU-0): AOC 2353 (DFP-3): connected
So it seems that your second xorg.conf file should have worked, unless the .monitors.xml file was overriding it, but you removed that file. Try using this line:

Code: Select all

Option         "nvidiaXineramaInfoOrder" "DFP-3, DFP-1"
If that doesn't work, then open the Nvidia-Settings utility and make the correct monitor changes. Then open System Settings > Display and click on the Detect Displays button
and then click Apply. This will create a new .monitors.xml file.

If that fails, then post the .monitors.xml file.
Last edited by roblm on Tue Sep 08, 2015 8:22 am, edited 1 time in total.
netager

Re: Dual Monitor Resolution Issues on nVidia GTX960 with HDM

Post by netager »

I got it working, but I'm not sure if it's really the solution.
I had two issues: low monitor resolution and monitor order.
I fixed first issue by using custom EDID info.
I fixed second issue by using Mint's Preferences -> Display settings to change monitor order and set one as primary.

So everything works, but I'm not sure if it works as it should. :lol:
Locked

Return to “Graphics Cards & Monitors”