Hello @spencer3035, what video card / driver version are you using? I suspect that you're using an nVidia card with their proprietary driver, but don't have the driver's 32 bit userspace libraries installed. Does any 32 bit OpenGL application like glxinfo from mesa-utils:i386 work?
I believe you correctly diagnosed the problem. glxinfo from the different source gives:
name of display: :0
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 57
Current serial number in output stream: 56
Driver information
sudo lshw -c video
*-display
description: VGA compatible controller
product: NVIDIA Corporation
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:26:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:78 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:f7000000-f707ffff
It looks like the driver is using nvidia-driver-450 based on what is installed. After many hours of troubleshooting, it seems that nvidia-driver-450 does not support i386 architecture. After downgrading to nvidia-driver-430 (The latest version supported by ppa:graphics-drivers), steam now runs.
There's no particular reason why the nvidia 450 driver series would not work. On Ubuntu 18.04, you would need to check that libnvidia-gl-450:i386 was installed with the rest of that driver series.
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
I run
sudo apt-get install steam-installerto get the current version of steam. Then when I try to run steam in the terminal, after updating, I get the following output:
And the Steam GUI fails to open. I have checked
glxinfoandglxgearsto make sure that my graphics drivers are working. Other games I have installed outside Steam work without issue.Steps for reproducing this issue: