Skip to content

Arch Linux steamOS install with custom kernel and mesa for Rog Ally

Notifications You must be signed in to change notification settings

designgears/Manjaro-SteamOS

Repository files navigation

Note

DUE TO RECENT CHANGES IN MANJARO

After install go to Add/Remove Software and remove steam-deckify, then reinstall it and select steam os with HHD session, this fixes the new updates!

Important

You will need a mouse, keyboard, usb drive, and a usb hub (preferably with power passthru, but not required).

This is a unique take of Steam OS on linux.

Installation

Download Manjaro KDE Plasma full image from here.

Once installed open Konsole, install steam and log into your account.

sudo pacman -Sy 
sudo pacman -S steam

Clone this repository into your Downloads folder

cd ~/Downloads
git clone https://github.com/ripplingsnake/Manjaro-SteamOS.git
cd ./Manjaro-SteamOS

After it's cloned run the first script

chmod +x ./install_first.sh
./install_first.sh 

After it has finished, run it again with sudo.

sudo ./install_first.sh

Important

Open System Settings then go to Startup and Shutdown, at the bottom center left of the window click behaviour. Then and make sure log in again after logging off is checked.

Important

Reboot

After rebooting, run the second script

chmod +x ./Install_2nd.sh
sudo ./Install_2nd.sh

Tip

Your fan curves can be adjusted in PowerControl from SteamOS.

Optional

3d sound improvement in SteamOS for the ROG Ally

Downlaod Easy Effects from Add/Remove Software.

Copy pipewire.conf.d and the four .wav files to /etc/pipewire

sudo cp ./pipewire.conf.d /etc/pipewire -R
sudo cp *.wav /etc/pipewire

Copy sound.service to /etc/systemd/system

sudo cp sound.service /etc/systemd/system

Then run

sudo systemctl enable --now sound.service

Important

Reboot

Goto sound settings on desktop you will see new sound sinks, move all sliders to 100%.

In SteamOS, open Settings goto Audio and you should see four new sound profiles.

Warning

You might get distortion at max volume!

Tip

Enjoy!!!

Unstable branch

Caution

Installs the latest Manjaro updates, including KDE Plasma 6 and Mesa 1:24.0.3

Switch to Unstable branch

sudo pacman-mirrors --api --set-branch unstable      
sudo pacman -Syu

Important

Reboot

6.9 amd kernel

Warning

This will install cutting edge 6.9 kernel (it will take over an hour to compile and install!)

Tip

Worth it!

sudo yay -S linux-amd-drm-next
(press 2 then 4 for the two options)

Important

Reboot

Kernel version after updting 6.7.0-rc5-1-amd-drm-next-g5eabf0cd2673.

Screenshot_20240302_165615

About

Arch Linux steamOS install with custom kernel and mesa for Rog Ally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages