From 15a7864b535c517193d4dc656266378e7127d127 Mon Sep 17 00:00:00 2001 From: Ian C <16412897+coquizen@users.noreply.github.com> Date: Tue, 21 Apr 2026 09:25:30 -0400 Subject: [PATCH] Typo fixes and other minor changes --- README.md | 49 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 2ecebce..826e261 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Handheld Edition of CachyOS This will include our own calamares, adjusted desktop and scripts for proper installation on handhelds. We will provide only the online installation, so an internet connection will be mandatory. -Currently it is not planned to support more bootloaders, but if there is any interest we can simply add them as in our default ISOs, for now we will default to systemd-boot. +Currently it is not planned to support more bootloaders, but if there is any interest we can simply add them as in our default ISOs. For now we will default to systemd-boot. There will be support for 5 different filesystems: - xfs @@ -18,52 +18,51 @@ There will also be automatic snapshotting implemented, to make it easy for users Bcachefs could be generally a good idea for handhelds, but it is not fully ready yet and we don't suggest it for now. ## Features -- scx_lavd used as default scheduler - LAVD is a latency sensitive scheduler, which is intended to be used for handhelds and gaming -- Steam Deck like Steam Expierence +- `scx_lavd` used as default scheduler - LAVD is a latency sensitive scheduler, which is intended to be used for handhelds and gaming +- Steam Deck-like experience - Gamescope Session properly implemented -- Kernel Patched to have support for Steam Deck OLED +- Kernel patched to support Steam Deck OLED and Rog Ally respectively - Steam Deck OLED Firmware included as default - HDR correctly implemented via kernel patches -- All dependecies and packages bundled for a proper gaming expierence (cachyos-gaming-meta) +- All dependencies and packages bundled for proper gaming experience (cachyos-gaming-meta) - Support for Winesync/Fastsync/NTSync - BBRv3 used as default -- OpenRGB Patches included +- OpenRGB patches included - Screensharing for Discord (via xwaylandvideobridge) -- CachyOS Kernel -- CachyOS Repository (all packages compiled with avx2/avx512 including auto detection for cpu support) +- CachyOS kernel +- CachyOS repository (all packages compiled with avx2/avx512 including auto detection for cpu support) - Orientation patches for several handheld devices -- Support for Rog Ally patched in the kernel - Fixes and improvements for VRR on AMD ## Planned -- Improve the experience further to provide a Steam Deck similar experience to SteamOS -- Provide the Steam Deck Themes -- Enhance Hardware Support +- Provide better Steam Deck-like experience to SteamOS +- Provide Steam Deck themes +- Enhance hardware support ## Device specific / Officially supported devices -Device specific customizations are mainly provided by the chwd profiles [Profiles](https://github.com/CachyOS/chwd/blob/master/profiles/pci/handhelds/profiles.toml) and the kernel. +Device specific customizations are mainly provided by chwd [profiles](https://github.com/CachyOS/chwd/blob/master/profiles/pci/handhelds/profiles.toml) and kernel. ### Steam Deck -Valve's powerbuttond is used to handle power button events\ +Valve's powerbuttond is used to handle power button events.\ Steam is used for controller support. ### ROG Ally -steam-powerbuttond-git is used to handle power button events.\ +[steam-powerbuttond-git](https://gitlab.steamos.cloud/holo/powerbuttond) is used to handle power button events.\ InputPlumber is used for controller support.\ Rogue enemy is an alternative that provides power profile switching and controller support. ### Lenovo Legion Handheld Daemon (HHD) is used by default to provide power button handling and controller support. ## Non Officially supported hardware. -On not tested/supported hardware, you may face issues such as wrong screen orientation, missing sound, etc. +On untested/unsupported hardware, you may face issues such as wrong screen orientation, missing sound, etc... HHD is not enabled automatically on unknown hardware, as such it must be enabled for specific controllers to work. ## Desktop Support -it is generally planned to enhance the support further also for desktops. -This generally already works, but swichting the gamesession on Desktops could show problems. +It is generally planned to enhance desktop support. +This generally already works, but switching the gamesession on desktops could show problems. ## Additonal Information -### How can I disable scx_lavd and use the BORE/EEVDF Scheduler? +### How can I disable `scx_lavd` and use the BORE/EEVDF scheduler? This can be simply done with following: ``` @@ -72,11 +71,11 @@ sudo systemctl mask scx.service ``` ## Credit to: -- ChimeraOS -- Ripplingsnake -- Manjaro (Phillip Müller for the base deckify package) -- Bazzite +- [ChimeraOS](https://chimeraos.org/) +- [Ripplingsnake](https://github.com/ripplingsnake) +- [Manjaro](https://manjaro.org) ([Phillip Müller](https://sourceforge.net/u/philmmanjaro/profile) for the base deckify package) +- [Bazzite](https://bazzite.gg/) ## Maintainers -- Pogogo007 (Nekoh) -- ptr1337 +- [Pogogo007 (Nekoh)](https://github.com/Pogogo007) +- [ptr1337 (Peter Jung)](https://github.com/ptr1337)