g++ is with GCC. Do you have the development tools installed?
Update:
I successfully got it compiled and it made rpms on the old kernel. However in the new kernel is comes up with that CONFIG_HZ thing:
include/linux/jiffies.h:385:6: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:385:6: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:385:6: error: division by zero in #if
I really don't know quite where to go with this..
I even tried the open source R200 drivers for the 8500LE and it gives the same result... this 'CONFIG_HZ' thing with jiffies.h....
Last edited by jordandalley; 12-10-2006 at 02:11 AM.
Ok - First of all grab these rpm files:
ATI-fglrx-8.28.8-1.fc6.i386.rpm
ATI-fglrx-control-panel-8.28.8-1.fc6.i386.rpm
ATI-fglrx-devel-8.28.8-1.fc6.i386.rpm
Change ownership to root:
# chown root:root *
Install them:
# rpm - ivh ATI-fglrx-8.28.8-1.fc6.i386.rpm
# rpm -ivh ATI-fglrx-control-panel-8.28.8-1.fc6.i386.rpm
# rpm -ivh ATI-fglrx-devel-8.28.8-1.fc6.i386.rpm
If you get some kind of dependancy issue:
# yum install libstdc++.so.5
(and any other dependancies that might be missing)
# fglrx_xgamma
this is for changing your gamma settings....
# fglrxinfo (this is for making sure its working)
Now for the optimistic...
# desktop-effects
Unfortunatly this is as far as I managed to get... and found that this driver DOES NOT support desktop-effects due to the fact that fglrx display drivers do not support AIGLX / GLX_ext_texture_from_pixmap - R200 - should be different for other ATI cards but anything in the 8500 series isnt looking desktop-effects friendly right now... there is always the XGL with Compiz option but XGL is really quite a sacrifice to performance.
# fireglcontrolpanel
if this fires up then ur using the driver...
Last edited by mrhassell; 12-10-2006 at 04:20 AM.
Jordan - happy to help out mate!
Michael - It sounds like you are on the money and as I was doing this over an SSH session and could not launch an X session... I was only making sure that the driver install was possible as I spent about 5 hours trying to figure this from source (which kept forking obscure errors), once I had some success with the RPM method, it occured to me to be a good idea to post this in so it may save other people facing a similar problem some time in the future.
I'm going to go and buy an old ATI card now.. hey Jordan how much mate?
I am unable to load the FGLRX kernel module for some reason.
[root@fimiketal ~]# modprobe -i fglrx
FATAL: Error inserting fglrx (/lib/modules/2.6.18-1.2849.fc6PAE/extra/fglrx/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
[root@fimiketal ~]# dmesg | tail
fglrx: Unknown symbol firegl_cmmqs_get_pageaddr_from_vm
fglrx: Unknown symbol firegl_cail_powerdown
fglrx: Unknown symbol firegl_cail_powerup
[root@fimiketal ~]#
Any suggestions?
Ah, figured I forgot something
Anyway:
2.6.18-1.2849.fc6PAE and a Radeon 9200SE.