You are not logged in.

#1 2010-11-11 19:05:26

fowler
Member
Registered: 2009-01-26
Posts: 152

SOLVED - Compiz delay on login and rendering...

I followed the compiz wiki and had a problem with menus/windows refreshing correctly, so I modified the Exec line to the following from the wiki:

Exec=/usr/bin/compiz ccp --indirect-rendering

When I login now I notice the 4-10 second delay also mentioned in the wiki so modified the Exec again with the following:

Exec=bash -c 'compiz ccp decoration --sm-client-id --indirect-rendering $DESKTOP_AUTOSTART_ID'

The delay is still there and the refreshing issue came back.  It seems as though it didn't take the --indirect-rendering switch even though the wiki said it should.  Am I doing something else wrong?

Last edited by fowler (2010-11-12 15:27:46)

Offline

#2 2010-11-12 04:35:16

jarryson
Member
Registered: 2007-02-18
Posts: 298

Re: SOLVED - Compiz delay on login and rendering...

[Desktop Entry]
Name=compiz
Type=Application
Exec=compiz ccp decoration --sm-client-id $DESKTOP_AUTOSTART_ID
NoDisplay=true
X-GNOME-WMSettingsModule=ccsm
X-GNOME-Provides=windowmanager
X-GNOME-WMName=Compiz
X-GnomeWMSettingsLibrary=compiz

please remove this line

X-GNOME-Autostart-Phase=WindowManager

Offline

#3 2010-11-12 15:27:26

fowler
Member
Registered: 2009-01-26
Posts: 152

Re: SOLVED - Compiz delay on login and rendering...

Removing the line you said and adding:
Exec=compiz ccp --indirect-rendering decoration --sm-client-id $DESKTOP_AUTOSTART_ID

worked for me.  thanks.

Offline

Board footer

Powered by FluxBB