Upgrading from 12.4 to 13.2 Nvida issue

I have previously attempted to upgrade my desktop to 13.1 and could not get my mate dm to start. This is the GPU I have installed:
Code:
#  nvidia-smi
Fri Jul 28 11:16:21 2023       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.154                Driver Version: 390.154                   |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GT 730      Off  | 00000000:0A:00.0 N/A |                  N/A |
| 30%   40C    P0    N/A /  N/A |    270MiB /  2001MiB |     N/A      Default |
+-------------------------------+----------------------+----------------------+
                                                                              
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0                    Not Supported                                       |
+-----------------------------------------------------------------------------+

These are the packages installed on FreeBSD-12.4 and I have a desktop that works. What additional or different packages do I require for 13.2?
 
After a major version upgrade you need to reinstall every port/package. You will be told to do this after the second invocation of freebsd-update install.
 
The packages on the repositories are still being built for 13.1 but as far as I know this shouldn't impact the NVidia driver kernel module. But in case it fails to load, spewing out a message about having the wrong kernel version, just build x11/nvidia-driver-390 from ports. FreeBSD 13.1 is nearly EoL (end of July) and packages will get build for 13.2 after that.
 
I intend to go to 13.2. My previous attempt was to 13.1. I just did not have the time to resolve the problem back then.
 
Back
Top