freefog Posted October 31, 2019 Report Share Posted October 31, 2019 Hi I wanted to know if there could be any advantage or utility to use Steam thru Flatpak, chroot or Stow (https://www.gnu.org/software/stow/) and be pointed to the appropiate guides. Also where could I orientate my self to get an AMD accelerated docker container to run steam?. Thanks for your time. Link to comment Share on other sites More sharing options...
stamasd Posted November 1, 2019 Report Share Posted November 1, 2019 You can run Steam using flatpak. Use the Gentoo flatpak overlay: https://github.com/fosero/flatpak-overlay (I use the local repository method, which I put it in /opt/flatpak), emerge flatpak, add the flathub repository: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo then install Steam from flathub: flatpak install flathub com.valvesoftware.Steam Then as root issue: echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/unprivileged_userns_clone.conf Works for me. Link to comment Share on other sites More sharing options...
freefog Posted November 2, 2019 Author Report Share Posted November 2, 2019 And how would the 32lib libraries would be handled by Flatpak? Why did you choose the Flatpak method over the others? I just want to understand the different methods so I can make my choice, I been checking the posts drobbins and the Funtoo and Gentoo Wikies, but I still feel I need more info. Thanks for your reply. Link to comment Share on other sites More sharing options...
stamasd Posted November 2, 2019 Report Share Posted November 2, 2019 The needed libraries are installed by flatpak. I choose this method because it's easy, and it works. I'm lazy at baseline. ? Forgot to say that you need to reboot after the last line so the kernel gets the appropriate parameter. After that Steam will work. Link to comment Share on other sites More sharing options...
Recommended Posts