From bf8970efb638a05a443a2e5c84978e9277c5ec71 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 1 May 2024 10:49:08 +0200 Subject: updated A1211 article and retested with newest Arch --- content/blog/archlinux-macbook-a1211.md | 11 +++++++++++ themes/new_theme/layouts/_default/baseof.html | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/content/blog/archlinux-macbook-a1211.md b/content/blog/archlinux-macbook-a1211.md index 3df776a..f0c5ec7 100644 --- a/content/blog/archlinux-macbook-a1211.md +++ b/content/blog/archlinux-macbook-a1211.md @@ -360,3 +360,14 @@ mkinitcpio -P cp /boot/initramfs-linux.img /mnt/efi/initramfs-linux.img cp /boot/initramfs-linux-fallback.img /mnt/efi/initramfs-linux-fallback.img ``` + +## Addendum 1.5.2024 + +Updated to kernel 6.6.8, using `MODULES=(amdgpu)` in `/etc/mkinitcpio.conf` +produces a working framebuffer. Atlernatively using `nomodeset` results +also in a working text output during boot and switching to graphical mode +works. Xorg just works using the RADEON driver (xf86-video-ati). The machine +got a lot more boring (from a hacker perspective). ;-) + +I found setting the backlight brightness to be the next challenge, so far no +tool I tried worked.. diff --git a/themes/new_theme/layouts/_default/baseof.html b/themes/new_theme/layouts/_default/baseof.html index 255aaa3..7c826a0 100644 --- a/themes/new_theme/layouts/_default/baseof.html +++ b/themes/new_theme/layouts/_default/baseof.html @@ -29,7 +29,7 @@ {{- end }} {{- if not .Site.IsServer }} - {{ template "_internal/google_analytics_async.html" . }} + {{ template "_internal/google_analytics.html" . }} {{- end }} -- cgit v1.2.3-54-g00ecf