Page 1 of 4 123 ... LastLast
Results 1 to 10 of 38

Thread: Help building latest radeon driver

  1. #1
    Join Date
    Nov 2008
    Location
    Managua, Nicaragua
    Posts
    82

    Question Help building latest radeon driver

    I want to try the latest radeon driver, but don't know where to start. Is there a guide to build the driver? What are required steps and dependencies? I'm using Kubuntu 9.04 and a Mobility HD3650 if that matters.

    Thanks.

  2. #2
    Join Date
    Dec 2007
    Posts
    1,975

  3. #3
    Join Date
    Nov 2008
    Location
    Managua, Nicaragua
    Posts
    82

    Default

    Thanks, that worked. I'm having some video corruption though, mostly in the cursor and icons.

    "ForceLowPowerMode" seems to work, as the temperature is within normal. What does "ClockGating" do?

  4. #4
    Join Date
    Dec 2007
    Posts
    1,975

    Default

    Quote Originally Posted by glock24 View Post
    Thanks, that worked. I'm having some video corruption though, mostly in the cursor and icons.
    Probably DFS related. Does:
    Option "EXANoDownloadFromScreen"
    fix it?

    Quote Originally Posted by glock24 View Post
    "ForceLowPowerMode" seems to work, as the temperature is within normal. What does "ClockGating" do?
    Allows the chip to turn off the clock to blocks on the chip when they are not in use to save power.

  5. #5
    Join Date
    Nov 2008
    Location
    Managua, Nicaragua
    Posts
    82

    Default

    Yep,

    Option "EXANoDownloadFromScreen"

    fixed the video corruption.

  6. #6
    Join Date
    Nov 2008
    Location
    Managua, Nicaragua
    Posts
    82

    Default

    I was testing power consumption with fglrx and the radeon driver; with fglrx the power consumption is ~18W on battery, as reported by powertop.

    Using the radeon driver with "ClockGating" and "ForceLowPowerMode" to "on", the power usage reported by powertop is ~23W. I think it's not bad, but could be much better.

    BTW, is there any way to know the actual clock of the GPU?

  7. #7
    Join Date
    Dec 2007
    Posts
    1,975

    Default

    Quote Originally Posted by glock24 View Post
    I was testing power consumption with fglrx and the radeon driver; with fglrx the power consumption is ~18W on battery, as reported by powertop.

    Using the radeon driver with "ClockGating" and "ForceLowPowerMode" to "on", the power usage reported by powertop is ~23W. I think it's not bad, but could be much better.

    BTW, is there any way to know the actual clock of the GPU?
    For ForceLowPower mode, it's half of your default clock which is printed in the xorg log. For the DynamicPM option, the clock is reduced to 1/4 of the default clock when DPMS is active. This patch will print the values when DynamicPM kicks in:
    http://www.botchco.com/alex/xorg/print_clock_pm.diff

  8. #8
    Join Date
    Nov 2008
    Location
    Managua, Nicaragua
    Posts
    82

    Default

    I've managed to slash some 3-4W editing radeon_pm.c and lowering the clock from 1/2 to 1/4 with "ForceLowPowerMode". Have not seen any adverse consequences by doing so.
    Last edited by glock24; 05-07-2009 at 07:19 PM.

  9. #9
    Join Date
    Nov 2008
    Location
    Managua, Nicaragua
    Posts
    82

    Default

    Have been using the radeon driver for over a week, and I'm pleased, but I've noticed something that makes it almost unusable: while browsing with Firefox some web pages with flash, the scrolling performance is horrible, feels like using software rendering on a 386 to play nexuiz :P

    This does not happen on all sites with flash though. I'm using Kubuntu 9.04 AMD64 with kernel 2.6.30-rc6 and latest radeon from git. Flash player is latest 64bit version from adobe.

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

    Default

    Does putting the GPU back to full speed help with those pages ? Probably not the problem but easy to check...

Posting Permissions

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