Comment 215 for bug 269904

Revision history for this message
Carrick Detweiler (carrick) wrote : Re: Screen refresh problems with nvidia on intrepid

Actually, as mentioned in previous posts the fix should be:

mkdir -p ~/.config/compiz; echo INDIRECT=yes >> ~/.config/compiz/compiz-manager

(note the INDIRECT=yes instead of INDIRECT=0). This launches compiz as:

  /usr/bin/compiz.real --ignore-desktop-hints --replace --indirect-rendering "" core ccp

instead of the normal (or with the INDIRECT=0 option):

 /usr/bin/compiz.real --ignore-desktop-hints --replace --loose-binding "" core ccp

Carrick