Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 37

Thread: Legacy ATI fglrx Drivers on Fedora Core 6 Zod (DISCUSSION)

  1. #21

    Default

    g++ is with GCC. Do you have the development tools installed?

  2. #22

    Default

    Quote Originally Posted by Michael View Post
    g++ is with GCC. Do you have the development tools installed?
    i have gcc at least..

    [root@blackbraes ATI]# rpm -qa | grep gcc
    gcc-4.1.1-30
    libgcc-4.1.1-30

    I think I need gcc-c++ installed
    Last edited by jordandalley; 12-08-2006 at 08:34 PM.

  3. #23

    Default

    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.

  4. #24
    Join Date
    Dec 2006
    Posts
    2

    Exclamation

    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.

  5. #25

    Default

    Quote Originally Posted by mrhassell View Post
    # fireglcontrolpanel

    if this fires up then ur using the driver...
    Actually that isn't entirely the case. fireglcontrolpanel can be installed and will launch while showing Mesa as the OpenGL renderer instead of ATI.

  6. #26

    Default

    Quote Originally Posted by Michael View Post
    Actually that isn't entirely the case. fireglcontrolpanel can be installed and will launch while showing Mesa as the OpenGL renderer instead of ATI.
    Well by all accounts the driver is now working! fireglcontrolpanel loads up showing driver 8.28.08 and mesa 1.2. Seems to be working good

    Might have to upgrade my card later on to something newer..

  7. #27
    Join Date
    Dec 2006
    Posts
    2

    Cool How much for your old card?

    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?

  8. #28
    Join Date
    Dec 2006
    Posts
    3

    Default

    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?

  9. #29

    Default

    Quote Originally Posted by MikeL View Post
    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?
    What kernel and graphics card are you using?

  10. #30
    Join Date
    Dec 2006
    Posts
    3

    Default

    Ah, figured I forgot something

    Anyway:
    2.6.18-1.2849.fc6PAE and a Radeon 9200SE.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •