Hello @adamsjo95, 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 22.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.
@kisak-valve I downloaded mesa-utils_8.4.0-1_i386 I did not install but I did notice that it was installed on my system already in my software management tool. glxinfo is working perfectly fine thats how I pulled the OpenGL info attached.
I was able to unpack the contents from the deb file but I am not to sure where to go with it from there. Below is some information on installed mesa library files on my system.
_apt list --installed | grep mesa
libegl-mesa0/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 amd64 [installed,automatic]
libegl-mesa0/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 i386 [installed,automatic]
libgl1-mesa-dri/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 amd64 [installed]
libgl1-mesa-dri/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 i386 [installed]
libgl1-mesa-glx/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 amd64 [installed]
libglapi-mesa/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 amd64 [installed,automatic]
libglapi-mesa/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 i386 [installed,automatic]
libglu1-mesa-dev/jammy,now 9.0.2-1 amd64 [installed,automatic]
libglu1-mesa/jammy,now 9.0.2-1 amd64 [installed,automatic]
libglx-mesa0/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 amd64 [installed,automatic]
libglx-mesa0/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 i386 [installed,automatic]
mesa-utils-bin/jammy,now 8.4.0-1ubuntu1 amd64 [installed,automatic]
mesa-utils/jammy,now 8.4.0-1ubuntu1 amd64 [installed]
mesa-va-drivers/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 amd64 [installed,automatic]
mesa-va-drivers/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 i386 [installed,automatic]
mesa-vdpau-drivers/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 amd64 [installed,automatic]
mesa-vdpau-drivers/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 i386 [installed,automatic]
mesa-vulkan-drivers/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 amd64 [installed,automatic]
mesa-vulkan-drivers/jammy-updates,now 22.2.5-0ubuntu0.1~22.04.1 i386 [installed,automatic]_
#Run steam again
steam.sh[17300]: Running Steam on ubuntu 22.04 64-bit
steam.sh[17300]: STEAM_RUNTIME is enabled automatically
setup.sh[17368]: Steam runtime environment up-to-date!
steam.sh[17300]: Can't find 'steam-runtime-check-requirements', continuing anyway
#Steam installed packages
_apt list --installed | grep steam
steam-devices/jammy,jammy,now 1:1.0.0.74-1ubuntu2 all [installed,automatic]
steam-libs-amd64/now 1:1.0.0.75 amd64 [installed,local]
steam-libs-i386/now 1:1.0.0.75 i386 [installed,local]
steam/jammy,now 1:1.0.0.74-1ubuntu2 i386 [installed]_
I resolved this issue by reinstalling Kubuntu stable distro on xORG. I think when I tried to install Wayland in the same desktop environment that there was a conflict with accessing the mesaLIB files.
Closing per the last comment.
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
Describe what you expected should happen and what did happen. Please link any large code pastes as a Github Gist
Steps for reproducing this issue:
Steam Error Log
steam.sh[6234]: Running Steam on ubuntu 22.04 64-bit
steam.sh[6234]: STEAM_RUNTIME is enabled automatically
setup.sh[6302]: Steam runtime environment up-to-date!
steam.sh[6234]: Can't find steam-runtime-check-requirements continuing anyway
[2023-03-14 14:42:07] Startup - updater built Jun 7 2022 03:18:19
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: unable to load driver: [swrast_dri.so]
libGL error: failed to load driver: swrast
SteamUpdateUI: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)
OpenGL version log
john@odin:~$ glxinfo | grep OpenGL
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon RX 5700 XT (navi10, LLVM 15.0.6, DRM 3.47, 5.19.0-35-generic)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.2.5
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.2.5
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.2.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:>_
Please let me know fi I am missing something here I cant seem to find a solution to get this to work. I even modified 'sudo nano /usr/share/applications/steam.desktop' change from 'PrefersNonDefaultGPU = true' => 'PrefersNonDefaultGPU = false'
Im at wits end here nothing seams to change the end result.