No Desktop Effects with Hardy 8.04

Bug #223490 reported by Robert Hilbrich
4
Affects Status Importance Assigned to Milestone
compiz (Ubuntu)
New
Undecided
Unassigned

Bug Description

I have an IBM T40p with an ATI Radeon 9000 Mobility Graphics. After i upgraded to Hardy, my desktop effects stopped working.

-----
# compiz --replace
Checking for Xgl: not present.
Found laptop using radeon driver.
aborting and using fallback: /usr/bin/metacity
----

When I start manually and set the env-variable "SKIP_CHECKS=yes" it is working from command line, but not within the gnome-visual-appearance program.

I did an upgrade and not a fresh & new install from 7.10 -> 8.04.

Revision history for this message
Robert Hilbrich (rhilbrich) wrote :
Revision history for this message
Robert Hilbrich (rhilbrich) wrote :

Okay, I did some debugging and my T40p failed the following Test in /usr/bin/compiz:

---------------------------------------------------------------------------------------------------------------------------------------
       #don't run on laptops using ati driver
        if laptop-detect; then
                 for DRV in ati radeon; do
                         if egrep -q "Loading ${XORG_DRIVER_PATH}${DRV}_drv\.so" $LOG &&
                            ! egrep -q "Unloading ${XORG_DRIVER_PATH}${DRV}_drv\.so" $LOG;
                         then
                                 verbose "Found laptop using ${DRV} driver. \n"
                                 return 1
                         fi
                 done
         fi
---------------------------------------------------------------------------------------------------------------------------------------

Why is it supposed to fail?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.