On Sat, 2018-03-03 at 16:24 +0000, Dominic Knight wrote: > On Sat, 2018-03-03 at 14:50 +0100, Markus Grunwald wrote: > > > > would like to use the same computer as a steam machine or to play > > other > > games using wine or, of course, native linux games which is not > > possible > > There is now (and maybe has been for a while) a flatpak for steam that can use the latest Nvidia drivers in Buster, and all seems to work well
~$ apt install flatpak ~$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/ flathub.flatpakrepo ~$ flatpak install flathub com.valvesoftware.Steam ~$ flatpak run com.valvesoftware.Steam Cheers, Dom