GNU/Linux Gaming on Reddit

222 readers
1 users here now

A subreddit for discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck).

founded 1 year ago
MODERATORS
1
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/flwwhtrbt on 2024-09-11 23:27:16+00:00.


I've recently had the good fortune to have had Strider (developer of Lutris) agree to a little Q&A with me about what is behind Lutris, developing for Linux, and the community around the program.

I'm doing these ('little' - I claim zero professionalism here, representing no site or publication) Q&A's with developers for Linux programs. This is because I see very little about the people themselves behind the software we engage with so often. Most articles I read or videos I watch neglect a focus on the developers themselves, so I hope this might bring something different to the table. All I want is to get a little 'peek behind the curtain' - so to speak.

For anyone unaware: "Lutris is a video game preservation platform aiming to keep your video game collection up and running for the years to come. Over the years, video games have gone through many different hardware and software platforms. By offering the best software available to run your games, Lutris makes it easy to run all your games, old and new."

So here we go!

Can you tell us a bit about yourself, Lutris and how it got started? I see that you initially made Oblivion Launcher, so this has clearly been your passion for a long time. What sparked you to jump from that to Lutris?

I had recently switched to Linux as my main OS, after using it on secondary machines for a while. I still wanted to play my games but at the time, it meant reading tutorials that would get outdated really fast or only worked on one distro. Getting games to run on Linux could become a very frustrating experience at times but it seemed that this could be considerably improved.

In a more broad sense, what was the inspiration behind creating Lutris?

Around that time I was using Cedega, a proprietary fork of Wine with a nice GUI. I wanted something similar but open source but I didn't want to limit myself to Wine games like Cedega or PlayOnLinux did. I wanted support for all games that could run on Linux, which included native games and emulators.

Can you give us a brief overview of your team's background and how you came together to develop it?

These days, the team is mostly Daniel Johnson, who does an enormous amount of user support on Github and GloriousEggroll who provides builds for Proton-GE. Then there's the Open Wine Components project that encompasses other gaming projects and regular contributors on Github. There's also a very active moderation team on the Discord server. There's no fixed team structure, anyone can just come and go, do their own thing.

How has Lutris itself evolved since its initial release?

15 years ago, gaming on Linux was very experimental. With the evolution that happened in the past years, it's now something we have integrated in our lives. Games running on Linux is now the norm. So instead of tinkering, we can shift our focus on making sure games keep running in the years to come, particularly games that are no longer being sold.

Tell me about your logo for Lutris!

The initial logo (the version with the Atari joystick) was designed by a friend of mine at the time and later received some updates to make it more readable at small sizes. It was always meant to take inspiration from Mozilla's logos. A lot of projects have an animal as their logo: PHP, Postgres, Firefox... so I wanted my own animal mascot. I picked the otter because it's an animal that likes to play!

What are the key features that set Lutris apart from other game launchers? There is a few now who offer similar capabilities, what makes Lutris so unique?

Lutris is the only launcher on Linux to support such a wide array of games from all platforms. Most launchers focus on Wine but Wine is only one of the 54 runners we currently support. The idea is to be able to build a collection of all the games you have played during your lifetime, easily accessible and playable.

How does Lutris integrate with Steam, especially on the Steam Deck?

The Steam integration is much more basic now than it once was when we used to run Steam in Wine. Running Steam games from Lutris only calls Steam with the correct Steam ID, the options in Lutris don't apply to the Steam game. For the Steam Deck, it's the opposite: Running Lutris games in Steam. We have a feature for creating shortcuts for Lutris games in the Steam UI. In the next release of Lutris, we'll also have better support for running games with umu on the Steam Deck (it makes it possible to use Proton instead of Wine).

Could you explain how Lutris handles the management and optimization of non-native games?

We call runner any program that can launch games, native games being the only games that don't require one. We provide binaries for those runners, which get updated on a more or less regular basis. The important is not using the latest version but having a version that can run games really well. For example, we ship DOSBox Staging to provide a better experience for DOS games. Wine / Proton is the only runner that receives some patching.

What features do you think are the most underappreciated by users?

Certainly the collection management and non Wine games aspects. I often see people with less than 10 games on Lutris and all mostly Wine based. On my end, I have over 1300 installed games for a variety of platforms. Sadly, the fact that people have switched from HDDs to SSDs doesn't help building a large video game collection.

How do you prioritize and manage feature requests and bug reports from the community? I see you have such a sizable community built up around you (which speaks volumes to your skills as a programmer), can you describe what goes into prioritizing bugs or features?

If something is broken and impacts significantly the usage of Lutris then that gets the highest priority. Then comes the pull requests submitted by contributors. Bugs that can't be reproduced or features that would only interest a small portion of users get the lowest priority.

Can you share any interesting stories or challenges you faced during the development of Lutris?

Between 2011 and 2012, the development of Lutris had crawled almost to a halt because of a game called Minecraft. At numerous times, maintaining the project felt very overwhelming and it was often difficult to deal with that. I often resorted to measures that were more or less clumsy but however gave me some breathing space (for a few months, reporting issues was only allowed to previous contributors, for example). Nowadays, managing the project is much easier. I put less pressure on myself to try and micro-manage everything and I get some precious help from the community to help me with Github.

How important has community feedback been in shaping Lutris? Can you give an example of a community-driven feature that you ended up implementing?

The community has a tendency to push for the adoption of newer technologies while I have a tendency to hold back a bit before we adopt anything new. Some people use lutris on quite outdated systems and we try not breaking anything until a distribution gets really old. Finding the right balance is quite an art but the community helps in knowing what is needed and which systems can be dropped.

Also, a few runners we have were entirely written by community members. Translations are another aspect that is heavily driven by the community.

How do you foster a positive and engaged community around Lutris? Your discord in particular are so positive about your product, how do you encourage your users to participate and contribute

I don't have the time to do much on Discord but there is an amazing moderation team. Troublemakers are kicked out really fast which keeps the vibe on the server positive. Personally, I tend to engage more with the community on Github and Mastodon.

What tech and programming languages is Lutris built on?

The desktop client is using Gtk 3, the website uses Django. Both are written in Python. We also have a moderation dashboard written in VueJS.

Can you discuss the challenges and solutions in ensuring compatibility across various Linux distributions?

We've been shipping a set of libraries with Lutris trying to increase compatibility across distros. This isn't a perfect solution but works for the most part. This is the approach Steam used to have. Now, similarly to Steam, we are transitioning to a container based approach, whether it's pressure vessel with umu or Flatpak.

How do you approach optimizing performance for different hardware configurations, especially for the Steam Deck?

We don't really have anything in place that target specific devices. We do however provide many option to let users find the best possible setting for their games.

How do you handle the rapid changes and updates, do the Steam Deck's updates ever affect what you do?

There are some breakages once in a while but so far the Steam Deck with its immutable OS has been pretty stable. We're still working on providing support for using Proton on the Deck's game mode but it's coming soon.

What are your short-term and long-term goals for Lutris?

Short term is the release of Lutris 0.5.18. It will contain all the fixes and improvements made during the past few months, but nothing really groundbr...


Content cut off. Read original on https://old.reddit.com/r/linux_gaming/comments/1feoc7q/my_qa_with_the_developer_behind_lutris_your/

2
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/abhi_3201 on 2024-09-11 08:08:22+00:00.


Currently I've heard people say that it's borked on systems other than windows due to BattleEye.

3
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/eirexe on 2024-09-11 01:42:23+00:00.

4
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/BlueGoliath on 2024-09-11 04:16:21+00:00.

5
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/ForsookComparison on 2024-09-10 15:43:58+00:00.


GOW (2018) ran pretty well.

I'm worried about the requirement of a PSN account. Is there a chance this includes Sony's PC DRM layer that blocks non-windows systems (with a very specific error message saying "use Windows") that we saw with Concord?

6
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/linuxfornoobs on 2024-09-10 10:31:48+00:00.

7
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/Peterwurz on 2024-09-10 08:25:23+00:00.

8
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/Uaagh on 2024-09-09 23:09:07+00:00.


titanfall 2 is made by respawn, the same studio behind apex legends, and since apex legends still runs on linux, i should not be worried about ea forcing their new anticheat on both games. right???

9
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/felix_ribeiro on 2024-09-09 15:28:02+00:00.

10
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/sol_reyman on 2024-09-09 12:28:31+00:00.

11
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/mr_MADAFAKA on 2024-09-09 08:19:56+00:00.

12
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/mindtaker_linux on 2024-09-09 04:46:47+00:00.

13
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/monolalia on 2024-05-25 04:56:30+00:00.

14
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/Child_Of_Abyss on 2024-09-08 10:33:18+00:00.


I have had heck of a time playing BFV, but I lost all mood to play any of the remaining playable BF or EA games after EA pulled the rug from under me.

Could you help me find non-GMO, organic battlefield-like FPS games (not FOSS, just hands-off) that are mature, fun and actively developed/maintained?

15
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/KeiDoubleCorner on 2024-09-08 08:55:02+00:00.


hi all ! :)

i was curious about the app "bottles" so i started exploring it with some games from my gog library but i gotta say the experience so far has been negative. none of the stuff i tried worked, either getting stuck during the installer or not starting at all after i installed the games.

what is your experience with bottles? do you like it? can you actually game on it? lemme know! :D

16
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/The_SacredSin on 2024-09-08 06:59:07+00:00.

17
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/boltimus_ on 2024-09-07 15:10:40+00:00.


Hi all,

I've been wanting to get back into PC gaming for a while and I am considering switching to Linux when I do so. I'm fairly technical and excited about the switch, but I have a few questions and would love to hear about your experiences:

  1. Can Bazzite be used as a daily driver for gaming, web browsing, torrenting, VPN (Proton VPN), etc? Are there any limitations since it's an immutable OS? Or would it be better to install Fedora and tailor it to my gaming needs?
  2. I am currently speccing a new PC and I have decided on the majority of the components but I would just like to know how stable is the 7900XT / XTX in Linux for 4k gaming?
  3. If I were to choose a cheaper GPU, would gaming at a lower resolution on a 4k monitor look and perform well on Linux? (This is the monitor I recently purchased: MSI MAG 323UPF)

Thanks in advance for your insights!

18
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/No_Cartographer1492 on 2024-09-07 04:13:45+00:00.

19
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/William_48822 on 2024-09-06 20:15:03+00:00.

20
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/Informal_Look9381 on 2024-09-06 18:53:31+00:00.


I'm interested in upgrading to the Alienware QD-oled AW3423DWF and I would like to be able to take advantage of the HDR.

I use Arch and am on plasma 6.1 so I know it's generally "supported" but I don't know how well game support is. I've looked at the section for kde (in HDR monitor support) and I don't fully understand if there is a way to enable system wide game HDR or if it's only per game with gamescope.

I just want to know if there's anything I should know before I bite the bullet on this monitor.

21
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/TrackLabs on 2024-09-07 17:28:11+00:00.

22
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/WillD2007 on 2024-09-07 15:12:07+00:00.

23
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/mindtaker_linux on 2024-09-07 14:43:09+00:00.

24
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/ninjadev64 on 2024-09-07 10:56:23+00:00.


Hey r/linux_gaming! A few weeks ago I posted to r/linux to promote the beta release of my software, and a few hours ago I've released a stable version, which I'd like to show off to you guys.

I've spent the past year and a half developing OpenDeck, primarily with the intent to bring the expansive ecosystem of Elgato Stream Deck plugins to custom or third-party hardware, and realised early on that it could also be used to restore the full functionality of first-party Elgato devices on unsupported operating systems, such as our beloved GNU+Linux.

After many hours in development, the (MIT-licensed) software supports the usage of many OpenAction and Stream Deck SDK plugins (such as the ones featured here and here), with Elgato Stream Deck and Ajazz AKP153 hardware (and my custom, not available publicly, "ProntoKey" hardware) on Windows, macOS, and GNU+Linux. I'm posting here to invite testers for the latest stable version, available as a .deb, .rpm, .AppImage (not recommended), and from the AUR. Contributions for additional hardware, features, or bug fixes would also be thoroughly appreciated!

Please do leave feedback or questions in the comments of this post, on Matrix, Discord, or GitHub Issues. Enjoy!

The main menu of OpenDeck.

25
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linux_gaming by /u/Neustradamus on 2024-09-07 10:40:00+00:00.

view more: next ›