the screen glitch when it changes from vga to drmfb on boot, the screen turn all black with some strange artifacts on tops but the vt is totally usable, i just cant see what i typing and the xorg works completely this was not happening on the 14.1-RELEASE, only started to happen when i upgraded to the 14.2-RELEASE i am using the i915 driver from graphics/drm-kmod on a intel hd 4600 and my uname is 'FreeBSD bsd 14.2-RELEASE FreeBSD 14.2-RELEASE releng/14.2-n269506-c8918d6c7412 GENERIC amd64' this bug happen using bios and uefi sorry for my bad english, english is not my native language
Are you able to try rebuilding graphics/drm-kmod from source against 14.2? The problem may be related to some binary incompatibility between 14.1 and 14.2.
Issue with drm-kmod is noted in the 14.2 errata (but not release notes, unfortunately) https://www.freebsd.org/releases/14.2R/errata/: > drm-kmod packages compiled on FreeBSD 14.1 result in the text console being > inoperative when the kernel module is loaded. Recompiling the package from the > ports tree will restore the lost functionality. This issue will also resolve itself > after the FreeBSD 14.1 EoL, when packages for 14-STABLE will start being built on > FreeBSD 14.2-RELEASE. As Mark says please try rebuilding graphics/drm-kmod against your updated kernel source, and let us know if that resolves the issue. We need to solve this in a better / holistic way, but this will hopefully get things working for you in the short term.
For 14.2-RELEASE, I suggest: 1. simple installation of graphics/drm-kmod from the FreeBSD Project-provided repo 2. /usr/src/sys/ – required for step 3 3. /usr/ports/ – for build and installation of graphics/drm-61-kmod alone, to supersede what was automatically installed at step 1. Compare: - <https://www.freshports.org/graphics/drm-kmod/#message> no message - <https://www.freshports.org/graphics/drm-61-kmod/#message> explicitly currently built for 14.1. Step 2 may be completed without Git and the like. For AMD64: pkg add https://pkg.freebsd.org/FreeBSD:14:amd64/base_release_2/FreeBSD-src-sys-14.2.pkg ---- Note to self: splash