[Bug 1307466] Re: nvidia-prime problems with steam

2015-10-11 Thread zachtmartin
Here's one of the errors I was getting when trying to load up steam: libgl error: failed to load driver: swrast After much searching this hidden thread saved the day. I deleted the steam.conf file as in #11 and then ran ldconfig. Fixed! Thanks to all over a year later. -- You received this bug

[Bug 1307466] Re: nvidia-prime problems with steam

2015-08-16 Thread Giambo
After spending hours looking for a solution, this thread helped me ! Just removed /etc/ld.so.conf.d/steam.conf and run ldconfig, everything now is OK ! Using Ubuntu 15.04 (Linux Mint 17.2) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1307466] Re: nvidia-prime problems with steam

2015-03-31 Thread sabby
Also wanted to thank #13, no idea how this happened on my 14.04 system but it did, saved me a lot of searching. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307466 Title: nvidia-prime problems wit

[Bug 1307466] Re: nvidia-prime problems with steam

2015-03-30 Thread Hari Seldon
Thanks, #13 solution resolved my problem which occured apparently after upgrade to ubuntu 15.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307466 Title: nvidia-prime problems with steam To mana

[Bug 1307466] Re: nvidia-prime problems with steam

2015-03-29 Thread Frieder Bluemle
I had a similar issue and this thread helped me to resolve it. For me it was a symlink in /etc/ld.so.conf.d/ i386-linux-gnu_GL.conf -> /etc/alternatives/i386-linux-gnu_gl_conf The file contained some mesa directory reference which caused Steam to fail at startup. Steps to fix: sudo unlink i386-l

[Bug 1307466] Re: nvidia-prime problems with steam

2014-04-22 Thread Alberto Milone
No problem ;) ** Changed in: nvidia-prime (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307466 Title: nvidia-prime problems with steam To manage noti

[Bug 1307466] Re: nvidia-prime problems with steam

2014-04-18 Thread Samuele Giovanni Tonon
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 . removin

[Bug 1307466] Re: nvidia-prime problems with steam

2014-04-18 Thread Alberto Milone
It looks like a misconfiguration issue (something is interfering and ldconfig finds the mesa library before NVIDIA's). Please attach the output of the following commands: 1) ls /etc/modprobe.d/* 2) grep -i nvidia /etc/modprobe.d/* 3) grep -i mesa /etc/modprobe.d/* -- You received this bug notif

[Bug 1307466] Re: nvidia-prime problems with steam

2014-04-18 Thread Samuele Giovanni Tonon
sure ldconfig -p | grep -i gl | grep -v x86-64 libxcb-glx.so.0 (libc6) => /usr/lib/i386-linux-gnu/libxcb-glx.so.0 libnvidia-glsi.so.331.38 (libc6) => /usr/lib32/nvidia-331/libnvidia-glsi.so.331.38 libnvidia-glcore.so.331.38 (libc6) => /usr/lib32/nvidia-331/libnvidia-glcor

[Bug 1307466] Re: nvidia-prime problems with steam

2014-04-18 Thread Alberto Milone
The alternatives seem to be fine. What's the output of the following command? ldconfig -p | grep -i gl | grep -v x86-64 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307466 Title: nvidia-prime pr

Re: [Bug 1307466] Re: nvidia-prime problems with steam

2014-04-16 Thread Samuele Giovanni Tonon
On 04/16/2014 01:00 PM, Alberto Milone wrote: > This looks wrong: > libGL.so.1 => /usr/lib/i386-linux-gnu/mesa/libGL.so.1 (0xf772c000) > > as it should really point to the NVIDIA library. No wonder it doesn't > work. > > Please attach the output of the following command: > > update-alternatives --d

[Bug 1307466] Re: nvidia-prime problems with steam

2014-04-16 Thread Alberto Milone
This looks wrong: libGL.so.1 => /usr/lib/i386-linux-gnu/mesa/libGL.so.1 (0xf772c000) as it should really point to the NVIDIA library. No wonder it doesn't work. Please attach the output of the following command: update-alternatives --display i386-linux-gnu_gl_conf -- You received this bug noti

[Bug 1307466] Re: nvidia-prime problems with steam

2014-04-15 Thread Samuele Giovanni Tonon
# ldd `which glxinfo` linux-gate.so.1 => (0xf77b5000) libGL.so.1 => /usr/lib/i386-linux-gnu/mesa/libGL.so.1 (0xf772c000) libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xf75f8000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7448000) libglapi.so.0 =>

[Bug 1307466] Re: nvidia-prime problems with steam

2014-04-15 Thread Alberto Milone
Everything seems to be ok. Please type the following commands: sudo apt-get install mesa-utils:i386 ldd $(which glxinfo) And attach the output of the second command. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1307466] Re: nvidia-prime problems with steam

2014-04-14 Thread Samuele Giovanni Tonon
and this is dmesg output ** Attachment added: "dmesg" https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1307466/+attachment/4083436/+files/dmesg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1307466] Re: nvidia-prime problems with steam

2014-04-14 Thread Samuele Giovanni Tonon
# dkms status bbswitch, 0.7, 3.11.0-18-generic, x86_64: installed bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed nvidia-331, 331.38, 3.13.0-24-generic, x86_64: installed nvidia-331-uvm, 331.38, 3.13.0-24-generic, x86_64: installed ** Attachment added: "gpu-manager.log" https://bugs.laun

[Bug 1307466] Re: nvidia-prime problems with steam

2014-04-14 Thread Alberto Milone
please attach the following files: 1) /var/log/gpu-manager.log 2) the output of the "dkms status" command 3) the output of the "dmesg" command ** Changed in: nvidia-prime (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, whi