Results 1 to 6 of 6

Thread: ATI HD 3670 and compiz problems (prop. driver)

  1. #1
    Join Date
    Nov 2007
    Location
    Barcelona
    Beans
    60
    Distro
    Ubuntu

    ATI HD 3670 and compiz problems (prop. driver)

    Hi

    I'm having some problems on my Dell Studio XPS with ATI HD 3670 graphics card. The thing is the only way to enable compiz is using the proprietary driver.

    Once installed, everything works fine. But when I enable Compiz it works, but everything stops working smooth. I mean, when I want to maximize a Windows and click on the maximize button, it takes maybe one second to do it. It seems like it freezes for a few milliseconds...

    I tried with the driver from the repositories and the one from the official amd website.

    Also, this happened to me before in other ATI cards when using the proprietary driver.

    Is there a parameter or a thing that I can modify in order to avoid these problems?.

    Thanks!!

  2. #2
    Join Date
    Feb 2007
    Beans
    14

    Re: ATI HD 3670 and compiz problems (prop. driver)

    Are you running Jaunty? I understand that the latest flgrx is available in the Jaunty repositories. I believe that it is version 9.4, also released on ATI's now here: http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.36&la ng=English

    I've purchased the same laptop (expecting delivery on the 29th) and am hoping that Compiz and 3d are working smoothly with the new drivers. Searching the boards here, it seems that some people are having success with 600 series cards and the new proprietary drivers.

    Other than the video card, how have things worked with the Studio XPS and Ubuntu? Wireless, bluetooth, sound, webcam, and trackpad working out of the box?
    Last edited by mosimea; April 19th, 2009 at 07:59 PM.

  3. #3
    Join Date
    Nov 2007
    Location
    Barcelona
    Beans
    60
    Distro
    Ubuntu

    Re: ATI HD 3670 and compiz problems (prop. driver)

    Yes, I'm running Jaunty. I tried the lastest one and still the same, it doesn't work smoothly... and that's really annoying.

    At this moment I'm working with the radeon driver, at least it allows me to use the metacity compositing and I can use the awn.

    Maybe in a few months...

  4. #4
    Join Date
    Aug 2007
    Beans
    48

    Re: ATI HD 3670 and compiz problems (prop. driver)

    any update on this? I have the same problem in Karmic with the new ATI drivers. Elements of COmpiz work great (cube and special effects), the minimizing and resizing windows is quite slow...

    3670 with studio 1640

  5. #5
    Join Date
    Nov 2009
    Beans
    7

    Re: ATI HD 3670 and compiz problems (prop. driver)

    Hi...This problem has been resolved

    https://bugs.launchpad.net/ubuntu/+s...er/+bug/351186

    you can check for the "no backfill" patch

  6. #6
    Join Date
    Nov 2007
    Location
    Barcelona
    Beans
    60
    Distro
    Ubuntu

    Re: ATI HD 3670 and compiz problems (prop. driver)

    The backfill still present in Lucid when using fglrx driver. But we can apply the patch:
    http://www.somgnu.cat/2009/10/03/evi...ubuntu-karmic/

    It's really easy to do so:
    Code:
    wget http://launchpadlibrarian.net/32728179/xserver-xorg-backclear.patch
    sudo apt-get install devscripts
    sudo apt-get build-dep xorg-server
    apt-get source xorg-server
    cd xorg-server-1.6.3
    patch -p1 < ../xserver-xorg-backclear.patch
    debuild
    cd ..
    sudo dpkg --install xserver-xorg-core*.deb
    There was a ppa repository providing patched xorg packages, but there is no version for lucud, so we can use this way.

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
  •