There is a server with NVIDIA RTX a2000 or NVIDIA T400 video cards installed (the problem appears on any NVIDIA GPU). If /etc/rc.conf is not set to start Xorg using xdm_enable="YES", then the video cards warm up to 50 degrees Celsius in idle after boot.
If you run startx (or start Xorg by starting XDM), then the temperature drops to 30C within 2-3 minutes.
The presence of Xorg on the server is explained by the fact that it is periodically used as a workstation or Linux GPU server (in dualboot). The problem is that I would like to remove from FreeBSD other graphical software (browsers, etc.) and Xorg server. But then the video card will get very hot.
Related lines in the /etc/rc.conf:
/usr/local/etc/X11/xorg.conf.d/nvidia.conf
Is this normal NVIDIA GPU temperature in FreeBSD? Most of the time the server runs under FreeBSD 13.2, which means the video card will always be hot.
If you run startx (or start Xorg by starting XDM), then the temperature drops to 30C within 2-3 minutes.
The presence of Xorg on the server is explained by the fact that it is periodically used as a workstation or Linux GPU server (in dualboot). The problem is that I would like to remove from FreeBSD other graphical software (browsers, etc.) and Xorg server. But then the video card will get very hot.
Related lines in the /etc/rc.conf:
Code:
kld_list="nvidia-modeset"
xdm_enable="YES"
/usr/local/etc/X11/xorg.conf.d/nvidia.conf
Code:
Section "Device"
BusID "PCI:129:0:0"
Driver "nvidia"
Identifier "Device0"
VendorName "NVIDIA Corporation"
EndSection
Is this normal NVIDIA GPU temperature in FreeBSD? Most of the time the server runs under FreeBSD 13.2, which means the video card will always be hot.