69 wires and counting

$ follow CachyOS

Keep up with CachyOS in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-19
stories 63

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

drm-awaiter recovers a black screen, hardened support lands in 7.2

By RepoJournal · Filed · About CachyOS · Composed from the cited sources · methodology

CachyOS's boot-time DRM waiter now drops into emergency.target instead of leaving a hung display, while the kernel patches tree picks up initial hardened support for 7.2 and hardware profiles expand to Framework Laptop 12 and Wildcat Lake.

cachyos-drm-awaiter: Handle driver(s) loading error CachyOS/CachyOS-PKGBUILDS

by ventureoo

Where a failed driver load used to continue the boot silently and typically land on a black screen, cachyos-drm-awaiter now runs emergency.target to bring up a tty session, writes a log of the unsuccessful boot to /var/log/drm-awaiter, and tells the user what went wrong and how to recover. A companion change raises the job timeout, and the package pkgver moves with it, so the whole fix ships as...

7.2: add initial hardened support CachyOS/kernel-patches

by Piotr Gorski

The kernel-patches tree gained initial hardened support for the 7.2 series, the groundwork the hardening set is built on before it reaches users.

profiles: add tablet mode support for Framework Laptop 12 (#277) CachyOS/chwd

by Peter Jung

chwd detects Framework Laptop 12 models and installs iio-sensor-proxy for accelerometer-based screen rotation in tablet mode.

heroric-games-launcher-bin: drop CachyOS/cachyos-aur-derived

by Peter Jung

cachyos-aur-derived drops heroic-games-launcher-bin, removing the package from the AUR-derived set so anyone tracking the repo stops pulling a launcher binary that is no longer carried.

fix: Add a best-effort fallback in case `$XDG_RUNTIME_DIR` isn't set (#816) CachyOS/cachy-update

by Robin Candau

Arch-Update now stores per-user state under $XDG_RUNTIME_DIR and falls back to /run/user/$UID when that variable is unset, as happens under su; the project notes it has a strong requirement on running from a fully initialized runtime user session.

Quick answers

What shipped in CachyOS on September 19, 2026?
CachyOS's boot-time DRM waiter now drops into emergency.target instead of leaving a hung display, while the kernel patches tree picks up initial hardened support for 7.2 and hardware profiles expand to Framework Laptop 12 and Wildcat Lake. In total, 50 commits and 13 pull requests landed.
Who contributed to CachyOS on September 19, 2026?
9 developers shipped this update, including Peter Jung, Piotr Gorski, Mattyan89, xor-xe, Robin Candau, Ali Avkaya, Heimen Stoffels, and Aakash T, and 1 more.
What were the notable CachyOS updates?
cachyos-drm-awaiter: Handle driver(s) loading error, 7.2: add initial hardened support, and profiles: add tablet mode support for Framework Laptop 12 (#277).