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

Thread: Fedora 10 ATI Problem (Inserting Module)

  1. #1
    Join Date
    Nov 2006
    Posts
    14

    Default Fedora 10 ATI Problem (Inserting Module)

    Hi,
    I'd like to upgrade my laptop from F8 to F10 but only thing that is stopping me is fglrx driver. I installed F10 x86_64 on external USB drive, downloaded 8.12 driver and I can't load fglrx module into memory.

    Code:
    FATAL: Error inserting fglrx (/lib/module/2.6.27.9-159.fc10.x86_64/kernel/drivers/char/drm/fglrx.ko): Operation not permitted
    Can anyone tell me how to make it running and should I wait for another releases of ati drivers hoping that one of them will finally work with F10?

    Regards,

  2. #2
    Join Date
    Oct 2007
    Location
    Toronto-ish
    Posts
    6,087

    Default

    Fedora is not on our list of supported distros, and as far as I know fglrx does not work on F10 at this time. At least one forum member did get it sort-of working but not completely. We do look at Fedora releases to get an early view of what is coming down the pipe for RHEL (which *is* a supported distro) so simple problems may get fixed in a future driver, but our focus for Fedora is really with the open source drivers more than fglrx.

  3. #3

    Default

    I committed to the Fedora packaging scripts last week what should be support for Fedora 10. As long as fglrx-packaging.git gets pulled again before Catalyst 9.1, it should be incorporated.

  4. #4
    Join Date
    Dec 2008
    Location
    Poland
    Posts
    107

    Default

    Quote Originally Posted by peper View Post
    Can anyone tell me how to make it running
    Have you tried with drivers from rpmfusion->updates-testing repository? Particulary the xorg-x11-drv-fglrx-8.561-3.8.12.fc10.i386

    You can read more about it at forums.fedoraforum.org. There are peoples who claim that the driver is realy working.

  5. #5
    Join Date
    Oct 2007
    Location
    Toronto-ish
    Posts
    6,087

    Default

    Cool, thanks !!

  6. #6
    Join Date
    Nov 2006
    Posts
    14

    Default

    That's not good because 'radeon' driver from distribution is not working properly with Integrated Radeon Mobility 1250 in my laptop. It work's quite fine unless you try to run anything that require acceleration.

  7. #7
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    286

    Default

    Quote Originally Posted by peper View Post
    That's not good because 'radeon' driver from distribution is not working properly with Integrated Radeon Mobility 1250 in my laptop. It work's quite fine unless you try to run anything that require acceleration.
    With this Problem maybe a dev can help you. Do you ever tryed to ask on the mailing list or bugtracker ?

  8. #8
    Join Date
    Oct 2007
    Location
    Toronto-ish
    Posts
    6,087

    Default

    I'm not sure if KMS is enabled for rs690 (X12xx) in F10; you might need to force "nomodeset" at boot...

  9. #9
    Join Date
    Nov 2006
    Posts
    14

    Default

    Quote Originally Posted by NSLW View Post
    Have you tried with drivers from rpmfusion->updates-testing repository? Particulary the xorg-x11-drv-fglrx-8.561-3.8.12.fc10.i386

    You can read more about it at forums.fedoraforum.org. There are peoples who claim that the driver is realy working.

    Just did, but couldn't install them, problems with dependencies I couldn't solve

  10. #10
    Join Date
    Dec 2008
    Location
    Poland
    Posts
    107

    Default

    Quote Originally Posted by peper View Post
    Just did, but couldn't install them, problems with dependencies I couldn't solve
    My fault. I linked to 32 bit repository and you've got 64 bit Fedora therefore you should look into rpmfusion->updates-testing x86_64

    Note that you'll have to:

    -have got kernel-2.6.27.9-159

    -install at the same time

    xorg-x11-drv-fglrx-8.561-3.8.12.fc10.x86_64
    xorg-x11-drv-fglrx-libs-8.561-3.8.12.fc10.i386
    kmod-fglrx-8.561-2.8.12.fc10.2.x86_64
    kmod-fglrx-2.6.27.9-159.fc10.x86_64-8.561-2.8.12.fc10.2.x86_64
    from this repository

    -in case that you've got 64 bit Fedora you'll have to symlink fglrx_dri.so
    according to leigh123@linux HOW TO on forums.fedoraforum.org it should look like this

    rm -f /usr/lib/dri/fglrx_dri.so
    ln -s /usr/lib64/dri/fglrx_dri.so /usr/lib/dri/fglrx_dri.so
    ldconfig

    - remake initrd
    once more time from leigh123@linux HOW TO

    mv /boot/initrd-`uname -r`.img /boot/initrd-`uname -r`.img.backup
    mkinitrd -v /boot/initrd-`uname -r`.img `uname -r`

+ 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