Daily AcreetionOS Update -- September 21, 2026
Today the AcreetionOS team merged the repair branch that resolves the geocode-glib update conflict, keeping system upgrades smooth for everyone. This fix landed just in time for the weekly sync and means you can now update without hitting the dreaded package blocker that stalled a few testers earlier this week.
Development The merge combined adjustments from the calamares-config repository, including a tweak that prefers 1080p gfxmode over native 4k on boot for better compatibility with older NVIDIA cards. Users who grab the latest ISO from the download page will see the change applied automatically, and the full diff is available in the changelog for those who want to review the specifics. The team also ran the updated images through automated QA to confirm that the Cinnamon desktop launches cleanly on both UEFI and legacy BIOS systems.
Community A recent BetaNews feature picked up on the project’s tagline, calling AcreetionOS “the easy‑to‑use alternative to Windows 10/11” and urging readers to give it a try. The article sparked a lively thread on the project’s Discord where longtime Arch users shared their first‑impression screenshots and newcomers asked about the best way to migrate their existing setups. It’s a reminder that the word‑of‑mouth push from folks like you is what keeps the distro growing beyond its Spokane roots.
Tip of the day
If you’re running an older NVIDIA GPU and notice the boot screen jumping to a low‑resolution fallback, try adding gfxmode=1080x720 to your kernel command line in the Calamares bootloader entry. This mirrors the recent prefer‑1080p change and often yields a sharper display without sacrificing compatibility. You can test it live by editing the entry at the GRUB prompt, then make it permanent by copying the adjusted line into /etc/default/grub and running grub-mkconfig -o /boot/grub/grub.cfg. Happy hacking!