holoiso/README.md

88 lines
4.2 KiB
Markdown
Raw Normal View History

2022-05-05 07:43:37 +02:00
![image](https://user-images.githubusercontent.com/97450182/166438178-abb068d0-ce36-4611-aefe-deb6fbc1ab51.png)
2022-05-03 12:07:28 +02:00
2022-05-02 00:25:41 +02:00
# HoloISO
SteamOS 3 (Holo) archiso configuration.
***Yes, Gabe. SteamOS functions well on a toaster.***
2022-05-05 07:43:37 +02:00
This project attempts to bring the Steam Deck's Holo OS into a generic, installable format, and provide a close-to-official SteamOS experience.
2022-05-02 18:37:30 +02:00
2022-05-05 07:43:37 +02:00
**Common Questions**
2022-05-02 18:37:30 +02:00
2022-05-05 07:43:37 +02:00
- Is this official?
2022-05-07 00:40:08 +02:00
> No, but it may as well be 99% of the way there. The code and packages, are straight from Valve, with zero possible edits, and the ISO is being built on the official Steam Deck recovery image, running inside a QEMU instance.
2022-05-05 07:43:37 +02:00
- The ISO didn't boot for me, any solution?
2022-05-07 00:40:08 +02:00
> Currently, the ISO only boots if flashed using [BalenaEtcher](https://www.balena.io/etcher/), [RosaImageWriter](http://wiki.rosalab.ru/en/index.php/ROSA_ImageWriter), [Fedora Media Writer](https://getfedora.org/en/workstation/download/), DD with 4MB block size, or [Rufus](https://rufus.ie) with DD mode.
2022-05-02 18:37:30 +02:00
2022-05-02 18:45:30 +02:00
2022-05-05 07:43:37 +02:00
**Working stuff:**
- Bootup
- SteamOS OOBE (Steam Deck UI First Boot Experience)
2022-05-02 18:45:30 +02:00
- Deck UI (separate session)
- Deck UI (-gamepadui)
- TDP/FPS limiting
- Global FSR
- Shader Pre-Caching
2022-05-05 07:43:37 +02:00
- Switch to Desktop from plasma/to plasma without user interference.
- Valve's exclusive *Vapor* appearance for KDE Plasma
- Steam Deck pacman mirrors
- Cool-looking neofetch?
2022-05-02 18:45:30 +02:00
2022-05-05 07:43:37 +02:00
**Known issues:**
- NVIDIA GPUs are stuck on black screen or `Triggering uevents`.
2022-05-07 00:40:08 +02:00
> Solution: Boot with `nomodeset=1` and install [proprietary drivers](https://wiki.archlinux.org/title/NVIDIA). Keep in mind, that Steam Deck session won't work for now, delete `/etc/sddm.conf.d/autologin.conf` to avoid booting into a black screen with an infinite crash.
- Intel GPUs/iGPUs require a Gamescope and MESA downgrade in order to boot into the Steam Deck session.
2022-05-05 07:43:37 +02:00
> Refer to [this gist](https://gist.github.com/drraccoony/8a8d0a9e3dfde9fafd3e374e418d2935) for further guidance.
2022-05-02 18:45:30 +02:00
2022-05-02 18:37:30 +02:00
Installation process:
-
2022-05-05 07:43:37 +02:00
**Prerequistes:**
2022-05-02 12:26:36 +02:00
- 4GB flash drive
2022-05-02 18:37:30 +02:00
- AMD GPU with Vulkan and VDPAU support
2022-05-02 12:26:36 +02:00
- UEFI-enabled device
- Disabled secure boot
2022-05-06 00:21:01 +02:00
**Installation types:**
- barebones
2022-05-07 00:40:08 +02:00
> An OS-only installation, resembles vanilla Arch Linux installation.
- gameonly*
> Steam Deck UI only (AMD GPU only; no desktop), as said, this doesn't ship any DE, and only has the Steam Deck UI installed.
> ****This part is currently under a renovation.***
2022-05-06 00:21:01 +02:00
- deckperience
2022-05-07 00:40:08 +02:00
> Full SteamOS 3 experience, Includes proper session switching, KDE Plasma + media apps, and Chromium pre-installed.
2022-05-06 00:21:01 +02:00
2022-05-05 07:43:37 +02:00
**Installation:**
2022-05-06 01:08:57 +02:00
- Flash the ISO from [releases](https://github.com/bhaiest/holoiso/releases/latest) using [BalenaEtcher](https://www.balena.io/etcher/), [Rufus](https://rufus.ie) with DD mode, or by typing `sudo dd if=SteamOS.iso of=/dev/sd(your flash drive) bs=4M status=progress oflag=sync`
2022-05-02 12:26:36 +02:00
- Boot into ISO
- Run `holoinstall`
2022-05-06 00:21:01 +02:00
- Enter drive node, starting from, for example, `sda` or `nvme0n1` when asked
2022-05-07 00:40:08 +02:00
- Take your favourite hot beverage, and wait 'till it installs :3
2022-05-02 12:26:36 +02:00
2022-05-05 07:43:37 +02:00
Upon booting, you'll be greeted with Steam Deck's OOBE screen, from where you'll connect to your network, and login to your Steam account, from there, you can exit to KDE Plasma seamlessly by choosing *Switch to desktop* in the power menu, [like so](https://www.youtube.com/watch?v=smfwna2iHho).
2022-05-02 18:37:30 +02:00
Screenshots:
-
2022-05-02 00:25:41 +02:00
![image](https://user-images.githubusercontent.com/97450182/166166719-f5f6d692-7e15-4e77-8ad3-683b3a88d6c1.png)
2022-05-02 18:37:30 +02:00
![image](https://user-images.githubusercontent.com/97450182/166270906-3868bacb-5cd2-4779-aeb3-4414e92d5f9a.png)
![image](https://user-images.githubusercontent.com/97450182/166271041-05894cc6-e74b-4601-87fa-0d6e6276de86.png)
![image](https://user-images.githubusercontent.com/97450182/166271108-719da5c5-97a8-47e6-b18d-7f8fc29a89d5.png)
![image](https://user-images.githubusercontent.com/97450182/166271203-3d93714a-482e-48b6-91f5-3ca33112fc73.png)
2022-05-02 00:25:41 +02:00
2022-05-02 18:37:30 +02:00
Notes:
-
2022-05-02 18:45:30 +02:00
2022-05-02 00:25:41 +02:00
This configuration includes Valve's pacman.conf repositories, `holoinstall` script and `holoinstall` post-installation binaries.
2022-05-05 07:43:37 +02:00
This configuration builds a *releng-based ISO*, which is the default Arch Linux redistribution flavor.
2022-05-02 00:25:41 +02:00
2022-05-05 07:43:37 +02:00
Building the ISO:
2022-05-02 18:37:30 +02:00
-
2022-05-05 07:43:37 +02:00
Trigger the build by executing:
2022-05-02 00:25:41 +02:00
```
git clone https://github.com/bhaiest/holoiso/
sudo mkarchiso -v holoiso
```
2022-05-05 07:43:37 +02:00
Once it ends, your ISO will be available in the `out` folder.
2022-05-02 12:26:36 +02:00