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 =(.