I have been running FreeBSD 13(the alpha version) and have successfully installed the xorg configurations for an nvidia gpu on a dual screen.
one of the kernel objects that I needed to config the gpu was the nvidia.ko and nvidia-modeset.ko.
Yesterday I updated some packages automatically with pkg update and pkg upgrade and both the nvidia drivers and xorg was updated.
After I restarted the machine I got an Xorg issue when loading the server, saying that there were no screens found.
I checked the log of Xorg and I saw that there was an issue loading the nvidia kernel module.
I checked with kldstat to see if the kernel object was loaded and it wasnt. When I tried to load it via the kldload procedure, I got a message saying:
nvidia.ko: depends on kernel - not available or version mismatch
linker_load_file: /boot/modules/nvidia.ko - unsupported file type.
I know I not using a release or a stable version, but I am guessing that either what I downloaded from the update is not compatible with my OS.
I was thinking to update the OS manually so if there is an issue there, I could resolve that, or If any of the configuration files at /etc/ was overwritten or deleted.
What is your opinion, is it probably a misconfiguration issue or the OS version I am running is out of date for these specific nvidia drivers?
Thanks for your time,
//kxyd
one of the kernel objects that I needed to config the gpu was the nvidia.ko and nvidia-modeset.ko.
Yesterday I updated some packages automatically with pkg update and pkg upgrade and both the nvidia drivers and xorg was updated.
After I restarted the machine I got an Xorg issue when loading the server, saying that there were no screens found.
I checked the log of Xorg and I saw that there was an issue loading the nvidia kernel module.
I checked with kldstat to see if the kernel object was loaded and it wasnt. When I tried to load it via the kldload procedure, I got a message saying:
nvidia.ko: depends on kernel - not available or version mismatch
linker_load_file: /boot/modules/nvidia.ko - unsupported file type.
I know I not using a release or a stable version, but I am guessing that either what I downloaded from the update is not compatible with my OS.
I was thinking to update the OS manually so if there is an issue there, I could resolve that, or If any of the configuration files at /etc/ was overwritten or deleted.
What is your opinion, is it probably a misconfiguration issue or the OS version I am running is out of date for these specific nvidia drivers?
Thanks for your time,
//kxyd