Nvidia: How to Prevent reseting settings after disconnecting second monitor

i dont install nvidia driver from other location, i only reinstalled nvidia-driver from rpmfusion

there is content of /etc/x11/xorg.conf.nvidia_uninstalled:

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "catalogue:/etc/X11/fontpath.d"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "glx"
	Load  "glxserver_nvidia"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	   "Protocol" "auto"
	Option	   "Device" "/dev/input/mice"
	Option	   "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "WrappedFB"          	# [<bool>]
        #Option     "GLXVBlank"          	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
        #Option     "SwapLimit"          	# <i>
        #Option     "AsyncUTSDFS"        	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI"                	# <i>
	Identifier  "Card0"
	Driver      "nouveau"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
                Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

maybe its backup of /etc/X11/xorg.conf?

and there is a way to login in Gnome on Xorg with safe graphics? or change nvidia-settings refresh rate with wayland or config file?, because on wayland there is no monitors in nvidia-settings

update1:
and i installed i3wm and without /etc/X11/xorg.conf there is input not supported error with /etc/X11/xorg.conf it works! so maybe it problem with gnome? there is any gnome xorg configuration if yes where? and i tried to change nvidia-settings refresh rate in i3wm on i3 it changing but, config from i3wm not moving to Gnome on Xorg or not working

update2:
i installed kde plasma logged in Plasma (wayland) without nvidia drivers, changed refresh rate in system settings 75 > 60 restarted fedora with nvidia drivers, logged in Plasma (x11) and it works! and looks like refresh rate on i3wm and plasma changing but not changing in Gnome on xorg why? and this trick does not working on Gnome on Xorg

update3:
and refresh rate on i3wm and kde plasma is not the same looks like nvidia changing settings for only current desktop enirvoment how do i make nvidia-settings settings global?