Results 1 to 6 of 6

Thread: radeonhd driver slower than radeon (ati) on x1400 mobility

  1. #1
    Join Date
    Mar 2009
    Posts
    2

    Default radeonhd driver slower than radeon (ati) on x1400 mobility

    I'm not sure whether it is normal on not that radeonhd driver is slower than radeon (ati) driver with my x1400 mobility.

    Here are the relevant info:

    Code:
    cat /etc/lsb-release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=9.04
    DISTRIB_CODENAME=jaunty
    DISTRIB_DESCRIPTION="Ubuntu jaunty (development branch)"
    Code:
    glxinfo
    name of display: :0.0
    display: :0  screen: 0
    direct rendering: Yes
    Code:
    cat /etc/X11/xorg.conf
    Section "Device"
    	Identifier	"Configured Video Device"
            Driver   "radeonhd"
            Option   "DRI"    #Only works for X1k cards and RS690 IGP at this time
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    EndSection
    
    Section "Module"
            Load  "dri"
    EndSection
    
    Section "DRI"
            Mode         0666
    EndSection
    3D is really slow, the system even slowdown while drawing some transparent window.

    Code:
    glxgears
    1536 frames in 5.0 seconds = 307.064 FPS
    1649 frames in 5.0 seconds = 329.705 FPS
    1647 frames in 5.0 seconds = 329.334 FPS
    as a reference i get around 10.000 with the radeon ati opensource driver.

    So is radeonhd support of x1400 mobility that bad or is there something wrong with my setup?

    Thanks

  2. #2
    Join Date
    Jan 2007
    Location
    Germany
    Posts
    1,858

    Default

    Ubuntu enables EXA by default when using Radeon. You should use EXA with RadeonHD, too:

    // Add
    Option "AccelMethod" "EXA"

    to your "Device" section of your /etc/X11/xorg.conf

  3. #3
    Join Date
    Mar 2009
    Posts
    2

    Default

    Thanks for this fast answer!

    i added the option to my xorg.conf drawing transparent windows seems now faster, but now glxgears freeze the computer when launch.

    nothing suspect in /var/log/Xorg.0.log

    except this:

    (II) AIGLX: Screen 0 is not DRI2 capable

  4. #4
    Join Date
    Oct 2007
    Location
    Toronto-ish
    Posts
    6,924

    Default

    I'm guessing that you just have a version of radeonhd which didn't fully support the 3D stack yet.

    Can you pastebin your xorg log and the output from dmesg ?
    Last edited by bridgman; 03-08-2009 at 10:52 AM.

  5. #5
    Join Date
    Apr 2007
    Posts
    18

    Default

    I presume this is about this bug I also encountered recently:

    http://bugs.freedesktop.org/show_bug.cgi?id=18097

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

    Default

    Seems like something different.

Posting Permissions

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