From 2be2da5cc833ef64c67b4c5700399b96c1221dc9 Mon Sep 17 00:00:00 2001 From: G36maid Date: Wed, 2 Apr 2025 07:17:42 +0800 Subject: [PATCH] Update install instructions for KDE on FreeBSD 14.2 - Clarified steps for installing KDE6 on FreeBSD 14.2. - Added instructions for configuring `pkg` repository to fetch the latest KDE packages. - Which is required for KDE packages. - Fix the version of DRM in system status. --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 63a6bd5..c1aab41 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ FreeBSD works on our systems and helps you set it up. | Framework 13 | Intel 12th Gen | Working well | | Framework 13 | Intel 13th Gen | Working well | | Framework 13 | Intel Core Ultra Series 1 | Working with DRM 6.6 (FreeBSD 15) | -| Framework 13 | AMD 7040 Series | Working with DRM 6.2 (FreeBSD 14.2) | +| Framework 13 | AMD 7040 Series | Working with DRM 6.1 (FreeBSD 14.2) | | Framework 13 | AMD AI 300 Series | Working, no GUI yet | -| Framework 16 | AMD 7040 Series | Working with DRM 6.2 (FreeBSD 14.2) | +| Framework 16 | AMD 7040 Series | Working with DRM 6.1 (FreeBSD 14.2) | | Framework Desktop | AMD AI Max 300 Series | Working, no GUI yet | ## Preparation @@ -27,11 +27,13 @@ FreeBSD works on our systems and helps you set it up. 5. Install sudo: `pkg install sudo` 6. Run `visudo` and remove `#` from infront of the line with `wheel` 7. Log out and log into your user -8. `sudo pkg install git py311-ansible` -9. `git clone https://github.com/FrameworkComputer/freebsd-on-framework` -10. `cd freebsd-on-framework` -11. Run `sudo ls` and type your password to unlock passwordless sudo -12. Run your desired Playbook, e.g. `ansible-playbook kde-xorg.yml` +8. Edit `/etc/pkg/FreeBSD.conf` to change the url line to `url: "pkg+"` +9. Then run `sudo pkg update` +10. `sudo pkg install git py311-ansible` +11. `git clone https://github.com/FrameworkComputer/freebsd-on-framework` +12. `cd freebsd-on-framework` +13. Run `sudo ls` and type your password to unlock passwordless sudo +14. Run your desired Playbook, e.g. `ansible-playbook kde-xorg.yml` ## Playbooks