Unable to clone 2 terminals

Hi, I don’t know if this is the right forum to come to, to ask for help. If not please direct me to where I should be asking, and my apologies for the disturbance. This might be an nVidia issue, but I am suspicious that it may have something to do with OpenSuSE 15.4 x86. I am running the KDE desktop with Plasma. I have two monitors that I want to be clones and show exactly the same display on both monitors. I have fiddled a LOT with the nVidia X Server Settings app but simply no joy getting this to work.

At this time I have the nVidia app configured, so that the X server display configuration is showing my two monitors, a Westinghouse and a Samsung monitor positioned on top of each (both at pos 0,0) and set with the same resolution of 1920 x 1080. What is happening is that the Samsung shows an extended portion of a desktop with the background image and desktop icons placed there. The Westinghouse shows a desktop with no background image and is where the kicker bar and all my window shells are showing up. The only thing that can interact with these two desktops is the mouse cursor. I can move the mouse cursor from one monitor’s desktop to the other monitors desktop, but nothing else.

The reason I am suspicious of OpenSuSE or perhaps KDE, is that in their Systems Settings → Display and Monitor → Display Configuration, ONLY the Westinghouse monitor is shown and is configurable. There is nothing shown for the Samsung monitor. So apparently nVidia’s X Server tool is capable of seeing both monitors and allowing each of them to be configured, the KDE Systems Settings tool cannot see the Samsung terminal. Seems wrong to me!

Here is my current version of my xorg.conf file with most of the comments removed to reduce the clutter.

nvidia-settings: X configuration file generated by nvidia-settings

nvidia-settings: version 470.223.02

Section “ServerLayout”
Identifier “Layout0”
Screen 0 “Screen0” 0 0
Screen 1 “Screen1” 0 0
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Mouse0” “CorePointer”
Option “Xinerama” “0”
EndSection

Section “Files”
EndSection

Section “InputDevice”
Identifier “Mouse0”
Driver “mouse”
Option “Protocol” “IMPS/2”
Option “Device” “/dev/input/mice”
Option “Emulate3Buttons” “yes”
Option “ZAxisMapping” “4 5”
EndSection

Section “InputDevice”
Identifier “Keyboard0”
Driver “kbd”
EndSection

Section “Monitor”
Identifier “Monitor0”
VendorName “Unknown”
ModelName “Westinghouse Digital Electronics LVM-42w2”
HorizSync 30.0 - 80.0
VertRefresh 60.0 - 75.0
Option “DPMS”
EndSection

Section “Monitor”
Identifier “Monitor1”
VendorName “Unknown”
ModelName “SAMSUNG”
HorizSync 15.0 - 68.0
VertRefresh 24.0 - 75.0
Option “DPMS”
EndSection

Section “Device”
Identifier “Device0”
Driver “nvidia”
VendorName “NVIDIA Corporation”
BoardName “Quadro K420”
BusID “PCI:3:0:0”
EndSection

Section “Device”
Identifier “Device1”
Driver “nvidia”
VendorName “NVIDIA Corporation”
BoardName “Quadro K420”
BusID “PCI:4:0:0”
EndSection

Section “Screen”
Identifier “Screen0”
Device “Device0”
Monitor “Monitor0”
DefaultDepth 24
Option “AllowEmptyInitialConfiguration” “on”
Option “Stereo” “0”
Option “nvidiaXineramaInfoOrder” “DFP-0”
Option “metamodes” “1920x1080_60i +0+0”
Option “SLI” “Off”
Option “MultiGPU” “Off”
Option “BaseMosaic” “off”
SubSection “Display”
Depth 24
EndSubSection
EndSection

Section “Screen”
Identifier “Screen1”
Device “Device1”
Monitor “Monitor1”
DefaultDepth 24
Option “AllowEmptyInitialConfiguration” “on”
Option “Stereo” “0”
Option “metamodes” “1920x1080 +0+0 {AllowGSYNC=Off}”
Option “SLI” “Off”
Option “MultiGPU” “Off”
Option “BaseMosaic” “off”
SubSection “Display”
Depth 24
EndSubSection
EndSection

Much appreciate and thanks up front for all your suggestions, I am stumped on this problem. I have fooled around with the Xinerama (causes system initialization/boot up to fail and drops into inet3 shell mode) and BaseMosaic (which I think is inappropriate for what I want) options also. Let me know what other information to acquire and I will gladly submit it.
nvidia-bug-report.log.gz (2.0 MB)

Marc…