
howdy,
I tried to get the fglrx-kernel-2.6.16-grml drivers for ATI, but it seems like that creates problems with the install Mesa drivers, ie. I get the following error:
Unpacking replacement fglrx-driver ... dpkg: error processing /var/cache/apt/archives/fglrx-driver_8.25.18-1_i386.deb (--unpack): trying to overwrite `/usr/lib/libGL.so.1.2', which is also in package xlibmesa-gl dpkg-deb: subprocess paste killed by signal (Broken pipe)
Could I remove the Mesa libs? Removing the Mesa package doesn't work, because that would remove half my system (even amarok depends on it).
What about removing the libGL.so.1.2 file, so that the fglrx can install its version; if the driver causes trouble, would this make my system instable?
Thanks for any tips,
murphee

* Werner Schuster (murphee) werner.schuster@gmail.com [20060525 20:39]:
I tried to get the fglrx-kernel-2.6.16-grml drivers for ATI, but it seems like that creates problems with the install Mesa drivers, ie. I get the following error:
Unpacking replacement fglrx-driver ... dpkg: error processing /var/cache/apt/archives/fglrx-driver_8.25.18-1_i386.deb (--unpack): trying to overwrite `/usr/lib/libGL.so.1.2', which is also in package xlibmesa-gl dpkg-deb: subprocess paste killed by signal (Broken pipe)
Could I remove the Mesa libs? Removing the Mesa package doesn't work, because that would remove half my system (even amarok depends on it).
What about removing the libGL.so.1.2 file, so that the fglrx can install its version; if the driver causes trouble, would this make my system instable?
The fglrx-driver package should take care of this and should add a diversion of /usr/lib/libGL.so.1.2 to /usr/lib/fglrx/diversions/libGl.so.1.2.
This works for me:
http://grml.org/tmp/gkrellShoot_05-25-06_210104.png
Are you using Xorg 7.0? Is you system up2date? What does 'dpkg --get-selections | grep xlib' say?
The last method to solve the problem would be a 'dpkg -i --force-overwrite ~deb/fglrx-driver_8.25.18-1_i386.deb'.
regards, -mika-

Michael Prokop wrote:
Are you using Xorg 7.0? Is you system up2date?
Nope, it's using Xorg 6.9; do I have to do something special to get 7.0? I guess I did an apt-get upgrade about a week (or so) ago.
What does 'dpkg --get-selections | grep xlib' say?
xlibmesa-dri install xlibmesa-gl install xlibs install xlibs-data install
The last method to solve the problem would be a 'dpkg -i --force-overwrite ~deb/fglrx-driver_8.25.18-1_i386.deb'.
I guess that just overwrites the Mesa libGL? I'll try that.
Thanks,
murphee

* Werner Schuster (murphee) werner.schuster@gmail.com [20060525 22:15]:
Michael Prokop wrote:
Are you using Xorg 7.0? Is you system up2date?
Nope, it's using Xorg 6.9; do I have to do something special to get 7.0? I guess I did an apt-get upgrade about a week (or so) ago.
apt-get update ; apt-get install xserver-xorg should bring Xorg 7.0.
What does 'dpkg --get-selections | grep xlib' say?
xlibmesa-dri install xlibmesa-gl install xlibs install xlibs-data install
Ok.
The last method to solve the problem would be a 'dpkg -i --force-overwrite ~deb/fglrx-driver_8.25.18-1_i386.deb'.
I guess that just overwrites the Mesa libGL? I'll try that.
Yes.
regards, -mika-

Mika,
Pardon, please the OT, but, since that method works perfectly on my mission critical machines, but I am trying to build a test bed, will the deb packages work if one has upgraded to xorg 7?
If so, do the gl apps work?
I e, I need xorg 7, fglrx drivers, with all 3d working.
Best, Martin
On Thu, 2006-05-25 at 21:05 +0200, Michael Prokop wrote:
- Werner Schuster (murphee) werner.schuster@gmail.com [20060525 20:39]:
I tried to get the fglrx-kernel-2.6.16-grml drivers for ATI, but it seems like that creates problems with the install Mesa drivers, ie. I get the following error:
Unpacking replacement fglrx-driver ... dpkg: error processing /var/cache/apt/archives/fglrx-driver_8.25.18-1_i386.deb (--unpack): trying to overwrite `/usr/lib/libGL.so.1.2', which is also in package xlibmesa-gl dpkg-deb: subprocess paste killed by signal (Broken pipe)
Could I remove the Mesa libs? Removing the Mesa package doesn't work, because that would remove half my system (even amarok depends on it).
What about removing the libGL.so.1.2 file, so that the fglrx can install its version; if the driver causes trouble, would this make my system instable?
The fglrx-driver package should take care of this and should add a diversion of /usr/lib/libGL.so.1.2 to /usr/lib/fglrx/diversions/libGl.so.1.2.
This works for me:
http://grml.org/tmp/gkrellShoot_05-25-06_210104.png
Are you using Xorg 7.0? Is you system up2date? What does 'dpkg --get-selections | grep xlib' say?
The last method to solve the problem would be a 'dpkg -i --force-overwrite ~deb/fglrx-driver_8.25.18-1_i386.deb'.
regards, -mika- _______________________________________________ Grml mailing list - Grml@mur.at http://lists.mur.at/mailman/listinfo/grml join #grml on irc.freenode.org grml-devel-blog: http://grml.supersized.org/
"...children and young people feel instinctively the difference between those who genuinely wish them well and those who regard them merely as raw material for some scheme." --Russell

* my yazdzik@nyct.net [20060525 23:07]:
Pardon, please the OT, but, since that method works perfectly on my mission critical machines, but I am trying to build a test bed, will the deb packages work if one has upgraded to xorg 7?
[...]
Yes, the packages are build for use with Xorg 7 as stated in upstream changelog: https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/linux_8.25...
regards, -mika-

hi,
On Thu, 25 May 2006 20:10:58 +0200 "Werner Schuster (murphee)" werner.schuster@gmail.com wrote:
I tried to get the fglrx-kernel-2.6.16-grml drivers for ATI, but it seems like that creates problems with the install Mesa drivers, ie. I get the following error:
Unpacking replacement fglrx-driver ... dpkg: error processing /var/cache/apt/archives/fglrx-driver_8.25.18-1_i386.deb (--unpack): trying to overwrite `/usr/lib/libGL.so.1.2', which is also in package xlibmesa-gl dpkg-deb: subprocess paste killed by signal (Broken pipe)
Sorry this was my fault, I built the fglrx-package and forgot to add the diversion for xorg 6.9. The new package which should be available in this minutes should fix this. Sorry for your problems.
greetz, thom

Thomas Ulz wrote:
"Werner Schuster (murphee)" werner.schuster@gmail.com wrote:
trying to overwrite `/usr/lib/libGL.so.1.2', which is also in package xlibmesa-gl dpkg-deb: subprocess paste killed by signal (Broken pipe)
Sorry this was my fault, I built the fglrx-package and forgot to add the diversion for xorg 6.9. The new package which should be available in this minutes should fix this. Sorry for your problems.
Cool, Thanks a lot!
murphee
Teilnehmer (4)
-
Michael Prokop
-
my
-
Thomas Ulz
-
Werner Schuster (murphee)