Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: About ATI drivers in Lucid

  1. #1
    Join Date
    Feb 2010
    Beans
    75
    Distro
    Ubuntu Development Release

    About ATI drivers in Lucid

    When I booted Alpha 3 live cd, compiz was enabled with some effects, and rendering worked fine, unlikely previous versions which without drivers would suck and not enable you to use compiz.

    Now my question is, does lucid bring ATI drivers out of the box? Or what? I read about the nouveau stuff, but thats for NVIDIA only, isn't it?

  2. #2
    Join Date
    Dec 2005
    Location
    Finland
    Beans
    339
    Distro
    Ubuntu Development Release

    Re: About ATI drivers in Lucid

    Quote Originally Posted by Speed_arg View Post
    When I booted Alpha 3 live cd, compiz was enabled with some effects, and rendering worked fine, unlikely previous versions which without drivers would suck and not enable you to use compiz.

    Now my question is, does lucid bring ATI drivers out of the box? Or what? I read about the nouveau stuff, but thats for NVIDIA only, isn't it?
    The open-source driver for ATI is maturing, that's all.
    http://www.phoronix.com/scan.php?pag..._mesa_3d&num=1

  3. #3
    Join Date
    Aug 2006
    Location
    Poland
    Beans
    Hidden!

    Re: About ATI drivers in Lucid

    If only it had gpu power management support.. The lack of it sucks for laptop users.

  4. #4
    Join Date
    Apr 2007
    Beans
    200
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: About ATI drivers in Lucid

    Quote Originally Posted by andrek View Post
    If only it had gpu power management support.. The lack of it sucks for laptop users.
    My battery is broken anyways (36.9% capacity left - 20 min) so I don't mind, I have to use the power cable anyways. The only problem for me is a slightly warmer laptop.

  5. #5
    Join Date
    Mar 2006
    Beans
    81

    Re: About ATI drivers in Lucid

    you could use some of the pm options in /etc/X11/xorg.conf, eg.
    Code:
    Section "Device"
            Driver          "radeon"
            Identifier      "Configured Video Device"
    
            Option          "ClockGating"           "on"
            Option          "DynamicPM"             "on"
            Option          "ForceLowPowerMode"     "on"
    EndSection
    a initial xorg.conf can be made with
    sudo dpkg-reconfigure -phigh xserver-xorg
    or so

  6. #6
    Join Date
    Aug 2006
    Location
    Poland
    Beans
    Hidden!

    Re: About ATI drivers in Lucid

    Do these options work with KMS enabled? Also, do they make the fan go as slow as fglrx does?

    I'm afraid not, but thanks anyway.

  7. #7
    Join Date
    Mar 2006
    Beans
    81

    Re: About ATI drivers in Lucid

    i used this options some month ago with karmic and xorg-edgers without kms.

  8. #8
    Join Date
    Oct 2007
    Location
    Germany
    Beans
    46

    Re: About ATI drivers in Lucid

    proper kms power management should come with 2.6.34. just wait another week for rc1

  9. #9
    Join Date
    Apr 2007
    Beans
    200
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: About ATI drivers in Lucid

    Quote Originally Posted by antiram View Post
    i used this options some month ago with karmic and xorg-edgers without kms.
    And did the options help? Was there a performance penalty? I guess for normal desktop (actually laptop ) use it didn't make any difference?

    Edit: Alas, it's not working for me:
    Code:
    [    0.155408] (WW) RADEON(0): Option "ClockGating" is not used
    [    0.155422] (WW) RADEON(0): Option "DynamicPM" is not used
    [    0.155432] (WW) RADEON(0): Option "ForceLowPowerMode" is not used
    Guess I'll have to wait for the 2.6.34 kernel...
    Last edited by uBeer; February 28th, 2010 at 10:13 PM.

  10. #10
    Join Date
    Aug 2006
    Location
    Poland
    Beans
    Hidden!

    Re: About ATI drivers in Lucid

    The worst thing is that the laptop goes quickly hot and loud - thanks to its fans. I hope 2.6.34 kernel will fix that issue.

Page 1 of 2 12 LastLast

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
  •