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

ati fglrx and xorg 7.0.0



Hi all,

I tried to install ati driver after upgrading my Debian/etch to xorg 7.0.0. There are three ways to do that as fas I know:

_1._ The installer from ATI. It gives me:

# ./ati-driver-installer-8.24.8-x86.run
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.24.8...................................................
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================
Detected configuration:
Architecture: i686 (32-bit) X Server: Xorg 7.0.0 Detected version of X does not have a matching 'x700' directory
You may override the detected version using the following syntax:
    X_VERSION=<xdir> ./ati-driver-installer-<ver>-<arch>.run [--install]
The following values may be used for <xdir>: x410 XFree86 4.1.x x420 XFree86 4.2.x x430 XFree86 4.3.x x680 X.Org 6.8.x x690 X.Org 6.9.x Removing temporary directory: fglrx-install
#

I tried something like:

./ati-driver-installer-8.24.8-x86.run --buildpkg Debian/sid
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.24.8.............
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================
Generating package: Debian/sid
/tmp/fglrx /data/install/tmp/fglrx-install
Package /data/install/tmp/fglrx-driver_8.24.8-1_i386.deb has been successfully generated Package /data/install/tmp/fglrx-driver-dev_8.24.8-1_i386.deb has been successfully generated Package /data/install/tmp/fglrx-kernel-src_8.24.8-1_i386.deb has been successfully generated Package /data/install/tmp/fglrx-control-qt3_8.24.8-1_i386.deb has been successfully generated Package /data/install/tmp/fglrx-sources_8.24.8-1_i386.deb has been successfully generated
/data/install/tmp/fglrx-install
Removing temporary directory: fglrx-install
# dpkg -i fglrx-driver_8.24.8-1_i386.deb
Selecting previously deselected package fglrx-driver.
(Reading database ... 171870 files and directories currently installed.)
Unpacking fglrx-driver (from fglrx-driver_8.24.8-1_i386.deb) ...
Adding `diversion of /usr/X11R6/lib/libGL.so.1.2 to /usr/share/fglrx/diversions/libGL.so.1.2 by fglrx
dpkg: dependency problems prevent configuration of fglrx-driver:
fglrx-driver depends on xserver-xorg (<< 7.0.99); however:
 Version of xserver-xorg on system is 1:7.0.14.
dpkg: error processing fglrx-driver (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
fglrx-driver
#

_2._ Flavio's way as described in http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html
On the step it crashes:

# cd fglrx-installer-8.19.10
# dpkg-buildpackage -b -rfakeroot -tc -uc -D
dpkg-buildpackage: source package is fglrx-installer
dpkg-buildpackage: source version is 8.19.10-1
dpkg-buildpackage: source changed by Flavio Stanchina <flavio@stanchina.net>
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 8.19.10-1
fakeroot debian/rules clean
dh_testdir
#dh_testroot
dh_clean
rm -fr usr opt lib etc
rm -fr extra_src
debian/rules build
wget --referer=ati.com -nd http://www2.ati.com/drivers/linux/fglrx_7_0_0-8.19.10-1.i386.rpm --22:51:37-- http://www2.ati.com/drivers/linux/fglrx_7_0_0-8.19.10-1.i386.rpm
          => `fglrx_7_0_0-8.19.10-1.i386.rpm'
Resolving www2.ati.com... 212.201.100.134, 212.201.100.141
Connecting to www2.ati.com|212.201.100.134|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
22:51:38 ERROR 404: Not Found.

make: *** [fglrx_7_0_0-8.19.10-1.i386.rpm] Error 1

# XTYPE=X.Org XVERSION=7.0.0 dpkg-buildpackage -b -rfakeroot -tc -uc -D
dpkg-buildpackage: source package is fglrx-installer
dpkg-buildpackage: source version is 8.19.10-1
dpkg-buildpackage: source changed by Flavio Stanchina <flavio@stanchina.net>
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 8.19.10-1
fakeroot debian/rules clean
dh_testdir
#dh_testroot
dh_clean
rm -fr usr opt lib etc
rm -fr extra_src
debian/rules build
wget --referer=ati.com -nd http://www2.ati.com/drivers/linux/fglrx_7_0_0-8.19.10-1.i386.rpm --22:53:21-- http://www2.ati.com/drivers/linux/fglrx_7_0_0-8.19.10-1.i386.rpm
          => `fglrx_7_0_0-8.19.10-1.i386.rpm'
Resolving www2.ati.com... 212.201.100.141, 212.201.100.134
Connecting to www2.ati.com|212.201.100.141|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
22:53:22 ERROR 404: Not Found.

make: *** [fglrx_7_0_0-8.19.10-1.i386.rpm] Error 1

_3._ The "standard" Debian way:

# apt-get install fglrx-driver
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 fglrx-driver: Depends: xserver-xorg (< 6.9.99)
E: Broken packages

So in the moment there is NO way to install fglrx drivers on debian/sid. As said in http://www.x.org/ an advantage of xorg 7 is the modularity, which is used in ubuntu, where already the package xorg-driver-fglrx exists. So the question is is an analogue package for Debian, and if not, what should I do to get fglrx installed on my laptop?

   Cheers,
   Ivan




Reply to: