the recent library drop that goes along with the driver comes with
completely broken SONAME fields in the binaries, this will be worked
around with either a late uplload to quantal or an SRU (depending if
nvidia manages to make the deadline with their fix before final freeze)

to work around the issue users can manually create links to the
libraries in /usr/lib:

cd /usr/lib
for lib in $(ls nvidia-tegra/*.so); do sudo ln -s $lib $(basename $lib); done
sudo ln -s libEGL.so libEGL.so.1
sudo ln -s libGLESv2.so libGLESv2.so.2
sudo ldconfig

(please remove these links again once the updated package arrives)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059528

Title:
  nvidia-tegra needs update to upstream rev. R16 in quantal to support
  xorg ABI13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-tegra/+bug/1059528/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to