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?

-- 
No Desktop Effects with Hardy 8.04
https://bugs.launchpad.net/bugs/223490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to