scfb / vesa : module ABI major version (24) doesn't match the server's version (25)

Hello.

some days ago,I've tried to install the gvt-d patches from the Corvin's repository,giving the following commands :

Code:
# mv /usr/src /usr/src-orig
# git clone https://github.com/Beckhoff/freebsd-src.git /usr/src
# cd /usr/src
# git checkout phab/corvink/gvt-d

Updating files: 100% (22592/22592), done.
branch 'phab/corvink/gvt-d' set up to track 'origin/phab/corvink/gvt-d'.
Switched to a new branch 'phab/corvink/gvt-d'

# make buildworld installworld kernel KERNCONF=GENERIC

it has been able to compiled it successfully :

Code:
......
install -T dbg -o root -g wheel -m 555   zfs.ko.debug /usr/lib/debug/boot/kernel/
===> zlib (install)
install -T release -o root -g wheel -m 555   zlib.ko /boot/kernel/
install -T dbg -o root -g wheel -m 555   zlib.ko.debug /usr/lib/debug/boot/kernel/
kldxref /boot/kernel
--------------------------------------------------------------
>>> Installing kernel GENERIC completed on Sun Dec 18 20:44:32 CET 2022
--------------------------------------------------------------

but I didn't know that it would have partially upgraded FreeBSD from 13.1-RELEASE to 14-CURRENT (because the Corvin's code is based on 14-CURRENT). So,now I'm having some troubles to run the graphic driver correctly,as you can see from the errors reported when I run "startx" ;

scfb: module ABI major version (24) doesn't match the server's version (25)
vesa: module ABI major version (24) doesn't match the server's version (25)


Screenshot_2022-12-27_18-20-00.png


Actually uname -a says :

FreeBSD 13.1-RELEASE-p3 GENERIC amd64

This is what says the Xorg log file :

Screenshot_2022-12-27_19-13-42.png


Can someone give some suggestion to debug this error ? thanks.
 

Attachments

  • Screenshot_2022-12-27_19-13-42.png
    Screenshot_2022-12-27_19-13-42.png
    41.5 KB · Views: 115
Someone ? Maybe I could do the reverse path ? like this ?

Code:
# mv /usr/src-orig /usr/src
# cd /usr/src
# make buildworld installworld kernel KERNCONF=GENERIC

is this good ?
 
Back
Top