+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: 8.41.7 and F7

  1. #1
    Join Date
    Nov 2006
    Posts
    12

    Default 8.41.7 and F7

    I try build the rpm for the new 8.41.7 driver on Fedora 7 ( with --buildpkg Fedora/F7 ) but it doesn't work well and I got some errors.
    Is someone found a way to install this drivers on F7 X86_64 ? thanks.

    ( sorry for my very poor english ..lol )

  2. #2
    Join Date
    Jul 2007
    Location
    Seoul, Korea
    Posts
    22

    Default

    Quote Originally Posted by jmtwan View Post
    I try build the rpm for the new 8.41.7 driver on Fedora 7 ( with --buildpkg Fedora/F7 ) but it doesn't work well and I got some errors.
    Is someone found a way to install this drivers on F7 X86_64 ? thanks.
    that's bug in SPEC.
    http://www.phoronix.com/forums/showp...5&postcount=63

    solution of this problem.
    http://www.phoronix.com/forums/showp...&postcount=197

  3. #3
    Join Date
    Nov 2006
    Posts
    12

    Default

    Quote Originally Posted by hoenny View Post

    thanks. I'll try this

  4. #4
    Join Date
    Nov 2006
    Posts
    12

    Default

    I don't understand exactly what to do, someone can explain please ?

  5. #5
    Join Date
    Jul 2007
    Location
    Seoul, Korea
    Posts
    22

    Default Fedora 7 X86_64 solution

    Quote Originally Posted by jmtwan View Post
    I don't understand exactly what to do, someone can explain please ?
    This solution is not perfect way.
    but, I'm successsed build pkg in Fedora 7 X86_64.


    1st, extracted new ati-dirver.
    2nd, edited ati-packager.sh file. (insert red part)
    3th, build pkg.
    4th, updated pkg.
    Code:
    ./ati-driver-installer-8.41.7-x86.x86_64.run --extract fglrx
    cd fglrx
    vi packages/Fedora/ati-packager.sh
    
        # Same work around for 32-on-64
        if [ "${release_arch}" = 'x86_64' ]; then
          mkdir -p ${TMP_RPM_BUILD_DIR}/usr/lib/dri
          #mv ${TMP_RPM_BUILD_DIR}/usr/X11R6/lib/modules/dri/* \
           #${TMP_RPM_BUILD_DIR}/usr/lib/dri
          #ln -fs ../../../../lib/dri/fglrx_dri.so
          popd &> /dev/null
        fi
    
    ./ati-installer.sh 8.41.7 --buildpkg Fedora/F7
    cd ..
    rpm -Uvh *.rpm
    5th, you must correctly linking to library files.
    Code:
    mv /usr/X11R6/lib/modules/dri/fglrx_dri.so /usr/lib/dri
    ln -fs /usr/lib/dri/fglrx_dri.so /usr/X11R6/lib/modules/dri/fglrx_dri.so
    
    rm -fr /usr/lib64/xorg/lib*
    ln -fs /usr/lib64/fglrx/libGL.so.1.2 /usr/lib64/xorg/libGL.so
    ln -fs /usr/lib64/fglrx/libGL.so.1.2 /usr/lib64/xorg/libGL.so.1
    ln -fs /usr/lib64/fglrx/libGL.so.1.2 /usr/lib64/xorg/libGL.so.1.2
    ln -fs /usr/lib64/fglrx/libfglrx_gamma.so.1.0 /usr/lib64/xorg/libfglrx_gamma.so.1
    ln -fs /usr/lib64/fglrx/libfglrx_gamma.so.1.0 /usr/lib64/xorg/libfglrx_gamma.so.1.0
    ln -fs /usr/lib64/fglrx/libfglrx_tvout.so.1.0 /usr/lib64/xorg/libfglrx_tvout.so.1
    ln -fs /usr/lib64/fglrx/libfglrx_tvout.so.1.0 /usr/lib64/xorg/libfglrx_tvout.so.1.0
    
    rm -fr /usr/lib/xorg/lib*
    ln -fs /usr/lib/fglrx/libGL.so.1.2 /usr/lib/xorg/libGL.so
    ln -fs /usr/lib/fglrx/libGL.so.1.2 /usr/lib/xorg/libGL.so.1
    ln -fs /usr/lib/fglrx/libGL.so.1.2 /usr/lib/xorg/libGL.so.1.2
    Last edited by hoenny; 09-13-2007 at 07:49 PM.

  6. #6
    Join Date
    Sep 2007
    Location
    Edmonton, Alberta, Canada
    Posts
    87

    Default

    I ran the thing and built a distro specific package for 64bit RHEL 5, which seemed to install correctly and is working for me on x86_64. It's glitchy though.

    [hubick@myf7box ~]$ rpm -qa | grep fglrx
    fglrx64_7_1_0-8.41.7-1
    [hubick@myf7box ~]$ /sbin/lspci | grep ATI
    01:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series]
    01:00.1 Display controller: ATI Technologies Inc RV516 [Radeon X1300 Pro] (Secondary)

  7. #7
    Join Date
    May 2007
    Location
    Up North, Where 10 degrees is shorts weather
    Posts
    80

    Default

    Quote Originally Posted by hubick View Post
    I ran the thing and built a distro specific package for 64bit RHEL 5, which seemed to install correctly and is working for me on x86_64. It's glitchy though.

    [hubick@myf7box ~]$ rpm -qa | grep fglrx
    fglrx64_7_1_0-8.41.7-1
    [hubick@myf7box ~]$ /sbin/lspci | grep ATI
    01:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series]
    01:00.1 Display controller: ATI Technologies Inc RV516 [Radeon X1300 Pro] (Secondary)
    What are your glitches -

    (and Since I'm the initiator of the damn bug - is this a PCIe card or AGP card - or onboard for that matter --> if this is an AGP card check your agp bus speed in amdccle - if it shows as 0 please tag your relevant info on this bug

    http://ati.cchtml.com/show_bug.cgi?id=780
    )

  8. #8
    Join Date
    Mar 2007
    Location
    MN, United States
    Posts
    285

    Default

    Quote Originally Posted by Alistair View Post
    What are your glitches -

    (and Since I'm the initiator of the damn bug - is this a PCIe card or AGP card - or onboard for that matter --> if this is an AGP card check your agp bus speed in amdccle - if it shows as 0 please tag your relevant info on this bug

    http://ati.cchtml.com/show_bug.cgi?id=780
    )
    Yeah I'll be tagging that in just a few minutes.

  9. #9
    Join Date
    Mar 2007
    Location
    MN, United States
    Posts
    285

    Default

    Quote Originally Posted by Malikith View Post
    Yeah I'll be tagging that in just a few minutes.
    Alright I tagged it.

  10. #10
    Join Date
    Nov 2006
    Posts
    12

    Default

    thanks for that, i'll try this

+ Reply to Thread

Posting Permissions

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