There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux_gaming

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

GreenMario , in Have someone here tried MTG arena on Arch based distro?

I’ve played it on a Steam Deck. So it does work for arch based SteamOS.

kariboka OP ,

It worked in my garuda! it is great btw.

oldGregg , in Have someone here tried MTG arena on Arch based distro?

deleted_by_author

  • Loading...
  • kariboka OP ,

    after some tinkering with proton I got it to work :)

    ColdWater , in Lightweight Distro for 2007 Macbook help
    @ColdWater@lemmy.world avatar

    Lubuntu should work

    Batbro , in DXVK-NVAPI 0.6.4 Implements HDR Support Via DXVK

    Aye!! Turn up, how long until we’re hdr’r

    bobman , in Have someone here tried MTG arena on Arch based distro?

    Yes, I would play Arena all the time on Manjaro.

    I use the Lutris version. Occasionally the entire thing needs to be redownloaded from scratch, but that’s it.

    GrappleHat , in Have someone here tried MTG arena on Arch based distro?
    @GrappleHat@lemmy.ml avatar

    I play mtga often on Debian-based. Wouldn’t expect arch to be different.

    kariboka OP ,

    I am having trouble installing with Lutris, Do you remember how did you install it?

    GrappleHat , (edited )
    @GrappleHat@lemmy.ml avatar

    Yeah, I install all of my Lutris games “manually”. The process goes something like this:

    1. Prerequisites
      • Download the MTGA installer
      • Create a directory where you want the MTGA wine prefix to live (I use /home/my_username/Games/mtg/)
    2. In Lutris, press + to add a new game, and set the following:
      • Name: "Magic The Gathering Arena"
      • Runner: Wine
    3. Click Game Options, set the following:
      • Executable: /path/to/MTGAInstaller.exe
      • Wine prefix: /path/to/your/wine/prefix/location/ (As I mentioned above, I use /home/my_username/Games/mtg/)
    4. Click Save
    5. Optional, if the game art doesn’t auto-populate:
      • Click Lutris under “Sources” on the left -> Community Installers
      • Search for “magic arena”, and wait for results to populate (the search downloads the art)
      • Exit the community installer section
    6. Click Play in Lutris
      • From here it should set up the Wine prefix and install the game. Once that is done then quit the game (if it auto-launches).
    7. Set Lutris to the game’s launch executable: right-click on the MTGA icon -> Configure -> Game Options
      • Executable: /installed/path/to/MTGALauncher.exe (for me it is /home/my_username/Games/mtg/drive_c/Program Files/Wizards of the Coast/MTGA/MTGALauncher/MTGALauncher.exe)
    8. Click Save and you should be good to go!

    Good luck! If the game doesn’t work following these instructions then you can try running with different versions of Wine (I’m using lutris-GE-Proton8-x86_64). And if it still doesn’t work then I’d expect your issue might be with your GPU drivers.

    kariboka OP ,

    Awesome! Thank you very much, I will try that!

    Privatepower42 , in DOOM Eternal removed Denuvo and it plays great on Steam Deck

    @vividspecter What does this mean?

    vividspecter OP ,

    It just means Denuvo DRM was removed, which can cause issues with offline setups. Probably won’t affect performance unless it was particularly poorly implemented.

    NewPerspective , in DOOM Eternal removed Denuvo and it plays great on Steam Deck

    I didn’t realize it had Denuvo. Maybe their claims that Denuvo doesn’t impact performance isn’t as much of a lie as I’d thought. I’m still waiting on them to post benchmarks though.

    null ,

    Looks more like a tricky headline. There’s 2 claims there: Denuvo was removed. The game plays great on the Deck. The headline is just making it look like one lead to the other.

    The article actually says “now that it’s removed, maybe it plays even better.” But doesn’t tell us if it does.

    Not to say Denuvo doesn’t have a performance impact, this just isn’t a smoking gun.

    uis , in This little machine continues to surprise me
    @uis@lemmy.world avatar

    What is this game?

    uis , in Team Fortress 2 doesnt launch anymore after updating my arch install
    @uis@lemmy.world avatar

    src/tcmalloc.cc:278] Attempt to free invalid pointer 0x9f3dad0

    Bug in Valve code? Not sure, I’ll test on my system.

    uis , (edited )
    @uis@lemmy.world avatar

    Mine just works. We can compare packages in our systems.

    EDIT: I found this post, it seems problem lies in tcmalloc. If you have tcmalloc in your system, then you can try to disable one shipped with TF2.

    Aodh , in GTAV doesn't run as good as Native
    @Aodh@lemmy.eco.br avatar

    I’ve been having issues with GTA V on Linux too, with performance being heavily affected by a growing ram consumption that either just slows down the game, creates intense stutters, or just makes it freeze entirely by consuming every ram&swap available.

    After trying a lot of different things, I have the following notes:

    - Regarding FPS and/or stuttering

    Using the Epic Games GTA V version, I’ve had very little success running it through Lutris (using the script for Epic Games available on their website), having severe problems regarding performance from what I assume were shader compiling shenanigans which caused constant heavy stutters, even in areas where shaders were supposedly being compiled/saved and shouldn’t keep causing stutters.

    I couldn’t solve it there and instead just made a clean install through Heroic Launcher, which surprised me in not only having better performance for the game, fps-wise, but also not launching the Epic Store everytime you’d launch the game. Also no issues with shader compilation for me.

    - Regarding ever-growing RAM usage

    It seems to be an issue not only present in Linux, but also many forums I visited and videos on youtube I watched seem to point out that many users were affected by GTA V consuming ram endlessly, even in lowest settings, as if every area loaded is forever kept loaded into ram and swap even if they didn’t need to. This excessive usage of memory lead to slowdowns from swap being used (slower than memory) or complete freezes (not sure if it got this aggressive for other users, but it happened occasionally to me).

    To workaround this, I’ve found out that a few videos on the Windows version of the game mentioned using the -memrestrict launch argument to limit how much memory GTA V could work with. Unfortunately, this is either outdated (as it’s no longer mentioned in Rockstar’s support page for the game as it’s available launch arguments) or simply does not apply on Linux.

    However, that method make me think of limiting the ram usage of the whole game using some kind of Linux tool, and one exists already and has been working out for me. Using the systemd-run command, I was able to limit the amount of memory used and have a much nicer experience playing the game, even online, without exhausting RAM or SWAP.

    In Heroic Games Launcher, I used it as a Wrapper as –scope -p MemoryHigh=4G -p MemorySwapMax=4G (my laptop has 8GB and a APU, so even with shared memory, this seems to work out ok, do try some other values for the limits as you see fit to your specs/situation)

    • MemorySwapMax works as a limit for swap.
    • MemoryHigh works as a limit for RAM.

    For more information on usage of systemd-run and it’s arguments for resource control, refer to their [page](Specify the throttling limit on memory usage of the executed processes in this unit. Memory usage may go above the limit if unavoidable, but the processes are heavily slowed down and memory is taken away aggressively in such cases. This is the main mechanism to control memory usage of a unit.).

    I don’t generally play single-player GTA V, but for Online my results have been an fps range of 38-60, depending on the area (Night clubs, got my eye on you), but mostly it stays in the 48+ range.

    • My specs:

    OS: Nobara Linux 38 (Thirty Eight) x86_64

    Kernel: 6.4.10-202.fsync.fc38.x86_64

    CPU: AMD Ryzen 5 5500U with Radeon Graphics (12) @ 4.056GHz

    GPU: AMD ATI 03:00.0 Lucienne (Using amdvlk driver for GTA V, do try the open-source one and see what works best for you)

    thero OP ,

    Thank You for Putting your time for the reply :D. I appreciate it alot Fortunately,

    but also not launching the Epic Store That is the Reason I didn’t go through Lutris either

    Regarding ever-growing RAM usage I will be trying this too, Thank You. Once again

    but for Online my results have been an fps range of 38-60 What about your native performance? did you have a difference in that?

    Aodh ,
    @Aodh@lemmy.eco.br avatar

    By native performance what do you mean?

    If it’s regarding Windows, I haven’t directly tested but found some YouTube videos regarding performance on the game for similar specs to my laptop’s (I play in 720p with FSR on) Example

    dingleberry , in Google, Netflix, Apple and Amazon are the "barbarians at the gate" of the games industry, says ex-Sony boss

    Ah poor Sony.

    sic_semper_tyrannis , in Xbox controller driver needs to be reinstalled constantly

    I don’t know the answer to your question however if you can’t figure it out, I use a Guilikit King Kong Pro 2 which doesn’t require drivers and it works flawlessly on Mint (I assume any distro too)

    dustyData ,

    I mean, it looks like a sick controller, but I can’t help but laugh at the Engrish on their webpage. “It’s different a lot”.

    Cralder OP ,

    Sure, maybe for next time I buy a controller, but for now this is the one I have. Not looking to spend any more money on controllers right now

    stilgar , in Google, Netflix, Apple and Amazon are the "barbarians at the gate" of the games industry, says ex-Sony boss
    @stilgar@infosec.pub avatar

    Google canned their gaming product though…

    kugmo , in Doing My Duty for all Linux Gamers
    @kugmo@sh.itjust.works avatar

    Isn’t there a command you enter in the terminal or a steam launch option to force the steam survey to appear? I got it a few months a go but before that it was years back.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • lifeLocal
  • goranko
  • All magazines