Latest Comments by Bumadar
Intel reveals Arc Graphics A-Series desktop GPU specifications
9 Sep 2022 at 6:57 pm UTC
9 Sep 2022 at 6:57 pm UTC
Drivers, drivers, drivers oh and drivers.
It does not matter how good the hardware is, if the drivers are not up to par then its pretty useless. They are very far behind the nvidia's and amd's of this world right now on all there 3 mentioned levels of gaming, so tbh I think waiting till the next round might be smarter.
It does not matter how good the hardware is, if the drivers are not up to par then its pretty useless. They are very far behind the nvidia's and amd's of this world right now on all there 3 mentioned levels of gaming, so tbh I think waiting till the next round might be smarter.
Lutris adds Amazon Games integration, plus Flatpak finally out (good for Steam Deck)
28 Aug 2022 at 1:13 pm UTC Likes: 1
I will send the output but 4 more weeks from home, sorry :)
28 Aug 2022 at 1:13 pm UTC Likes: 1
Quoting: BlackBloodRumWhen selecting games to install all downloads work (either cache dir local or cache dir on nfs), then some use lutris script and scummv or other use lutris scripts and for example dosbox. Those work fine. It's when there is no other option but wine/gog installer (one with the green buttons), the installer starts and then exits with code 256, that is it, it won't install if the location is nfs.Quoting: BumadarWon't be at my desktop for a few weeks, but will do once I get home.Just to clarify - "installing any gog game which does not use the gog installer", does this mean installing directly with a manual extraction, or simply not using lutris "gog install" script?
What works on nfs: installing any gog game which does not use the gog installer and running any installed game viw lutris, same goes for installing any steam game or playing it, so rights are okay.
What does not work: installing any game that uses the gog installer while the lutris game directory is set to the nfs
If I move the lutris game directory to local that same game installs just fine, copy everything over to the nfs, change lutris directory and game runs fine.
IE: Do you mean it works when not using the GOG installer that comes with the game, or not letting lutris download & install for you?
This sounds like it could be some kind of path settings issue or? Definitely gonna need that debug output to see what it's doing.
I've had it before where lutris has done the download for me, and somehow not managed to get it working (saying missing file) - but selecting my own downloaded gog install file worked fine. Is this what you're getting?
I will send the output but 4 more weeks from home, sorry :)
Lutris adds Amazon Games integration, plus Flatpak finally out (good for Steam Deck)
27 Aug 2022 at 6:44 pm UTC
What works on nfs: installing any gog game which does not use the gog installer and running any installed game viw lutris, same goes for installing any steam game or playing it, so rights are okay.
What does not work: installing any game that uses the gog installer while the lutris game directory is set to the nfs
If I move the lutris game directory to local that same game installs just fine, copy everything over to the nfs, change lutris directory and game runs fine.
27 Aug 2022 at 6:44 pm UTC
Quoting: BlackBloodRumWon't be at my desktop for a few weeks, but will do once I get home.Quoting: TermyIf you install via command line, flatpak will show you the permissions every time. But be aware application updates can request additional permissions to what you have previously reviewed, again if using the flatpak command it will present those additional permissions to you before proceeding. I'm not sure how UI's handle this such as discover in KDE since I've always just used the command (I know I'm weird :tongue:).Quoting: BlackBloodRumJust be sure to check which permissions you're granting, because you could end up granting full system accessyeah, thats something i always missed on flathub - no easy way to see beforehand what is requested. Flatseal is a nice tool to get an overview. And regarding Lutris: by default it is granted full home dir access - don't know why they would do something like that tbh...
As for lutris's home directory access request, I think that's intended to make things easier for an end user. I mean, if it was confined to only its own local files (full lockdown) then it would be difficult for an average user to load in extra games like emulated Atari games and such since most people will probably have those downloaded and saved into another directory somewhere else (such as ~/Games\ for\ Atari) and to keep the sandbox in that case the files would have to be copied or moved into lutris's sandbox directory.
Good luck explaining all that to a new Steam Deck user who just wants to play their game and has no prior knowledge of Linux. So in that case it's far easier to just allow home directory access and let the user go pick the file he wants as normal.
In addition probably also trying to maintain consistency with the non-flatpak version.
Quoting: BumadarNo, I used the version in the tumbleweed repo. It's not that the nfs share is not available, just the gog installer, so might be a wine issue seeing the nfs as network drive.Odd issue, but unlikely to be because of the filesystem being NFS (Assuming it has read/write permissions?). When Linux mounts an NFS partition, that's all handled by the kernel and mounting tools. Beyond that any other application (such as wine) just sees it as a regular directory on the computer the same as any other.
Try to see if you can get more info by running the following command:
lutris --debug
Try to install your game again but watch the terminal window, it might spit some other errors out which might better paint a picture of the problem.
What works on nfs: installing any gog game which does not use the gog installer and running any installed game viw lutris, same goes for installing any steam game or playing it, so rights are okay.
What does not work: installing any game that uses the gog installer while the lutris game directory is set to the nfs
If I move the lutris game directory to local that same game installs just fine, copy everything over to the nfs, change lutris directory and game runs fine.
Lutris adds Amazon Games integration, plus Flatpak finally out (good for Steam Deck)
27 Aug 2022 at 2:16 pm UTC
27 Aug 2022 at 2:16 pm UTC
Quoting: dibzNo, I used the version in the tumbleweed repo. It's not that the nfs share is not available, just the gog installer, so might be a wine issue seeing the nfs as network drive.Quoting: BumadarI am not sure its a lutris problem or wine in general, need to test more when I have time. But I wanted my lutris install directory on my nas, it's mounted via nfs and works just fine with steam, loads of room and more then fast enough for gog games, however using lutris I can not install any gog game using the gog installer, it's simply ends with code 256. Any other gog install method like native Linux or dosbox etc works just fine, just the games that need the gog installer. Moving the whole thing to a local drive, install and move to nfs works but a bit of a hassle. Anyways as I said not sure if it's lutris or wine in general.Are you using the flatpak version of lutris? I don't really use flatpaks much, but I do know they sandbox with additional layers of security/protection. Preventing access to network filesystems is definitely something sandboxey things do. Hopefully someone that actually uses flatpak can comment.
Lutris adds Amazon Games integration, plus Flatpak finally out (good for Steam Deck)
26 Aug 2022 at 6:40 pm UTC
26 Aug 2022 at 6:40 pm UTC
I am not sure its a lutris problem or wine in general, need to test more when I have time. But I wanted my lutris install directory on my nas, it's mounted via nfs and works just fine with steam, loads of room and more then fast enough for gog games, however using lutris I can not install any gog game using the gog installer, it's simply ends with code 256. Any other gog install method like native Linux or dosbox etc works just fine, just the games that need the gog installer. Moving the whole thing to a local drive, install and move to nfs works but a bit of a hassle. Anyways as I said not sure if it's lutris or wine in general.
PlayStation 3 emulator RPCS3 gets Save States support
8 Aug 2022 at 7:17 pm UTC
8 Aug 2022 at 7:17 pm UTC
Quoting: EhvisWhat was actually good on PS3? Not that I'm likely to play it since I don't really have any nostalgia for this machine, but I'm curious because this seems to be a big hole in my game knowledge.Demon Souls
Proton Experimental gets Halo Infinite working plus Airborne Kingdom
6 Aug 2022 at 4:05 pm UTC Likes: 1
6 Aug 2022 at 4:05 pm UTC Likes: 1
Someone is probably going to point out all the minor artifacts but to me that looked perfect :)
The Humble Amazing Adventures Bundle has some gems in it
30 Jul 2022 at 3:27 am UTC
30 Jul 2022 at 3:27 am UTC
Quoting: krelltunezWhich are the gems?Dreamfall chapters, at least for me.
Focus Entertainment: Legends and Visions bundle has some good stuff
14 Jul 2022 at 6:28 pm UTC
14 Jul 2022 at 6:28 pm UTC
Bound by flame, completed it on ps3 and ps4, I enjoyed it big time despite all it flaws, still not 100% sure why.
Surge are good dark souls clones, bit more action and gadgets then dark souls but at times just as hard.
Technomancer was the least of that list to me
Surge are good dark souls clones, bit more action and gadgets then dark souls but at times just as hard.
Technomancer was the least of that list to me
TUXEDO announce the Pulse 15 second-gen laptop with AMD Ryzen 7 5700U 35W
11 Jul 2022 at 4:00 pm UTC Likes: 1
1149 sounds better then 1194, to at least get you to follow the link.
Same in supermarkets etc. etc.
11 Jul 2022 at 4:00 pm UTC Likes: 1
My criticism here continues though, why do vendors keep sticking in such a low amount of RAM with obviously power-focused machines?To keep the base price lower :)
1149 sounds better then 1194, to at least get you to follow the link.
Same in supermarkets etc. etc.
- Legendary, the free and open source Epic Games Launcher, has moved to a new organisation
- Godot gets a funding boost from Slay the Spire 2 devs Mega Crit
- Bazzite Linux gets some major upgrades for the April 2026 Update
- Valve dev fixes up VRAM management on AMD GPUs to improve performance
- Proton Experimental brings fixes for classic Resident Evil 1 & 2, Dino Crisis 1 & 2 and more
- > See more over 30 days here
- The Great Android lockdown of 2026.
- grigi - New Desktop Screenshot Thread
- DoctorJunglist - To wait or not to wait
- GustyGhost - Proton/Wine Games Locking Up
- tuubi - Introduce Yourself!
- LoudTechie - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck