I've just moved over from Windows, running Zorin OS 18 Core. I've been having quite a few issues resulting in needing a clean install multiple times. The main issues seem to have come from Steam so far.
I initially installed the regular Zorin, had some graphical issues when hovering over a game tile in my library. Uninstalled, and reinstalled using the Zorin with modern Nvidia graphics.
However, now I'm getting issues with Steam closing every minute or so. I initially installed the package so I can store my games on another drive, and used the terminal to run sudo apt install libnvidia-gl-550:i386. So I'm thinking its possible I might have installed the wrong version.
First we need to know in which format you installed Steam? Was it flatpak or .deb (Zorin OS) or from Steam homepage (.deb)?
It's recommendable to install the Zorin OS (.deb) version as it need less hassle. If you got the flatpak versionn uninstall it first. Then install the Zorin OS version.
According to inxi you have 580 driver installed. I would completely wipe the driver and start over. There's an app in Zorin if you search for Additional driver (Software & updates) and uninstall the driver. Then install driver 580 from scratch. IT should take care of the 32-bit libs that are missing.
I've already wiped and reinstalled Zorin. However, I'm kind of lost as far as what to do at this point.
Checking my drivers, I already have the 580 drivers installed, and they were installed from the start, which if the 32bit libraries are included why is it prompting to install them?
But the picture I sent earlier seems to be asking for something else. A 32bit version of the Nvidia libraries, as well as a recommended library for Vulkan support, which I want. Are these different from the drivers I already have? Or does the driver already include those packages and the pop up is more a warning?
You should not be getting such a warning - your regional server is not properly syncing with main.
From Software & Updates app, switch "Download from" to Main Server
Then sudo apt update and install steam.
I do not recommend trying to install the package manually - since this can often result in the system trying to replace your critical 64bit system files with 32 bit. This will break the system.
Ultimately, this is a fault of regional servers not doing proper maintenance.
Thanks for the info. I did install the libnvidia-gl-580:i386, and after a reboot I'm getting a black screen with an x cursor.
I should be able to do a fresh install if my install is broken now.
But just to clarify, I shouldn't need to install any additional libraries, correct? When I did a test to install Steam, it ended up getting stuck infinitely trying to load user data.
Interesting, so after a couple of restarts, I was able to log in and get my desktop instead of a black screen/x cursor issue. Not sure if that will return or if I can uninstall the library I installed, or if it should be fine.
I'm switched to Main Server, it had me set to Server for Canada. So far no random closes for Steam. And the first game I tried with Vulkan had some microstuttering, but DX11 seems fine enough. I think that solves the issue of Steam not working. Thank you both for the assistance