FYI
"Features that will not work with the system console frame buffer include: sleep and wake (suspend and resume) …"
"Features that will not work with the system console frame buffer include: sleep and wake (suspend and resume) …"
Managed to login into KDE.
Leave sddm disabled (or I misunderstood your quoted text). What happens when you only usesddm Open the classic X Window system and startx fails
startx?The resolution worked. I disabled sddm, amdgpu, loaded the scfb driver and updated my BIOS. I try to increase the refresh rate to 165Hz from the xorg config...Leave sddm disabled (or I misunderstood your quoted text). What happens when you only usestartx?
BTW, do you have the latest BIOS version? Looks like it the latest is F30 May 22, 2024
(P.S. it would be informational and helpful to us (to better help you) when you succeeded with a next step (or not) what exactly you used (briefly). Such as something like: "disabled SDDM; removed amdgpu from rc.conf and loaded SCSB driver; works, bit now I'd like my resolution higher than X. Later on changed resolution by using X.)"
(our posts crossed each other, so it seems)I try to increase the refresh rate to 165Hz from the xorg config...
vbe_max_resolution (or the gop set X equivalent) and other info in loader.conf(5) , I don't think that's in the SCFB driver, but there maybe some obscure sysctl that supports that ... I don't see anything that suggests that this is possible in Newcons - vt(4) either.… If I manage somehow to set the refresh rate then my system will be 100% functional. …
Last commit https://github.com/freebsd/drm-kmod was 3 months ago...(our posts crossed each other, so it seems)
Based onvbe_max_resolution(or thegop set Xequivalent) and other info in loader.conf(5) , I don't think that's in the SCFB driver, but there maybe some obscure sysctl that supports that ... I don't see anything that suggests that this is possible in Newcons - vt(4) either.
Based on AMD Ryzen 9 7900X3D Linux Performance (from 7 March 2023) it might be "imported"/implemented in the FreeBSD driver not too far in the future. Hopefully, you won't have to wait for 15.0-STABLE![]()
True, but that is not relevant for looking out for the newest updates of FreeBSD ports and packages for your AMD 7900X3D. This is a META port (metaport): graphics/drm-kmod. It is an "empty" port that sees to it that a collection of relevant ports are included when it is build, based on, for example your particular OS version, drm-kmod - Makefile:Last commit https://github.com/freebsd/drm-kmod was 3 months ago...
RUN_DEPENDS= gpu-firmware-kmod>=20220511:graphics/gpu-firmware-kmod
[...]
. elif ${OSVERSION} >= 1400508
RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-61-kmod
graphics/gpu-firmware-kmod makes that all GPU firmware-s are included. graphics/gpu-firmware-kmod is in turn also a metaport (gpu-firmware-kmod - description). This inclusion, based on dependencies, also can occur in packages, for example pkg install drm-kmod is a meta package that installs all relevant "actual" packages.drm-61-kmod will be included, which is reflected by the last line of the code snippet.master4.16-fbsd125.4-lts5.5-stablemaster - "latest" branchlatest for packages when selected in /usr/local/etc/pkg.conf2024Q1 - "Q1" (first quarter) branchquarterly for packages when selected in /usr/local/etc/pkg.conf2024Q2 - "Q2" (second quarter) branchquarterly for packages when selected in /usr/local/etc/pkg.conf[...] Currently corresponding to Linux 6.1 DRM.
This version is for FreeBSD 14-STABLE 1400508 and above.
Your hardware should generally be supported by FreeBSD 14.1, though there are a few considerations:I plan to build my first PC with the following characteristiscs:
CPU: AMD Ryzen 9 7900X3D 4.4 GHz 12-Core Processor
Motherboard: Gigabyte B650 GAMING X AX V2 ATX AM5 Motherboard
Memory: Corsair Vengeance 32 GB (2 x 16 GB) DDR5-6000 CL30 Memory
Storage: Samsung 990 Pro 2 TB M.2-2280 PCIe 4.0 X4 NVME Solid State Drive
Monitor: Dell G2724D 27.0" 2560 x 1440 165 Hz Monitor
Do you think the hardware will be supported by FreeBSD 14.1?