I’ve got a Lenovo D32u-40 monitor, which can do 3840x2160 (under Windows this works)
GPU: NVidia Quadro P400, OS: Debian testing.
Driver version: 550.76
Problem: the top resolution, the 3840x2160, is not detected - the driver uses 1920x1080 instead.
I have set “ModeDebug” to “true” in the nvidia driver settings, and rebooted the system. Now in xorg.log I can see the following:
[ 6.651] (WW) NVIDIA(GPU-0): Validating Mode "3840x2160_60":
[ 6.651] (WW) NVIDIA(GPU-0): Mode Source: EDID
[ 6.651] (WW) NVIDIA(GPU-0): 3840 x 2160 @ 60 Hz
[ 6.651] (WW) NVIDIA(GPU-0): Pixel Clock : 533.25 MHz
[ 6.651] (WW) NVIDIA(GPU-0): HRes, HSyncStart : 3840, 3888
[ 6.651] (WW) NVIDIA(GPU-0): HSyncEnd, HTotal : 3920, 4000
[ 6.651] (WW) NVIDIA(GPU-0): VRes, VSyncStart : 2160, 2163
[ 6.651] (WW) NVIDIA(GPU-0): VSyncEnd, VTotal : 2168, 2222
[ 6.651] (WW) NVIDIA(GPU-0): Sync Polarity : +H -V
[ 6.651] (WW) NVIDIA(GPU-0): Mode is rejected: PixelClock (533.2 MHz) too high for
[ 6.651] (WW) NVIDIA(GPU-0): Display Device (Max: 165.0 MHz).
[ 6.651] (WW) NVIDIA(GPU-0): GPU extended capability check failed.
[ 6.651] (WW) NVIDIA(GPU-0): Mode "3840x2160_60" is invalid.
If I add the following to the ‘Device’ section
Option "ModeValidation" "NoMaxPClkCheck"
then I get
[ 6.648] (**) NVIDIA(GPU-0): (DFP-3):
[ 6.648] (**) NVIDIA(GPU-0): NoMaxPClkCheck
[ 6.648] (WW) NVIDIA(GPU-0): Validating Mode "3840x2160_60":
[ 6.648] (WW) NVIDIA(GPU-0): Mode Source: EDID
[ 6.648] (WW) NVIDIA(GPU-0): 3840 x 2160 @ 60 Hz
[ 6.648] (WW) NVIDIA(GPU-0): Pixel Clock : 533.25 MHz
[ 6.648] (WW) NVIDIA(GPU-0): HRes, HSyncStart : 3840, 3888
[ 6.648] (WW) NVIDIA(GPU-0): HSyncEnd, HTotal : 3920, 4000
[ 6.648] (WW) NVIDIA(GPU-0): VRes, VSyncStart : 2160, 2163
[ 6.648] (WW) NVIDIA(GPU-0): VSyncEnd, VTotal : 2168, 2222
[ 6.648] (WW) NVIDIA(GPU-0): Sync Polarity : +H -V
[ 6.648] (WW) NVIDIA(GPU-0): ViewPort 3840x2160 exceeds hardware capabilities.
[ 6.648] (WW) NVIDIA(GPU-0): Mode is rejected: GPU extended capability check failed.
[ 6.648] (WW) NVIDIA(GPU-0): GPU extended capability check failed.
[ 6.648] (WW) NVIDIA(GPU-0): Mode "3840x2160_60" is invalid.
and again it doesn’t work. Then I tried adding the following
Option "ModeValidation" "NoMaxPClkCheck,NoExtendedGpuCapabilitiesCheck"
after which I get a black screen on bootup.
nvidia-bug-report.log.gz (549.4 KB)