You are not logged in.

#1 2008-03-19 04:37:26

NoOneImportant
Member
From: Deep Southern California
Registered: 2007-02-13
Posts: 178

compiz problem

so I compiled compiz-core from abs and I have a strange problem

there seems to be a whole lot of cpu usage (60% or more) and I get the following messages

compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
A handler is already registered for the path starting with path[0] = "org"

this happend as soon as I upgraded to the latest version

what happend?

here is how I have the compiz-start script configured

if [ ! -x /usr/bin/glxinfo ]; then
    echo "glxinfo not found, please install mesa-progs."
    exit -1
fi

GLX_WITH_DIRECT=`glxinfo|grep -c GLX_EXT_texture_from_pixmap`
GLX_WITH_INDIRECT=`LIBGL_ALWAYS_INDIRECT=1 glxinfo|grep -c GLX_EXT_texture_from_pixmap`
GLX_RENDER=`glxinfo|grep -c "OpenGL renderer string: Mesa GLX Indirect"`


COMPIZ_OPTIONS="--replace --loose-binding --fast-filter --sm-disable"

if [ $GLX_WITH_DIRECT -eq 3 ]; then
    if [ $GLX_RENDER -eq 0 ]; then
        echo NVIDA detected
        export __GL_YIELD="NOTHING"
        export LIBGL_ALWAYS_INDIRECT=1 
    else
        echo XGL detected
    fi
elif [ $GLX_WITH_INDIRECT -eq 3 ]; then
    echo AIGLX detected
    export LIBGL_ALWAYS_INDIRECT=1
fi

if [ ! -z $KDE_FULL_SESSION ] && [ -x /usr/bin/kde-window-decorator ]; then
    echo Using KDE decorator
    kde-window-decorator --replace &
else
    echo Using GTK decorator
    gtk-window-decorator --replace &
fi

compiz $COMPIZ_OPTIONS move resize wobbly minimize place decoration gconf

Last edited by NoOneImportant (2008-03-19 04:39:11)

Offline

Board footer

Powered by FluxBB