By reading /var/log/Xorg.0.log.Where do I begin troubleshooting a problem like this?
/usr/local/etc/X11/xorg.conf.dI recently installed freebsd (12.2-RELEASE). I'm using an amd graphics card (5500xt with amdgpu module). I know all the monitors are plugged in correctly and work because they all work fine on windows and linux installs. Where do I begin troubleshooting a problem like this? Thank you!
xrandr
to wrap the monitor positioning + size = again not sure if that is norm just works for me.Remove that file. For starters, it doesn't belong there, it should be /usr/local/etc/X11/xorg.conf if you must use it. Second, Xorg does a good job auto-detecting most hardware these days. If you need to tweak the configuration because the auto-detection missed something add configuration 'snippets' to /usr/local/etc/X11/xorg.conf.d. There's really no need for a xorg.conf to exist nowadays.After that
/etc/X11/xorg.conf
So after doing another installation in a new computer Desktop... I realize that what SirDice says is soo true.... FREEBSD has been trying to move away from /etc/X11/xorg.conf and BOZOS like me suggesting that old config is useless. Anyways I saw the light ?.... In new installation I deleted all /etc/X11/ = Literally this thing can be empty....Remove that file. For starters, it doesn't belong there, it should be /usr/local/etc/X11/xorg.conf if you must use it. Second, Xorg does a good job auto-detecting most hardware these days. If you need to tweak the configuration because the auto-detection missed something add configuration 'snippets' to /usr/local/etc/X11/xorg.conf.d. There's really no need for a xorg.conf to exist nowadays.
pciconf -l
Section "Device"
Identifier "Card0"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
EndSection
nvidia_load="YES"
nvidia-modeset_load="YES"