Results 1 to 7 of 7

Thread: Compiz not starting

  1. #1
    Join Date
    Aug 2006
    Beans
    166
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Question Compiz not starting

    I have an ATI IGP 340M graphics chip in a relatively old laptop.

    I just updated it to 8.04. However, the special graphics effects (compiz) won't work. The setting in System > Preferences > Appearances > Visual Effects reverts to None with an error of "Desktop effects could not be enabled"

    I had these effects working in previous versions of Ubuntu.

    When I run compiz, I get the following output:

    Code:
    $ compiz
    Checking for Xgl: not present. 
    Found laptop using ati driver. 
    aborting and using fallback: /usr/bin/metacity 
    
    $ lspci | grep ATI
    00:00.0 Host bridge: ATI Technologies Inc RS200/RS200M AGP Bridge [IGP 340M] (rev 02)
    00:01.0 PCI bridge: ATI Technologies Inc PCI Bridge [IGP 340M]
    01:05.0 VGA compatible controller: ATI Technologies Inc Radeon IGP 330M/340M/350M
    I'm at a loss of what to do. Any ideas?

    Thanks.

  2. #2
    Join Date
    Jan 2008
    Location
    Bentonville AR
    Beans
    Hidden!
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Compiz not starting

    At a terminal:
    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg
    Sayak Banerjee
    KDE Sysadmin | KDE e.V.
    Need help? Contact us.

  3. #3
    Join Date
    Aug 2006
    Beans
    166
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Compiz not starting

    Hmm nope, same problem. Do I need to install XGL or something?

  4. #4
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: Compiz not starting

    Have a look in,

    System>Admin>Hardware Drivers

  5. #5
    Join Date
    Aug 2006
    Beans
    166
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Compiz not starting

    Good thought.

    No proprietary drivers are in use. I have a vague memory of my video driver being listed as a proprietary driver.

    Am I missing this?

  6. #6
    Join Date
    Feb 2007
    Location
    U.S.A.
    Beans
    1,835
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Compiz not starting

    try this:

    Code:
    sudo apt-get install fusion-icon
    then run it like this

    Code:
    fusion-icon -f
    this is how I did it on an old inspiron 5100 with an aging ati card in it, default install no proprietary drivers.

    Let us know how you get on.

    GL

  7. #7
    Join Date
    Aug 2006
    Beans
    166
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Compiz not starting

    I got it!

    I found this page: http://forlong.blogage.de/article/pages/Compiz-Check

    I downloaded it and ran it, and it told me exactly why my card wasn't working: compiz was blacklisting it. The program then removed the blacklist, and it ran beautifully.

    Thanks, everyone.

    Code:
    $ ./compiz-check 
    
    Gathering information about your system...
    
     Distribution:          Ubuntu 8.04
     Desktop environment:   GNOME
     Graphics chip:         ATI Technologies Inc Radeon IGP 330M/340M/350M
     Driver in use:         radeon
     Rendering method:      AIGLX
    
    Checking if it's possible to run Compiz on your system...
    
     Checking for texture_from_pixmap...               [ OK ]
     Checking for non power of two support...          [ OK ]
     Checking for composite extension...               [ OK ]
     Checking for FBConfig...                          [ OK ]
     Checking for hardware/setup problems...           [FAIL]
    
    There has been (at least) one error detected with your setup:
     Error: Laptop using radeon driver. 
    
    Would you like to know more? (Y/n) Y
    
     It has been detected, that you are running a laptop with an ATI chip.
     The radeon driver supports Compiz out-of-the-box but because of a nasty bug
     in the driver that causes X to freeze on some cards, this particular
     combination had to be blacklisted in Ubuntu "Hardy Heron".
    
     In case you already used Compiz successfully on Ubuntu 7.10 (Gutsy), it is
     safe to skip the blacklist. 
    
    Do you want to skip blacklist checks by Compiz? (y/N) y
    Last edited by pteri498; June 29th, 2008 at 11:49 PM.

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
  •