Quote:
|
Originally Posted by Dragoran
create a file in /usr/local/bin/ called compiz with this content:
Code:
#!/bin/bash
__GL_YIELD=NOTHING /usr/bin/compiz --direct-rendering --loose-binding $@
make it executeable (chmod +x /usr/local/bin/compiz)
everything should work fine then 
|
Direct rendering seems to fix the freezing problem but unfortunately, it also triggers the black windows bug.