2016-12-31, 10:59
Full xorg.conf: http://paste.ubuntu.com/23716239/
If you get issues with the 50p / 60p modes, it helps to change the +hsync to a -hsync (at least in my case I need to do that)
Code:
Section "Device"
Identifier "Device0"
Driver "intel"
VendorName "INTEL Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "DP1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080@50p" "[email protected]" "1920x1080@23p" "1920x1080@24p" "1920x1080@60p" "3840x2160@50p" "3840x2160@60p"
EndSubSection
EndSection
Section "Monitor"
Identifier "DP1"
HorizSync 14.0 - 150.0
VertRefresh 24.0 - 62.0
Option "PreferredMode" "1920x1080@50p"
Modeline "1920x1080@23p" 74.176 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
Modeline "1920x1080@24p" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
Modeline "1920x1080@50p" 148.500 1920 2448 2492 2640 1080 1084 1094 1125 +hsync +vsync
Modeline "[email protected]" 148.352 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
Modeline "1920x1080@60p" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
Modeline "3840x2160@50p" 594.00 3840 4896 4984 5280 2160 2168 2178 2250 +hsync +vsync
Modeline "3840x2160@60p" 594.00 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync
EndSection
If you get issues with the 50p / 60p modes, it helps to change the +hsync to a -hsync (at least in my case I need to do that)