Hey all!

So I’ve been wanting to get into Linux gaming for a while thanks to inspiration from this community, but I’ve struggled to get it working, and after a final try today I’m starting to lose hope. I haven’t gotten a single game working, most of them using Steam and Proton, but I also tried League of Legends through Lutris. I don’t know what to try next, other than maybe installing a different Linux operating system and trying again. Anyone with some advice on what I can do, or where I can turn for help? I’ve searched online as best I can but didn’t find anything that seemed relevant.

Some details of what I’ve tried if anyone is curious: on Steam I tried Trine 4 and Jusant today, previously also Baldur’s Gate 3 a few months ago. The games simply don’t launch, though for BG3 and LoL at least the launcher starts. Usually no error message, but Trine did for once tell me “GPU error detected” today. I’ve tried both Proton Experimental and whatever the newest version is at the time, today Proton GE-Proton8-14. Some system details:

Distro: Ubuntu 22.04.3 LTS RAM: 16GB CPU: AMD Ryzen 5 1600 six-core GPU: Nvidia GeForce GTX 1070 GPU Driver: Nvidia 545.29.06 (proprietary)

  • Commiunism
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 months ago

    I haven’t used Ubuntu, but I had a similar setup to yours in the past, and on Archlinux I couldn’t run any game until I installed 32 bit nvidia drivers (on arch the package was named lib32-nvidia-utils), and that’s my first instinct - maybe you don’t have 32 bit drivers installed?

    Now, as I haven’t used Ubuntu much I’m just going off of online reference so there commands might not be 100% correct, but try doing this:

    sudo dpkg --add-architecture i386 to add 32-bit app support

    sudo apt install -y libvulkan1 libvulkan1:i386 to install the vulkan drivers, including the 32 bit one. I’m not sure if this will have the same effect as lib32-nvidia-utils package on Arch though or if it does the same thing, but hopefully it works.

    As for League, it does work on Linux quite well, but the installation is a little bit unusual. The gameplay though is literally the same as on Windows, no performance loss there at least in my experience.