Earlier quoted context omitted.
Sounds like something that AppImage is perfectly suited for, given that each application is a one-click executable with automatic updating built-in and can optionally provide a predictable execution environment although it's not a container. In one particular case, I packaged up Mirrors Edge into an AppImage with the AppRun script taking care to setup the environment and WINE. It worked surprisingly well.
That's awesome! If anyone at Valve is reading, I think this would be an excellent feature for Proton or the Steam client.
With Proton and Steam Play, many Windows games now work on Linux
521–530 of 560 posts
Re: With Proton and Steam Play, many Windows games now work on Linux
#522Re: With Proton and Steam Play, many Windows games now work on Linux
#523Re: With Proton and Steam Play, many Windows games now work on Linux
#524I can’t wait until we can play desktop games on ARM. Sony and Microsoft should seriously look into this, Apple could come out with their own console if they nail 3D.
Re: With Proton and Steam Play, many Windows games now work on Linux
#525Earlier quoted context omitted.
I mean, it's just back to the state of windows where even most of Microsoft's apps aren't consistent with each other
Windows actually used to be decent and fairly consistent, but I agree that it's gone to shit in the last decade. They botched scaling to HiDpi and fragmented their UIs in the sad attempt to chase convergence with touch UIs.
Re: With Proton and Steam Play, many Windows games now work on Linux
#526Earlier quoted context omitted.
Good for you. But I re downloaded it and it still doesn't work: https://postimg.cc/TygMLfX8
That's interesting... On this end, it looks this way, when windowed: https://imgur.com/hlrBFc9 And it's not even Xorg session, it is under Wayland -- Wayland won't allow to set a display mode to apps, and for Xrandr it is faked using overlays with correct density.
> I guess your videocard does not support Vulkan. Open game properties, Betas tab, switch to "legacy" version. Beware, it will download several gigabytes from internet. Legacy version has support of OpenGL unlinke modern one, which uses only Vulkan.
https://steamcommunity.com/app/257510/discussions/0/16409152...
But this option is behind a beta and I need a code to activate it (what ?).
edit: Digging a bit more https://steamcommunity.com/app/221410/discussions/6/17422272...
This did the trick:
apt install libvulkan1 libvulkan1:i386 mesa-vulkan-drivers mesa-vulkan-drivers:i386
It now runs. I only did it because you lured me into it though :)p. My point still stands ^^.Re: With Proton and Steam Play, many Windows games now work on Linux
#527Earlier quoted context omitted.
What resolution? I've been very annoyed it's unplayable for me at all but the lowest resolution, despite it being a 2D game and I having 32 gig ram.
3840x1440. I'm running it on an AMD 3900X, 32GB of RAM and a GTX 1070 on Ubuntu 20.04.
So I finally got the NVidia Intel switchover thing working, but it didn't help at all. I have a GTX 950M which is quite a bit worse/older if https://gpu.userbenchmark.com/Compare/Nvidia-GTX-950M-vs-Nvi... is to be trusted. Maybe GPU matters more than I thought, and mine is just too old and crummy? But I thought I read it was still software rendered.
Re: With Proton and Steam Play, many Windows games now work on Linux
#528Re: With Proton and Steam Play, many Windows games now work on Linux
#529Earlier quoted context omitted.
This won’t get passed anti cheats though.
I've heard of noone so far getting banned for playing in a VM. The anticheats can install their kernel modules as they want, and the lookingglass capture is using the direct X capture API, so nothing weird there. A SHMEM device is nothing out of the ordinary either. I mean sure they could detect that you're running in a VM, but I'm yet to hear about any cheats where you edit the memory of a VM, so until that's a thin…
Re: With Proton and Steam Play, many Windows games now work on Linux
#530Earlier quoted context omitted.
That's interesting... On this end, it looks this way, when windowed: https://imgur.com/hlrBFc9 And it's not even Xorg session, it is under Wayland -- Wayland won't allow to set a display mode to apps, and for Xrandr it is faked using overlays with correct density.
I looked a bit and: > I guess your videocard does not support Vulkan. Open game properties, Betas tab, switch to "legacy" version. Beware, it will download several gigabytes from internet. Legacy version has support of OpenGL unlinke modern one, which uses only Vulkan. https://steamcommunity.com/app/257510/discussions/0/16409152... But this option is behind a beta and I need a code to activate it (what ?). edit: Digg…
I actually run Steam inside flatpak - I installed Steam from flathub, launched it, downloaded the games and almost (see below) everything worked. Flatpak runtime has all the necessary Mesa drivers (for AMD and Intel, not sure how Nvidia and flatpak works). The only thing I had to configure myself in the host system was udev rules for Dualshock gamepad. That one breaks the otherwise nice experience of everything working out of the box.
And wrt the Vulkan requirement: that's why I bought The Talos Principle originally. It was one of the first games with Vulkan renderer and I was curious, how well it works.