Hello @Kitsune-Ultima, does any 32 bit OpenGL application like glxinfo from a 32 bit build of mesa-utils work? Unfortunately, Ubuntu doesn't provide a 32 bit builds of this package on 20.04, so maybe try unpacking https://packages.ubuntu.com/bionic/i386/mesa-utils/download with an archive utility and using the utility without installing it to the system.
this is the output
user@hostname:~$ glxinfo
name of display: :0
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 151 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 99
Current serial number in output stream: 100
user@hostname:~$
Thanks for checking, that tells us that you do not have a working 32 bit OpenGL driver stack (the actually output is unclear if you ran a 32 bit or 64 bit variant of glxinfo). nVidia's proprietary driver requires that the running kernel module, 32 bit userspace, and 64 bit userspace have exactly the same version or bad things happen.
using a RTX 3070 if that helps
Maybe the output of something like apt policy nvidia-driver-455 nvidia-dkms-455 libnvidia-gl-455 libnvidia-gl-455:i386 would give a hint?
nvidia-driver-455:
Installed: (none)
Candidate: 455.38-0ubuntu0.20.04.1
Version table:
455.38-0ubuntu0.20.04.1 500
500 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages
nvidia-dkms-455:
Installed: (none)
Candidate: 455.38-0ubuntu0.20.04.1
Version table:
455.38-0ubuntu0.20.04.1 500
500 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages
libnvidia-gl-455:
Installed: 455.38-0ubuntu0.20.04.1
Candidate: 455.38-0ubuntu0.20.04.1
Version table:
*** 455.38-0ubuntu0.20.04.1 500
500 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages
100 /var/lib/dpkg/status
libnvidia-gl-455:i386:
Installed: 455.38-0ubuntu0.20.04.1
Candidate: 455.38-0ubuntu0.20.04.1
Version table:
*** 455.38-0ubuntu0.20.04.1 500
500 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages
100 /var/lib/dpkg/status
That's easy enough to understand, the nVidia kernel module you're using doesn't match the rest of the driver. Please run sudo apt install nvidia-driver-455, which should pull in nvidia-dkms-455 as a package dependency and reboot.
Seems to have fixed it yay
Nothing extracted yet.
attempted to start steam-latest and received this error
i have installed libnvidia-gl-455:amd64 and libnvidia-gl-455:i386 with no luck
i have rebooted after install