I have followed the Gentoo wiki on setting up XGL. Under the Windowed Mode subsection of the Running XGL section, I (an nVidia user) run:
Code:
# Xgl :1 -ac -accel glx:pbuffer -accel xv -fp /usr/share/fonts/misc,/usr/share/fonts/other_fonts
And the standard grey nested X window pops up. Upon following the next step (being a compiz user), I run:
Code:
# LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ \
# DISPLAY=:1 compiz gconf
This causes my nested window to turn black, freeze and quit rendering. I can just click the X of my window manager, or ctrl+c in the terminal I created it with, to stop it. In fact, I can ctrl+c in the terminal I called compiz with, and it reverts to a grey screen. Nonetheless, it's not getting me anywhere. I am stuck here in the setup process. Any ideas? TIA.