• 3 Posts
  • 31 Comments
Joined 20 days ago
cake
Cake day: April 2nd, 2025

help-circle


  • who@feddit.orgtoLinux Gaming@lemmy.worldLinux is now the best gaming system.
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    7
    ·
    edit-2
    12 hours ago

    Lots of people comment on this subject pointing out that some games don’t run on Linux, and conclude that Linux is still behind Windows. This fails to recognize a distinct advantage that Linux has: More efficient use of hardware.

    If your system doesn’t have an especially fast SSD or lots of RAM, you might find that Linux gives a better gaming experience. It can often do more with less.

    Edit to add: When I consider the fact that we’re mostly talking about games designed and built just for Windows, I find this really damn impressive. And it just keeps getting better.



  • who@feddit.orgtoLinux Gaming@lemmy.worldproton event logs
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    I think you can set the WINEDEBUG=+eventlog environment variable to make Windows Event Log entries appear on stderr (the standard error stream). You can normally see this output if you run Steam from a terminal window. You may be able to redirect it to a file using Steam launch options, but I’ve never tried it.












  • who@feddit.orgtoLinux Gaming@lemmy.worldAudio through controller
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    6 days ago

    I know I didn’t put adaptive in there, but that is what I meant when I said the triggers don’t work.

    Yes, I understood, but I wanted to clarify for the sake of other readers who wouldn’t. Most people who don’t have a DualSense don’t know about its adaptive triggers, since they’re not a common feature on game controllers and not used by most games.

    And how do you get the touchpad to work? I can get the buttons on it to work, but I haven’t gotten the mouse-like touch input to actually work, despite being able to map it.

    On the desktop, I didn’t have to do a thing. It was automatically recognized when I connected the device, and I could move the mouse pointer and click right away. (I ended up disabling it in Xfce, because it sometimes got in my way.)

    In Steam, I usually remap areas of it to produce keyboard events (useful in Elite Dangerous), but I think it can also be mapped as a mouse. I haven’t fiddled with Steam Input’s many options in a while.





  • who@feddit.orgtoLinux@lemmy.worldWhy I'm breaking up with Windows
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    6 days ago

    the development experience for native software has sucked for a long time.

    For as long as Windows has existed, I have found its APIs to be noisy, awkward, and generally unpleasant to use. It was a major part of why I switched my development focus to Unix a long time ago. I guess this is a matter of personal taste; I wonder how you’ll feel about the APIs more commonly used on Linux after five or ten years of using them full-time.

    Despite a few niggles (I don’t care for Bourne-style shell syntax or Windows shell syntax) I have found my productivity to be better and more enjoyable since the switch. Nowadays, benefits include everything that comes with an open-source ecosystem, like the software install/update model of Linux distros, and the ability to solve or work around library/OS problems myself if I can’t wait for someone else to fix something.

    And, of course, having a privacy-respecting platform for myself and my users is important to me.

    In short, I’m happier here. Welcome.

    By the way, if you do cross-platform desktop app development, give Qt a try. It does an excellent job overall.