Announcement

Collapse
No announcement yet.

radeonhd driver config

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • radeonhd driver config

    Hi all.
    How to properly configure radeonhd driver?
    Overall performance is good but fullscreen video playback is slow. Any solution/ideas?

  • #2
    The first thing that comes to mind is enabling EXA acceleration since XAA is the default on some chips. In the radeonhd driver section of xorg.conf:

    Option "AccelMethod" "exa"

    Not sure about this, but I *think* that AtomBIOS support is not on by default, in which case you can try if AtomBIOS works better for you with:

    Option "UseAtomBIOS" "true"

    Btw, what Radeon card are you using?

    Comment


    • #3
      card is HD 2400 pro AGP
      slackware linux 12.1

      Comment


      • #4
        Tried options you've said - no result=( fullscreen video is slow.

        Comment


        • #5
          Also make sure you have the latest radeonhd code from git, since textured video support was only added very recently.

          EDIT - if you have an HD2400 then the problem is simply that we don't have video acceleration for your card yet, but we are working on it. For now, you are probably already using the -x11 output -- if so that is probably as good as it's going to get until we get some HW acceleration added. Shouldn't be long though...
          Last edited by bridgman; 27 August 2008, 06:54 AM.
          Test signature

          Comment


          • #6
            Ok then, we are waiting.

            Comment

            Working...
            X