Weekly GNU-like #MobileLinux Update (12/2025): GNOME 48 and other goodies
I guess I can now add these #linux distros to the "used/familiar list" on my #introduction post:
- Void Linux
- Chimera Linux
- Devuan
Chimera Linux 20250214 has been released with a new version of apk-tools, updated repository definitions, Linux Kernel 6.13, and 32-bit PowerPC images
New post: https://www.wezm.net/v2/posts/2024/tiny-cdn/
I built a tiny CDN for my website to reduce the latency for visitors in different parts of the world.
setsid
package on #FreeBSD even though I didn't appear to have it listed from my previous #ChimeraLinux install. Found out it was because it was installed with the chimerautils
package before. Oh well problem solved as I needed it for my lf
file manager config to function correctly. #RunBSDhttps://linkedlist.org/ is now hosted on #ChimeraLinux using a mini-CDN/Edge network I built. I have a servers in Australia, France, and USA with GeoDNS selecting which one to send you to.
Is this needlessly complicated for such a low-traffic website? Yes, but I wanted to try to make it faster for more people and here we are. I already had the AU server and the other two cost just over $US1/month, so it shouldn't send me broke… hopefully.
dotfiles
which housed my #ChimeraLinux dots to chimeralinux-dotfiles
and added a new repo freebsd-dotfiles
which will contain my now current dotfiles. These will be updated as time goes on and I find issues or add new stuff./etc/rc.conf
to either help others or let others help me? Is that a good idea ?\w
with [_[:alnum:]]
sed
assistance as my blarg
blog script is now failing under FreeBSD.echo "$filename" | sed -r 's|\w+/(.*).md|build/\1.html|'
sed: 1: "s|\w+(.*).md|build/\1.h ...": RE error: trailing backslash (\)
.md
file paths into build/*.html
posts/my-first-freebsd-server.md
it should output build/my-first-freebsd-server.html
poweroff
command I'd say #Linux wins but not by much, though I am using #Geli for encryption on my FreeBSD laptop which maybe slows it a little ? The rest of the speeds for general use it's hard to tell so far and as for resilience I've had no issues as yet and the same could be said for my #HomeLab too.#ПідпишітьсяУПʼятницю або #ПідпишітьсяУСуботу на @justine в неї неймовіний опис.
Друг, кохана, сестра, мати та дружина
Любить готувати
Linux, BSD chick (каченя)
Мобільні телефони: #Fairphone4 #OnePlus6T #OnePlus6 #PinePhonePro
Годинник PineTime
Hand wired #Pico #QMK #Keyboard builder
#ThinkPad власниця
Щоденне використання - #ChimeraLinux з #RiverWM та #Eww оскільки моя панель працює на рідній зашифрованій файловій системі #ZFS
Редактор: #HelixEditor
HomeLab: #FreeBSD
Цей екземпляр працює на #Snac, тому не відображатиме жодних показників щодо тих, на кого я підписався, або моїх підписників.
Git: https://git.smithies.me.uk
Блоґ: https://justine.smithies.me.uk
Місце проживання: Cruden Bay, Scotland
Pronouns: She / Her
-------------------------
> Профайл був перекладений. А хотів просто написати про #snac з ґіт репозиторія https://codeberg.org/grunfink/snac2 який підримує ActivePub. Він мені сподобався простотоу і Мастоґон API можна повивчати і C мову програмування і покомпилювати.
@osnews PSA from an owner of a custom Ampere Altra workstation: gpu/graphics choice is limited and affects OS choice! There is a reason System76 chose a NVidia gpu.
The Ampere Altra has a PCIe bug that causes problems with AMD gpus and the linux amdgpu driver, requiring an out-of-tree linux kernel patch that is sporadically maintained and unlikely to ever be upstreamed. (chimera-linux.org is the only distro that ships with this patch applied) The amdgpu drm driver maintainers have expressed no interest in working around this bug within the driver itself either.
Remember that this driver ends up in FreeBSD and OpenBSD too! Personally a Polaris generation gpu has worked with stock OpenBSD 7.6 kernel because the kernel handles device memory mapping differently than linux and doesn’t seem trigger the PCIe bug. With a newer Navi 2nd gen gpu, the bug interrupts firmware loading in stock OpenBSD. It can be worked around, but:
There is also an issue where Vega and newer gpus require cpu hardware floating point math in the kernel driver code which wasn’t supported on arm64 until drm in Linux 6.2. The most recent releases of FreeBSD and OpenBSD are either on an older drm than that, or haven’t ported the hardware floating point code within the kernel driver on arm64 yet. So even if you get the Navi firmware to load, you don’t get any farther than that (Display Core requires the fpu code).
Nvidia supports arm64 with their closed source driver and is unaffected the PCIe bug (or works around it, depending on what you read, but the code is secret so ) but no BSD for you! They only have Linux arm64 drivers. The older cards supported by nouveau will also get you nowhere on BSD.
Also note that Nvidia DOES NOT ship an arm64 option rom GOP driver for EFI console graphics on any of their cards. Your motherboard/platform could provide an emulator in the UEFI firmware to use the x86-64 GOP driver (my Asrock motherboard doesn’t.) Polaris AMD gpus didn’t include arm64 GOP in the rom, but the 2nd gen Navi DOES. So you can get boot console on it but only working OS graphics on patched linux
TIL that #FreeBSD has a built in backlight utility whilst searching for answers as to how I'd control the backlight on my ThinkPad under #Wayland should I jump ship. At the moment with #ChimeraLinux I'm using brightnessctl.
I've been really happy using Chimera Linux as it's the closest to running BSD whilst still being Linux. But I cannot get the thought of maybe going full on FreeBSD. So I'm away for a long hot soak in the bath to watch various videos on the differences of BSD and Linux and to see if I could really be at home daily driving #FreeBSD over my beloved #ChimeraLinux ? I'll obviously be using a #Wayland WM either #River or #SwayWM . Go on give me your thoughts and experiences on daily driving FreeBSD.
Today I'm exploring Chimera Linux. It took a couple of attempts to setup with encrypted Root-on-ZFS... but I have it running now in a VM. Good stuff!
Next up: install to hardware (Thinkpad)
@joel No It was run on #ChimeraLinux I'm afraid. If I wanted to update the BIOS on #FreeBSD I'd have to do it the old school way using the ISO image from Lenovos website.
I'm hosting an Australian mirror of repo.chimeralinux.org. This speeds up downloads for folks in this part of the world, especially package updates. I think it may also be beneficial for folks in parts of Asia too.
The mirror is hosted on a server running Chimera Linux. I've written a post describing how to use it and a bit of background of how I set it up:
https://www.wezm.net/v2/posts/2024/australian-chimera-linux-mirror/
Hmmh, looking up #ChimeraLinux...
The DE on the live ISO is Gnome. *Sigh*
But I saw there's also a base ISO and I read you can Install another DE from there later cleanly... So, that's probl. my way then...