Fedora 13 ATI Drivers (Mesa 3D DRI Radeon)

I wrote “Howto Install ATI Drivers (Mesa 3D DRI Experimental) on Fedora 12 Linux” a few months ago, because there is no way to install ATI’s proprietary drivers on Fedora 12. And the situation is no better either with Fedora 13.

I can’t understand, that why AMD can’t publish new ATI graphics card drivers for new Linux kernels and X.org. For example, the nVidia Linux driver releases succeed as easily as the Windows drivers. Well, fortunately, there is a reasonably effective alternative for ATI’s proprietary drivers. Simply use Fedora 13 own integrated ATI radeon drivers (3D support for R600 and R700 cards and 2D support for R800 cards). This radeon drivers has moved out of experimental status on Fedora 13 release.

Verify that the ATI Radeon Drivers is working

glxinfo |grep -i "\(render\|opengl\)"
direct rendering: Yes
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: Mesa DRI R600 (RV635 9598) 20090101  TCL DRI2
OpenGL version string: 2.0 Mesa 7.8.1
OpenGL shading language version string: 1.10
OpenGL extensions:

Important rows, should look following:

direct rendering: Yes
OpenGL renderer string: Mesa DRI R600 (RV635 9598) 20090101 TCL DRI2
OpenGL version string: 2.0 Mesa 7.8.1

Configuring Xorg (optional)

If you need some special settings for xorg.conf file, then create xorg.conf file with following method:

Change to root User

su -
## OR ##
sudo -i

Create xorg.conf file with following command:

system-config-display --noui --set-driver=radeon

Then modify /etc/X11/xorg.conf file and check/add following lines:

Section "ServerFlags"
        Option      "AIGLX" "On"
        ...
EndSection
 
Section "Device"
        ...
        Driver      "radeon"
        Option      "DRI" "On"
        ...
EndSection
 
Section "DRI"
        Mode         0666
EndSection
 
Section "Extensions"
        Option      "Composite" "On"
EndSection

Finally add needed rows.

I have used Mesa 3D DRI drivers for a while with ATI Radeon HD 3650 Graphic Card and they seem to work nicely with Fedora 13 and dual monitor.

Please leave a comment and let me know if you encounter problems with the Mesa 3D drivers or get the AMD’s ATI Catalyst proprietary drivers to work in Fedora 13.

Fedora 13 ATI Catalyst 10.10 Proprietary Drivers (fglrx) Install/Uninstall guide >>

partner
Follow If Not True Then False Updates!
  1. Howto Install ATI Drivers (Mesa 3D DRI Experimental) on Fedora 12 Linux
  2. Fedora 13 ATI Catalyst (fglrx) 10.11 Drivers Install/Uninstall
  3. Fedora 14 nVidia Drivers Install Guide (disable nouveau driver)
  4. Fedora 15 nVidia Drivers Install Guide (disable nouveau driver)
  5. Fedora 16 nVidia Drivers Install Guide (disable nouveau driver)

26 Comments

  1. Sorry I’m new in Linux… i’ve just install a Fedora 13 with amd – ati radeon 4200 integrated… so i found a display driver.

    ATI Catalyst™ 10.6 Proprietary Linux x86 Display Driver (http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.7&product=2.74.3.5.3.1&lang=English)

    Does it work? have you try it?… please let me know what you think,,, i don’t wanna do a mess.. =) thanks.

    • Hi Jorge,

      At the moment the situation is that the ATI’s proprietary drivers (even lates version ATI Catalyst 10.6) will not work with Fedora 13, because of Xorg (X-server) version 1.8.x. ATI develop their drivers mainly for the Ubuntu users and latest Ubuntu release (10.04 LTS) found just only Xorg 1.7.x. So the next ATI’s driver update is maybe after publication of Ubuntu 10.10 and then will also be published Fedora 14, which is likely to be again ahead of Ubuntu.

      It is really difficult to say when ATI’s proprietary drivers would start work with Fedora, maybe never.

      The best solution is to use Fedora’s Open Source drivers, which is integrated on Fedora 13, or then simply buy a nVidia graphics card and install nVidia’s proprietary drivers.

      • Hi!

        I just managed to install the Ati propriety driver by using the one provided in rpmfusion.nonfree:

        $ cat /etc/redhat-release 
        Fedora release 13 (Goddard)
        $ glxinfo |grep -i "\(render\|opengl\)"
        direct rendering: Yes
        OpenGL vendor string: ATI Technologies Inc.
        OpenGL renderer string: ATI Radeon HD 4600 Series  
        OpenGL version string: 3.3.10057 Compatibility Profile Context
        OpenGL shading language version string: 3.30
        OpenGL extensions:
            GL_NV_conditional_render, GL_NV_copy_depth_to_color,

        I used this guide here:
        http://forums.fedoraforum.org/showthread.php?t=155503

        The question is, though, if the performance of the propriety driver is any better than that of the open source driver, which seemed to work fine for me.

        • Hi Jack,

          Thanks a lot for the notification. It’s nice to hear that you get Ati propriety driver working with Fedora 13.

          I’m going to try this myself and write about that. Nice to see for example, whether the difference in the results of glxgears. Even though glxgears is not a proper benchmarking, but just fun to see results… :)

          Funny to see what happens again when Fedora 14 is released. ATI Open Source Drivers works also fine for me. Fortunately, I only have one machine with an ATI graphics card.

          • Actually, I’m back to the open source driver already. Even though it seemed to work at first glance, I later on noticed a lot of strange graphics errors (greyish fragments in the ui ) when scrolling up and down in certain programmes like firefox as a result of that driver. Maybe it’s a configuration issue, but livna-config-display doesn’t seem to work for me either (won’t start).
            The good thing’s it’s to remove just as easy as you can install it, so it may still be worth a shot.
            As for Fedora 14, I probably will just skip that one. Until 2 days ago, I still used Fedora 8, in my opinion it’s still one of best Fedora releases ever. Everything worked just wonderful for me (including the ati driver). I only upgraded to 13 at all, because I had some issues with glib2 and it’s hard to get or even compile recent libraries for an os that’s 2 years old. Probably I should give a try to Ubuntu, but hey, I personally just don’t like apt/dpkg.

  2. Nice tip =]

  3. I am no linux hardware/driver expert and struggling to get my work system up and running with a dual monitor setup running Fedora 13.

    This is the card that I currently have:

    /sbin/lspci -nn | grep 'VGA\|NV'
    03:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV280 [FireMV 2200 PCI] [1002:5965] (rev 01)

    [root@1440-9-dev-w111 ~]# glxinfo | grep -i "\(render\|opengl\)"
    direct rendering: Yes
    OpenGL vendor string: Tungsten Graphics, Inc.
    OpenGL renderer string: Mesa DRI R200 (RV280 5965) 20090101 TCL DRI2
    OpenGL version string: 1.3 Mesa 7.8.1
    OpenGL extensions:
    [root@1440-9-dev-w111 ~]#

    I am a bit lost trying to figure out if I can get my current card to work with 3D and dual monitor using the Open Source Fedora drivers (after initial install it currently is not doing either) or whether I need to get a new card.

    If I do get a new card I am not sure how to tell which one will work! Do you know how to tell if a video card will work? I need to get one that will fit in the Dell optiplex 755. Is there any kind of list of which video cards support 3d and dual monitor with the F13 OS drivers?

    Thanks for any help you can give!

    • Hi John,

      Can you find two output connectors on the video card, which can be used at the same time, dual monitor use?

      Try run glxgears command and see whats happen?

      glxgears

      If you decide to buy a new graphics card…then I recommend nVidia graphics card with (at least) two output connectors (for dual monitor use). It will certainly work dual monitor use and also the 3D acceleration is easy to get working. With nVidia card you can simply use this Fedora 13 nVidia guide.

  4. thank you.

    just dont buy ATI product if it doesnt support linux

    • If you want a specific laptop, you do not always get a choice about the graphic driver.

      In my case it was CPU memory and Disk space that was vital. I can live without 3D Graphics if I need to. I could always switch to windows to play a game anyway. It would be nice to get it working but not essential.

      however the Offical ATI drivers is now at 10.7 so I would assume things have improved somewhat since the early days of this thread.

  5. Just found your post. I’ve just setup Fedora and it seems that the improved ATI desktop graphics support promised on the Web site was a big fat lie. Also, I tried your steps and the very first command was the first one that didn’t work.

    • Hi tom,

      glxinfo |grep -i "\(render\|opengl\)"

      Command not worked? Could you post that command output?

      So, how do you know that the improved ATI desktop graphics support is a big fat lie??
      Could you justify your opinion a little more detail??

  6. I have installed mesa 3d expertimental and I have modified xorg.conf but the output of
    glxinfo |grep -i “\(render\|opengl\)”

    is :

    direct rendering: Yes
    OpenGL vendor string: Mesa Project
    OpenGL renderer string: Software Rasterizer
    OpenGL version string: 2.1 Mesa 7.8.1
    OpenGL shading language version string: 1.20
    OpenGL extensions:
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fragment_program,

    I have ati mobility radeon hd5400

    How can I change the render from software to mesa 3d ?

    sorry for my english.

    thanks.

  7. Hi Antonio,

    Have you tried boot without xorg.conf?

    Another thing what you could try is create xorg.conf using this post instructions and add nomodeset after your kernel row on /boot/grub/grub.conf file, like following (of course your own kernel):

    title Fedora (2.6.35.4-28.fc14.i686)
            root (hd0,2)
            kernel /vmlinuz-2.6.35.4-28.fc14.i686 ro ... ... rhgb quiet nomodeset
            initrd /initramfs-2.6.35.4-28.fc14.i686.img
  8. Hi,

    i have a ATI Radeon Mobility HD 5470 and i want to try the mesa experimental driver. I installed the package: mesa-dri-drivers-experimental
    This command: glxinfo |grep -i “\(render\|opengl\)” brings me the following:

    direct rendering: Yes
    OpenGL vendor string: Mesa Project
    OpenGL renderer string: Software Rasterizer
    OpenGL version string: 2.1 Mesa 7.8.1
    OpenGL shading language version string: 1.20
    OpenGL extensions:
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fragment_program,

    So the mesa driver should be in use right? This line: “OpenGL renderer string: Software Rasterizer” doesnt seem to be normal… or is it?

    Also with this command: “system-config-display –noui –set-driver=radeon”
    I get:

    Traceback (most recent call last):
    File “/usr/share/system-config-display/xconf.py”, line 387, in
    hardware_state.merge_into(xconfig)
    File “/usr/share/system-config-display/xhwstate.py”, line 336, in merge_into
    screen = xf86config.getPrimaryScreen(xconfig)
    File “/usr/lib64/python2.6/site-packages/xf86config.py”, line 183, in getPrimaryScreen
    raise XF86SectionMissing(“No primary Screen found in the layout”)
    xf86config.XF86SectionMissing

    This doesnt seem to be right :(

    • Hi David,

      Actually on Fedora 13 you could use just mesa-dri-drivers package.

      This system-config-display error looks like that, no primary screen found in the layout. You could try to create xorg.conf file manyally.

  9. hi this is mahesh.I install fedora 13 but there is no sound in it.I am using ATI RADEON PREMIUM GRAPHICS.plzzzz help me

  10. I installed FC13 couple weeks ago, and got dual display configuration working quite
    well following your instructions.
    Last night I did yum update and it seemed to be OK at first.
    But display updates are either slow or totally forgotten.
    glxgears -info and glxinfo commands report correct information about using hardware, but
    glxgears actually updates about 10 pixels of the whole picture, so it’s frame is mostly black.
    Reported framerate is around 1000.

    • Hi Okko,

      This problem sounds like a bug on ATI drivers.

      Could you post following information:
      First check your last updates using yum history with following command:

      yum history

      Look right yum history ID and then post following command output here:

      yum history info [your id]
       
      ## example ##
      yum history info 346
  11. Here is yum history, it’s a long one: E8-)

    Loaded plugins: presto, refresh-packagekit
    Transaction ID : 63
    Begin time : Mon Nov 15 23:31:34 2010
    Begin rpmdb : 1903:1469ec0ee2750b1ad80e46c300817cef1537555d
    End time : Tue Nov 16 00:10:21 2010 (2327 seconds)
    End rpmdb : 1921:739e5d95235f9d5718678fdda287f5369685db04
    User : Juha Okkonen
    Return-Code : Success
    Transaction performed with:
    Updated rpm-4.8.0-14.fc13.x86_64
    Updated yum-3.2.27-4.fc13.noarch
    Installed yum-metadata-parser-1.1.4-1.fc13.x86_64
    Installed yum-presto-0.6.2-1.fc13.noarch
    Packages Altered:
    Updated ModemManager-0.3-12.git20100504.fc13.x86_64
    Update 0.4-4.git20100720.fc13.x86_64
    Updated NetworkManager-1:0.8.1-0.1.git20100510.fc13.x86_64
    Update 1:0.8.1-10.git20100831.fc13.x86_64
    Updated NetworkManager-glib-1:0.8.1-0.1.git20100510.fc13.x86_64
    Update 1:0.8.1-10.git20100831.fc13.x86_64
    Updated NetworkManager-gnome-1:0.8.1-0.1.git20100510.fc13.x86_64
    Update 1:0.8.1-10.git20100831.fc13.x86_64
    Updated NetworkManager-openconnect-0.7.997-1.fc13.x86_64
    Update 0.8.1-1.fc13.x86_64
    Updated NetworkManager-openvpn-1:0.7.997-1.fc13.x86_64
    Update 1:0.8.1-1.fc13.x86_64
    Updated NetworkManager-pptp-1:0.7.997-3.git20100120.fc13.x86_64
    Update 1:0.8.1-1.fc13.x86_64
    Updated NetworkManager-vpnc-1:0.8.0-1.git20100411.fc13.x86_64
    Update 1:0.8.1-1.fc13.x86_64
    Updated PyKDE4-4.4.5-1.fc13.x86_64
    Update 4.5.3-1.fc13.x86_64
    Updated SDL-1.2.14-4.fc13.x86_64
    Update 1.2.14-8.fc13.x86_64
    Updated SDL-devel-1.2.14-4.fc13.x86_64
    Update 1.2.14-8.fc13.x86_64
    Updated abrt-1.1.0-1.fc13.x86_64
    Update 1.1.13-2.fc13.x86_64
    Updated abrt-addon-ccpp-1.1.0-1.fc13.x86_64
    Update 1.1.13-2.fc13.x86_64
    Updated abrt-addon-kerneloops-1.1.0-1.fc13.x86_64
    Update 1.1.13-2.fc13.x86_64
    Updated abrt-addon-python-1.1.0-1.fc13.x86_64
    Update 1.1.13-2.fc13.x86_64
    Updated abrt-desktop-1.1.0-1.fc13.x86_64
    Update 1.1.13-2.fc13.x86_64
    Updated abrt-gui-1.1.0-1.fc13.x86_64
    Update 1.1.13-2.fc13.x86_64
    Updated abrt-libs-1.1.0-1.fc13.x86_64
    Update 1.1.13-2.fc13.x86_64
    Updated abrt-plugin-bugzilla-1.1.0-1.fc13.x86_64
    Update 1.1.13-2.fc13.x86_64
    Updated abrt-plugin-logger-1.1.0-1.fc13.x86_64

    Update 1.1.13-2.fc13.x86_64
    Updated abrt-plugin-runapp-1.1.0-1.fc13.x86_64
    Update 1.1.13-2.fc13.x86_64
    Updated acl-2.2.49-5.fc13.x86_64
    Update 2.2.49-6.fc13.x86_64
    Updated akonadi-1.3.1-4.fc13.x86_64
    Update 1.4.1-2.fc13.x86_64
    Updated anthy-9100h-10.fc13.x86_64
    Update 9100h-15.fc13.x86_64
    Updated apr-util-1.3.9-3.fc13.x86_64
    Update 1.3.10-1.fc13.x86_64
    Updated apr-util-ldap-1.3.9-3.fc13.x86_64
    Update 1.3.10-1.fc13.x86_64
    Updated attica-0.1.2-2.fc13.x86_64
    Update 0.1.4-1.fc13.x86_64
    Updated attica-devel-0.1.2-2.fc13.x86_64
    Update 0.1.4-1.fc13.x86_64
    Updated authconfig-6.1.4-1.fc13.x86_64
    Update 6.1.4-2.fc13.x86_64
    Updated authconfig-gtk-6.1.4-1.fc13.x86_64
    Update 6.1.4-2.fc13.x86_64
    Updated avahi-autoipd-0.6.25-6.fc13.x86_64
    Update 0.6.25-7.fc13.x86_64
    Updated avahi-ui-0.6.25-6.fc13.x86_64
    Update 0.6.25-7.fc13.x86_64
    Updated b43-openfwwf-5.2-3.fc13.noarch
    Update 5.2-5.fc13.noarch
    Updated babl-0.1.2-1.fc13.x86_64
    Update 0.1.2-4.fc13.x86_64
    Updated bash-4.1.2-4.fc13.x86_64
    Update 4.1.7-1.fc13.x86_64
    Updated bind-libs-32:9.7.0-9.P1.fc13.x86_64
    Update 32:9.7.1-2.P2.fc13.x86_64
    Updated bind-utils-32:9.7.0-9.P1.fc13.x86_64
    Update 32:9.7.1-2.P2.fc13.x86_64
    Updated binutils-2.20.51.0.2-15.fc13.x86_64
    Update 2.20.51.0.2-20.fc13.x86_64
    Updated binutils-devel-2.20.51.0.2-15.fc13.x86_64
    Update 2.20.51.0.2-20.fc13.x86_64
    Updated boost-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-date-time-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-devel-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-filesystem-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-graph-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-iostreams-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-program-options-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64

    Updated boost-python-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-regex-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-serialization-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-signals-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-system-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-test-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-thread-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated boost-wave-1.41.0-7.fc13.x86_64
    Update 1.41.0-9.fc13.x86_64
    Updated brasero-2.30.1-3.fc13.x86_64
    Update 2.30.2-1.fc13.x86_64
    Updated brasero-libs-2.30.1-3.fc13.x86_64
    Update 2.30.2-1.fc13.x86_64
    Updated brasero-nautilus-2.30.1-3.fc13.x86_64
    Update 2.30.2-1.fc13.x86_64
    Updated bzip2-1.0.5-6.fc12.x86_64
    Update 1.0.6-1.fc13.x86_64
    Updated bzip2-devel-1.0.5-6.fc12.x86_64
    Update 1.0.6-1.fc13.x86_64
    Updated bzip2-libs-1.0.5-6.fc12.x86_64
    Update 1.0.6-1.fc13.x86_64
    Updated c-ares-1.7.0-1.fc13.x86_64
    Update 1.7.0-5.fc13.x86_64
    Dep-Install cagibi-0.1.1-2.fc13.x86_64
    Updated cairomm-1.8.4-1.fc13.x86_64
    Update 1.8.4-2.fc13.x86_64
    Updated ccache-2.4-17.fc13.x86_64
    Update 2.4-18.fc13.x86_64
    Updated chkconfig-1.3.45-1.fc13.x86_64
    Update 1.3.49-1.fc13.x86_64
    Updated cifs-utils-4.4-3.fc13.x86_64
    Update 4.7-1.fc13.x86_64
    Updated clutter-1.2.6-1.fc13.x86_64
    Update 1.2.14-1.fc13.x86_64
    Updated clutter-gtk-0.10.4-1.fc13.x86_64
    Update 0.10.6-1.fc13.x86_64
    Dep-Install compat-db-headers-4.7.25-15.fc13.noarch
    Updated compat-db47-4.7.25-2.fc13.x86_64
    Update 4.7.25-15.fc13.x86_64
    Updated control-center-1:2.30.1-1.fc13.x86_64
    Update 1:2.30.1-3.fc13.x86_64
    Updated control-center-filesystem-1:2.30.1-1.fc13.x86_64
    Update 1:2.30.1-3.fc13.x86_64
    Updated coreutils-8.4-6.fc13.x86_64
    Update 8.4-10.fc13.x86_64
    Updated coreutils-libs-8.4-6.fc13.x86_64

    Update 8.4-10.fc13.x86_64
    Updated cpp-4.4.4-2.fc13.x86_64
    Update 4.4.4-10.fc13.x86_64
    Updated cpuspeed-1:1.5-13.fc13.x86_64
    Update 1:1.5-14.fc13.x86_64
    Updated cronie-1.4.4-1.fc13.x86_64
    Update 1.4.5-2.fc13.x86_64
    Updated cronie-anacron-1.4.4-1.fc13.x86_64
    Update 1.4.5-2.fc13.x86_64
    Updated cryptsetup-luks-1.1.0-1.fc13.x86_64
    Update 1.1.3-1.fc13.x86_64
    Updated cryptsetup-luks-libs-1.1.0-1.fc13.x86_64
    Update 1.1.3-1.fc13.x86_64
    Updated cscope-15.6-8.fc12.x86_64
    Update 15.7a-1.fc13.x86_64
    Updated cups-1:1.4.4-10.fc13.x86_64
    Update 1:1.4.4-11.fc13.x86_64
    Updated cups-libs-1:1.4.4-10.fc13.i686
    Updated cups-libs-1:1.4.4-10.fc13.x86_64
    Update 1:1.4.4-11.fc13.i686
    Update 1:1.4.4-11.fc13.x86_64
    Updated curl-7.20.0-4.fc13.x86_64
    Update 7.20.1-4.fc13.x86_64
    Updated cvs-1.11.23-8.fc13.x86_64
    Update 1.11.23-10.fc13.x86_64
    Updated db4-cxx-4.8.26-1.fc13.x86_64
    Update 4.8.30-1.fc13.x86_64
    Updated dbus-glib-0.84-3.fc13.x86_64
    Update 0.86-4.fc13.x86_64
    Updated dbus-glib-devel-0.84-3.fc13.x86_64
    Update 0.86-4.fc13.x86_64
    Dep-Install dbusmenu-qt-0.6.3-1.fc13.x86_64
    Updated deja-dup-14.1-1.fc13.x86_64
    Update 14.2-2.fc13.x86_64
    Updated desktop-effects-0.8.6-1.fc13.x86_64
    Update 0.8.7-2.fc13.x86_64
    Updated device-mapper-1.02.44-1.fc13.x86_64
    Update 1.02.54-2.fc13.x86_64
    Updated device-mapper-event-1.02.44-1.fc13.x86_64
    Update 1.02.54-2.fc13.x86_64
    Updated device-mapper-event-libs-1.02.44-1.fc13.x86_64
    Update 1.02.54-2.fc13.x86_64
    Updated device-mapper-libs-1.02.44-1.fc13.x86_64
    Update 1.02.54-2.fc13.x86_64
    Updated dhclient-12:4.1.1-15.fc13.x86_64
    Update 12:4.1.1-27.P1.fc13.x86_64
    Updated digikam-1.2.0-2.fc13.x86_64
    Update 1.5.0-1.fc13.1.x86_64
    Updated digikam-libs-1.2.0-2.fc13.x86_64
    Update 1.5.0-1.fc13.1.x86_64
    Updated docbook-style-dsssl-1.79-10.fc13.noarch
    Update 1.79-11.fc13.noarch
    Updated docbook-style-xsl-1.75.2-5.fc13.noarch

    Update 1.75.2-6.fc13.noarch
    Updated docbook-utils-0.6.14-23.fc13.noarch
    Update 0.6.14-26.fc13.noarch
    Updated doxygen-1:1.6.2-1.svn20100208.fc13.x86_64
    Update 1:1.7.1-1.fc13.x86_64
    Updated dracut-005-3.fc13.noarch
    Update 005-5.fc13.noarch
    Updated dump-1:0.4-0.4.b42.fc13.x86_64
    Update 1:0.4-0.6.b42.fc13.x86_64
    Updated duplicity-0.6.08b-1.fc13.x86_64
    Update 0.6.10-1.fc13.x86_64
    Updated e2fsprogs-1.41.10-6.fc13.x86_64
    Update 1.41.10-7.fc13.x86_64
    Updated e2fsprogs-libs-1.41.10-6.fc13.x86_64
    Update 1.41.10-7.fc13.x86_64
    Updated eject-2.1.5-18.fc13.x86_64
    Update 2.1.5-19.fc13.x86_64
    Updated elfutils-0.146-1.fc13.x86_64
    Update 0.149-1.fc13.x86_64
    Updated elfutils-libelf-0.146-1.fc13.x86_64
    Update 0.149-1.fc13.x86_64
    Updated elfutils-libs-0.146-1.fc13.x86_64
    Update 0.149-1.fc13.x86_64
    Updated empathy-2.30.1-2.fc13.x86_64
    Update 2.30.3-1.fc13.x86_64
    Updated eog-2.30.1-1.fc13.x86_64
    Update 2.30.1-2.fc13.x86_64
    Updated espeak-1.42.04-1.fc13.x86_64
    Update 1.43-2.fc13.x86_64
    Updated evince-2.30.1-2.fc13.x86_64
    Update 2.30.3-1.fc13.x86_64
    Updated evince-libs-2.30.1-2.fc13.x86_64
    Update 2.30.3-1.fc13.x86_64
    Updated evince-nautilus-2.30.1-2.fc13.x86_64
    Update 2.30.3-1.fc13.x86_64
    Updated evolution-2.30.1-2.fc13.x86_64
    Update 2.30.3-1.fc13.x86_64
    Updated evolution-data-server-2.30.1-2.fc13.x86_64
    Update 2.30.3-1.fc13.x86_64
    Updated evolution-data-server-devel-2.30.1-2.fc13.x86_64
    Update 2.30.3-1.fc13.x86_64
    Updated evolution-help-2.30.1-2.fc13.noarch
    Update 2.30.3-1.fc13.noarch
    Updated exempi-2.1.0-4.fc12.x86_64
    Update 2.1.1-1.fc13.x86_64
    Updated farsight2-0.0.17-2.fc13.x86_64
    Update 0.0.20-2.fc13.x86_64
    Dep-Install farsight2-python-0.0.20-2.fc13.x86_64
    Obsoleted fedora-kde-icon-theme-0.0.2-3.fc13.noarch
    Updated fedora-logos-13.0.1-1.fc13.noarch
    Update 13.0.2-2.fc13.noarch
    Updated fedora-release-notes-13-3.fc13.noarch
    Update 13.2-2.fc13.noarch

    Updated fetchmail-6.3.14-1.fc13.x86_64
    Update 6.3.17-1.fc13.x86_64
    Updated file-5.04-3.fc13.x86_64
    Update 5.04-6.fc13.x86_64
    Updated file-devel-5.04-3.fc13.x86_64
    Update 5.04-6.fc13.x86_64
    Updated file-libs-5.04-3.fc13.x86_64
    Update 5.04-6.fc13.x86_64
    Updated file-roller-2.30.0-1.fc13.x86_64
    Update 2.30.1.1-3.fc13.x86_64
    Updated findutils-1:4.4.2-6.fc13.x86_64
    Update 1:4.4.2-8.fc13.x86_64
    Updated finger-0.17-39.fc12.x86_64
    Update 0.17-41.fc13.x86_64
    Updated flash-plugin-10.1.85.3-release.i386
    Update 10.1.102.64-release.i386
    Updated flex-2.5.35-9.fc13.x86_64
    Update 2.5.35-11.fc13.x86_64
    Updated flex-static-2.5.35-9.fc13.x86_64
    Update 2.5.35-11.fc13.x86_64
    Updated fontpackages-filesystem-1.42-1.fc13.noarch
    Update 1.44-1.fc13.noarch
    Updated fpaste-0.3.4-1.fc12.noarch
    Update 0.3.5-1.fc13.noarch
    Updated fprintd-0.1-16.git04fd09cfa.fc13.x86_64
    Update 0.2.0-1.fc13.x86_64
    Updated fprintd-pam-0.1-16.git04fd09cfa.fc13.x86_64
    Update 0.2.0-1.fc13.x86_64
    Updated fuse-2.8.1-4.fc13.x86_64
    Update 2.8.5-2.fc13.x86_64
    Updated fuse-libs-2.8.1-4.fc13.x86_64
    Update 2.8.5-2.fc13.x86_64
    Updated gawk-3.1.7-3.fc13.x86_64
    Update 3.1.8-2.fc13.x86_64
    Updated gcc-4.4.4-2.fc13.x86_64
    Update 4.4.4-10.fc13.x86_64
    Updated gcc-c++-4.4.4-2.fc13.x86_64
    Update 4.4.4-10.fc13.x86_64
    Updated gcc-gfortran-4.4.4-2.fc13.x86_64
    Update 4.4.4-10.fc13.x86_64
    Updated gdb-7.1-18.fc13.x86_64
    Update 7.1-34.fc13.x86_64
    Updated gegl-0.1.2-2.fc13.x86_64
    Update 0.1.2-4.fc13.x86_64
    Updated gettext-0.17-16.1.fc13.x86_64
    Update 0.18.1.1-1.1.fc13.x86_64
    Updated gettext-devel-0.17-16.1.fc13.x86_64
    Update 0.18.1.1-1.1.fc13.x86_64
    Updated gettext-libs-0.17-16.1.fc13.x86_64
    Update 0.18.1.1-1.1.fc13.x86_64
    Updated ghostscript-8.71-9.fc13.x86_64
    Update 8.71-16.fc13.x86_64
    Updated ghostscript-cups-8.71-9.fc13.x86_64

    Update 8.71-16.fc13.x86_64
    Updated gimp-2:2.6.8-6.fc13.x86_64
    Update 2:2.6.11-1.fc13.x86_64
    Updated gimp-help-browser-2:2.6.8-6.fc13.x86_64
    Update 2:2.6.11-1.fc13.x86_64
    Updated gimp-libs-2:2.6.8-6.fc13.x86_64
    Update 2:2.6.11-1.fc13.x86_64
    Updated git-1.7.0.1-1.fc13.x86_64
    Update 1.7.2.3-1.fc13.x86_64
    Updated glx-utils-7.8.1-6.fc13.x86_64
    Update 7.8.2-1.fc13.x86_64
    Updated gnome-color-manager-2.30.1-1.fc13.x86_64
    Update 2.30.2-1.fc13.x86_64
    Updated gnome-desktop-2.30.0-3.fc13.x86_64
    Update 2.30.2-1.fc13.x86_64
    Updated gnome-desktop-devel-2.30.0-3.fc13.x86_64
    Update 2.30.2-1.fc13.x86_64
    Updated gnome-devel-docs-2.30.0-1.fc13.noarch
    Update 2.30.1-1.fc13.noarch
    Updated gnome-doc-utils-0.20.0-1.fc13.noarch
    Update 0.20.1-2.fc13.noarch
    Updated gnome-doc-utils-stylesheets-0.20.0-1.fc13.noarch
    Update 0.20.1-2.fc13.noarch
    Updated gnome-games-1:2.30.0-1.fc13.x86_64
    Update 1:2.30.1-1.fc13.x86_64
    Updated gnome-keyring-2.30.1-2.fc13.x86_64
    Update 2.30.3-1.fc13.x86_64
    Updated gnome-keyring-devel-2.30.1-2.fc13.x86_64
    Update 2.30.3-1.fc13.x86_64
    Updated gnome-keyring-pam-2.30.1-2.fc13.x86_64
    Update 2.30.3-1.fc13.x86_64
    Updated gnome-packagekit-2.30.1-1.fc13.x86_64
    Update 2.30.3-1.fc13.x86_64
    Updated gnome-panel-2.30.0-1.fc13.x86_64
    Update 2.30.0-4.fc13.x86_64
    Updated gnome-panel-devel-2.30.0-1.fc13.x86_64
    Update 2.30.0-4.fc13.x86_64
    Updated gnome-panel-libs-2.30.0-1.fc13.x86_64
    Update 2.30.0-4.fc13.x86_64
    Updated gnome-python2-applet-2.30.0-2.fc13.x86_64
    Update 2.30.0-6.fc13.x86_64
    Updated gnome-python2-desktop-2.30.0-2.fc13.x86_64
    Update 2.30.0-6.fc13.x86_64
    Updated gnome-python2-extras-2.25.3-17.fc13.x86_64
    Update 2.25.3-24.fc13.x86_64
    Updated gnome-python2-gnomekeyring-2.30.0-2.fc13.x86_64
    Update 2.30.0-6.fc13.x86_64
    Updated gnome-python2-gtkhtml2-2.25.3-17.fc13.x86_64
    Update 2.25.3-24.fc13.x86_64
    Updated gnome-python2-libegg-2.25.3-17.fc13.x86_64
    Update 2.25.3-24.fc13.x86_64
    Updated gnome-python2-libwnck-2.30.0-2.fc13.x86_64
    Update 2.30.0-6.fc13.x86_64

    Updated gnome-screensaver-2.30.0-1.fc13.x86_64
    Update 2.30.0-2.fc13.x86_64
    Updated gnome-settings-daemon-2.30.1-4.fc13.x86_64
    Update 2.30.1-9.fc13.x86_64
    Updated gnome-user-docs-2.30.0-1.fc13.noarch
    Update 2.30.1-1.fc13.noarch
    Updated gnote-0.7.2-1.fc13.x86_64
    Update 0.7.3-2.fc13.x86_64
    Dep-Install gnupg-1.4.11-2.fc13.x86_64
    Updated gnupg2-2.0.14-2.fc13.x86_64
    Update 2.0.14-7.fc13.x86_64
    Updated goddard-kde-theme-13.0.1-1.fc13.noarch
    Update 13.1.0-1.fc13.noarch
    Updated grubby-7.0.13-1.fc13.x86_64
    Update 7.0.16-1.fc13.x86_64
    Updated gstreamer-plugins-bad-free-0.10.18-2.fc13.x86_64
    Update 0.10.20-1.fc13.x86_64
    Updated gstreamer-plugins-base-0.10.28-1.fc13.x86_64
    Update 0.10.30-1.fc13.x86_64
    Dep-Install gstreamer-python-0.10.16-1.fc12.x86_64
    Updated gtk-vnc-0.3.10-2.fc12.x86_64
    Update 0.3.10-3.fc13.x86_64
    Updated gtkhtml3-3.30.1-1.fc13.x86_64
    Update 3.30.3-1.fc13.x86_64
    Updated gtksourceview2-2.10.0-1.fc13.x86_64
    Update 2.10.1-1.fc13.x86_64
    Updated gucharmap-2.30.0-1.fc13.x86_64
    Update 2.30.1-1.fc13.x86_64
    Updated gvfs-1.6.1-1.fc13.x86_64
    Update 1.6.2-1.fc13.x86_64
    Updated gvfs-archive-1.6.1-1.fc13.x86_64
    Update 1.6.2-1.fc13.x86_64
    Updated gvfs-fuse-1.6.1-1.fc13.x86_64
    Update 1.6.2-1.fc13.x86_64
    Updated gvfs-gphoto2-1.6.1-1.fc13.x86_64
    Update 1.6.2-1.fc13.x86_64
    Updated gvfs-obexftp-1.6.1-1.fc13.x86_64
    Update 1.6.2-1.fc13.x86_64
    Updated gvfs-smb-1.6.1-1.fc13.x86_64
    Update 1.6.2-1.fc13.x86_64
    Updated gypsy-0.7-1.fc12.x86_64
    Update 0.8-1.fc13.x86_64
    Updated gypsy-devel-0.7-1.fc12.x86_64
    Update 0.8-1.fc13.x86_64
    Updated gzip-1.3.13-3.fc13.x86_64
    Update 1.3.13-4.fc13.x86_64
    Updated hplip-common-3.10.2-11.fc13.x86_64
    Update 3.10.9-5.fc13.x86_64
    Updated hplip-libs-3.10.2-11.fc13.x86_64
    Update 3.10.9-5.fc13.x86_64
    Updated httpd-2.2.15-1.fc13.x86_64
    Update 2.2.17-1.fc13.1.x86_64
    Updated httpd-tools-2.2.15-1.fc13.x86_64

    Update 2.2.17-1.fc13.1.x86_64
    Updated hunspell-1.2.8-17.fc13.x86_64
    Update 1.2.8-18.fc13.x86_64
    Updated hunspell-devel-1.2.8-17.fc13.x86_64
    Update 1.2.8-18.fc13.x86_64
    Updated hunspell-en-0.20090216-7.fc12.noarch
    Update 0.20100322-1.fc13.noarch
    Updated ibus-1.3.3-1.fc13.x86_64
    Update 1.3.6-2.fc13.x86_64
    Updated ibus-anthy-1.2.1-1.fc13.x86_64
    Update 1.2.4-2.fc13.x86_64
    Updated ibus-chewing-1.2.99.20100317-1.fc13.x86_64
    Update 1.3.7.20100910-1.fc13.x86_64
    Updated ibus-gtk-1.3.3-1.fc13.x86_64
    Update 1.3.6-2.fc13.x86_64
    Updated ibus-hangul-1.3.0.20100329-1.fc13.x86_64
    Update 1.3.0.20100329-3.fc13.x86_64
    Updated ibus-libs-1.3.3-1.fc13.x86_64
    Update 1.3.6-2.fc13.x86_64
    Updated ibus-m17n-1.3.0-1.fc13.x86_64
    Update 1.3.1-5.fc13.x86_64
    Updated ibus-pinyin-1.3.5-1.fc13.x86_64
    Update 1.3.11-1.fc13.x86_64
    Obsoleting ibus-pinyin-db-open-phrase-1.3.11-1.fc13.noarch
    Obsoleted ibus-pinyin-open-phrase-1.3.5-1.fc13.x86_64
    Updated ibus-rawcode-1.3.0.20100421-1.fc13.x86_64
    Update 1.3.1.20100707-1.fc13.x86_64
    Updated im-chooser-1.2.7-2.fc13.x86_64
    Update 1.3.2-1.fc13.x86_64
    Updated imsettings-0.108.0-2.fc13.x86_64
    Update 0.108.1-2.fc13.x86_64
    Updated imsettings-libs-0.108.0-2.fc13.x86_64
    Update 0.108.1-2.fc13.x86_64
    Updated indent-2.2.10-5.fc12.x86_64
    Update 2.2.11-1.fc13.x86_64
    Updated info-4.13a-9.fc13.x86_64
    Update 4.13a-12.fc13.x86_64
    Updated initscripts-9.12-1.fc13.x86_64
    Update 9.12.1-1.fc13.x86_64
    Updated iok-1.3.10-1.fc13.x86_64
    Update 1.3.11-1.fc13.x86_64
    Updated iproute-2.6.32-1.fc13.x86_64
    Update 2.6.33-8.fc13.x86_64
    Updated iptstate-2.2.2-2.fc13.x86_64
    Update 2.2.2-4.fc13.x86_64
    Updated iputils-20071127-10.fc13.x86_64
    Update 20071127-13.fc13.x86_64
    Updated iso-codes-3.15-1.fc13.noarch
    Update 3.16-1.fc13.noarch
    Updated iwl6000-firmware-9.193.4.1-1.fc13.noarch
    Update 9.221.4.1-1.fc13.noarch
    Updated java-1.5.0-gcj-1.5.0.0-31.fc13.x86_64
    Update 1.5.0.0-32.fc13.x86_64

    Updated java-1.6.0-openjdk-1:1.6.0.0-37.b17.fc13.x86_64
    Update 1:1.6.0.0-43.1.8.2.fc13.x86_64
    Updated java-1.6.0-openjdk-plugin-1:1.6.0.0-37.b17.fc13.x86_64
    Update 1:1.6.0.0-43.1.8.2.fc13.x86_64
    Updated jpackage-utils-1.7.5-3.8.fc12.noarch
    Update 1.7.5-3.11.fc13.noarch
    Updated jwhois-4.0-19.fc13.x86_64
    Update 4.0-21.fc13.x86_64
    Updated kcm-gtk-0.5.3-3.fc13.x86_64
    Update 0.5.3-5.fc13.x86_64
    Updated kcm_touchpad-0.3.1-2.fc13.x86_64
    Update 0.3.1-3.fc13.x86_64
    Updated kde-plasma-networkmanagement-1:0.9-0.20.20100603.fc13.x86_64
    Obsoleting kde-plasma-networkmanagement-1:0.9-0.28.20101011.fc13.2.x86_64
    Updated kde-settings-4.4-16.fc13.noarch
    Update 4.4-21.fc13.noarch
    Updated kde-settings-kdm-4.4-16.fc13.noarch
    Update 4.4-21.fc13.noarch
    Updated kde-settings-pulseaudio-4.4-16.fc13.noarch
    Update 4.4-21.fc13.noarch
    Updated kdeaccessibility-1:4.4.5-1.fc13.x86_64
    Update 1:4.5.3-1.fc13.x86_64
    Updated kdeaccessibility-libs-1:4.4.5-1.fc13.x86_64
    Update 1:4.5.3-1.fc13.x86_64
    Updated kdeadmin-7:4.4.5-1.fc13.x86_64
    Update 7:4.5.3-1.fc13.x86_64
    Updated kdeartwork-kxs-4.4.5-1.fc13.x86_64
    Update 4.5.3-1.fc13.x86_64
    Updated kdeartwork-screensavers-4.4.5-1.fc13.x86_64
    Update 4.5.3-1.fc13.x86_64
    Updated kdebase-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-1.fc13.x86_64
    Updated kdebase-libs-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-1.fc13.x86_64
    Updated kdebase-runtime-4.4.5-1.fc13.x86_64
    Update 4.5.3-3.fc13.x86_64
    Dep-Install kdebase-runtime-flags-4.5.3-3.fc13.noarch
    Updated kdebase-runtime-libs-4.4.5-1.fc13.x86_64
    Update 4.5.3-3.fc13.x86_64
    Updated kdebase-workspace-4.4.5-1.fc13.x86_64
    Update 4.5.3-2.fc13.x86_64
    Updated kdebase-workspace-libs-4.4.5-1.fc13.x86_64
    Update 4.5.3-2.fc13.x86_64
    Updated kdebase-workspace-python-applet-4.4.5-1.fc13.x86_64
    Update 4.5.3-2.fc13.x86_64
    Updated kdebase3-3.5.10-16.fc13.x86_64
    Update 3.5.10-17.fc13.x86_64
    Updated kdebase3-libs-3.5.10-16.fc13.x86_64
    Update 3.5.10-17.fc13.x86_64
    Updated kdebase3-pim-ioslaves-3.5.10-16.fc13.x86_64
    Update 3.5.10-17.fc13.x86_64
    Updated kdeedu-marble-4.4.5-2.fc13.x86_64
    Update 4.5.3-2.fc13.x86_64

    Updated kdeedu-marble-libs-4.4.5-2.fc13.x86_64
    Update 4.5.3-2.fc13.x86_64
    Updated kdegames-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-3.fc13.x86_64
    Updated kdegames-libs-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-3.fc13.x86_64
    Updated kdegames-minimal-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-3.fc13.x86_64
    Updated kdegraphics-7:4.4.5-4.fc13.x86_64
    Update 7:4.5.3-2.fc13.x86_64
    Updated kdegraphics-libs-7:4.4.5-4.fc13.x86_64
    Update 7:4.5.3-2.fc13.x86_64
    Updated kdelibs-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-1.fc13.x86_64
    Updated kdelibs-common-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-1.fc13.x86_64
    Updated kdelibs-devel-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-1.fc13.x86_64
    Updated kdemultimedia-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-1.fc13.x86_64
    Updated kdemultimedia-libs-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-1.fc13.x86_64
    Updated kdenetwork-7:4.4.5-3.fc13.x86_64
    Update 7:4.5.3-2.fc13.x86_64
    Updated kdenetwork-libs-7:4.4.5-3.fc13.x86_64
    Update 7:4.5.3-2.fc13.x86_64
    Updated kdepim-6:4.4.6-3.fc13.x86_64
    Update 6:4.4.7-1.fc13.1.x86_64
    Updated kdepim-libs-6:4.4.6-3.fc13.x86_64
    Update 6:4.4.7-1.fc13.1.x86_64
    Updated kdepim-runtime-4.4.6-2.fc13.x86_64
    Update 4.4.7-1.fc13.1.x86_64
    Updated kdepim-runtime-libs-4.4.6-2.fc13.x86_64
    Update 4.4.7-1.fc13.1.x86_64
    Updated kdepimlibs-4.4.5-1.fc13.x86_64
    Update 4.5.3-2.fc13.x86_64
    Updated kdepimlibs-akonadi-4.4.5-1.fc13.x86_64
    Update 4.5.3-2.fc13.x86_64
    Updated kdeplasma-addons-4.4.5-1.fc13.x86_64
    Update 4.5.3-1.fc13.x86_64
    Updated kdeplasma-addons-libs-4.4.5-1.fc13.x86_64
    Update 4.5.3-1.fc13.x86_64
    Updated kdeutils-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-1.fc13.x86_64
    Updated kdeutils-libs-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-1.fc13.x86_64
    Dep-Install kdeutils-minimal-6:4.5.3-1.fc13.x86_64
    Dep-Install kdeutils-minimal-libs-6:4.5.3-1.fc13.x86_64
    Updated kdeutils-printer-applet-6:4.4.5-1.fc13.x86_64
    Update 6:4.5.3-1.fc13.x86_64
    Updated kdm-4.4.5-1.fc13.x86_64
    Update 4.5.3-2.fc13.x86_64
    Install kernel-2.6.34.7-61.fc13.x86_64

    Updated kio_msits-7:4.4.5-4.fc13.x86_64
    Update 7:4.5.3-2.fc13.x86_64
    Updated kipi-plugins-1.2.0-1.fc13.x86_64
    Update 1.5.0-2.fc13.x86_64
    Updated kipi-plugins-libs-1.2.0-1.fc13.x86_64
    Update 1.5.0-2.fc13.x86_64
    Updated knemo-0.6.3-1.fc13.x86_64
    Update 0.6.80-1.fc13.x86_64
    Obsoleted knetworkmanager-1:0.9-0.20.20100603.fc13.x86_64
    Updated knetworkmanager-libs-1:0.9-0.20.20100603.fc13.x86_64
    Update 1:0.9-0.28.20101011.fc13.2.x86_64
    Updated konq-plugins-4.4.0-3.fc13.x86_64
    Update 4.4.0-6.fc13.x86_64
    Updated konversation-1.3.1-1.fc13.x86_64
    Update 1.3.1-2.fc13.x86_64
    Updated ksysguardd-4.4.5-1.fc13.x86_64
    Update 4.5.3-2.fc13.x86_64
    Updated ktorrent-4.0.3-1.fc13.x86_64
    Update 4.0.4-1.fc13.x86_64
    Updated ktorrent-libs-4.0.3-1.fc13.x86_64
    Update 4.0.4-1.fc13.x86_64
    Updated lftp-4.0.5-2.fc13.x86_64
    Update 4.0.9-2.fc13.x86_64
    Updated libXi-1.3-2.fc13.x86_64
    Update 1.3.2-1.fc13.x86_64
    Updated libXi-devel-1.3-2.fc13.x86_64
    Update 1.3.2-1.fc13.x86_64
    Updated libacl-2.2.49-5.fc13.x86_64
    Update 2.2.49-6.fc13.x86_64
    Updated libacl-devel-2.2.49-5.fc13.x86_64
    Update 2.2.49-6.fc13.x86_64
    Updated libarchive-2.8.3-1.fc13.x86_64
    Update 2.8.4-1.fc13.x86_64
    Updated libass-0.9.8-1.fc13.x86_64
    Update 0.9.11-1.fc13.x86_64
    Updated libblkid-2.17.2-8.fc13.x86_64
    Update 2.17.2-9.fc13.x86_64
    Updated libcanberra-0.23-1.fc13.x86_64
    Update 0.24-1.fc13.x86_64
    Updated libcanberra-gtk2-0.23-1.fc13.x86_64
    Update 0.24-1.fc13.x86_64
    Updated libcap-ng-0.6.2-4.fc13.x86_64
    Update 0.6.5-1.fc13.x86_64
    Dep-Install libcgroup-0.35.1-3.fc13.x86_64
    Updated libchamplain-0.4.5-1.fc13.x86_64
    Update 0.4.6-1.fc13.x86_64
    Updated libchamplain-gtk-0.4.5-1.fc13.x86_64
    Update 0.4.6-1.fc13.x86_64
    Updated libchewing-0.3.2-26.fc13.x86_64
    Update 0.3.2-28.fc13.x86_64
    Updated libcollection-0.4.0-3.fc13.x86_64
    Update 0.5.0-36.fc13.x86_64

    Update 7.20.1-4.fc13.x86_64
    Updated libcurl-devel-7.20.0-4.fc13.x86_64
    Update 7.20.1-4.fc13.x86_64
    Updated libdhash-0.4.0-3.fc13.x86_64
    Update 0.4.0-36.fc13.x86_64
    Updated libdwarf-0.20090324-5.fc12.x86_64
    Update 0.20100629-1.fc13.x86_64
    Updated liberation-fonts-common-1.05.3.20100427-1.fc13.noarch
    Update 1.06.0.20100721-1.fc13.noarch
    Updated liberation-mono-fonts-1.05.3.20100427-1.fc13.noarch
    Update 1.06.0.20100721-1.fc13.noarch
    Updated liberation-sans-fonts-1.05.3.20100427-1.fc13.noarch
    Update 1.06.0.20100721-1.fc13.noarch
    Updated liberation-serif-fonts-1.05.3.20100427-1.fc13.noarch
    Update 1.06.0.20100721-1.fc13.noarch
    Updated libexif-0.6.16-4.fc12.x86_64
    Update 0.6.19-1.fc13.x86_64
    Updated libfprint-0.1.0-15.pre2.fc13.x86_64
    Update 0.3.0-1.fc13.x86_64
    Updated libgcj-4.4.4-2.fc13.x86_64
    Update 4.4.4-10.fc13.x86_64
    Updated libgee-0.5.0-1.fc13.x86_64
    Update 0.5.1-1.fc13.x86_64
    Updated libgfortran-4.4.4-2.fc13.x86_64
    Update 4.4.4-10.fc13.x86_64
    Updated libgnome-keyring-2.30.0-2.fc13.x86_64
    Update 2.30.1-1.fc13.x86_64
    Updated libgnome-keyring-devel-2.30.0-2.fc13.x86_64
    Update 2.30.1-1.fc13.x86_64
    Updated libgnomekbd-2.30.1-1.fc13.x86_64
    Update 2.30.2-1.fc13.x86_64
    Updated libgomp-4.4.4-2.fc13.x86_64
    Update 4.4.4-10.fc13.x86_64
    Updated libgpod-0.7.93-1.fc13.x86_64
    Update 0.8.0-1.fc13.x86_64
    Updated libgsf-1.14.17-1.fc13.x86_64
    Update 1.14.18-1.fc13.x86_64
    Updated libgudev1-151-9.fc13.x86_64
    Update 153-4.fc13.x86_64
    Updated libhangul-0.0.10-1.fc13.x86_64
    Update 0.0.11-1.fc13.x86_64
    Updated libini_config-0.4.0-3.fc13.x86_64
    Update 0.6.0-36.fc13.x86_64
    Updated libisofs-0.6.30-1.fc13.x86_64
    Update 0.6.38-1.fc13.x86_64
    Updated libktorrent-1.0.3-1.fc13.x86_64
    Update 1.0.4-1.fc13.x86_64
    Updated libnih-1.0.1-6.fc13.x86_64
    Update 1.0.2-1.fc13.x86_64
    Updated libnotify-0.4.5-4.fc13.x86_64
    Update 0.5.0-1.fc13.x86_64
    Updated libnotify-devel-0.4.5-4.fc13.x86_64
    Update 0.5.0-1.fc13.x86_64

    Updated libopenraw-0.0.8-1.fc13.x86_64
    Update 0.0.8-3.fc13.x86_64
    Dep-Install libpath_utils-0.2.0-36.fc13.x86_64
    Dep-Install libproxy-python-0.3.1-4.fc13.x86_64
    Updated libpurple-2.6.6-2.fc13.x86_64
    Update 2.7.5-1.fc13.x86_64
    Updated libraw1394-2.0.5-1.fc13.x86_64
    Update 2.0.5-2.fc13.x86_64
    Dep-Install libref_array-0.1.0-36.fc13.x86_64
    Updated libsane-hpaio-3.10.2-11.fc13.x86_64
    Update 3.10.9-5.fc13.x86_64
    Updated libsilc-1.1.10-1.fc12.x86_64
    Update 1.1.10-2.fc13.x86_64
    Updated libsmbclient-3.5.2-60.fc13.x86_64
    Update 3.5.6-69.fc13.x86_64
    Updated libss-1.41.10-6.fc13.x86_64
    Update 1.41.10-7.fc13.x86_64
    Updated libstdc++-4.4.4-2.fc13.x86_64
    Update 4.4.4-10.fc13.x86_64
    Updated libstdc++-devel-4.4.4-2.fc13.x86_64
    Update 4.4.4-10.fc13.x86_64
    Updated libsysfs-2.1.0-7.fc13.x86_64
    Update 2.1.0-8.fc13.x86_64
    Updated libtirpc-0.2.1-2.fc13.x86_64
    Update 0.2.1-3.fc13.x86_64
    Updated libucil-0.9.8-4.fc13.x86_64
    Update 0.9.10-1.fc13.x86_64
    Updated libudev-151-9.fc13.x86_64
    Update 153-4.fc13.x86_64
    Updated libunicap-0.9.12-2.fc13.x86_64
    Update 0.9.12-6.fc13.x86_64
    Updated libusb-0.1.12-22.fc12.x86_64
    Update 0.1.12-23.fc13.x86_64
    Updated libuuid-2.17.2-8.fc13.i686
    Updated libuuid-2.17.2-8.fc13.x86_64
    Update 2.17.2-9.fc13.i686
    Update 2.17.2-9.fc13.x86_64
    Updated libuuid-devel-2.17.2-8.fc13.x86_64
    Update 2.17.2-9.fc13.x86_64
    Updated libv4l-0.7.91-1.fc13.x86_64
    Update 0.8.1-1.fc13.x86_64
    Updated libvpx-0.9.1-3.fc13.x86_64
    Update 0.9.5-1.fc13.x86_64
    Updated linux-firmware-20100106-4.fc13.noarch
    Obsoleting linux-firmware-20100806-4.fc13.noarch
    Updated lm_sensors-libs-3.1.2-2.fc13.x86_64
    Update 3.1.2-2.svn5857.fc13.x86_64
    Updated logrotate-3.7.8-8.fc13.x86_64
    Update 3.7.8-9.fc13.x86_64
    Updated lohit-oriya-fonts-2.4.3-4.fc13.noarch
    Update 2.4.3-6.fc13.noarch
    Updated lohit-tamil-fonts-2.4.5-3.fc13.noarch
    Update 2.4.5-6.fc13.noarch

    Updated lohit-telugu-fonts-2.4.5-5.fc13.noarch
    Update 2.4.5-6.fc13.noarch
    Updated lvm2-2.02.61-1.fc13.x86_64
    Update 2.02.73-2.fc13.x86_64
    Updated lvm2-libs-2.02.61-1.fc13.x86_64
    Update 2.02.73-2.fc13.x86_64
    Updated m17n-contrib-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-assamese-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-bengali-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-gujarati-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-hindi-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-kannada-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-maithili-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-malayalam-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-marathi-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-oriya-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-punjabi-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-sinhala-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-tamil-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-telugu-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-contrib-urdu-1.1.10-3.fc13.noarch
    Update 1.1.10-5.fc13.noarch
    Updated m17n-lib-1.5.5-2.fc13.x86_64
    Update 1.5.5-3.fc13.x86_64
    Updated mailcap-2.1.32-1.fc13.noarch
    Update 2.1.33-1.fc13.noarch
    Updated mailx-12.4-6.fc13.x86_64
    Update 12.5-1.fc13.x86_64
    Updated make-1:3.81-18.fc12.x86_64
    Update 1:3.81-19.fc13.x86_64
    Updated mcelog-1:0.9pre1-0.1.fc13.x86_64
    Update 2:1.0-0.1.pre3.fc13.x86_64
    Updated mdadm-3.1.2-10.fc13.x86_64
    Update 3.1.3-0.git20100804.2.fc13.x86_64
    Updated mesa-dri-drivers-7.8.1-9.fc13.i686
    Updated mesa-dri-drivers-7.8.1-9.fc13.x86_64
    Update 7.8.2-1.fc13.i686
    Update 7.8.2-1.fc13.x86_64
    Updated mesa-libGL-7.8.1-9.fc13.i686

    Updated mesa-libGL-7.8.1-9.fc13.x86_64
    Update 7.8.2-1.fc13.i686
    Update 7.8.2-1.fc13.x86_64
    Updated mesa-libGL-devel-7.8.1-9.fc13.x86_64
    Update 7.8.2-1.fc13.x86_64
    Updated mesa-libGLU-7.8.1-6.fc13.x86_64
    Updated mesa-libGLU-7.8.1-9.fc13.i686
    Update 7.8.2-1.fc13.i686
    Update 7.8.2-1.fc13.x86_64
    Updated mesa-libGLU-devel-7.8.1-6.fc13.x86_64
    Update 7.8.2-1.fc13.x86_64
    Updated metacity-2.30.0-2.fc13.x86_64
    Update 2.30.0-3.fc13.x86_64
    Updated microcode_ctl-1:1.17-3.fc13.x86_64
    Update 1:1.17-5.fc13.x86_64
    Updated mingetty-1.08-4.fc12.x86_64
    Update 1.08-6.fc13.x86_64
    Updated mousetweaks-2.30.0-1.fc13.x86_64
    Update 2.30.1-1.fc13.x86_64
    Updated mutt-5:1.5.20-2.20091214hg736b6a.fc13.1.x86_64
    Update 5:1.5.21-1.fc13.x86_64
    Updated mysql-embedded-5.1.51-2.fc13.x86_64
    Update 5.1.52-1.fc13.x86_64
    Updated nautilus-2.30.1-3.fc13.x86_64
    Update 2.30.1-6.fc13.x86_64
    Updated nautilus-extensions-2.30.1-3.fc13.x86_64
    Update 2.30.1-6.fc13.x86_64
    Updated nautilus-sendto-2.28.4-1.fc13.x86_64
    Update 2.28.4-3.fc13.x86_64
    Updated nc-1.84-22.fc13.x86_64
    Update 1.84-23.fc13.x86_64
    Updated net-snmp-libs-1:5.5-12.fc13.x86_64
    Update 1:5.5-17.fc13.x86_64
    Updated net-tools-1.60-102.fc13.x86_64
    Update 1.60-103.fc13.x86_64
    Updated netpbm-10.47.13-1.fc13.x86_64
    Update 10.47.21-1.fc13.x86_64
    Updated netpbm-devel-10.47.13-1.fc13.x86_64
    Update 10.47.21-1.fc13.x86_64
    Updated netpbm-progs-10.47.13-1.fc13.x86_64
    Update 10.47.21-1.fc13.x86_64
    Updated nfs-utils-1:1.2.2-2.fc13.x86_64
    Update 1:1.2.2-6.fc13.x86_64
    Updated notification-daemon-0.4.1-0.20090923.5.fc13.x86_64
    Obsoleting notification-daemon-0.5.0-1.fc13.x86_64
    Obsoleted notification-daemon-engine-slider-0.2.0-2.fc13.x86_64
    Updated nscd-2.12-1.x86_64
    Update 2.12.1-4.x86_64
    Updated nss_ldap-264-9.fc13.x86_64
    Update 264-10.fc13.x86_64
    Updated ntfs-3g-2:2010.3.6-1.fc13.x86_64
    Update 2:2010.10.2-1.fc13.x86_64
    Updated ntp-4.2.6p1-1.fc13.x86_64

    Update 4.2.6p1-2.fc13.x86_64
    Updated ntpdate-4.2.6p1-1.fc13.x86_64
    Update 4.2.6p1-2.fc13.x86_64
    Updated ntsysv-1.3.45-1.fc13.x86_64
    Update 1.3.49-1.fc13.x86_64
    Updated obexd-0.22-1.fc13.x86_64
    Update 0.22-2.fc13.x86_64
    Dep-Install opencc-0.1.2-1.fc13.x86_64
    Updated openconnect-2.22-1.fc13.x86_64
    Update 2.25-1.fc13.x86_64
    Updated openldap-2.4.21-10.fc13.i686
    Updated openldap-2.4.21-10.fc13.x86_64
    Update 2.4.21-11.fc13.i686
    Update 2.4.21-11.fc13.x86_64
    Updated openldap-devel-2.4.21-10.fc13.x86_64
    Update 2.4.21-11.fc13.x86_64
    Updated openssh-5.4p1-1.fc13.x86_64
    Update 5.4p1-4.fc13.x86_64
    Updated openssh-askpass-5.4p1-1.fc13.x86_64
    Update 5.4p1-4.fc13.x86_64
    Updated openssh-clients-5.4p1-1.fc13.x86_64
    Update 5.4p1-4.fc13.x86_64
    Updated openssh-server-5.4p1-1.fc13.x86_64
    Update 5.4p1-4.fc13.x86_64
    Updated oprofile-0.9.6-2.fc13.x86_64
    Update 0.9.6-6.fc13.x86_64
    Updated oprofile-gui-0.9.6-2.fc13.x86_64
    Update 0.9.6-6.fc13.x86_64
    Updated orc-0.4.4-2.fc13.x86_64
    Update 0.4.10-1.fc13.x86_64
    Updated orca-2.29.92-1.fc13.x86_64
    Update 2.30.1-1.fc13.x86_64
    Updated oxygen-icon-theme-4.4.5-1.fc13.noarch
    Obsoleting oxygen-icon-theme-4.5.3-1.fc13.noarch
    Updated paktype-naqsh-fonts-3.0-2.fc13.noarch
    Update 3.0-3.fc13.noarch
    Updated paktype-tehreer-fonts-2.0-8.fc13.noarch
    Update 2.0-9.fc13.noarch
    Updated pam-1.1.1-4.fc13.x86_64
    Update 1.1.1-6.fc13.x86_64
    Updated pam-devel-1.1.1-4.fc13.x86_64
    Update 1.1.1-6.fc13.x86_64
    Updated papyon-0.4.5-1.fc13.noarch
    Update 0.5.2-1.fc13.noarch
    Updated paratype-pt-sans-fonts-20100112-3.fc13.noarch
    Update 20100408-1.fc13.noarch
    Updated patch-2.6.1-1.fc13.x86_64
    Update 2.6.1-4.fc13.x86_64
    Updated pciutils-3.1.6-4.fc13.x86_64
    Update 3.1.7-1.fc13.x86_64
    Updated pciutils-devel-3.1.6-4.fc13.x86_64
    Update 3.1.7-1.fc13.x86_64
    Updated pciutils-libs-3.1.6-4.fc13.x86_64

    Update 3.1.7-1.fc13.x86_64
    Updated perf-2.6.33.3-85.fc13.noarch
    Update 2.6.34.7-61.fc13.noarch
    Updated perl-4:5.10.1-112.fc13.x86_64
    Update 4:5.10.1-120.fc13.x86_64
    Dep-Install perl-Compress-Raw-Bzip2-2.030-1.fc13.x86_64
    Updated perl-Compress-Raw-Zlib-2.023-112.fc13.x86_64
    Update 2.030-1.fc13.x86_64
    Obsoleted perl-Compress-Zlib-2.020-112.fc13.x86_64
    Updated perl-ExtUtils-MakeMaker-6.55-112.fc13.x86_64
    Update 6.55-120.fc13.x86_64
    Updated perl-ExtUtils-ParseXS-1:2.20-112.fc13.x86_64
    Update 1:2.20-120.fc13.x86_64
    Updated perl-Git-1.7.0.1-1.fc13.noarch
    Update 1.7.2.3-1.fc13.noarch
    Updated perl-HTML-Parser-3.64-2.fc13.x86_64
    Update 3.68-1.fc13.x86_64
    Obsoleting perl-IO-Compress-2.030-1.fc13.noarch
    Obsoleted perl-IO-Compress-Base-2.020-112.fc13.x86_64
    Obsoleted perl-IO-Compress-Zlib-2.020-112.fc13.x86_64
    Updated perl-Module-Pluggable-1:3.90-112.fc13.x86_64
    Update 1:3.90-120.fc13.x86_64
    Updated perl-Pod-Escapes-1:1.04-112.fc13.x86_64
    Update 1:1.04-120.fc13.x86_64
    Updated perl-Pod-Simple-1:3.07-112.fc13.x86_64
    Update 1:3.07-120.fc13.x86_64
    Updated perl-Test-Harness-3.17-112.fc13.x86_64
    Update 3.17-120.fc13.x86_64
    Updated perl-URI-1.40-2.fc13.noarch
    Update 1.54-1.fc13.noarch
    Updated perl-devel-4:5.10.1-112.fc13.x86_64
    Update 4:5.10.1-120.fc13.x86_64
    Updated perl-libs-4:5.10.1-112.fc13.x86_64
    Update 4:5.10.1-120.fc13.x86_64
    Updated perl-libwww-perl-5.834-1.fc13.noarch
    Update 5.837-2.fc13.noarch
    Dep-Install perl-threads-1.81-1.fc13.x86_64
    Updated perl-version-3:0.80-112.fc13.x86_64
    Update 3:0.82-1.fc13.x86_64
    Updated pino-0.2.8-1.fc13.x86_64
    Update 0.2.11-1.fc13.x86_64
    Updated policycoreutils-2.0.82-13.fc13.x86_64
    Update 2.0.83-33.1.fc13.x86_64
    Updated policycoreutils-gui-2.0.82-13.fc13.x86_64
    Update 2.0.83-33.1.fc13.x86_64
    Updated policycoreutils-python-2.0.82-13.fc13.x86_64
    Update 2.0.83-33.1.fc13.x86_64
    Updated poppler-data-0.4.0-1.fc13.noarch
    Update 0.4.2-1.fc13.noarch
    Updated postgresql-libs-8.4.3-1.fc13.x86_64
    Update 8.4.5-1.fc13.x86_64
    Updated ppp-2.4.5-8.fc13.x86_64
    Update 2.4.5-9.fc13.x86_64

    Updated pptp-1.7.2-8.fc12.x86_64
    Update 1.7.2-9.fc13.x86_64
    Updated prelink-0.4.3-2.fc13.x86_64
    Update 0.4.3-3.fc13.x86_64
    Updated preupgrade-1.1.4-1.fc13.noarch
    Update 1.1.8-1.fc13.noarch
    Updated psacct-6.5.4-1.fc13.x86_64
    Update 6.5.4-2.fc13.x86_64
    Updated psmisc-22.6-13.fc12.x86_64
    Update 22.6-14.fc13.x86_64
    Updated python-ethtool-0.3-5.fc12.x86_64
    Update 0.5-1.fc13.x86_64
    Updated python-iniparse-0.3.1-2.fc13.noarch
    Update 0.4-1.fc13.noarch
    Updated python-meh-0.7-1.fc13.noarch
    Update 0.7.1-1.fc13.noarch
    Updated python-paste-1.7.2-4.fc12.noarch
    Update 1.7.4-2.fc13.noarch
    Updated python-pycurl-7.19.0-4.fc12.x86_64
    Update 7.19.0-7.fc13.x86_64
    Updated python-simplejson-2.0.9-3.fc12.x86_64
    Update 2.1.1-1.fc13.x86_64
    Updated python-slip-0.2.9-1.fc13.noarch
    Update 0.2.13-1.fc13.noarch
    Updated python-slip-dbus-0.2.9-1.fc13.noarch
    Update 0.2.13-1.fc13.noarch
    Updated python-slip-gtk-0.2.9-1.fc13.noarch
    Update 0.2.13-1.fc13.noarch
    Dep-Install python-twisted-core-8.2.0-6.fc13.x86_64
    Updated python-urlgrabber-3.9.1-6.fc13.noarch
    Update 3.9.1-7.fc13.noarch
    Dep-Install python-zope-interface-3.6.1-5.fc13.x86_64
    Updated ql23xx-firmware-3.03.27-3.fc12.noarch
    Update 3.03.28-1.fc13.noarch
    Updated ql2400-firmware-5.03.02-1.fc13.noarch
    Update 5.03.07-1.fc13.noarch
    Updated ql2500-firmware-5.03.02-1.fc13.noarch
    Update 5.03.07-1.fc13.noarch
    Updated qtcurve-gtk2-1.6.3-1.fc13.x86_64
    Update 1.7.0-1.fc13.x86_64
    Updated qtcurve-kde4-1.6.3-1.fc13.x86_64
    Update 1.7.0-1.fc13.x86_64
    Updated quota-1:3.17-9.fc13.x86_64
    Update 1:3.17-11.fc13.x86_64
    Updated qwt-5.2.0-1.fc13.x86_64
    Update 5.2.1-1.fc13.x86_64
    Updated report-0.10-5.fc13.x86_64
    Update 0.20-0.fc13.x86_64
    Updated report-config-bugzilla-redhat-com-0.10-5.fc13.x86_64
    Update 0.20-0.fc13.x86_64
    Dep-Install report-config-ftp-0.20-0.fc13.x86_64
    Updated report-config-localsave-0.10-5.fc13.x86_64
    Update 0.20-0.fc13.x86_64

    Updated report-config-scp-0.10-5.fc13.x86_64
    Update 0.20-0.fc13.x86_64
    Updated report-gtk-0.10-5.fc13.x86_64
    Update 0.20-0.fc13.x86_64
    Updated report-plugin-bugzilla-0.10-5.fc13.x86_64
    Update 0.20-0.fc13.x86_64
    Dep-Install report-plugin-ftp-0.20-0.fc13.x86_64
    Updated report-plugin-localsave-0.10-5.fc13.x86_64
    Update 0.20-0.fc13.x86_64
    Updated report-plugin-scp-0.10-5.fc13.x86_64
    Update 0.20-0.fc13.x86_64
    Updated rmt-1:0.4-0.4.b42.fc13.x86_64
    Update 1:0.4-0.6.b42.fc13.x86_64
    Updated rpcbind-0.2.0-4.fc12.x86_64
    Update 0.2.0-5.fc13.x86_64
    Updated rpm-4.8.0-14.fc13.x86_64
    Update 4.8.1-2.fc13.x86_64
    Updated rpm-build-4.8.0-14.fc13.x86_64
    Update 4.8.1-2.fc13.x86_64
    Updated rpm-devel-4.8.0-14.fc13.x86_64
    Update 4.8.1-2.fc13.x86_64
    Updated rpm-libs-4.8.0-14.fc13.x86_64
    Update 4.8.1-2.fc13.x86_64
    Updated rpm-python-4.8.0-14.fc13.x86_64
    Update 4.8.1-2.fc13.x86_64
    Updated rpmfusion-free-release-12-3.noarch
    Update 13-2.noarch
    Updated rpmfusion-nonfree-release-12-3.noarch
    Update 13-2.noarch
    Updated samba-winbind-clients-3.5.2-60.fc13.x86_64
    Update 3.5.6-69.fc13.x86_64
    Updated sane-backends-1.0.20-11.fc13.x86_64
    Update 1.0.21-4.fc13.x86_64
    Updated sane-backends-libs-1.0.20-11.fc13.x86_64
    Update 1.0.21-4.fc13.x86_64
    Updated schroedinger-1.0.8-4.fc13.x86_64
    Update 1.0.10-1.fc13.x86_64
    Updated seahorse-2.30.0-1.fc13.x86_64
    Update 2.30.1-1.fc13.x86_64
    Updated selinux-policy-3.7.19-65.fc13.noarch
    Update 3.7.19-69.fc13.noarch
    Updated selinux-policy-targeted-3.7.19-65.fc13.noarch
    Update 3.7.19-69.fc13.noarch
    Updated sendmail-8.14.4-4.fc13.x86_64
    Update 8.14.4-6.fc13.x86_64
    Updated setools-console-3.3.6-4.fc12.x86_64
    Update 3.3.7-8.fc13.x86_64
    Updated setools-libs-3.3.6-4.fc12.x86_64
    Update 3.3.7-8.fc13.x86_64
    Updated setools-libs-python-3.3.6-4.fc12.x86_64
    Update 3.3.7-8.fc13.x86_64
    Updated setroubleshoot-2.2.81-1.fc13.x86_64

    Updated setroubleshoot-plugins-2.1.50-1.fc13.noarch
    Update 2.1.61-1.fc13.noarch
    Updated setroubleshoot-server-2.2.81-1.fc13.x86_64
    Update 2.2.102-1.fc13.x86_64
    Updated setup-2.8.17-1.fc13.noarch
    Update 2.8.20-1.fc13.noarch
    Updated shadow-utils-2:4.1.4.2-5.fc13.x86_64
    Update 2:4.1.4.2-8.fc13.x86_64
    Updated smartmontools-1:5.39.1-1.fc13.x86_64
    Update 1:5.40-2.fc13.x86_64
    Updated smc-fonts-common-04.2-7.fc13.noarch
    Update 4.4-2.fc13.noarch
    Updated smc-meera-fonts-04.2-7.fc13.noarch
    Update 4.4-2.fc13.noarch
    Updated soprano-2.4.3-2.fc13.x86_64
    Update 2.5.2-1.fc13.x86_64
    Updated soprano-devel-2.4.3-2.fc13.x86_64
    Update 2.5.2-1.fc13.x86_64
    Updated sos-1.9-1.fc12.noarch
    Update 2.2-0.fc13.noarch
    Updated source-highlight-2.10-5.fc13.x86_64
    Update 3.1.4-1.fc13.x86_64
    Updated sssd-1.1.1-3.fc13.x86_64
    Update 1.3.0-36.fc13.x86_64
    Updated sssd-client-1.1.1-3.fc13.x86_64
    Update 1.3.0-36.fc13.x86_64
    Updated strace-4.5.19-1.fc12.x86_64
    Update 4.5.20-1.fc13.x86_64
    Updated subversion-1.6.9-2.fc13.x86_64
    Update 1.6.13-1.fc13.x86_64
    Dep-Install subversion-libs-1.6.13-1.fc13.x86_64
    Updated sudo-1.7.2p6-1.fc13.x86_64
    Update 1.7.4p4-3.fc13.x86_64
    Updated sysprof-1.1.4-1.fc12.x86_64
    Update 1.1.6-1.fc13.x86_64
    Updated system-config-date-1.9.57-1.fc13.noarch
    Update 1.9.59-1.fc13.noarch
    Updated system-config-firewall-1.2.25-1.fc13.noarch
    Update 1.2.27-1.fc13.noarch
    Updated system-config-firewall-base-1.2.25-1.fc13.noarch
    Update 1.2.27-1.fc13.noarch
    Updated system-config-firewall-tui-1.2.25-1.fc13.noarch
    Update 1.2.27-1.fc13.noarch
    Updated system-config-network-1.6.0-2.fc13.noarch
    Update 1.6.1-1.fc13.noarch
    Updated system-config-network-tui-1.6.0-2.fc13.noarch
    Update 1.6.1-1.fc13.noarch
    Updated system-config-printer-1.2.4-1.fc13.x86_64
    Update 1.2.5-6.fc13.x86_64
    Updated system-config-printer-kde-7:4.4.5-1.fc13.x86_64
    Update 7:4.5.3-1.fc13.x86_64
    Updated system-config-printer-libs-1.2.4-1.fc13.x86_64
    Update 1.2.5-6.fc13.x86_64

    Updated system-config-printer-udev-1.2.4-1.fc13.x86_64
    Update 1.2.5-6.fc13.x86_64
    Updated system-config-services-0.99.44-1.fc13.noarch
    Update 0.99.46-1.fc13.noarch
    Updated system-config-users-1.2.97-1.fc13.noarch
    Update 1.2.99-1.fc13.noarch
    Updated system-setup-keyboard-0.8.5-1.fc13.x86_64
    Update 0.8.5-2.fc13.x86_64
    Updated systemtap-1.2-1.fc13.x86_64
    Update 1.3-2.fc13.x86_64
    Updated systemtap-runtime-1.2-1.fc13.x86_64
    Update 1.3-2.fc13.x86_64
    Updated sysvinit-tools-2.87-3.dsf.fc13.x86_64
    Update 2.87-4.dsf.fc13.x86_64
    Updated tar-2:1.22-17.fc13.x86_64
    Update 2:1.22-19.fc13.x86_64
    Updated telepathy-butterfly-0.5.7-1.fc13.noarch
    Update 0.5.14-1.fc13.noarch
    Updated telepathy-gabble-0.9.11-1.fc13.x86_64
    Update 0.9.11-2.fc13.x86_64
    Updated telepathy-glib-0.10.1-3.fc13.x86_64
    Update 0.10.7-1.fc13.x86_64
    Updated telepathy-haze-0.3.3-2.fc13.x86_64
    Update 0.3.6-1.fc13.x86_64
    Updated telepathy-mission-control-1:5.4.0-1.fc13.x86_64
    Update 1:5.4.3-1.fc13.x86_64
    Updated texinfo-4.13a-11.fc13.x86_64
    Update 4.13a-12.fc13.x86_64
    Updated texinfo-tex-4.13a-11.fc13.x86_64
    Update 4.13a-12.fc13.x86_64
    Updated thai-scalable-fonts-common-0.4.12-2.fc12.noarch
    Update 0.4.14-1.fc13.noarch
    Updated thai-scalable-waree-fonts-0.4.12-2.fc12.noarch
    Update 0.4.14-1.fc13.noarch
    Updated totem-pl-parser-2.30.0-1.fc13.x86_64
    Update 2.30.3-1.fc13.x86_64
    Updated traceroute-3:2.0.14-1.fc13.x86_64
    Update 3:2.0.15-1.fc13.x86_64
    Updated transmission-common-1.92-2.fc13.x86_64
    Update 1.93-1.fc13.x86_64
    Updated transmission-gtk-1.92-2.fc13.x86_64
    Update 1.93-1.fc13.x86_64
    Updated tzdata-2010i-1.fc13.noarch
    Update 2010o-1.fc13.noarch
    Updated tzdata-java-2010i-1.fc13.noarch
    Update 2010o-1.fc13.noarch
    Updated udev-151-9.fc13.x86_64
    Update 153-4.fc13.x86_64
    Updated udisks-1.0.1-1.fc13.x86_64
    Update 1.0.1-4.fc13.x86_64
    Obsoleted ueagle-atm4-firmware-1.0-4.fc13.noarch
    Updated un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch
    Update 1.0.2-0.15.080608.fc13.noarch

    Updated un-core-fonts-common-1.0.2-0.10.080608.fc12.noarch
    Update 1.0.2-0.15.080608.fc13.noarch
    Updated upower-0.9.2-1.fc13.x86_64
    Update 0.9.5-1.fc13.x86_64
    Updated upstart-0.6.5-5.fc13.x86_64
    Update 0.6.5-7.fc13.x86_64
    Updated usb_modeswitch-1.0.5-1.fc12.x86_64
    Update 1.1.4-1.fc13.x86_64
    Dep-Install usb_modeswitch-data-20100817-1.fc13.noarch
    Updated usbmuxd-1.0.5-1.fc13.x86_64
    Update 1.0.6-1.fc13.x86_64
    Updated util-linux-ng-2.17.2-8.fc13.x86_64
    Update 2.17.2-9.fc13.x86_64
    Updated vim-common-2:7.2.411-1.fc13.x86_64
    Update 2:7.3.055-1.fc13.x86_64
    Updated vim-enhanced-2:7.2.411-1.fc13.x86_64
    Update 2:7.3.055-1.fc13.x86_64
    Dep-Install vim-filesystem-2:7.3.055-1.fc13.x86_64
    Updated vim-minimal-2:7.2.411-1.fc13.x86_64
    Update 2:7.3.055-1.fc13.x86_64
    Updated vinagre-2.30.0-1.fc13.x86_64
    Update 2.30.2-1.fc13.x86_64
    Updated vlgothic-fonts-20100126-2.fc13.noarch
    Update 20100818-1.fc13.noarch
    Updated vlgothic-fonts-common-20100126-2.fc13.noarch
    Update 20100818-1.fc13.noarch
    Updated vorbis-tools-1:1.2.0-7.fc13.x86_64
    Update 1:1.2.0-8.fc13.x86_64
    Updated webkitgtk-1.2.0-1.fc13.x86_64
    Update 1.2.5-1.fc13.x86_64
    Updated wpa_supplicant-1:0.6.8-8.fc13.x86_64
    Update 1:0.6.8-9.fc13.x86_64
    Updated wqy-zenhei-fonts-0.9.45-2.fc13.noarch
    Update 0.9.45-5.fc13.noarch
    Updated xdg-utils-1.0.2-18.20100409.fc13.noarch
    Update 1.0.2-20.20100709.fc13.noarch
    Updated xfsprogs-3.1.1-6.fc13.x86_64
    Update 3.1.1-7.fc13.x86_64
    Updated xkeyboard-config-1.8-4.fc13.noarch
    Update 1.8-6.fc13.noarch
    Updated xorg-x11-drv-elographics-1.2.3-6.fc13.x86_64
    Update 1.2.4-1.fc13.x86_64
    Updated xorg-x11-drv-intel-2.11.0-4.fc13.x86_64
    Update 2.11.0-5.fc13.x86_64
    Updated xorg-x11-drv-nouveau-1:0.0.16-3.20100305git6b8b157.fc13.x86_64
    Update 1:0.0.16-8.20100423git13c1043.fc13.x86_64
    Updated xorg-x11-drv-openchrome-0.2.904-2.fc13.x86_64
    Update 0.2.904-7.fc13.x86_64
    Updated xorg-x11-drv-synaptics-1.2.2-3.fc13.x86_64
    Update 1.2.2-6.fc13.x86_64
    Updated xorg-x11-drv-vmmouse-12.6.9-2.fc13.x86_64
    Update 12.6.9-4.fc13.x86_64
    Updated xorg-x11-drv-wacom-0.10.6-1.fc13.x86_64
    Update 0.10.8-2.fc13.x86_64
    Updated xorg-x11-server-Xorg-1.8.0-12.fc13.x86_64
    Update 1.8.2-4.fc13.x86_64
    Updated xorg-x11-server-common-1.8.0-12.fc13.x86_64
    Update 1.8.2-4.fc13.x86_64
    Updated xorg-x11-xinit-1.0.9-16.fc13.x86_64
    Update 1.0.9-18.fc13.x86_64
    Updated xsane-common-0.997-3.fc12.x86_64
    Update 0.997-10.fc13.x86_64
    Updated xsane-gimp-0.997-3.fc12.x86_64
    Update 0.997-10.fc13.x86_64
    Updated xscreensaver-base-1:5.12-5.fc13.x86_64
    Update 1:5.12-7.fc13.x86_64
    Updated xscreensaver-extras-1:5.12-5.fc13.x86_64
    Update 1:5.12-7.fc13.x86_64
    Updated xscreensaver-gl-base-1:5.12-5.fc13.x86_64
    Update 1:5.12-7.fc13.x86_64
    Updated xscreensaver-gl-extras-1:5.12-5.fc13.x86_64
    Update 1:5.12-7.fc13.x86_64
    Updated yelp-2.30.0-1.fc13.x86_64
    Update 2.30.1-1.fc13.x86_64
    Updated yp-tools-2.10-1.fc13.x86_64
    Update 2.10-2.fc13.x86_64
    Updated ypbind-3:1.31-2.fc13.x86_64
    Update 3:1.31-3.fc13.x86_64
    Updated yum-3.2.27-4.fc13.noarch
    Update 3.2.28-5.fc13.noarch
    Updated yum-utils-1.1.26-1.fc13.noarch
    Update 1.1.28-1.fc13.noarch
    Scriptlet output:
    1 warning: /etc/shadow created as /etc/shadow.rpmnew
    2
    3 Error in file “/usr/share/applications/kde/printers.desktop”: “print/manag
    er” is an invalid MIME type (“print” is an unregistered media type)
    4 Warning in file “/usr/share/applications/gnome-nautilus-folder-handler.des
    ktop”: usage of MIME type “x-directory/gnome-default-handler” is discouraged (”
    x-directory” is an old media type that should be replaced with a modern equival
    ent)
    5 Warning in file “/usr/share/applications/gnome-nautilus-folder-handler.des
    ktop”: usage of MIME type “x-directory/normal” is discouraged (“x-directory” is
    an old media type that should be replaced with a modern equivalent)
    6
    7 Error in file “/usr/share/applications/kde/printers.desktop”: “print/manag
    er” is an invalid MIME type (“print” is an unregistered media type)
    8 Warning in file “/usr/share/applications/gnome-nautilus-folder-handler.des
    ktop”: usage of MIME type “x-directory/gnome-default-handler” is discouraged (”
    x-directory” is an old media type

    • Hi again Okko,

      It seems that the updated version of mesa-dri-drivers package does not work for some reason. Here is snippet from your update history:

      Updated mesa-dri-drivers-7.8.1-9.fc13.i686
      Updated mesa-dri-drivers-7.8.1-9.fc13.x86_64
      Update 7.8.2-1.fc13.i686
      Update 7.8.2-1.fc13.x86_64
      Updated mesa-libGL-7.8.1-9.fc13.i686
       
      Updated mesa-libGL-7.8.1-9.fc13.x86_64
      Update 7.8.2-1.fc13.i686
      Update 7.8.2-1.fc13.x86_64
      Updated mesa-libGL-devel-7.8.1-9.fc13.x86_64
      Update 7.8.2-1.fc13.x86_64
      Updated mesa-libGLU-7.8.1-6.fc13.x86_64
      Updated mesa-libGLU-7.8.1-9.fc13.i686
      Update 7.8.2-1.fc13.i686
      Update 7.8.2-1.fc13.x86_64
      Updated mesa-libGLU-devel-7.8.1-6.fc13.x86_64
      Update 7.8.2-1.fc13.x86_64

      I think you could try to downgrade mesa-dri-drivers.

      So simply write following as root on command line:

      yum downgrade mesa-libGL mesa-libGL-devel mesa-dri-drivers

      Check more info about yum downgrade.

  12. Hi JR

    I tried downgrading mesa-packages. Tried both kernel versions and previous
    xorg.conf files, but nothing worked.

    Then I rechecked all the xorg related packages updated on monday and I noticed that
    server had been updated also, but didn’t think any more of it. Instead I tried installing
    catalyst-drivers but those wouldn’t even recognize my video card.
    Then in desperation I tried downgrading xorg-server and was quite surprised when
    everything works again.

    E8-)

  13. Hi JR,

    I just installed the new ATI catalyst driver, that came out on the 17th of november on my fedora 13, for my Radeon HD 5650, from the ATI website. After installing just fine, I was asked to reboot, after which i now get stuck on the white Fedora 13 loading bar. I have found out I could access the command line from there, and i did startx, but it gives me a Fatal server error: no screens found. I did no backups of my files, trusting Amd would live up to my expectations, so I have no idea how to revert to my previous configuration. Please help me, I will be happy to give you any info about my system.

  14. Hi love linux since fedora 6 but since fedora 9 had same issues with getting my card (graphics) to run under proprietary ATI drivers,it is a radeon 9200se and even on fedora 9 i had to do a run around to get it to run efficiently on linux ,the latest proprietary drivers just leave me with a blacked out screen on reboot and have wasted a day on reloading just recently with latest drivers to no avail.
    I liked the workaround you did with the other driver set but why does fedora just not have thier own backwardly compatable drivers for those of us that have good working cards,surely ATI cannot object to releasing the rights to old cards given that they themselves do not post on thier site older versions of the radeon drivers and the newer kernels do not support them either,so between the two the kernels can be modified to run the older drivers and the kernels could then be written to have the drivers as legacy support for the benefit of all as it is detrimental to the spreading of fedora to keep upgrading thier kernels when older graphics cards become redundant in the process.
    It profits no one except ATI and in the commercial process loses those amongst us that follow fedora.
    My solution is until they sort it out to dual boot with windows and fedora until the money grabbing B*stards start to playfair with the little guy,I for one will not through out my graphics card to make ATI more wedge by buying a new one whilst my old card is still servicable and i will still use fedora and play my games in windows,think my workaround is easier and less time consuming and hazardous to most people than your very clever workaround and lets hope someone in fedora and ATI takes note that we are not all muppets that can be controlled by being limited by thier exploitation .

  15. Hello..

    after installation in microsoft windows, from my computer out loud voice, and slow computer performance, but this will end if I installed ATI Radeon VGA Driver

    as well as in ubuntu, not enough just install the OS only, but also need to install the VGA Diver, and they (ubuntu) already provide it in the additional driver..
    System > Administration > Additional Driver

    what about additional driver for VGA in Redhat OS?

    this link not working on my redhat
    http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.42&lang=English

    Info my hardware,

    Motherboard : GA X48 DQ6, Gigabyte
    Vga : Ati Radeon HD 3650 or 36XX series
    Memori : 2 Gb, Corsair
    HDD : 300 Gb, WD
    : 500 Gb, WD

    can you help me..

    thanks a lot

  16. I uses the following command
    glxinfo |grep -i “\(render\|opengl\)”

    The output is

    direct rendering: Yes
    OpenGL vendor string: X.Org R300 Project
    OpenGL renderer string: Gallium 0.4 on RV370
    OpenGL version string: 2.1 Mesa 7.9
    OpenGL shading language version string: 1.20
    OpenGL extensions:
    GL_NV_blend_square, GL_NV_conditional_render, GL_NV_light_max_exponent,

    What does mean? should i install ATI drivers or not.I’ m using Fedora 14

Leave a Comment

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

faq

Trackbacks/Pingbacks

  1. Howto Install ATI Drivers (Mesa 3D DRI Experimental) on Fedora 12 Linux | if not true then false - [...] JR – February 26, 2010Posted in: Featured, Fedora, Linux, Most PopularFedora 13 Users check Fedora 13 ATI Drivers GuideLike ...
Bear