[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error: couldn't get fbconfig



Giovanni wrote:
Here the output
[...]
i can't see any errors but i don't know if this (*) two lines are correct or not

Yes, they are. The original libGL is "diverted" out of the way and the one supplied by ATI is installed in its place.

Could you verify that your /usr/X11R6/lib/libGL.so.1.2 is indeed the one that comes from the fglrx-driver 8.8.25-1 package? This is it:
  $ dpkg-deb -c fglrx-driver_8.8.25-1_i386.deb | grep libGL
  -rw-r--r-- root/root 798730 2005-01-23 20:03:16 [...]/libGL.so.1.2

And this is the one installed by xlibmesa-gl 4.3.0.dfsg.1-10:
  $ dpkg-deb -c xlibmesa-gl_4.3.0.dfsg.1-10_i386.deb | grep libGL
  -rw-r--r-- root/root 437344 2004-12-15 20:19:00 [...]/libGL.so.1.2

You should run the following command:
  $ ls -l /usr/X11R6/lib/libGL.so.1.2

and check which one it is.

--
Ciao, Flavio