PDA

View Full Version : A friend in distress "fglrx-installer_8.600.orig.tar.gz"


bourbon36
03-22-2009, 12:01 AM
:) :) :) <<<<<<<<<<<<<<<<<

niniendowarrior
03-22-2009, 02:10 AM
Can i just get a little help on how to install thease latest with 3d support " fglrx-installer_8.600.orig.tar.gz "drivers for ubuntu 9.04 , i have no problems if they were in .bin .run .deb form , im just not cluey on compiling my own etc , alittle step by step for dummies for me & other people who are having trouble would be great thanks. :confused:

Firstly, we need more information on where you got that file. It looks like a source package that is used to generate a .deb installer. Normally the .orig.tar.gz files have an accompanying *.diff.gz file.

How you'd go about it is (IF and ONLY IF it is a apt-source package):
1. tar -xvf *whatever*.orig.tar.gz
2. gunzip *whatever*.diff.gz
3. patch -p0 < *whatever*.diff (without the gz extension)
4. cd *whatever*
5. sudo apt-get build-dep *whatever* (in this case, fglrx-installer)
6. dpkg-buildpackage -rfakeroot *whatever* (in this case, fglrx-installer)

You'll arrive at built .deb packages that you install.

You will need a whole lot of other dependencies to be building deb packages (like dhmake).

Before you do any of the above steps, please provide info on where you got your package and furthermore, never, EVER forget to read the README file for more information. Hope that helps.

bourbon36
03-22-2009, 03:25 AM
got it from this thread , the driver is in the resp in ubuntu 9.04.
http://phoronix.com/forums/showthread.php?t=16059

bourbon36
03-22-2009, 03:27 AM
got this from this thread

http://phoronix.com/forums/showthread.php?t=16059 (http:///phoronix.com/forums/showthread.php?t=16059)

questioneer
03-22-2009, 03:59 AM
jesus christ.


you take a driver that was originally released for ubuntu as deb package, but you dont take it the smart way, you get the source from somewhere?

wtf. seems like a typical ubuntu problem :)

bourbon36
03-22-2009, 02:49 PM
thanks niniendowarrior it worked.

ps: questioneer i want to learn new ways is that allright ?

niniendowarrior
03-22-2009, 08:15 PM
thanks niniendowarrior it worked.


Glad to have helped. :)

Porter
03-23-2009, 02:24 PM
Why in the world would you want to use fglrx 8.6 in Ubuntu 9.04?

And why would you want to compile and install it manually, anyway?

Catalyst 9.3 is in the repos, I think. Why not use that?



[edit] I just noticed that you seem to think that 8.6 is the "latest" driver package... why would you think that? It's from June of '08.


My mind is blown by this thread.

bridgman
03-23-2009, 02:32 PM
I think the reference is to 8.60, which IIRC is the internal version number for the driver bundled with Ubuntu 9.04 (the Ubuntu driver is based on an early version of our April release), ie Catalyst 9.4 will probably have an internal version of 8.60something.

Porter
03-23-2009, 02:45 PM
I think the reference is to 8.60, which IIRC is the internal version number for the driver bundled with Ubuntu 9.04 (the Ubuntu driver is based on an early version of our April release), ie Catalyst 9.4 will probably have an internal version of 8.60something.

Oh, aha.

Well, the question still stands... why would the OP want to manually compile this, if it's available in the repos for direct installation?

cutterjohn
03-24-2009, 11:50 AM
Yes, ATI apparently gave the Ubuntu guys a new unreleased cat driver w/X.org v1.6 support for 9.04 (Jaunty), which has been dumped into the repos. (Might even switch to the 9.04 RCs now...)

TASADAR-F
03-24-2009, 08:17 PM
I can't compile for intrepid.


dpkg-source: información: construyendo fglrx-installer en fglrx-installer_8.600-0ubuntu1.dsc
debian/rules build
test -x debian/rules
mkdir -p "."
#Create important strings
for i in 10fglrx \
dkms.conf \
xorg-driver-fglrx.install \
xorg-driver-fglrx-dev.install \
fglrx-kernel-source.install \
fglrx-amdcccle.install \
libamdxvba1.install \
overrides/fglrx-kernel-source; do \
sed -e "s|#XMODDIR#|usr/lib/xorg/modules|" \
-e "s|#XMODDIR32#||" \
-e "s|#DRIDIR32#|usr/lib32|" \
-e "s|#LIBDIR#|lib|" \
-e "s|#DRIDIR#|usr/lib|" \
-e "s|#CVERSION#|8.600|" \
-e "s|#XARCH#|x740|" \
-e "s|#ARCH#|x86|" \
debian/$i.in > debian/$i; \
done
# remove exec bit on everything
find arch \
etc \
lib \
module \
usr \
x740 -type f | xargs chmod -x
find: «arch»: No existe el fichero ó directorio
find: «etc»: No existe el fichero ó directorio
find: «lib»: No existe el fichero ó directorio
find: «module»: No existe el fichero ó directorio
find: «usr»: No existe el fichero ó directorio
find: «x740»: No existe el fichero ó directorio
chmod: falta un operando
Pruebe `chmod --help' para más información.
make: *** [configure/xorg-driver-fglrx] Error 123
dpkg-buildpackage: fallo: debian/rules build entregó error de estado de salida 2

Porter
03-25-2009, 08:23 AM
I can't compile for intrepid.

Well, duh... it's not for Intrepid. It's for Jaunty.

TASADAR-F
03-25-2009, 08:36 AM
ok, thanks :(

Kano
03-25-2009, 08:56 AM
Basically it should work with intrepid too, as they use the x740 dir which means xserver 1.5+. They did not add a x750 dir.