kms-drm 4.16 has bug .. Can't support AMD Vega 10 Graphics! My laptop CPU is AMD Ryzen 3700U. Look this thread using Ryzen 3500U: https://forums.freebsd.org/threads/amd-apu-vga-card-driver-for-freebsd-12-1-tutorial-for-beginner.73901/
My FreeBSD version is amd64 12.0-RELEASE-p2
And my thread: https://forums.freebsd.org/threads/cannot-run-in-framebuffer-mode.74134/#post-453309
I install `graphics/drm-dev-kmod` fail: not supported on older CURRENT, no kernel support
drm-devel-kmod is only for current, you need to install that. FreeBSD 12.0 is really old, you should consider upgrading to 12.1. I'm not sure that the latest AMD vega 10 is supported there anyway, you should probably try drm-devel-kmod on FreeBSD Current.
I'm sorry, I using version is 12.1-RELEASE-p2! latest stable version.
(In reply to Brian Zou from comment #5) drm-devel-kmod is not supported on FreeBSD 12.1. It is a development version supported on current only. This is why it can't be built and installed.
(In reply to Niclas Zeising from comment #4) > FreeBSD 12.0 is really old, you should consider upgrading to 12.1. FreeBSD 12.0 will go EOL as of February 29, 2020.
I'm not sure this is a bug. drm-devel-kmod, which is drm-v5.0, is not meant to be built on FreeBSD 12. However, for AMD Vega 10, drm-v5.0 might be needed, in which case you have to run FreeBSD 13.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa874813924cb55095c731fcab6c31b036b38541 commit fa874813924cb55095c731fcab6c31b036b38541 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2023-08-24 17:20:10 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2023-09-08 09:05:43 +0000 lang/rust: Update to 1.72.0 Announce: https://blog.rust-lang.org/2023/08/24/Rust-1.72.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.72.0 PR: 244316 Tested by: mikael,pkubaj Mk/Uses/cargo.mk | 2 +- Mk/bsd.gecko.mk | 2 +- lang/rust-bootstrap/Makefile | 2 +- lang/rust-bootstrap/distinfo | 6 +- lang/rust/Makefile | 6 +- lang/rust/distinfo | 102 ++++++++++----------- .../patch-library_backtrace_src_backtrace_mod.rs | 5 +- ...library_std_src_os_unix_net_ancillary.rs (gone) | 27 ------ 8 files changed, 62 insertions(+), 90 deletions(-)