Moin Moin und Frohe Ostern,
Du willst das Wiki lesen.
https://wiki.archlinux.de/title/Nvidia
Dann xorg.conf löschen, die wird nicht gebraucht.
Eventuell eine minimale /etc/X11/xorg.conf.d/20-nouveau.conf oder /etc/X11/xorg.conf.d/20-nvidia.conf anlegen.
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>]
Identifier "Card0"
Driver "nouveau"
BusID "PCI:1:0:0"
EndSection
xrandr richtig nutzen (siehe Beispiele)
# --------------------------------------
# Intel i915 Graphicsdriver
# --------------------------------------
# xrandr --output DVI1 --auto --right-of VGA1 --output VGA1 --auto &
# xrandr --output DVI1 --auto --output VGA1 --auto --left-of DVI1 &
# xrandr --output VGA1 --auto --left-of DVI1 --output DVI1 --auto &
# ----------------------------------------------------------------------------------
# nouveau Graphicsdriver mit VGA-Kabel und DVI-Kabel
# ----------------------------------------------------------------------------------
# xrandr --output VGA-1 --auto --left-of DVI-I-1 --output DVI-I-1 --auto &
# ------------------------------------------------------------------------------------
# nouveau Graphicsdriver mit HDMI-Kabel und DVI-Kabel
# ------------------------------------------------------------------------------------
xrandr --output HDMI-1 --auto --left-of DVI-I-1 --output DVI-I-1 --auto &
RTFM und Frohe Ostern wünscht,
Edward
PS. Eine Angabe von "lspci -nnk | grep -i vga -A2" wäre nicht schlecht, denn wir wissen nicht, welche Grafikkarte Du nutzt.