i915 graphics
Chapter 27. Updating and Upgrading FreeBSD
Information about how to keep a FreeBSD system up-to-date with freebsd-update or Git, how to rebuild and reinstall the entire base system, etc
This video helped.
I did also reinstall all packages with pkg-static upgrade -f
Chapter 27. Updating and Upgrading FreeBSD
Information about how to keep a FreeBSD system up-to-date with freebsd-update or Git, how to rebuild and reinstall the entire base system, etc
pkg install -y drm-kmod
make sure user is in video group
sysrc kld_list+=i915kms ## this command was new to me
pw groupmod video -m g ## my user called g
note all this was in place before the upgrade since I used same video a year ago.....
so not sure what really made this work...perhaps the pkg static?