summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-05-01 10:49:08 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-05-01 10:49:08 +0200
commitbf8970efb638a05a443a2e5c84978e9277c5ec71 (patch)
tree37e5f47f092bd5d1eb0b193e46c1314d2155f2d3
parent616b4253642e7f770899a96db27cae3c361cb1d4 (diff)
downloadwww-andreasbaumann-cc-bf8970efb638a05a443a2e5c84978e9277c5ec71.tar.gz
www-andreasbaumann-cc-bf8970efb638a05a443a2e5c84978e9277c5ec71.tar.bz2
updated A1211 article and retested with newest Arch
-rw-r--r--content/blog/archlinux-macbook-a1211.md11
-rw-r--r--themes/new_theme/layouts/_default/baseof.html2
2 files changed, 12 insertions, 1 deletions
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 }}
<link rel="shortcut icon" href="{{ "favicon.ico" | relURL }}">
{{- if not .Site.IsServer }}
- {{ template "_internal/google_analytics_async.html" . }}
+ {{ template "_internal/google_analytics.html" . }}
{{- end }}
</head>
<body class="body">