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

Re: Source download failure.




It seems that the drivers are not where the script is looking for them. Has this got anything to do with ATI releasing a new driver version recently? If so whe are we likely to see a new script for this driver version?

Also this guide seems heavily focused on what to do if you are using an official kernel image from debian - but I never or have only rarely ever used these. There seems to be no clear expanation of what to do, if like me you prefer to get your kernels from kernel.org.

I tried using the binary drivers but they complained they wanted an old beta version of xfree.86 (4.3.95 or something similar) but I'm using the latest xorg server - and am not keen to change in any hurry. Does anyone have any info on how to install the ati drivers if like me you are using xorg?

Seriously dude, did you read my mail ? I gave you the link:

http://www.stanchina.net/~flavio/debian/fglrx-archive/msg00360.html

Here a partial carbon copy :

[...]
2.
When trying to compile I get:


make -C extra_src/panel QTDIR=/usr/share/qt3
make[1]: Entering directory
`/home/ubuntu/Desktop/fglrx-installer-8.10.19/extra_src/panel'
gcc -c -g -O2 -fno-strength-reduce -funsigned-char -Dlinux
-DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL
-I/usr/X11R6/include -I. -I./include_dummy FGLRXExtensions.c
FGLRXExtensions.c:19:37: X11/extensions/xf86misc.h: No such file or
directory
FGLRXExtensions.c:20:39: X11/extensions/xf86mscstr.h: No such file or
directory
make[1]: *** [FGLRXExtensions.o] Error 1
make[1]: Leaving directory
`/home/ubuntu/Desktop/fglrx-installer-8.10.19/extra_src/panel'
make: *** [build-stamp] Error 2



I had to install:



libdevel/libxxf86misc-dev which provides:
usr/X11R6/include/X11/extensions/xf86misc.h


and


libdevel/libxxf86vm-dev which provides:
usr/X11R6/include/X11/extensions/xf86vmode.h


Maybe someone could update the wiki and specify those package are required.


sudo apt-get install libxxf86misc-dev libxxf86vm-dev

[...]


Mathieu