ATI grafics + nForce mobo = total confusion
I have a Radeon 9600 Pro EZ and an nVidia motherboard (ASUS nForce 2 Deluxe) and I'm not sure why, but I have problems installing the drivers that ATi has on their web for Linux. I also freaked out when I read on nVidia's web page that it's GART driver didn't yet support other video card acceleration from other companies than theirs, and since my motherboard is nVidia... is intalling nVidia's motherboard, sound and Lan drivers, and then installing ATi's drivers on top (Gart drivers included) a safe thing to do?
I had Mandrake 9.1 installed but had to install it on text mode... it was hell because I'm a total noob. I tried to install Ati's driver (without installing nVidia's) and just made everything even more broken. I tried to uninstall Linux... I didn't find a way to do it and a friend of mine told me to do a fdisk/mbr. That totally f*cked my hard disk's partitions, so I lost ALL my stuff (windows stuff and linux's stuff). That s*cked a lot. Sorry for my vocab, but I'm realy pissed off.
Output while trying to install ati-drivers
this is the output I get when trying to install ATI graphic drivers:
> (Reading database ... 114134 files and directories currently installed.)
> Unpacking fglrx-glc22 (from .../fglrx-glc22_4.3.0-4.7_i386.deb) ...
> dpkg: error processing //root/fglrx-glc22_4.3.0-4.7_i386.deb (--install):
> trying to overwrite `/usr/X11R6/lib/libGL.so.1.2', which is also in package xlibmesa4-gl
> dpkg-deb: subprocess paste killed by signal (Broken pipe)
> Errors were encountered while processing:
> //root/fglrx-glc22_4.3.0-4.7_i386.deb
:evil:
Re: Output while trying to install ati-drivers
Quote:
Originally Posted by cybersmurf
this is the output I get when trying to install ATI graphic drivers:
> (Reading database ... 114134 files and directories currently installed.)
> Unpacking fglrx-glc22 (from .../fglrx-glc22_4.3.0-4.7_i386.deb) ...
> dpkg: error processing //root/fglrx-glc22_4.3.0-4.7_i386.deb (--install):
> trying to overwrite `/usr/X11R6/lib/libGL.so.1.2', which is also in package xlibmesa4-gl
> dpkg-deb: subprocess paste killed by signal (Broken pipe)
> Errors were encountered while processing:
> //root/fglrx-glc22_4.3.0-4.7_i386.deb
:evil:
Try this:
Code:
cp /usr/X11R6/lib/libGL.so.1.2 /usr/X11R6/lib/libGL.so.1.2.backup
dpkg -i --force-overwrite /root/fglrx-glc22_4.3.0-4.7_i386.deb
If everything works ok then you can delete the .backup file.