[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[X.org] fglrx from official ATI
- From: Mathieu Malaterre <mmalater at nycap dot rr dot com>
- Date: Sun, 27 Mar 2005 21:37:45 -0500
Alright now I am trying to compile the official one.
I had to do:
sudo apt-get install linux-headers-2.6.10-4-386
to get the headers.
Then:
(following http://www.watchland.org/dmcgraw/ati-debian.html#kernel26)
$ cd /usr/src
$ ln -s linux-headers-2.6.10-4-386 linux
$ ln -s /usr/src/linux /lib/modules/`uname-r`/build
$ cd /lib/modules/fglrx/build_mod
$ sudo sh ./make.sh
/lib/modules/fglrx/build_mod
ATI module generator V 2.0
==========================
initializing...
cleaning...
patching 'highmem.h'...
assuming new VMA API since we do have kernel 2.6.x...
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.10-4-386/build
SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.10-4-386'
Building modules, stage 2.
MODPOST
Warning: could not
find /lib/modules/fglrx/build_mod/2.6.x/.libfglrx_ip.a.GCC3.cmd
for /lib/modules/fglrx/build_mod/2.6.x/libfglrx_ip.a.GCC3
make[1]: Leaving directory `/usr/src/linux-headers-2.6.10-4-386'
build succeeded with return value 0
duplicating results into driver repository...
done.
==============================
You must change your working directory to /lib/modules/fglrx
and then call ./make_install.sh in order to install the built module.
==============================
Hopefully the warning is not important, right ?
Anyway everything seems to be working well except vtk ;-p
Mathieu
Ps: log file says:
(II) fglrx(0): driver needs XFree86 version: 4.3.x
(WW) fglrx(0): could not detect XFree86 version (query_status=-3)
This is weird since I specifically downloaded the X.org version...