• 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • I’m a bit strapped for time, so I won’t be able to touch on everything you said. But here goes:

    It’s very likely that verifying the game files would’ve fixed the issue easily, as it re-runs the first time setup. If that didn’t work, deleting the compatibility files would probably have been the next step. I’d be very surprised if one of these didn’t fix it.

    Of course I had to condense the experience a bit for readability and I don’t remember every step, but validating the game files, doing a reinstall and trying different Proton versions were parts of my troubleshooting steps. They absolutely didn’t work. I didn’t try removing the compatibility files afaik, but switching versions should basically have had the same result as that did trigger an first-time setup each time. The Ubisoft installer wasn’t part of that install for as far as I could see, or failed for each proton version without any visible signs.

    The rest of the troubleshooting steps you took until the GPU stuff were unnecessary, as they were basically Windows troubleshooting steps, not Linux ones. It’s completely expected to have to relearn how to troubleshoot stuff on a different OS and I’d really recommend asking in a Linux gaming community when you run into issues like that, until you’ve gotten the troubleshooting steps down.

    Linux is far from new to me, but gaming is a whole different beast compared to what I usually do with it. The steps I took were the recommendations from Linux gaming communities I came across. Even though I already suspected that the whole ‘install the Ubisoft installer through Steam’ wouldn’t work, if it is suggested, I’m not one to ignore that.

    The problem here is mostly that the information offered on various locations differs and it is a question of trial and error to find out what works and what not, especially if you’re still figuring out the gaming ecosystem.

    “much larger” is relative, software is pretty small in general, especially compared to any modern games. It’s really not much space, and the flatpak runtimes will be reused for other flatpaks you install.

    From the top of my head it was 3 GB vs 160 MB. Which is quite the difference, especially if you’re working with a relatively small SSD. Flatpack is a mixed blessing in that regard, it’s not meant as criticism against Flatpack, it’s just a trade-off of having sandboxed applications.

    Do you mind sharing what distro you were using? It sounds like whatever it is has bad instructions for setting up Nvidia drivers, I’d like to avoid recommending it.

    It was Linux Mint, on an Nvidia Prime-based laptop. Drivers were included by default, no installation required, but couldn’t load due to not being signed. Hence the ‘turned off Secure Boot’. I could have MOK’ed around and signed them, but at that point I simply couldn’t be bothered anymore and just went for the simplest solution. Not sure it were official drivers or Nouveau.

    Just read this back and wanted to add that I wasn’t trying to be rude or condescending at any point, or blaming you for the issues.

    No worries, even though I don’t fully agree with you on everything, I appreciate your response and the fact you are trying to help out. I already saw somebody else mentioning Bazzite, so my next attempt will be to try that distribution.

    I also noticed some ‘Ubisoft is just shit’ remarks, which might be true, but telling aspiring Linux gamers “well, you shouldn’t play that part of your gaming library anyway” is simply off-putting and unhelpful. So thanks again for being constructive, that’s what this community needs.



  • Aganim@lemmy.worldtoLinux Gaming@lemmy.worldLinux is now the best gaming system.
    link
    fedilink
    English
    arrow-up
    64
    arrow-down
    7
    ·
    edit-2
    4 months ago

    Linux is now the best gaming system.

    I’ll just share how my latest bout with gaming on Linux looked like, compared to Windows.

    Install Anno 1800 on Windows:

    • Start installation in Steam
    • Ubisoft Launcher installs
    • Anno 1800 starts
    • Enjoy the rest of my evening

    Install Anno 1800 on Linux:

    • Install Anno 1800 in Steam
    • Research how to start game
    • Enable Proton compatibility layer
    • Game fails to start due to missing Ubisoft Launcher
    • Install Ubi launcher using method ‘add installer as game, set compatibility layer, install and change executable for application executable’
    • Game fails to start due to missing Ubisoft Launcher
    • Try with different Proton versions, fail each time
    • Install Lutris and install Ubi launcher through that
    • Game fails to start due to missing Ubisoft Launcher
    • Give up for the evening

    Next day:

    • Read up some more
    • Install Protontricks
    • Encounter weird errors when starting it
    • Try to find out what is going on
    • Suppress tendency to just say ‘fuck it’ and start Windows
    • Install Protontricks through Flatpack instead of system package, as the Flatpack version is slightly newer. Accept that this will result in a much larger installation due to not using system-provided libraries.
    • Add Ubi launcher through protontricks, ignoring out-of-date instructions on the Internet
    • Start game
    • Cry at slideshow performance
    • Give up for the evening

    Next day:

    • Research possible causes of performance issues
    • Try multiple ways of enabling Nvidia GPU instead of integrated graphics
    • Fail each time
    • Turn off Secure Boot
    • Correct GPU now available
    • Better performance, although still not great
    • Feel no enjoyment anymore at getting it to run or while playing

    As much as I want to like it, this experience makes me feel that Linux is not fully ready for the masses yet.



  • The early Lenovo period W series were (imho) very good as well, still have my W500 series which is built like a tank. Survived years of college, years of lugging it around to customers and data centres and having somebody spill a full cup of coffee over it (yes, the drain holes do work!). It only required replacing of the monitor cable once, which was a pretty easy thing to do. Unfortunately the CCFL backlight has lost quite some luminance by now, but guess after 16 years that is to be expected. Can’t get myself to part from it though, so many memories attached to it.





  • Isn’t dendrite formation and the shorts they can cause a much bigger concern when dealing with old batteries that are being charged 24/7? Asking a genuine question here, so please don’t shoot me if I’m wrong. 🙂 I’d love to hear more about the most common failure modes and causes for li-po/ion batteries.






  • I certainly hope the Wayland experience is better on Gnome than it is on KDE, otherwise a lot of Gnome users are not going to be happy. I tried KDE with Wayland and oh boy… Just some things I noticed on a daily basis:

    Applications going completely unresponsive, as in: requiring kill -9 to terminate them. Solved for now by reverting to X11.

    Stuff like the display configuration screen placing a gap between my external monitor and laptop screen, and then complaining that screens must be placed adjacently. Annoying as both X11 and Wayland insist on defaulting my 5120x1440 display to 640x480 each time I reconnect it, so I see that screen way too often. At least with X11 I don’t have to manually drag screens to their proper places before being able to save my settings.

    Window manager just completely locking up at random, requiring a hard reset.

    If my experience on an AMD graphics laptop just under a year old is that bad, I hate to think how horrible the Wayland experience for Nvidia users must be judging by the comments here.


  • check for an alternative install method, like Flatpak,

    If anyone wants to go the Flatpak route, think about enabling Flatpak in the Manjaro package manager. That way you’ll keep a centralised overview of installed software and the package manager will handle any updates.