Talk:Ubuntu Gutsy Installation Guide: Difference between revisions

From cchtml.com
No edit summary
 
No edit summary
Line 8: Line 8:
* fglrxinfo gives:  libGL.so.1: cannot open shared object file.
* fglrxinfo gives:  libGL.so.1: cannot open shared object file.
* Fixed with command:
* Fixed with command:
  sudo ln /lib/usr/libGL.so.1.2 /lib/usr/libGL.so.1
  sudo ln /usr/lib/libGL.so.1.2 /usr/lib/libGL.so.1

Revision as of 17:43, 24 October 2007

Updated some information only applicable for Gutsy

I've updated some minor details about the fglrx-installation in Gutsy:

  • By default, Gutsy (and Feisty too) now have Universe and Multiverse enabled
  • The fglrx-version in Gutsy's linux-restricted-modules is 8.37.6 and not 8.28.8

Jealma 04:35, 19 October 2007 (CDT)

libGL error

  • fglrxinfo gives: libGL.so.1: cannot open shared object file.
  • Fixed with command:
sudo ln /usr/lib/libGL.so.1.2 /usr/lib/libGL.so.1