Skip to content

Instantly share code, notes, and snippets.

@yunusga
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yunusga/361f28e1e02998763cc7 to your computer and use it in GitHub Desktop.
Save yunusga/361f28e1e02998763cc7 to your computer and use it in GitHub Desktop.
fix for steam launch ubuntu 15.04 x64, nvidia-prime

doh, since you mentioned ldconfig looking for mesa libs before nvidia i checked out my /etc/ld.so.conf.d/ and found, it's my fault:

i had a conf file named steam.conf with

/usr/lib32
/usr/lib/i386-linux-gnu/mesa
/usr/lib/i386-linux-gnu/dri
/usr/lib/i386-linux-gnu/gallium-pipe

inside.

removing that file and running ldconfig again as root solved the problem

it was a PEBKAC issue :-(

Thank you for your support

Cheers Samuele

https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1307466/comments/11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment