Fix your drivers nvidia. HDMI > 165 Mhz BROKEN!

Works in windows doesn’t in linux. Windows screenshot:

External Media

Linux always said 165 Mhz limit but even forcing it with:

Option “ConnectedMonitor” “HDMI-0”
Option “UseEDID” “False”
Option “ExactModeTimingsDVI” “True”
Option “NoBandWidthTest” “true”
Option “ModeValidation” “AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck, NoEDIDModes”

This modeline works:

Modeline “3840x2160” 165.00 3840 4080 4488 5136 2160 2163 2168 2199 -hsync +vsync

This one does not:
Modeline “3840x2160” 165.01 3840 4080 4488 5136 2160 2163 2168 2199 -hsync +vsync

The modeline I want to run:

Modeline “3840x2160” 296.70 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync

Please fix. Don’t make a custom who has used your products for 12+ years switch to ATI because of this.

Just on the off-chance this was due to weird issues running off a laptop (I have had a laptop in the past that thought it was dual link DVI when it wasnt) or the gtx 470 i had was too old for HDMI 1.4 I picked up a gtx 670 and I am having the same issue (No surprise there).

Here is my Xorg log file:

[url]http://box.houkouonchi.jp/Xorg.4.log[/url]

I also tried the newest beta drivers (319.12) and no change.

Can you describe the problem in more detail? According to your log file, the 296.70 MHz mode was validated and is being used:

Well keep in mind that is forcing it.

Why does the HDMI say 165 Mhz single link TMDS? That is wrong. HDMI 1.4 should be 340Mhz not 165:

(--) Apr 24 03:23:10 NVIDIA(0): SEK SE50IY04 (DFP-1): 165.0 MHz maximum pixel clock
(--) Apr 24 03:23:10 NVIDIA(0): SEK SE50IY04 (DFP-1): Internal Single Link TMDS
(--) Apr 24 03:23:10 NVIDIA(0): SEK SE50IY04 (DFP-1): Native FlatPanel Scaling is supported
(--) Apr 24 03:23:10 NVIDIA(0): SEK SE50IY04 (DFP-1): DFP modes are not limited to 60 Hz refresh rate
(--) Apr 24 03:23:10 NVIDIA(0): SEK SE50IY04 (DFP-1): DFP is not internal to notebook
(--) Apr 24 03:23:10 NVIDIA(0): Name Aliases for SEK SE50IY04 (DFP-1):
(--) Apr 24 03:23:10 NVIDIA(0):   DFP
(--) Apr 24 03:23:10 NVIDIA(0):   DFP-1
(--) Apr 24 03:23:10 NVIDIA(0):   DPY-2
(--) Apr 24 03:23:10 NVIDIA(0):   HDMI-0
(--) Apr 24 03:23:10 NVIDIA(0):   DPY-EDID-a096b6af-c8ff-da55-6ec2-b8459a956412

Funny coincidence that as soon as it goes > 165 Mhz (165.00 → 165.01) it breaks. It says the mode is valid but it does not output to the display at all. Its not even just a case of bad output because if that was the case the display says ‘not supported’ but its just ‘no signal.’

I agree the driver is using the modeline. The problem is the hardware is not outputing the signal. No modelines over 165Mhz work over HDMI at any resolution). Obviously the driver has something hard-coded in it to not output over a set limit which was correct back with the HDMI 1.0/1.1/1.2 standards.

With HDMI 1.3/1.4 it should be a 330Mhz sealing. Again this works on windows but not linux even when giving it the exact same timings.

FYI DVI does the same exact thing if you try to go over 400Mhz pixel clock (which works on windows) but as soon as you go to 400.01 Mhz the video card doesn’t output anything at all.

That 165 MHz limit is reported by the hardware, but NoMaxPClkCheck should be overriding it. However, I found what looks like a bug that could be causing this problem. I’ll try to track down a similar display so I can check.

Well I guess the question is why does the hardware report 165Mhz maximum when you are trying to push ~300Mhz over it?

Is the code for HDMI basically the same as DVI? Because I know with DVI as soon as you go > 165 Mhz it does dual-link mode and completely changes the type of output its sending out. HDMI is not like that it is supposed to do 330Mhz with a single TMDS link. That might be part of the problem?

Honestly you could probably re-produce the issue even on a display without HDMI 1.4 spec (as I know those are incredibly hard to come by). Just try getting 1920x1080 (or 1920x1200) going over HDMI with a modeline at 165.00 Mhz (exactly) at 60-ish Hz. Then increase it to 165.01 and watch it break.

Like I said DVI does the same thing @ 400Mhz. Fixing that would be nice too but thats technically over regular DVI spec so I am not gonna bitch about that here. That HDMI port should be capable of doing what I am trying to do. Its within spec.

Oh and nevermind the 400Mhz DVI thing is different I guess it is actually rejecting the mode:

(II) Apr 25 13:29:42 NVIDIA(GPU-0):   Validating Mode "2560x1440":
(II) Apr 25 13:29:42 NVIDIA(GPU-0):     2560 x 1440 @ 100 Hz
(II) Apr 25 13:29:42 NVIDIA(GPU-0):     Mode Source: X Configuration file ModeLine
(II) Apr 25 13:29:42 NVIDIA(GPU-0):       Pixel Clock      : 401.00 MHz
(II) Apr 25 13:29:42 NVIDIA(GPU-0):       HRes, HSyncStart : 2560, 2608
(II) Apr 25 13:29:42 NVIDIA(GPU-0):       HSyncEnd, HTotal : 2640, 2720
(II) Apr 25 13:29:42 NVIDIA(GPU-0):       VRes, VSyncStart : 1440, 1443
(II) Apr 25 13:29:42 NVIDIA(GPU-0):       VSyncEnd, VTotal : 1448, 1481
(II) Apr 25 13:29:42 NVIDIA(GPU-0):       H/V Polarity     : +/+
(WW) Apr 25 13:29:42 NVIDIA(GPU-0):     ViewPort 2560x1440 exceeds hardware capabilities.
(WW) Apr 25 13:29:42 NVIDIA(GPU-0):     Mode is rejected: Unable to construct hardware-specific
(WW) Apr 25 13:29:42 NVIDIA(GPU-0):     mode timings.

Again though, different issue. Just mentioning it.

Woot! Good news!

So today I stopped by newegg to pickup this adapter:

My testing with active single-link adapters brought me to the conclusion it could get around the nvidia driver limitations as it uses DFP-4 (display port with its 960Mhz bandwidth limit) instead of DFP-1/HDMI-1 which says 165 Mhz max as the active adapters actively convert the DFP LVDS to TMDS.

Up to 27Hz on linux. I bought an active DP → HDMI adapter and it will do up to 238.50 MHz (doesnt work @ 238.90 Mhz) which upped my limits.

At 238.90 Mhz I get:

(II) Apr 26 14:29:53 NVIDIA(GPU-0):   Validating Mode "3840x2160":
(II) Apr 26 14:29:53 NVIDIA(GPU-0):     3840 x 2160 @ 27 Hz
(II) Apr 26 14:29:53 NVIDIA(GPU-0):     Mode Source: X Configuration file ModeLine
(II) Apr 26 14:29:53 NVIDIA(GPU-0):       Pixel Clock      : 238.90 MHz
(II) Apr 26 14:29:53 NVIDIA(GPU-0):       HRes, HSyncStart : 3840, 3888
(II) Apr 26 14:29:53 NVIDIA(GPU-0):       HSyncEnd, HTotal : 3920, 4000
(II) Apr 26 14:29:53 NVIDIA(GPU-0):       VRes, VSyncStart : 2160, 2163
(II) Apr 26 14:29:53 NVIDIA(GPU-0):       VSyncEnd, VTotal : 2168, 2222
(II) Apr 26 14:29:53 NVIDIA(GPU-0):       H/V Polarity     : +/-
(WW) Apr 26 14:29:53 NVIDIA(GPU-0):     Mode is rejected: Unable to construct hardware-specific
(WW) Apr 26 14:29:53 NVIDIA(GPU-0):     mode timings.

I now was able to do:

3840x2160 @ 26.8 hz (ths is so much better than the 18.6 Hz I had before)
1920x1080 @ 103.2 Hz
1280x720 @ 192.3Hz

Screenshots:

External Media
External Media
External Media

This also means now I can game @ 1080p with high responsiveness not just 720p which is also a big improvement.

Also this could be just my imagination but it seems like I am getting less banding in colors (almost like its 10 bit now). Again could just be my imagination.

Now if only I could find an active DP → HDMI 1.4 adapter. They don’t seem to be sold anywhere as far as I can see.

Nvidia definitely still needs to fix their drivers though. I am still only about to use 240 Mhz when the display takes around 300 Mhz for its full glory.

Interesting workaround with that adapter, thanks for the update. I guess I’m confused though – I thought that the monitor you were testing with only had an HDMI input, yet it seems you’re able to drive it via DVI as well?

Edit: I see that monitor has multiple (3) HDMI inputs, but I don’t see a DVI input anywhere – I’m assuming this is just bad wording on their OSD. I’ve also noticed that this particular display (SE50IY04) is very cheap! I’m amazed… < $1400

What system did you use to do the modetests? Are those from GTX 470 / GTX 670 or does the macbook pro retina work at those modes as well?

If I am reading [url]DisplayPort - Wikipedia right, it seems that whenever the new “DisplayPort Dual-Mode Standard version 1.1” actually gets integrated into the new generation of video cards, a passive adapter alone should be enough to drive that monitor natively over HDMI. For that matter, have you tried a passive adapter now? Curious if an active adapter actually makes a difference given what Wikipedia mentions.

I believe at lower <165 Mhz modes and lower resolutions it says DVI because its a VGA resolution (not a standard HDTV modeline) so it says DVI1/2/3 instead of HDMI1/2/3. It really depends on what signal its getting. This is not the first TV I have seen do this. It makes sense as sending < 165 Mhz is a single link TMDS which is the exact same signal as DVI if it doesn’t have sound.

When testing on windows I have only used my macbook pro retina to get the full refresh rate so I know it has the hardware to drive the display. I was able to do ~18Hz on linux on the retina as well through its native HDMI port. I did not try the active DP → HDMI adapter on the macbook yet but I would think it would work the same.

Most of my testing on my desktop has been on the GTX 670. The GTX 470 I had also limited me to ~18Hz due to not being able to go above 165 Mhz pixel clock. Of course no DP port on the gtx470 so haven’t been able to get any more out of it.

Passive adapters are no good. The problem is passive adapters are just pass-through (they don’t actually do any conversion) so they run into the same limitation/bug as the onboard HDMI port on the vid-card and die as soon as I do > 165 Mhz. That is why I had to use an active HDMI adapter but I have yet to find one that can do full HDMI 1.4 bandwidth yet (the one i have now is between full HDMI 1.3/1.4 and hdmi 1/1.1/1.2.

Hi,

Any progress on this bug. I am seeing precisely the same behavior.

Fedora 18, driver version 304.88 from rpmfusion repo.

In the following example xorg.conf, modeline “3840x2160_X” works (165mhz clk).
The other 3840x2160 modes do not work.

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 304.51  (mockbuild@)  Mon Sep 24 20:53:47 CEST 2012

# RPM Fusion - nvidia-xorg.conf
#

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

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Chi Mei Optoelectronics corp."
    HorizSync       44.4 - 67.1
    VertRefresh     40.0 - 60.0
    Modeline "3840x2160_30" 296.70 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync
    Modeline "3840x2160_24" 296.75 3840 5116 5204 5500 2160 2168 2178 2250 +hsync +vsync
    Modeline "3840x2160_X" 165.00 3840 5116 5204 5500 2160 2168 2178 2250 +hsync +vsync
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 670MX"
    Option         "ModeValidation" "DFP-2: NoDFPNativeResolutionCheck, NoMaxPClkCheck, NoVertRefreshCheck"
    Option         "ExactModeTimingsDVI" "True"
    Option         "ModeDebug" "True"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Videocard0"
    Monitor        "Monitor0"
EndSection
Section "Screen"

# Removed Option "metamodes" "nvidia-auto-select +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-2: 3840x2160_X +1920+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

And my Xorg.0.log (trimmed for size)

X.Org X Server 1.13.3
Release Date: 2013-03-07
[     5.032] X Protocol Version 11, Revision 0
[     5.032] Build Operating System:  2.6.32-358.2.1.el6.x86_64 
[     5.032] Current Operating System: Linux razor.jetheaddev.com 3.9.2-200.fc18.x86_64 #1 SMP Mon May 13 13:59:47 UTC 2013 x86_64
[     5.033] Kernel command line: BOOT_IMAGE=/vmlinuz-3.9.2-200.fc18.x86_64 root=/dev/mapper/vg_root00-root ro rd.lvm.lv=vg_root00/root rd.md=0 rd.dm=0 rd.lvm.lv=vg_home00/swap rd.luks=0 vconsole.keymap=us rhgb quiet LANG=en_US.UTF-8 nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off vga=normal
[     5.033] Build Date: 17 April 2013  04:51:09AM
[     5.033] Build ID: xorg-x11-server 1.13.3-3.fc18 
[     5.033] Current version of pixman: 0.28.0
[     6.401] (--) NVIDIA(0): 
[     6.401] (--) NVIDIA(0): 
[     6.401] (--) NVIDIA(0): Raw EDID bytes:
[     6.401] (--) NVIDIA(0): 
[     6.401] (--) NVIDIA(0):   00 ff ff ff ff ff ff 00  4c ab 00 00 01 00 00 00
[     6.401] (--) NVIDIA(0):   09 17 01 03 81 6e 3e 78  8a a5 8e a6 54 4a 9c 26
[     6.401] (--) NVIDIA(0):   12 45 46 ad ce 00 81 40  01 01 01 01 01 01 01 01
[     6.401] (--) NVIDIA(0):   01 01 01 01 01 01 01 1d  00 72 51 d0 1e 20 6e 28
[     6.401] (--) NVIDIA(0):   55 00 b9 88 21 00 00 1e  9a 29 a0 d0 51 84 22 30
[     6.401] (--) NVIDIA(0):   50 98 36 00 b9 88 21 00  00 1c 00 00 00 fd 00 32
[     6.401] (--) NVIDIA(0):   4b 18 3c 0b 00 0a 20 20  20 20 20 20 00 00 00 fc
[     6.401] (--) NVIDIA(0):   00 53 45 35 30 49 59 30  34 0a 20 20 20 20 01 1e
[     6.401] (--) NVIDIA(0): 
[     6.401] (--) NVIDIA(0):   02 03 32 71 4f 06 07 02  03 15 96 11 12 13 04 14
[     6.402] (--) NVIDIA(0):   05 1f 90 20 23 09 07 07  83 01 00 00 75 03 0c 00
[     6.402] (--) NVIDIA(0):   10 00 08 3c 20 c0 68 01  02 03 00 41 4f cc a8 10
[     6.402] (--) NVIDIA(0):   b8 10 8c 0a d0 90 20 40  31 20 0c 40 55 00 b9 88
[     6.402] (--) NVIDIA(0):   21 00 00 18 01 1d 80 18  71 1c 16 20 58 2c 25 00
[     6.402] (--) NVIDIA(0):   b9 88 21 00 00 9e 01 1d  80 d0 72 1c 16 20 10 2c
[     6.402] (--) NVIDIA(0):   25 80 b9 88 21 00 00 9e  01 1d 00 bc 52 d0 1e 20
[     6.402] (--) NVIDIA(0):   b8 28 55 40 b9 88 21 00  00 1e 00 00 00 00 00 44
[     6.402] (--) NVIDIA(0): 
[     6.402] (--) NVIDIA(0): --- End of EDID for SEK SE50IY04 (DFP-2) ---
[     6.402] (--) NVIDIA(0): 
[     6.402] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[     6.402] (**) NVIDIA(0):     device Chi Mei Optoelectronics corp. (DFP-0) (Using EDID
[     6.402] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[     6.402] (II) NVIDIA(0): Frequency information for Chi Mei Optoelectronics corp.
[     6.402] (II) NVIDIA(0):     (DFP-0):
[     6.402] (II) NVIDIA(0):   HorizSync   : 44.447-67.092 kHz
[     6.402] (II) NVIDIA(0):   VertRefresh : 40.006-60.010 Hz
[     6.402] (II) NVIDIA(0):     (HorizSync from EDID)
[     6.402] (II) NVIDIA(0):     (VertRefresh from EDID)
[     6.402] (II) NVIDIA(GPU-0): 
[     6.413] (II) NVIDIA(GPU-0): 
[     6.413] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[     6.413] (**) NVIDIA(0):     device SEK SE50IY04 (DFP-2) (Using EDID frequencies has
[     6.413] (**) NVIDIA(0):     been enabled on all display devices.)
[     6.413] (II) NVIDIA(0): Mode Validation Overrides for SEK SE50IY04 (DFP-2):
[     6.413] (II) NVIDIA(0):     NoMaxPClkCheck
[     6.413] (II) NVIDIA(0):     NoVertRefreshCheck
[     6.413] (II) NVIDIA(0):     NoDFPNativeResolutionCheck
[     6.413] (II) NVIDIA(0): Frequency information for SEK SE50IY04 (DFP-2):
[     6.413] (II) NVIDIA(0):   HorizSync   : 24.000-60.000 kHz
[     6.413] (II) NVIDIA(0):   VertRefresh : 50.000-75.000 Hz
[     6.413] (II) NVIDIA(0):     (HorizSync from EDID)
[     6.413] (II) NVIDIA(0):     (VertRefresh from EDID)
[     6.413] (II) NVIDIA(GPU-0): 
[     6.413] (II) NVIDIA(GPU-0): --- Building ModePool for SEK SE50IY04 (DFP-2) ---
[     6.413] (II) NVIDIA(GPU-0): 
[     6.413] (II) NVIDIA(GPU-0):   Validating Mode "1920x1080":
[     6.413] (II) NVIDIA(GPU-0):     1920 x 1080 @ 60 Hz
[     6.413] (II) NVIDIA(GPU-0):     Mode Source: EDID
[     6.413] (II) NVIDIA(GPU-0):       Pixel Clock      : 74.25 MHz
[     6.413] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 1920, 2008
[     6.413] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 2052, 2200
[     6.413] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 1080, 1084
[     6.413] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 1094, 1124
[     6.413] (II) NVIDIA(GPU-0):       H/V Polarity     : +/+
[     6.413] (II) NVIDIA(GPU-0):       Extra            : Interlace
[     6.414] (II) NVIDIA(GPU-0):     Viewport                 1920x1080+140+22
[     6.414] (II) NVIDIA(GPU-0):       Horizontal Taps        0
[     6.414] (II) NVIDIA(GPU-0):       Vertical Taps          0
[     6.414] (II) NVIDIA(GPU-0):       Base SuperSample       x1
[     6.414] (II) NVIDIA(GPU-0):       Base Depth             32
[     6.414] (II) NVIDIA(GPU-0):       Distributed Rendering  1
[     6.414] (II) NVIDIA(GPU-0):       Overlay Depth          32
[     6.414] (II) NVIDIA(GPU-0):     Mode is valid.
[     6.414] (II) NVIDIA(GPU-0): 
[     6.414] (II) NVIDIA(GPU-0):   Validating Mode "1920x1080":
[     6.414] (II) NVIDIA(GPU-0):     1920 x 1080 @ 50 Hz
[     6.414] (II) NVIDIA(GPU-0):     Mode Source: EDID
[     6.414] (II) NVIDIA(GPU-0):       Pixel Clock      : 74.25 MHz
[     6.414] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 1920, 2448
[     6.414] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 2492, 2640
[     6.414] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 1080, 1084
[     6.414] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 1094, 1124
[     6.414] (II) NVIDIA(GPU-0):       H/V Polarity     : +/+
[     6.414] (II) NVIDIA(GPU-0):       Extra            : Interlace
[     6.414] (II) NVIDIA(GPU-0):     Viewport                 1920x1080+360+22
[     6.414] (II) NVIDIA(GPU-0):       Horizontal Taps        0
[     6.414] (II) NVIDIA(GPU-0):       Vertical Taps          0
[     6.414] (II) NVIDIA(GPU-0):       Base SuperSample       x1
[     6.414] (II) NVIDIA(GPU-0):       Base Depth             32
[     6.414] (II) NVIDIA(GPU-0):       Distributed Rendering  1
[     6.414] (II) NVIDIA(GPU-0):       Overlay Depth          32
[     6.414] (II) NVIDIA(GPU-0):     Mode is valid.
[     6.414] (II) NVIDIA(GPU-0): 
[     6.418] (II) NVIDIA(GPU-0):   Validating Mode "3840x2160":
[     6.418] (II) NVIDIA(GPU-0):     3840 x 2160 @ 30 Hz
[     6.418] (II) NVIDIA(GPU-0):     Mode Source: EDID
[     6.418] (II) NVIDIA(GPU-0):       Pixel Clock      : 296.70 MHz
[     6.418] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 3840, 4016
[     6.418] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 4104, 4400
[     6.418] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 2160, 2168
[     6.418] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 2178, 2250
[     6.418] (II) NVIDIA(GPU-0):       H/V Polarity     : +/+
[     6.418] (WW) NVIDIA(GPU-0): The EDID for SEK SE50IY04 (DFP-2) contradicts itself: mode
[     6.418] (WW) NVIDIA(GPU-0):     "3840x2160" is specified in the EDID; however, the EDID's
[     6.418] (WW) NVIDIA(GPU-0):     valid HorizSync range (24.000-60.000 kHz) would exclude
[     6.419] (WW) NVIDIA(GPU-0):     this mode's HorizSync (67.4 kHz); ignoring HorizSync check
[     6.419] (WW) NVIDIA(GPU-0):     for mode "3840x2160".
[     6.419] (II) NVIDIA(GPU-0):     Viewport                 3840x2160+280+45
[     6.419] (II) NVIDIA(GPU-0):       Horizontal Taps        0
[     6.419] (II) NVIDIA(GPU-0):       Vertical Taps          0
[     6.419] (II) NVIDIA(GPU-0):       Base SuperSample       x1
[     6.419] (II) NVIDIA(GPU-0):       Base Depth             32
[     6.419] (II) NVIDIA(GPU-0):       Distributed Rendering  1
[     6.419] (II) NVIDIA(GPU-0):       Overlay Depth          32
[     6.419] (II) NVIDIA(GPU-0):     Mode is valid.
[     6.419] (II) NVIDIA(GPU-0): 
[     6.419] (II) NVIDIA(GPU-0):   Validating Mode "3840x2160":
[     6.419] (II) NVIDIA(GPU-0):     3840 x 2160 @ 25 Hz
[     6.419] (II) NVIDIA(GPU-0):     Mode Source: EDID
[     6.419] (II) NVIDIA(GPU-0):       Pixel Clock      : 297.00 MHz
[     6.419] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 3840, 4896
[     6.419] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 4984, 5280
[     6.419] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 2160, 2168
[     6.419] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 2178, 2250
[     6.419] (II) NVIDIA(GPU-0):       H/V Polarity     : +/+
[     6.419] (II) NVIDIA(GPU-0):     Viewport                 3840x2160+720+45
[     6.419] (II) NVIDIA(GPU-0):       Horizontal Taps        0
[     6.419] (II) NVIDIA(GPU-0):       Vertical Taps          0
[     6.419] (II) NVIDIA(GPU-0):       Base SuperSample       x1
[     6.419] (II) NVIDIA(GPU-0):       Base Depth             32
[     6.419] (II) NVIDIA(GPU-0):       Distributed Rendering  1
[     6.419] (II) NVIDIA(GPU-0):       Overlay Depth          32
[     6.419] (II) NVIDIA(GPU-0):     Mode is valid.
[     6.419] (II) NVIDIA(GPU-0): 
[     6.419] (II) NVIDIA(GPU-0):   Validating Mode "3840x2160":
[     6.419] (II) NVIDIA(GPU-0):     3840 x 2160 @ 24 Hz
[     6.419] (II) NVIDIA(GPU-0):     Mode Source: EDID
[     6.419] (II) NVIDIA(GPU-0):       Pixel Clock      : 296.75 MHz
[     6.419] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 3840, 5116
[     6.419] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 5204, 5500
[     6.419] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 2160, 2168
[     6.419] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 2178, 2250
[     6.419] (II) NVIDIA(GPU-0):       H/V Polarity     : +/+
[     6.419] (II) NVIDIA(GPU-0):     Viewport                 3840x2160+830+45
[     6.419] (II) NVIDIA(GPU-0):       Horizontal Taps        0
[     6.419] (II) NVIDIA(GPU-0):       Vertical Taps          0
[     6.419] (II) NVIDIA(GPU-0):       Base SuperSample       x1
[     6.419] (II) NVIDIA(GPU-0):       Base Depth             32
[     6.419] (II) NVIDIA(GPU-0):       Distributed Rendering  1
[     6.419] (II) NVIDIA(GPU-0):       Overlay Depth          32
[     6.419] (II) NVIDIA(GPU-0):     Mode is valid.
[     6.419] (II) NVIDIA(GPU-0): 
[     6.419] (II) NVIDIA(GPU-0):   Validating Mode "3840x2160_30":
[     6.419] (II) NVIDIA(GPU-0):     3840 x 2160 @ 30 Hz
[     6.419] (II) NVIDIA(GPU-0):     Mode Source: X Configuration file ModeLine
[     6.419] (II) NVIDIA(GPU-0):       Pixel Clock      : 296.70 MHz
[     6.419] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 3840, 4016
[     6.419] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 4104, 4400
[     6.419] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 2160, 2168
[     6.419] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 2178, 2250
[     6.419] (II) NVIDIA(GPU-0):       H/V Polarity     : +/+
[     6.419] (WW) NVIDIA(GPU-0):     Mode is rejected: HorizSync (67.4 kHz) out of range
[     6.419] (WW) NVIDIA(GPU-0):     (24.000-60.000 kHz).
[     6.419] (II) NVIDIA(GPU-0): 
[     6.419] (II) NVIDIA(GPU-0):   Validating Mode "3840x2160_24":
[     6.419] (II) NVIDIA(GPU-0):     3840 x 2160 @ 24 Hz
[     6.419] (II) NVIDIA(GPU-0):     Mode Source: X Configuration file ModeLine
[     6.419] (II) NVIDIA(GPU-0):       Pixel Clock      : 296.75 MHz
[     6.419] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 3840, 5116
[     6.419] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 5204, 5500
[     6.419] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 2160, 2168
[     6.419] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 2178, 2250
[     6.419] (II) NVIDIA(GPU-0):       H/V Polarity     : +/+
[     6.419] (II) NVIDIA(GPU-0):     Viewport                 3840x2160+830+45
[     6.419] (II) NVIDIA(GPU-0):       Horizontal Taps        0
[     6.419] (II) NVIDIA(GPU-0):       Vertical Taps          0
[     6.419] (II) NVIDIA(GPU-0):       Base SuperSample       x1
[     6.419] (II) NVIDIA(GPU-0):       Base Depth             32
[     6.419] (II) NVIDIA(GPU-0):       Distributed Rendering  1
[     6.419] (II) NVIDIA(GPU-0):       Overlay Depth          32
[     6.419] (II) NVIDIA(GPU-0):     Mode is valid.
[     6.419] (II) NVIDIA(GPU-0): 
[     6.419] (II) NVIDIA(GPU-0):   Validating Mode "3840x2160_X":
[     6.419] (II) NVIDIA(GPU-0):     3840 x 2160 @ 13 Hz
[     6.419] (II) NVIDIA(GPU-0):     Mode Source: X Configuration file ModeLine
[     6.419] (II) NVIDIA(GPU-0):       Pixel Clock      : 165.00 MHz
[     6.419] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 3840, 5116
[     6.419] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 5204, 5500
[     6.419] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 2160, 2168
[     6.419] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 2178, 2250
[     6.419] (II) NVIDIA(GPU-0):       H/V Polarity     : +/+
[     6.419] (II) NVIDIA(GPU-0):     Viewport                 3840x2160+830+45
[     6.419] (II) NVIDIA(GPU-0):       Horizontal Taps        0
[     6.419] (II) NVIDIA(GPU-0):       Vertical Taps          0
[     6.419] (II) NVIDIA(GPU-0):       Base SuperSample       x1
[     6.419] (II) NVIDIA(GPU-0):       Base Depth             32
[     6.419] (II) NVIDIA(GPU-0):       Distributed Rendering  1
[     6.419] (II) NVIDIA(GPU-0):       Overlay Depth          32
[     6.419] (II) NVIDIA(GPU-0):     Mode is valid.
[     6.419] (II) NVIDIA(GPU-0): 
[     6.429] (II) NVIDIA(GPU-0):   Validating Mode "1920x1440":
[     6.429] (II) NVIDIA(GPU-0):     1920 x 1440 @ 75 Hz
[     6.429] (II) NVIDIA(GPU-0):     Mode Sources: X Server, X Configuration file ModeLine
[     6.429] (II) NVIDIA(GPU-0):       Pixel Clock      : 297.00 MHz
[     6.429] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 1920, 2064
[     6.429] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 2288, 2640
[     6.429] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 1440, 1441
[     6.429] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 1444, 1500
[     6.429] (II) NVIDIA(GPU-0):       H/V Polarity     : -/+
[     6.429] (WW) NVIDIA(GPU-0):     Mode is rejected: HorizSync (112.5 kHz) out of range
[     6.429] (WW) NVIDIA(GPU-0):     (24.000-60.000 kHz).
[     6.429] (II) NVIDIA(GPU-0): 
[     6.429] (II) NVIDIA(GPU-0):   Validating Mode "960x720":
[     6.429] (II) NVIDIA(GPU-0):     960 x 720 @ 75 Hz
[     6.429] (II) NVIDIA(GPU-0):     Mode Sources: X Server, X Configuration file ModeLine
[     6.429] (II) NVIDIA(GPU-0):       Pixel Clock      : 148.50 MHz
[     6.429] (II) NVIDIA(GPU-0):       HRes, HSyncStart :  960, 1032
[     6.429] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 1144, 1320
[     6.429] (II) NVIDIA(GPU-0):       VRes, VSyncStart :  720,  720
[     6.429] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal :  722,  750
[     6.429] (II) NVIDIA(GPU-0):       H/V Polarity     : -/+
[     6.429] (II) NVIDIA(GPU-0):       Extra            : DoubleScan
[     6.429] (WW) NVIDIA(GPU-0):     Mode is rejected: HorizSync (112.5 kHz) out of range
[     6.429] (WW) NVIDIA(GPU-0):     (24.000-60.000 kHz).
[     6.429] (II) NVIDIA(GPU-0): 
[     6.434] (II) NVIDIA(GPU-0):   Validating Mode "1856x1392":
[     6.434] (II) NVIDIA(GPU-0):     1856 x 1392 @ 75 Hz
[     6.434] (II) NVIDIA(GPU-0):     Mode Source: VESA
[     6.434] (II) NVIDIA(GPU-0):       Pixel Clock      : 288.00 MHz
[     6.434] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 1856, 1984
[     6.434] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 2208, 2560
[     6.434] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 1392, 1393
[     6.434] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 1396, 1500
[     6.434] (II) NVIDIA(GPU-0):       H/V Polarity     : -/+
[     6.434] (WW) NVIDIA(GPU-0):     Mode is rejected: HorizSync (112.5 kHz) out of range
[     6.435] (WW) NVIDIA(GPU-0):     (24.000-60.000 kHz).
[     6.435] (II) NVIDIA(GPU-0): 
[     6.435] (II) NVIDIA(GPU-0):   Validating Mode "1920x1440":
[     6.435] (II) NVIDIA(GPU-0):     1920 x 1440 @ 60 Hz
[     6.435] (II) NVIDIA(GPU-0):     Mode Source: VESA
[     6.435] (II) NVIDIA(GPU-0):       Pixel Clock      : 234.00 MHz
[     6.435] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 1920, 2048
[     6.435] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 2256, 2600
[     6.435] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 1440, 1441
[     6.435] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 1444, 1500
[     6.435] (II) NVIDIA(GPU-0):       H/V Polarity     : -/+
[     6.435] (WW) NVIDIA(GPU-0):     Mode is rejected: HorizSync (90.0 kHz) out of range
[     6.435] (WW) NVIDIA(GPU-0):     (24.000-60.000 kHz).
[     6.435] (II) NVIDIA(GPU-0): 
[     6.435] (II) NVIDIA(GPU-0):   Validating Mode "1920x1440":
[     6.435] (II) NVIDIA(GPU-0):     1920 x 1440 @ 75 Hz
[     6.435] (II) NVIDIA(GPU-0):     Mode Source: VESA
[     6.435] (II) NVIDIA(GPU-0):       Pixel Clock      : 297.00 MHz
[     6.435] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 1920, 2064
[     6.435] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 2288, 2640
[     6.435] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 1440, 1441
[     6.435] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 1444, 1500
[     6.435] (II) NVIDIA(GPU-0):       H/V Polarity     : -/+
[     6.435] (WW) NVIDIA(GPU-0):     Mode is rejected: HorizSync (112.5 kHz) out of range
[     6.435] (WW) NVIDIA(GPU-0):     (24.000-60.000 kHz).
[     6.435] (II) NVIDIA(GPU-0): 
[     6.435] (II) NVIDIA(GPU-0): --- Done building ModePool for SEK SE50IY04 (DFP-2) ---
[     6.435] (II) NVIDIA(GPU-0): 
[     6.435] (II) NVIDIA(GPU-0): 
[     6.435] (II) NVIDIA(GPU-0): --- Modes in ModePool for SEK SE50IY04 (DFP-2) ---
[     6.435] (II) NVIDIA(GPU-0): "nvidia-auto-select" : 1280 x  720 @  60.0 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "3840x2160"          : 3840 x 2160 @  30.0 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "3840x2160_24"       : 3840 x 2160 @  24.0 Hz  (from: X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "3840x2160_X"        : 3840 x 2160 @  13.3 Hz  (from: X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "3840x2160_30"       : 3840 x 2160 @  30.0 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "3840x2160_25"       : 3840 x 2160 @  25.0 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "3840x2160_24_1"     : 3840 x 2160 @  24.0 Hz  (from: X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "3840x2160_24_0"     : 3840 x 2160 @  24.0 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "3840x2160_13"       : 3840 x 2160 @  13.3 Hz  (from: X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "1920x1080"          : CEA-861B:#16:1920x1080x59.940Hz/P (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1920x1080_60"       : CEA-861B:#16:1920x1080x59.940Hz/P (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1920x1080_50"       : CEA-861B:#31:1920x1080x50.000Hz/P (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1920x1080_24"       : CEA-861B:#32:1920x1080x23.970Hz/P (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1920x1080_60i"      : 1920 x 1080 @  60.0 Hz Interlace  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1920x1080_60i_0"    : CEA-861B:#5:1920x1080x59.940Hz/I (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1920x1080_50i"      : 1920 x 1080 @  50.0 Hz Interlace  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1440x900"           : 1440 x  900 @  59.9 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1440x900_60"        : 1440 x  900 @  59.9 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1280x960"           : 1280 x  960 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA, EDID)
[     6.435] (II) NVIDIA(GPU-0): "1280x960_60"        : 1280 x  960 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA, EDID)
[     6.435] (II) NVIDIA(GPU-0): "1280x720"           : 1280 x  720 @  60.0 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1280x720_60"        : 1280 x  720 @  60.0 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1280x720_60_0"      : CEA-861B:#4:1280x720x59.940Hz/P (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1280x720_50"        : 1280 x  720 @  50.0 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "1024x768"           : 1024 x  768 @  75.0 Hz  (from: X Server, X Configuration file ModeLine, VESA, EDID)
[     6.435] (II) NVIDIA(GPU-0): "1024x768i"          : 1024 x  768 @  87.0 Hz Interlace  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "1024x768_75"        : 1024 x  768 @  75.0 Hz  (from: X Server, X Configuration file ModeLine, VESA, EDID)
[     6.435] (II) NVIDIA(GPU-0): "1024x768_70"        : 1024 x  768 @  70.1 Hz  (from: X Server, X Configuration file ModeLine, VESA, EDID)
[     6.435] (II) NVIDIA(GPU-0): "1024x768_60"        : 1024 x  768 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA, EDID)
[     6.435] (II) NVIDIA(GPU-0): "1024x768_87i"       : 1024 x  768 @  87.0 Hz Interlace  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "1024x768_87i_0"     : 1024 x  768 @  87.0 Hz Interlace  (from: VESA)
[     6.435] (II) NVIDIA(GPU-0): "832x624"            :  832 x  624 @  74.6 Hz  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "832x624_75"         :  832 x  624 @  74.6 Hz  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "800x600"            :  800 x  600 @  85.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
[     6.435] (II) NVIDIA(GPU-0): "800x600_85"         :  800 x  600 @  85.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
[     6.435] (II) NVIDIA(GPU-0): "800x600_75"         :  800 x  600 @  75.0 Hz  (from: X Server, X Configuration file ModeLine, VESA, EDID)
[     6.435] (II) NVIDIA(GPU-0): "800x600_72"         :  800 x  600 @  72.2 Hz  (from: X Server, X Configuration file ModeLine, VESA, EDID)
[     6.435] (II) NVIDIA(GPU-0): "800x600_60"         :  800 x  600 @  60.3 Hz  (from: X Server, X Configuration file ModeLine, VESA, EDID)
[     6.435] (II) NVIDIA(GPU-0): "800x600_56"         :  800 x  600 @  56.2 Hz  (from: X Server, X Configuration file ModeLine, VESA)
[     6.435] (II) NVIDIA(GPU-0): "720x576"            :  720 x  576 @  50.0 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "720x576_50"         :  720 x  576 @  50.0 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "720x576_50i"        : CEA-861B:#21:1440x576x50.000Hz/I (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "720x480"            : CEA-861B:#2:720x480x59.940Hz/P (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "720x480_60"         : CEA-861B:#2:720x480x59.940Hz/P (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "720x480_60i"        : CEA-861B:#6:1440x480x59.940Hz/I (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "720x400"            :  720 x  400 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
[     6.435] (II) NVIDIA(GPU-0): "720x400_85"         :  720 x  400 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
[     6.435] (II) NVIDIA(GPU-0): "640x480"            :  640 x  480 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
[     6.435] (II) NVIDIA(GPU-0): "640x480_85"         :  640 x  480 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
[     6.435] (II) NVIDIA(GPU-0): "640x480_75"         :  640 x  480 @  75.0 Hz  (from: X Server, X Configuration file ModeLine, VESA, EDID)
[     6.435] (II) NVIDIA(GPU-0): "640x480_73"         :  640 x  480 @  72.8 Hz  (from: X Server, X Configuration file ModeLine, VESA)
[     6.435] (II) NVIDIA(GPU-0): "640x480_72"         :  640 x  480 @  72.0 Hz  (from: EDID)
[     6.435] (II) NVIDIA(GPU-0): "640x480_60"         :  640 x  480 @  59.9 Hz  (from: X Server, X Configuration file ModeLine, VESA, EDID)
[     6.435] (II) NVIDIA(GPU-0): "640x400"            :  640 x  400 @  85.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
[     6.435] (II) NVIDIA(GPU-0): "640x400_85"         :  640 x  400 @  85.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
[     6.435] (II) NVIDIA(GPU-0): "640x350"            :  640 x  350 @  85.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
[     6.435] (II) NVIDIA(GPU-0): "640x350_85"         :  640 x  350 @  85.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
[     6.435] (II) NVIDIA(GPU-0): "512x384"            :  512 x  384 @  70.1 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "512x384i"           :  512 x  384 @  87.1 Hz Interlace DoubleScan  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "512x384d70"         :  512 x  384 @  70.1 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "512x384d60"         :  512 x  384 @  60.0 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "512x384d87i"        :  512 x  384 @  87.1 Hz Interlace DoubleScan  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "400x300"            :  400 x  300 @  72.2 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "400x300d72"         :  400 x  300 @  72.2 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "320x240"            :  320 x  240 @  72.8 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "320x240d73"         :  320 x  240 @  72.8 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "320x240d60"         :  320 x  240 @  60.1 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "320x175"            :  320 x  175 @  85.3 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): "320x175d85"         :  320 x  175 @  85.3 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
[     6.435] (II) NVIDIA(GPU-0): --- End of ModePool for SEK SE50IY04 (DFP-2): ---
[     6.435] (II) NVIDIA(GPU-0): 
[     6.435] (II) NVIDIA(0): Validated MetaModes:
[     6.435] (II) NVIDIA(0): Virtual screen size determined to be 5760 x 2160
[     6.435] (II) NVIDIA(0): Adding implicit MetaMode: "LVDS-0: nvidia-auto-select"
[     6.436] (II) NVIDIA(0): Adding implicit MetaMode: "LVDS-0: 1920x1080_40"
[     6.436] (II) NVIDIA(0): Adding implicit MetaMode: "LVDS-0: 1400x1050"
[     6.436] (II) NVIDIA(0): Adding implicit MetaMode: "LVDS-0: 1280x1024"
[     6.436] (II) NVIDIA(0): Adding implicit MetaMode: "LVDS-0: 1280x960"
[     6.436] (II) NVIDIA(0): Adding implicit MetaMode: "LVDS-0: 1024x768"
[     6.436] (II) NVIDIA(0): Adding implicit MetaMode: "LVDS-0: 700x525"
[     6.436] (II) NVIDIA(0): Adding implicit MetaMode: "LVDS-0: 512x384"
[     6.436] (II) NVIDIA(0): Adding implicit MetaMode: "LVDS-0: nvidia-auto-select { ViewPortIn = 1280 x 720, ViewPortOut = 1920 x 1080 + 0 + 0 }"
[     6.436] (II) NVIDIA(0): Adding implicit MetaMode: "LVDS-0: nvidia-auto-select { ViewPortIn = 800 x 600, ViewPortOut = 1440 x 1080 + 240 + 0 }"
[     6.436] (II) NVIDIA(0): Adding implicit MetaMode: "LVDS-0: nvidia-auto-select { ViewPortIn = 640 x 480, ViewPortOut = 1440 x 1080 + 240 + 0 }"
[     7.227] (--) NVIDIA(0): DPI set to (128, 130); computed from "UseEdidDpi" X config
[     7.227] (--) NVIDIA(0):     option
[     7.227] (--) Depth 24 pixmap format is 32 bpp
[     7.227] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[     7.227] (II) NVIDIA:     access.
[     7.231] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     7.232] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     7.232] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     7.232] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     7.232] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     7.232] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     7.232] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     7.232] (II) NVIDIA(0):     Config Options in the README.
[     7.235] (II) NVIDIA(0): Screen transformation disabled for Chi Mei Optoelectronics
[     7.235] (II) NVIDIA(0):     corp. (DFP-0)
[     7.235] (II) NVIDIA(0): Screen transformation disabled for SEK SE50IY04 (DFP-2)
[     7.235] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select+0+0,DFP-2:3840x2160_X+1920+0"
[     7.899] Loading extension NV-GLX
[     8.040] (==) NVIDIA(0): Disabling shared memory pixmaps
[     8.040] (==) NVIDIA(0): Backing store disabled
[     8.040] (==) NVIDIA(0): Silken mouse enabled
[     8.040] (==) NVIDIA(0): DPMS enabled
[     8.040] Loading extension NV-CONTROL
[     8.040] Loading extension XINERAMA
[     8.040] (II) Loading sub module "dri2"
[     8.040] (II) LoadModule: "dri2"
[     8.040] (II) Module "dri2" already built-in
[     8.040] (II) NVIDIA(0): [DRI2] Setup complete
[     8.040] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     8.040] (--) RandR disabled
[     8.043] (II) SELinux: Disabled by boolean
[     8.044] (II) Initializing extension GLX

I also submitted a ticket directly with nvidia support (as I wasn’t sure this forum was the best place). They told me they found the issue and it will be fixed in the next driver release.

I just tried the new driver (NVIDIA-Linux-x86_64-319.23.run). I can confirm that it now works with the Seiki SE50UY04. I’m running 3840x2160@30hz on fedora linux.

Thanks NVIDIA!

Sigh they like seriously nerfed the drivers or something… Its like it only does these special modes completely dependent on EDID this extended timing crap?

(--) May 24 09:02:57 NVIDIA(0): HDMI Extended Resolution Timings:
(--) May 24 09:02:57 NVIDIA(0):   3840 x 2160 @ 30 Hz
(--) May 24 09:02:57 NVIDIA(0):     Pixel Clock      : 296.70 MHz
(--) May 24 09:02:57 NVIDIA(0):     HRes, HSyncStart : 3840, 4016
(--) May 24 09:02:57 NVIDIA(0):     HSyncEnd, HTotal : 4104, 4400
(--) May 24 09:02:57 NVIDIA(0):     VRes, VSyncStart : 2160, 2168
(--) May 24 09:02:57 NVIDIA(0):     VSyncEnd, VTotal : 2178, 2250
(--) May 24 09:02:57 NVIDIA(0):     H/V Polarity     : +/+
(--) May 24 09:02:57 NVIDIA(0):     Aspect Ratio     : 16:9
(--) May 24 09:02:57 NVIDIA(0):   3840 x 2160 @ 25 Hz
(--) May 24 09:02:57 NVIDIA(0):     Pixel Clock      : 297.00 MHz
(--) May 24 09:02:57 NVIDIA(0):     HRes, HSyncStart : 3840, 4896
(--) May 24 09:02:57 NVIDIA(0):     HSyncEnd, HTotal : 4984, 5280
(--) May 24 09:02:57 NVIDIA(0):     VRes, VSyncStart : 2160, 2168
(--) May 24 09:02:57 NVIDIA(0):     VSyncEnd, VTotal : 2178, 2250
(--) May 24 09:02:57 NVIDIA(0):     H/V Polarity     : +/+
(--) May 24 09:02:57 NVIDIA(0):     Aspect Ratio     : 16:9
(--) May 24 09:02:57 NVIDIA(0):   3840 x 2160 @ 24 Hz
(--) May 24 09:02:57 NVIDIA(0):     Pixel Clock      : 296.75 MHz
(--) May 24 09:02:57 NVIDIA(0):     HRes, HSyncStart : 3840, 5116
(--) May 24 09:02:57 NVIDIA(0):     HSyncEnd, HTotal : 5204, 5500
(--) May 24 09:02:57 NVIDIA(0):     VRes, VSyncStart : 2160, 2168
(--) May 24 09:02:57 NVIDIA(0):     VSyncEnd, VTotal : 2178, 2250
(--) May 24 09:02:57 NVIDIA(0):     H/V Polarity     : +/+
(--) May 24 09:02:57 NVIDIA(0):     Aspect Ratio     : 16:9

Of course just to work at all it still needs:

Option “ModeValidation” “AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck”

(well maybe just the pclkcheck one) otherwise it gets:

(II) May 24 09:02:57 NVIDIA(GPU-0):   Validating Mode "3840x2160":
(II) May 24 09:02:57 NVIDIA(GPU-0):     3840 x 2160 @ 30 Hz
(II) May 24 09:02:57 NVIDIA(GPU-0):     Mode Source: EDID
(II) May 24 09:02:57 NVIDIA(GPU-0):       Pixel Clock      : 297.00 MHz
(II) May 24 09:02:57 NVIDIA(GPU-0):       HRes, HSyncStart : 3840, 4016
(II) May 24 09:02:57 NVIDIA(GPU-0):       HSyncEnd, HTotal : 4104, 4400
(II) May 24 09:02:57 NVIDIA(GPU-0):       VRes, VSyncStart : 2160, 2168
(II) May 24 09:02:57 NVIDIA(GPU-0):       VSyncEnd, VTotal : 2178, 2250
(II) May 24 09:02:57 NVIDIA(GPU-0):       H/V Polarity     : +/+
(WW) May 24 09:02:57 NVIDIA(GPU-0):     Mode is rejected: PixelClock (297.0 MHz) too high for
(WW) May 24 09:02:57 NVIDIA(GPU-0):     Display Device (Max: 165.0 MHz).

Because of course it still has the wrong max pixelclock for HDMI:

(--) May 24 09:02:57 NVIDIA(0): SEK SE50UY04 (DFP-2): 165.0 MHz maximum pixel clock
(--) May 24 09:02:57 NVIDIA(0): SEK SE50UY04 (DFP-2): Internal Single Link TMDS
(--) May 24 09:02:57 NVIDIA(0): SEK SE50UY04 (DFP-2): Native FlatPanel Scaling is supported
(--) May 24 09:02:57 NVIDIA(0): SEK SE50UY04 (DFP-2): DFP is not internal to notebook
(--) May 24 09:02:57 NVIDIA(0): Name Aliases for SEK SE50UY04 (DFP-2):
(--) May 24 09:02:57 NVIDIA(0):   DFP
(--) May 24 09:02:57 NVIDIA(0):   DFP-2
(--) May 24 09:02:57 NVIDIA(0):   DPY-2
(--) May 24 09:02:57 NVIDIA(0):   HDMI-0
(--) May 24 09:02:57 NVIDIA(0):   DPY-EDID-e7738be5-bd0a-9dd1-2bd0-fdcbfd1167d4

Now If I just add:

Option “UseEDID” “False”

And:

Modeline “3840x2160” 296.70 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync

And AllowNonEdidModes to mode validation.

(which is the exact mode that EDID advertises) it doesnt work. Monitor doesn’t display anything.

Using the exact same modeline changing to 165 Mhz works. Changing to 165.01 Mhz and it doesn’t work… wtf? Why does it need to read EDID to do these modes?

The mode is validated.

(II) May 24 09:21:43 NVIDIA(GPU-0):   Validating Mode "3840x2160":
(II) May 24 09:21:43 NVIDIA(GPU-0):     3840 x 2160 @ 30 Hz
(II) May 24 09:21:43 NVIDIA(GPU-0):     Mode Source: X Configuration file ModeLine
(II) May 24 09:21:43 NVIDIA(GPU-0):       Pixel Clock      : 296.70 MHz
(II) May 24 09:21:43 NVIDIA(GPU-0):       HRes, HSyncStart : 3840, 4016
(II) May 24 09:21:43 NVIDIA(GPU-0):       HSyncEnd, HTotal : 4104, 4400
(II) May 24 09:21:43 NVIDIA(GPU-0):       VRes, VSyncStart : 2160, 2168
(II) May 24 09:21:43 NVIDIA(GPU-0):       VSyncEnd, VTotal : 2178, 2250
(II) May 24 09:21:43 NVIDIA(GPU-0):       H/V Polarity     : +/+
(II) May 24 09:21:43 NVIDIA(GPU-0):     Viewport                 3840x2160+0+0
(II) May 24 09:21:43 NVIDIA(GPU-0):       Horizontal Taps        0
(II) May 24 09:21:43 NVIDIA(GPU-0):       Vertical Taps          0
(II) May 24 09:21:43 NVIDIA(GPU-0):       Base SuperSample       x1
(II) May 24 09:21:43 NVIDIA(GPU-0):       Base Depth             32
(II) May 24 09:21:43 NVIDIA(GPU-0):       Distributed Rendering  1
(II) May 24 09:21:43 NVIDIA(GPU-0):       Overlay Depth          32
(II) May 24 09:21:43 NVIDIA(GPU-0):     Mode is valid.
(II) May 24 09:21:43 NVIDIA(GPU-0):

And sadly my desktop machien (which I actually use this display on) doesn’t work because its not reading the EDID correctly off the display. And the new drivers don’t work at 24 Hz with my display port adapter either:

(II) May 24 01:51:55 NVIDIA(GPU-0): --- Modes in ModePool for DFP-4 ---
(II) May 24 01:51:55 NVIDIA(GPU-0): "nvidia-auto-select" : 1024 x  768 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "3840x2160"          : 3840 x 2160 @  24.0 Hz  (from: X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "3840x2160_24"       : 3840 x 2160 @  24.0 Hz  (from: X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1920x1440"          : 1920 x 1440 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1920x1440_60"       : 1920 x 1440 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1920x1080"          : 1920 x 1080 @  99.6 Hz  (from: X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1920x1080_100"      : 1920 x 1080 @  99.6 Hz  (from: X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1920x1080_60"       : 1920 x 1080 @  59.9 Hz  (from: X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1856x1392"          : 1856 x 1392 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1856x1392_60"       : 1856 x 1392 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1792x1344"          : 1792 x 1344 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1792x1344_60"       : 1792 x 1344 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1600x1200"          : 1600 x 1200 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1600x1200_85"       : 1600 x 1200 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1600x1200_75"       : 1600 x 1200 @  75.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1600x1200_70"       : 1600 x 1200 @  70.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1600x1200_65"       : 1600 x 1200 @  65.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1600x1200_60"       : 1600 x 1200 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1600x1024"          : 1600 x 1024 @  60.0 Hz  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1600x1024_60"       : 1600 x 1024 @  60.0 Hz  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1400x1050"          : 1400 x 1050 @  74.8 Hz  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1400x1050_75"       : 1400 x 1050 @  74.8 Hz  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1400x1050_60"       : 1400 x 1050 @  60.0 Hz  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1280x1024"          : 1280 x 1024 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1280x1024_85"       : 1280 x 1024 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1280x1024_75"       : 1280 x 1024 @  75.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1280x1024_60"       : 1280 x 1024 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1280x960"           : 1280 x  960 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1280x960_85"        : 1280 x  960 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1280x960_60"        : 1280 x  960 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1280x720"           : 1280 x  720 @ 178.2 Hz  (from: X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1280x720_178"       : 1280 x  720 @ 178.2 Hz  (from: X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1152x864"           : 1152 x  864 @  75.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1152x864_75"        : 1152 x  864 @  75.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1152x768"           : 1152 x  768 @  54.8 Hz  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1152x768_55"        : 1152 x  768 @  54.8 Hz  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1024x768"           : 1024 x  768 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1024x768_85"        : 1024 x  768 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1024x768_75"        : 1024 x  768 @  75.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1024x768_70"        : 1024 x  768 @  70.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1024x768_60"        : 1024 x  768 @  60.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "1024x768_87i"       : 1024 x  768 @  87.0 Hz Interlace  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "832x624"            :  832 x  624 @  74.6 Hz  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "832x624_75"         :  832 x  624 @  74.6 Hz  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "800x600"            :  800 x  600 @  85.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "800x600_85"         :  800 x  600 @  85.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "800x600_75"         :  800 x  600 @  75.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "800x600_72"         :  800 x  600 @  72.2 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "800x600_60"         :  800 x  600 @  60.3 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "800x600_56"         :  800 x  600 @  56.2 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "800x512"            :  800 x  512 @  60.1 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "800x512d60"         :  800 x  512 @  60.1 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "720x400"            :  720 x  400 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "720x400_85"         :  720 x  400 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "700x525"            :  700 x  525 @  74.8 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "700x525d75"         :  700 x  525 @  74.8 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "700x525d60"         :  700 x  525 @  60.0 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "640x480"            :  640 x  480 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "640x480_85"         :  640 x  480 @  85.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "640x480_75"         :  640 x  480 @  75.0 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "640x480_73"         :  640 x  480 @  72.8 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "640x480_60"         :  640 x  480 @  59.9 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "640x400"            :  640 x  400 @  85.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "640x400_85"         :  640 x  400 @  85.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "640x350"            :  640 x  350 @  85.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "640x350_85"         :  640 x  350 @  85.1 Hz  (from: X Server, X Configuration file ModeLine, VESA)
(II) May 24 01:51:55 NVIDIA(GPU-0): "576x384"            :  576 x  384 @  54.8 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "576x384d55"         :  576 x  384 @  54.8 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "512x384"            :  512 x  384 @  70.1 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "512x384d70"         :  512 x  384 @  70.1 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "512x384d60"         :  512 x  384 @  60.0 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "512x384d87i"        :  512 x  384 @  87.1 Hz Interlace DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "400x300"            :  400 x  300 @  72.2 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "400x300d72"         :  400 x  300 @  72.2 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "320x240"            :  320 x  240 @  72.8 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "320x240d73"         :  320 x  240 @  72.8 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "320x240d60"         :  320 x  240 @  60.1 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "320x175"            :  320 x  175 @  85.3 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): "320x175d85"         :  320 x  175 @  85.3 Hz DoubleScan  (from: X Server, X Configuration file ModeLine)
(II) May 24 01:51:55 NVIDIA(GPU-0): --- End of ModePool for DFP-4: ---
(II) May 24 01:51:55 NVIDIA(GPU-0):
(II) May 24 01:51:55 NVIDIA(0): Display device(s) assigned to X screen 0:
(II) May 24 01:51:55 NVIDIA(0):   CRT-0
(II) May 24 01:51:55 NVIDIA(0):   DFP-0
(II) May 24 01:51:55 NVIDIA(0):   DFP-1
(II) May 24 01:51:55 NVIDIA(0):   DFP-2
(II) May 24 01:51:55 NVIDIA(0):   DFP-3
(II) May 24 01:51:55 NVIDIA(0):   DFP-4
(II) May 24 01:51:55 NVIDIA(0): Requested modes:
(II) May 24 01:51:55 NVIDIA(0):     "DFP-4:3840x2160{}"
(II) May 24 01:51:55 NVIDIA(0):     "DFP-4:1920x1080{}"
(II) May 24 01:51:55 NVIDIA(0):     "DFP-4:1280x720{}"
(II) May 24 01:51:55 NVIDIA(0): Validated MetaModes:
(II) May 24 01:51:55 NVIDIA(0): MetaMode "DFP-4:3840x2160{}":
(II) May 24 01:51:55 NVIDIA(0):     Size: 3840 x 2160
(II) May 24 01:51:55 NVIDIA(0):     DFP-4: "3840x2160"
(II) May 24 01:51:55 NVIDIA(0):         Size          : 3840 x 2160
(II) May 24 01:51:55 NVIDIA(0):         Offset        : +0 +0
(II) May 24 01:51:55 NVIDIA(0):         Panning
(II) May 24 01:51:55 NVIDIA(0):          Domain       : 3840 x 2160
(II) May 24 01:51:55 NVIDIA(0):          Tracking Area: 3840 x 2160 +0 +0
(II) May 24 01:51:55 NVIDIA(0):          Border       : 0,0,0,0
(II) May 24 01:51:55 NVIDIA(0): MetaMode "DFP-4:1920x1080{}":
(II) May 24 01:51:55 NVIDIA(0):     Size: 1920 x 1080
(II) May 24 01:51:55 NVIDIA(0):     DFP-4: "1920x1080"
(II) May 24 01:51:55 NVIDIA(0):         Size          : 1920 x 1080
(II) May 24 01:51:55 NVIDIA(0):         Offset        : +0 +0
(II) May 24 01:51:55 NVIDIA(0):         Panning
(II) May 24 01:51:55 NVIDIA(0):          Domain       : 1920 x 1080
(II) May 24 01:51:55 NVIDIA(0):          Tracking Area: 1920 x 1080 +0 +0
(II) May 24 01:51:55 NVIDIA(0):          Border       : 0,0,0,0
(II) May 24 01:51:55 NVIDIA(0): MetaMode "DFP-4:1280x720{}":
(II) May 24 01:51:55 NVIDIA(0):     Size: 1280 x 720
(II) May 24 01:51:55 NVIDIA(0):     DFP-4: "1280x720"
(II) May 24 01:51:55 NVIDIA(0):         Size          : 1280 x 720
(II) May 24 01:51:55 NVIDIA(0):         Offset        : +0 +0
(II) May 24 01:51:55 NVIDIA(0):         Panning
(II) May 24 01:51:55 NVIDIA(0):          Domain       : 1280 x 720
(II) May 24 01:51:55 NVIDIA(0):          Tracking Area: 1280 x 720 +0 +0
(II) May 24 01:51:55 NVIDIA(0):          Border       : 0,0,0,0
(II) May 24 01:51:55 NVIDIA(0): Virtual screen size determined to be 3840 x 2160
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: nvidia-auto-select"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1920x1440"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1920x1080_60"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1856x1392"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1792x1344"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1600x1200"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1600x1200_75"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1600x1200_70"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1600x1200_65"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1600x1200_60"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1600x1024"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1400x1050"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1400x1050_60"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1280x1024"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1280x1024_75"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1280x1024_60"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1280x960"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1280x960_60"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1152x864"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1152x768"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1024x768_75"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1024x768_70"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1024x768_60"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 1024x768_87i"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 832x624"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 800x600"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 800x600_75"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 800x600_72"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 800x600_60"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 800x600_56"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 800x512"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 720x400"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 700x525"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 700x525d60"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 640x480"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 640x480_75"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 640x480_73"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 640x480_60"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 640x400"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 640x350"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 576x384"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 512x384"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 512x384d60"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 512x384d87i"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 400x300"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 320x240"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 320x240d60"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: 320x175"
(II) May 24 01:51:55 NVIDIA(0): Adding implicit MetaMode: "DP-1: nvidia-auto-select { ViewPortIn = 1024 x 576, ViewPortOut = 1024 x 576 + 0 + 96 }"
(WW) May 24 01:51:55 NVIDIA(0): Unable to get display device DFP-4's EDID; cannot compute DPI
(WW) May 24 01:51:55 NVIDIA(0):     from DFP-4's EDID.
(==) May 24 01:51:55 NVIDIA(0): DPI set to (75, 75); computed from built-in default


-------------SNIP-------------------------

(II) APM registered successfully
(II) May 24 01:51:57 NVIDIA(0): kernel module enabled successfully
(II) May 24 01:51:57 NVIDIA(0): GPU initialized
(II) May 24 01:51:57 NVIDIA(0): Screen transformation disabled for DFP-4
(II) May 24 01:51:57 NVIDIA(0): Setting mode "DFP-4:3840x2160{}"
(EE) May 24 01:51:57 NVIDIA(0): DisplayPort validation failed for MetaMode
(EE) May 24 01:51:57 NVIDIA(0):     "DFP-4:3840x2160{}"

Fatal server error:
AddScreen/ScreenInit failed for driver 0

So what happens when people want to run custom modes or there is a problem with EDID. Why oh why would you make doing > 165 Mhz completely dependent on EDID? WHY NVIDIA?

So disappointed after waiting weeks for this fix and its still broken =(.

Fixed using a different HDMI port on the display and I think HDMI info is being read now. When I even provided HDMI info via a dump from my laptop it still didn’t work. Requiring modes > 165 Mhz to be in EDID is horrible. Its going to make doing custom modes (like 1080p @120Hz) a huge pain in the ass.

Very disappointed…

Ok not as bad as I originally thought. It still appears dependent on being able to read monitor EDID to use > 165Mhz (even with EDID given as a file) though. If EDID is read ok it looks like the monitor works as expected.

Ok. I used info from this forum to get it working.
EVGA GeForce GTX 680 FTW 4096MB GDDR5
Fedora core 18.
NVIDIA-Linux-x86_64-319.23.run
Check your cord! Try different ports!

I could get it to run the 30hz at full resolution but screen content was black. After better cord and different port it works fine.

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "SEK SE50IY04"
    HorizSync       24.0 - 67.1
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
    Modeline "3840x2160_30" 296.70 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync 
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option "ExactModeTimingsDVI" "True"
    Option "NoBandWidthTest" "true"
    Option "ModeValidation" "DFP-1: AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck, NoEDIDModes"

EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "DFP-1: 3840x2160_30 +1920+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

And for anyone who wants them:

1920x1080 @ 120Hz:
Modeline “1920x1080” 296.70 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync

1280x720 @ 240Hz
Modeline “1280x720” 296.72 1280 1390 1430 1650 720 725 730 750 +hsync +vsync

3840x2160 @ 31 Hz
Modeline “3840x2160” 307.00 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync

We tried yesterday to get a Samsung UE55F9000 to work in 3840x2160 (24, 25, 30 Hz) over HDMI, using a Titan. Under windows, with driver 331.65, this worked straight away. Under linux (on the same hardware), driver 331.20, we could not get it to work, even with explicitly setting the modelines and applying all the options not to check pixel clock, not to use EDID settings, etc. In the log output we could see the UHD modes were definitely validated, but it seemed the X startup froze (copious amounts of NVRM Xid lines in dmesg). Unfortunately, this was in a store an hour’s drive away, and I forgot to get an nvidia-bug-report dump.

What are the chances that when a newer driver for Linux is released (>= 331.65) this will have been fixed? How come there’s such a difference in behaviour between Linux and Windows?