Summary: | screen glitches when vga change to drmfb on the boot | ||
---|---|---|---|
Product: | Base System | Reporter: | azukikun |
Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
Status: | Open --- | ||
Severity: | Affects Only Me | CC: | emaste, grahamperrin, markj |
Priority: | --- | ||
Version: | 14.2-RELEASE | ||
Hardware: | amd64 | ||
OS: | Any |
Description
azukikun
2024-12-04 18:35:25 UTC
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 |