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
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
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
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
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
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
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
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
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
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
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
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
# 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 =>
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
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/
# 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
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
17 matches
Mail list logo