Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25

Thread: ATI Graphics Cards and Jaunty: What Works?

  1. #21
    Join Date
    May 2009
    Location
    Finland
    Beans
    10
    Distro
    Ubuntu

    Re: ATI Graphics Cards and Jaunty: What Works?

    Update from 8.10 -> 9.04:
    My laptop (ATI Mobility Radeon X700) worked out of the box with the open source graphics driver. Compiz works fine and the 2D performance is much better than in 8.10.

    I wasn't as lucky with my desktop (ATI Radeon 9500). As mentioned the new fglrx driver doesn't support my chipset anymore and I had to remove the driver from recovery console. The default driver doesn't support 3D and 2D performance is poor.

  2. #22
    Join Date
    Dec 2008
    Beans
    57

    Re: ATI Graphics Cards and Jaunty: What Works?

    same here, with ATI readon xpress200 on Intel Dual core (integrated Video).

    On jaunty, it was smooth a nice, but no 3d support. I downgraded to 8.10 so i can play my game but i miss the little extra of jaunty

  3. #23
    Join Date
    Jun 2009
    Beans
    1

    Smile Re: ATI Graphics Cards and Jaunty: What Works?

    Hi.

    I have ATI Radeon RS690M [ATI X1200 series].
    And I also have upgraded to 9.04.

    At start I was upset. My video card is no longer supported by AMD drivers. And at basis even movies playback been Very VERY slowly.

    Then. I read some advices, and got FULL 3D support and normal functionality of card.
    I enabled all the KDE effects. Only window shadows are not showing correctly. But thats fine for me

    You just need to turn DRI support.
    Here is the link
    https://help.ubuntu.com/community/RadeonDriver
    https://help.ubuntu.com/community/RadeonXpress

    and my xorg.conf
    Code:
    ection "Monitor"
        Identifier    "Configured Monitor"
    EndSection
    
    Section "Screen"
        Identifier    "Default Screen"
        Monitor        "Configured Monitor"
        Device        "Configured Video Device"
        DefaultDepth    24
    EndSection
    
    Section "Module"
        Load    "glx"
        Load  "dri"
    EndSection
    
    Section "Device"
        Identifier    "Configured Video Device"
        Driver    "radeon"
        Option          "DRI" "true"
        Option          "GARTSize" "64"
        Option          "XAANoOffscreenPixmaps"
        #Option "AccelMethod" "XAA"
            Option "AccelMethod" "EXA"
        Option          "TripleBuffer"
    
    EndSection
    
    Section "DRI"
            Mode 0666
    EndSection
            
    Section "Extensions"
            Option "Composite" "Enable"
    EndSection
    
    Section "ServerLayout"
        Identifier    "Default Layout"
        Screen          "Default Screen"    
            Option          "AIGLX" "true"
    EndSection
    
    Section "ServerFlags"
            Option "AIGLX" "on"
    EndSection
    And that string helps to view movies on normal speed. That dont freezing any more
    Code:
    Option          "TripleBuffer"
    So, now I'm happy. Hope all it helps.

  4. #24
    Join Date
    Sep 2007
    Beans
    651
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: ATI Graphics Cards and Jaunty: What Works?

    Quote Originally Posted by lekksi View Post
    Update from 8.10 -> 9.04:
    My laptop (ATI Mobility Radeon X700) worked out of the box with the open source graphics driver. Compiz works fine and the 2D performance is much better than in 8.10.

    I wasn't as lucky with my desktop (ATI Radeon 9500). As mentioned the new fglrx driver doesn't support my chipset anymore and I had to remove the driver from recovery console. The default driver doesn't support 3D and 2D performance is poor.
    My old laptop with ATI Raedon 9000 worked out of the box. Nice 2D performance. Compiz is working smooth. But it's no gamerbox thats for sure. My default box with ATI X700 EXCALIBUR PRO also worked out of the box.
    Ubuntu/10.04 Lucid Lynx | AMD Athlon X64 3000+ | 3 GB RAM | 650 GB (3 WD HDDs) + 750 GB external (WD) |ATI X700 EXCALIBUR PRO (256 MB)|FF/3.6.9

  5. #25
    wpshooter is offline Ubuntu addict and loving it
    Join Date
    Sep 2005
    Location
    Virginia, USA
    Beans
    3,581
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: ATI Graphics Cards and Jaunty: What Works?

    My custom built desktop machine is using an OOOOOLD ATI Radeon 9600XT card and what I found is that in doing a clean install of Jaunty from scratch (I do NOT trust doing update from previous versions), that after installing from the ALTERNATE CD version the FPS was very low and direct rendering was not enabled.

    Then STRANGELY (because I would have thought that it would have been exactly the opposite) after I WIPED that installation from the drive and re-installed from the LIVE CD version the FPS was much faster and the direct rendering WAS enabled. At that point, I left well enough alone !!!

Page 3 of 3 FirstFirst 123

Tags for this Thread

Bookmarks

Posting Permissions

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