Problems with X server after driver version 430.14 is installed

After installing driver version 430.14 on a RHEL 7.6 system with kernel 3.10.0-957.12.2.el7.x86_64 the X server dies after a few seconds.

I think these are the relevant lines from Xorg.0.log:

[ 94.900] (–) NVIDIA(GPU-0): BenQ ZOWIE XL LCD (DFP-4): connected
[ 94.900] (–) NVIDIA(GPU-0): BenQ ZOWIE XL LCD (DFP-4): Internal DisplayPort
[ 94.900] (–) NVIDIA(GPU-0): BenQ ZOWIE XL LCD (DFP-4): 1440.0 MHz maximum pixel clock
[ 94.900] (–) NVIDIA(GPU-0): BenQ ZOWIE XL LCD (DFP-4): supports NVIDIA 3D Vision stereo.
[ 94.900] (–) NVIDIA(GPU-0):
[ 94.901] (–) NVIDIA(GPU-0): DFP-5: disconnected
[ 94.901] (–) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 94.901] (–) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 94.901] (–) NVIDIA(GPU-0):
[ 94.901] (–) NVIDIA(GPU-0): DFP-6: disconnected
[ 94.901] (–) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 94.901] (–) NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
[ 94.901] (–) NVIDIA(GPU-0):
[ 94.901] (–) NVIDIA(GPU-0): DFP-7: disconnected
[ 94.901] (–) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 94.901] (–) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 94.901] (–) NVIDIA(GPU-0):
[ 94.902] (EE) NVIDIA(GPU-0): Unable to add conservative default mode “nvidia-auto-select”.
[ 94.902] (EE) NVIDIA(GPU-0): Unable to add “nvidia-auto-select” mode to ModePool.
[ 94.902] (==) NVIDIA(0):
[ 94.903] (==) NVIDIA(0): No modes were requested; the default mode “nvidia-auto-select”
[ 94.903] (==) NVIDIA(0): will be used as the requested mode.
[ 94.903] (==) NVIDIA(0):
[ 94.903] (WW) NVIDIA(0): No valid modes for “DFP-4:nvidia-auto-select”; removing.
[ 94.903] (WW) NVIDIA(0):
[ 94.903] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[ 94.903] (WW) NVIDIA(0): “nvidia-auto-select”.
[ 94.903] (WW) NVIDIA(0):
[ 94.903] (WW) NVIDIA(0): No valid modes for “DFP-4:nvidia-auto-select”; removing.
[ 94.903] (EE) NVIDIA(0): Unable to use default mode “nvidia-auto-select”.
[ 94.903] (EE) NVIDIA(0): Failing initialization of X screen
[ 95.206] (II) UnloadModule: “nvidia”
[ 95.206] (II) UnloadSubModule: “glxserver_nvidia”
[ 95.206] (II) Unloading glxserver_nvidia
[ 95.206] (II) UnloadSubModule: “wfb”
[ 95.207] (II) UnloadSubModule: “fb”
[ 95.207] (EE) Screen(s) found, but none have a usable configuration.
[ 95.207] (EE)
Fatal server error:
[ 95.207] (EE) no screens found(EE)
[ 95.207] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 95.207] (EE) Please also check the log file at “/var/log/Xorg.0.log” for additional information.
[ 95.207] (EE)
[ 95.251] (EE) Server terminated with error (1). Closing log file.

===========

from xorg.conf:

===========

Section “Monitor”
Identifier “Monitor0”
VendorName “Unknown”
ModelName “Unknown”
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option “DPMS”
Option “DPI” “96 x 96”
EndSection

Section “Device”
Identifier “Device0”
Driver “nvidia”
VendorName “NVIDIA Corporation”
EndSection

Section “Screen”
Identifier “Screen0”
Device “Device0”
Monitor “Monitor0”
DefaultDepth 24
Option “Stereo” “10”
SubSection “Display”
Depth 24
EndSubSection
EndSection

Section “Extensions”
Option “Composite” “Disable”
EndSection

Card is a Quadro P4000 with an attached NVidia 3D Vision set.
Since user needs to work with it I switched back to 396.54 so I cannot run additional tests right now.

We have another machine where 430.14 works with the same kernel. Differences are: different card, different Monitor, no 3D.

regards, Andreas

According to other user, nvidia removed 3D vision capability with driver 430:
[url]https://devtalk.nvidia.com/default/topic/1051976/linux/quadro-p4000-3d-vision-2-not-showing-stereo/post/5342960/#5342960[/url]

I think the following lines need to be checked
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0

as per the monitor for stereo. It needs to be 120 Hz, I guess.