this post was submitted on 07 Feb 2024
15 points (100.0% liked)

Linux Gaming

15459 readers
12 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

Hi, all

How do you install a demo from steam, i have strugling both in steamdeck and mint.

Currently to test some games in desktop i have the work around of install under windows (the library is shared between linux and windows steams).

But in steamdeck i dont have a microsd with windows.

Thanks

all 8 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 7 months ago (1 children)

Just go to the store page of a game that has a demo, and tap/click "Download" where it says download demo.

You mention "the library is shared between Linux and windows", which is concerning.

If you are mounting an NTFS windows partition inside Linux so you don't have to redownload your games, that won't work.

Running games installed onto an NTFS partition is really fiddly on Linux, and steam WILL break things when you try to run games installed on linux in windows, and vice versa.

[–] [email protected] 1 points 7 months ago (2 children)

When i click in download, it said that there is no version for my OS as i can't assign a compatibility layer beforehand.

https://i.imgur.com/0bVY5la.png <-- sorry for the Spanish

I'm running the same game library for the games, alongside other HD in NTFS, for about a year and until now, no problems.

[–] [email protected] 6 points 7 months ago (1 children)

You need to set a default compatibility tool for games that don't have one. I don't remember exactly where to find it and don't have access to look right now, but it's not really hidden in the settings menu.

[–] [email protected] 2 points 7 months ago (1 children)

THanks!! that is!!

I don't know it even was a thing :)

[–] [email protected] 2 points 7 months ago

I had the same issue once. I suspect that whatever version had been the default was removed for one reason or another, even though I never manually remove them.

[–] [email protected] 4 points 7 months ago

You need to enable proton for all games. It's in Settings>Compatibility.

NTFS doesn't support the permission structure used by linux, so while it can work, when set up correctly, your system has to do a bunch of extra processing on top.

Not to mention that both NTFS modules available, take a performance penalty in general.

Ext4 also handles defragmentation much better.