protonscr

nVidia 465 from the Proprietary Graphics PPA is missing 32 bit userspace support

steamclosed wontfixNVIDIA driversDistro Family: Ubuntu
ValveSoftware/steam-for-linux#7779 · opened 2021-05-03 by nipnipj · updated 2021-05-03 · 5 comments · github
Nnipnipj 2021-05-03 github

Steam doesn't start after installing nvidia-driver-465. It works with nvidia-driver-460, however.

Running Steam on linuxmint 20.1 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Steam client's requirements are satisfied
WARNING: Using default/fallback debugger launch
/home/cuysaurus/.steam/debian-installation/ubuntu12_32/steam -nominidumps -nobreakpad
[2021-05-02 20:23:00] Startup - updater built Apr 12 2021 18:51:36
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:  151 (GLX)
Minor opcode of failed request:  3 (X_GLXCreateContext)
Value in failed request:  0x0
Serial number of failed request:  45
xerror_handler: X failed, continuing
Major opcode of failed request:  151 (GLX)
Minor opcode of failed request:  6 (X_GLXIsDirect)
Serial number of failed request:  46
xerror_handler: X failed, continuing
[2021-05-02 20:23:03] Using the following download hosts for Public, Realm steamglobal
[2021-05-02 20:23:03] 1. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf'
[2021-05-02 20:23:03] 2. https://cdn.akamai.steamstatic.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf'
[2021-05-02 20:23:03] 3. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
[2021-05-02 20:23:03] Verifying installation...
[2021-05-02 20:23:04] Verification complete
Bben914 2021-05-03 github

I'm having this same issue with nvidia-driver-465

My Specs:
OS: Linux Mint 20.1 x86_64
Kernel: 5.8.0-50-generic
CPU: AMD Ryzen 5 3600 (12) @ 3.800GHz
GPU: NVIDIA GeForce GTX 1080
RAM: 16GB

Kkisak-valve maintainer 2021-05-03 github

Hello @nipnipj, the nVidia proprietary driver requires that the running kernel module, 32 bit userspace, and 64 bit userspace have exactly the same version to work properly. Can you check that you have the 32 bit userspace installed with something like apt policy libnvidia-gl-465 libnvidia-gl-465:i386 and if it isn't then install it with sudo apt install libnvidia-gl-465:i386?

If apt complains, then please share the output of apt policy for us to ponder together.

Nnipnipj 2021-05-03 github

results from apt policy libnvidia-gl-465 libnvidia-gl-465:i386:

libnvidia-gl-465:
  Installed: 465.24.02-0ubuntu0~0.20.04.1
  Candidate: 465.24.02-0ubuntu0~0.20.04.1
  Version table:
 *** 465.24.02-0ubuntu0~0.20.04.1 500
        500 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu focal/main amd64 Packages
        100 /var/lib/dpkg/status
libnvidia-gl-465:i386:
  Installed: (none)
  Candidate: (none)
  Version table:

results from sudo apt install libnvidia-gl-465:i386:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libnvidia-gl-465:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libnvidia-common-465

E: Package 'libnvidia-gl-465:i386' has no installation candidate

I would like to add that I tested a game outside steam and it works normally.
I'm using Linux Mint 20.1 x86_64

Kkisak-valve maintainer 2021-05-03 github

Thanks @nipnipj, that tells us there's an issue between the Proprietary Graphics PPA and Launchpad. It looks like the build farm didn't kick off an i386 build for Ubuntu 20.04 and 20.10, most likely because the 465 driver series hasn't been explicitly whitelisted to allow for 32 bit builds on those distro releases.

This issue needs to be resolved by the repo maintainers, not by Valve.

Nnipnipj 2021-05-03 github

Seems like isn't nvidia faults neither.
Similar bug can be report in https://bugs.launchpad.net/ubuntu/+filebug/?no-redirect. or https://launchpad.net/~graphics-drivers.

Nothing extracted yet.