Skip to content

Commit 9d88a40

Browse files
committed
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.
1 parent 6573dea commit 9d88a40

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ FreeBSD works on our systems and helps you set it up.
1313
| Framework 13 | Intel 12th Gen | Working well |
1414
| Framework 13 | Intel 13th Gen | Working well |
1515
| Framework 13 | Intel Core Ultra Series 1 | Working with DRM 6.6 (FreeBSD 15) |
16-
| Framework 13 | AMD 7040 Series | Working with DRM 6.2 (FreeBSD 14.2) |
16+
| Framework 13 | AMD 7040 Series | Working with DRM 6.6 (FreeBSD 14.2) |
1717
| Framework 13 | AMD AI 300 Series | Working, no GUI yet |
18-
| Framework 16 | AMD 7040 Series | Working with DRM 6.2 (FreeBSD 14.2) |
18+
| Framework 16 | AMD 7040 Series | Working with DRM 6.6 (FreeBSD 14.2) |
1919
| Framework Desktop | AMD AI Max 300 Series | Working, no GUI yet |
2020

2121
## Preparation
@@ -27,11 +27,13 @@ FreeBSD works on our systems and helps you set it up.
2727
5. Install sudo: `pkg install sudo`
2828
6. Run `visudo` and remove `#` from infront of the line with `wheel`
2929
7. Log out and log into your user
30-
8. `sudo pkg install git py311-ansible`
31-
9. `git clone https://github.com/FrameworkComputer/freebsd-on-framework`
32-
10. `cd freebsd-on-framework`
33-
11. Run `sudo ls` and type your password to unlock passwordless sudo
34-
12. Run your desired Playbook, e.g. `ansible-playbook kde-xorg.yml`
30+
8. Edit `/etc/pkg/FreeBSD.conf` to change the url line to `url: "pkg+<http://pkg.FreeBSD.org/${ABI}/latest>"`
31+
9. Then run `sudo pkg update`
32+
10. `sudo pkg install git py311-ansible`
33+
11. `git clone https://github.com/FrameworkComputer/freebsd-on-framework`
34+
12. `cd freebsd-on-framework`
35+
13. Run `sudo ls` and type your password to unlock passwordless sudo
36+
14. Run your desired Playbook, e.g. `ansible-playbook kde-xorg.yml`
3537

3638
## Playbooks
3739

0 commit comments

Comments
 (0)