Giter Club home page Giter Club logo

Comments (11)

strycore avatar strycore commented on August 17, 2024 2

Having a 64 bit only system is a good way to not be able to run any game at all.

from agora.

stephanlachnit avatar stephanlachnit commented on August 17, 2024 1

Well yes, but I'm talking about non-multilib systems. Why should it be an option, rather than automatically doing the things required to make it work?

Since that requires a huge amount of work. Lutris is intended for "throw a game at me and I make it work", and that just isn't the case without 32bit support (sadly). Adding checks to figure out whether the missing 32bit support is intentional or not is just to much effort for something that isn't really inside the scope of Lutris.
And enabling for example gamemoderun anyway even if the 32 bit lib isn't installed will cause unnecessary bug reports.

By adding an option for users that really don't want any 32 bit software can use some more features of Lutris, and the other users will still be pointed out to missing software, without requiring a ton of code.

from agora.

PureTryOut avatar PureTryOut commented on August 17, 2024 1

That is honestly a short-sighted argument, and will cause you problems in the future. There are multiple ways to run 32-bit stuff on 64-bit only hosts, I play my Steam games fine for example.

Alpine Linux might not be a distribution you care for, but Ubuntu probably is. Did you forget they tried to get rid of multilib already? They reverted their changes after a lot of backlash, but they will undoubtedly try again in the future. Why not be prepared for this?

from agora.

stephanlachnit avatar stephanlachnit commented on August 17, 2024

Lutris runs just fine on amd64 setups with 32bit multilib, however you can't use stuff like gamemoderun since Lutris doesn't check whether the game is 32 or 64 bit (correct me if I'm wrong).
What would be possible is a "no-multilib"-option, unlocking all options anyway, however I don't think it should be default (consider that Steam only provides 32bit binaries).

from agora.

PureTryOut avatar PureTryOut commented on August 17, 2024

Lutris runs just fine on amd64 setups with 32bit multilib

Well yes, but I'm talking about non-multilib systems. Why should it be an option, rather than automatically doing the things required to make it work?

from agora.

strycore avatar strycore commented on August 17, 2024

Fine, let's talk.
For me, removing 32bit multilib equates to the death of all 32bit applications.
Apple did it and they didn't have a 32 bit compatibility layer and now their 32bit software ecosystem is no longer executable on modern hardware.
The way Canonical seemed to do things looked a lot like that too.

There are just so many things that are dependent on a 32 bit layer being here.
I'm mostly concerned about graphics drivers though. It's nice to have the ability to run 32bit code in Flatpak or Docker for example but containers aren't going to ship kernel drivers so how 32bit GL and Vulkan drivers going to be available?

from agora.

PureTryOut avatar PureTryOut commented on August 17, 2024

but containers aren't going to ship kernel drivers so how 32bit GL and Vulkan drivers going to be available?

I'll be honest, I don't fully know how this works. But I can most definitely say I can run 32-bit Steam games perfectly fine in the Steam Flatpak, on my system which is most definitely 64-bit only.

I'm guessing the 32-bit userland drivers are installed in one of the runtime layers Flatpak offers, which makes it work. There is no such thing as a 32-bit kernel driver, even on a multilib 64-bit systems. It seems the userland drivers don't care what bit kernel you are running.

from agora.

strycore avatar strycore commented on August 17, 2024

I don't have a full understanding of this either. This is why I'm hostile to anyone even suggesting removal of 32bit layers.
The way Canonical did it shows they didn't have a clear understanding either, they were just eager to remove the architecture because it's too much work for them to maintain.
And Apple just didn't care.

Our number 1 response to people having issues running games is "have you installed 32bit Vulkan libs" or "do you have 32bit Wine". And most of the time they do not. And most of the time, adding the missing 32bit component will fix things.

from agora.

eszlari avatar eszlari commented on August 17, 2024

Our number 1 response to people having issues running games is "have you installed 32bit Vulkan libs" or "do you have 32bit Wine". And most of the time they do not.

You could avoid this by embracing flatpak as the primary distribution mechanism for Lutris. People could just install Lutris from Flathub and would have all the same/identical working setup out of the box.

At the moment, manual work is necessary, because Lutris is only in the Flathub Beta repository:

sudo apt install flatpak
flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install lutris
flatpak install org.freedesktop.Platform.GL32.nvidia-xxx-xx (see flatpak --gl-drivers)
flatpak install org.freedesktop.Platform.GL32.default (for mesa drivers)
flatpak install org.gnome.Platform.Compat.i386

flatpak run net.lutris.Lutris

from agora.

Saroufim avatar Saroufim commented on August 17, 2024

Just tossing an idea here but Lutris requires a lot of libraries to be fully functional. What about a docker image with all the necessary bits and pieces?

from agora.

strycore avatar strycore commented on August 17, 2024

I've started experimented with the idea and so far I've ran Jamestown and Doom 3 native. I'm still having issues with a lot of games.

from agora.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.