Skip to content
 
 

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Maintained GitHub last commit GitHub repo size Bitbucket open issues GitHub commit activity (branch)


Deck-ifier

SteamOS session on any Arch-based distro!

This repository aims to add required SteamDeck's binaries for Gamescope Wayland session with full "Switch to Desktop", "Game Mode" support and other required components to Arch Linux.

This adds almost all of the required SteamOS dependencies, as well as FPS limiting, flyouts, performance overlay and so on.


IMPORTANT

This only works for ArchLinux running Cinnamon DE and LightDM as display manager. The files named as jupiter-biosupdate and steamos-update are just dummy files for Gamescope Session to work. I'm working on an automated installation script but just wanted to share this as soon as i got it working.


Pre-requisites

Before installing, make sure the multilib repository is enabled in /etc/pacman.conf and nano, mangohud and lib32-mangohud installed.

Steps:

1. Add needed sudo privileges

echo "deck ALL=(ALL) NOPASSWD: /usr/bin/dmidecode -t 11" > /etc/sudoers.d/steam
echo "deck ALL=(ALL) NOPASSWD: /usr/bin/gamescope-session-use-lightdm" > /etc/sudoers.d/gamescope

2. Cloning this repo and copy files with proper permissions

git clone https://github.com/Paulicat/deckifier.git && cd deckifier
cp -rf rootfs/usr/* /usr
cp -rf rootfs/etc/* /etc
chmod 777 /usr/bin/jupiter-biosupdate
chmod 777 /usr/bin/steamos-update
chmod 777 /usr/bin/steamos-session-select
sudo -u deck -g deck dbus-launch gio set /usr/share/applications/org.valve.gamescope.desktop metadata::trusted true 
chmod a+x /usr/share/applications/org.valve.gamescope.desktop

3. Reboot and enjoy SteamOS on ArchLinux!

reboot

Credits:

To Joaquín Ignacio Aramendía and ChimeraOS's Team. To Adam Jafarov. To Gamescope, Valve and Steam developers. To everyone involved on these amazing projects.

About

A script for gamescope-session on stock Arch Linux

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages