Hello @PgLoLo, what video card / driver version are you using? Does any 32 bit OpenGL application like glxinfo from mesa-utils:i386 work?
Swrast is mesa's slower software renderer, and the log hints that the system is trying to use it with the nvidia proprietary driver, which is incompatible. Odds are you need to install the 32 bit userspace for the nvidia driver with something like sudo apt install libnvidia-gl-390:i386 where 390 is the driver series you're using.
sudo apt install libnvidia-gl-390:i386
I am using GeForce GTX 1050 Mobile with 418.67 driver
glxinfo works, but I don't know how to guarantee that it is from mesa-utils:i386 though
In that case, can you check if you have libnvidia-gl-418:i386 with something like apt policy libnvidia-gl-418:i386?
In that case, can you check if you have
libnvidia-gl-418:i386with something likeapt policy libnvidia-gl-418:i386?
No, it says it's not:
libnvidia-gl-418:i386:
Installed: (none)
Candidate: (none)
Version table:
so I can not apt install it either:
E: Package 'libnvidia-gl-418:i386' has no installation candidate
Running Steam on linuxmint 19 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
[2019-07-17 23:28:50] Startup - updater built Jul 17 2019 06:13:47
SteamUpdateUI: An X Error occurred
X Error of failed request: GLXBadContext
SteamUpdateUI: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 48
xerror_handler: X failed, continuing
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 49
xerror_handler: X failed, continuing
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2019-07-17 23:28:50] Checking for update on startup
[2019-07-17 23:28:50] Checking for available updates...
[2019-07-17 23:28:50] Downloading manifest: client-download.steampowered.com/client/steam_client_ubuntu12
[2019-07-17 23:28:51] Download skipped by HTTP 304 Not Modified
[2019-07-17 23:28:51] Nothing to do
[2019-07-17 23:28:51] Verifying installation...
[2019-07-17 23:28:51] Performing checksum verification of executable files
[2019-07-17 23:28:52] Verification complete
in order to use steam, it is better to avoid the nvidia repo http://developer.download.nvidia.com/compute/cuda/repos/ubuntu18xx/x86_64/ . that may not i386 compliant.
For ubuntu bionic based release the latest available driver with i386 layer is 435 (bionic-updates/restricted repo) and 440 for focal based (restricted repo).
Also with a 64 bit steam client, the issue will persiste with 32bit games.
When will steam be updated to work properly with Nvidia drivers? I cannot install 32-bit drivers.
Update: I installed the correct nvidia driver through pacman and lib32-nvidia-390xx-utils and everythings working great now!
Nothing extracted yet.
After installing steam_latest.deb on my Ubuntu 18.04 and running command
steamfrom the terminal it fails with this log:(I've merged some repeating messages e.g. about downloading)
At the beginnig, we can see some libGL errors, but after that, the update process starts correctly. After the update process, the new progress bar about "installing system runtime" appears and finishes correctly (as far as I can tell).
But after that, the final section with a lot of X errors appears and finally, everything fails with a Segmentation fault.
How can I fix this problem?