Comment 19 for bug 150579

Revision history for this message
Damian bikiel (dbikiel) wrote : Re: OpenOffice covers the whole screen and has no borders or titlebar when using compiz

disabling the legacy full screen only works for a while.

Now I'm running compiz using:
compiz --replace --indirect-rendering -c emerald

This is part of my xorg.conf:

Section "Device"
        Identifier "nVidia Corporation C51 [Geforce 6150 Go]"
        Driver "nvidia"
        Option "AddARGBVisuals" "True"
        Option "AddARGBGLXVisuals" "True"
# Option "NoLogo" "True"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device "nVidia Corporation C51 [Geforce 6150 Go]"
        Monitor "Generic Monitor"
        Defaultdepth 24
        Option "AddARGBVisuals" "True"
        Option "AddARGBGLXVisuals" "True"
        Option "DisableGLXRootClipping" "True"
        SubSection "Display"
                Depth 1
                Modes "1280x800"
        EndSubSection

and now is running OK.