compiz-fusion on intel GMA 950 -> white screen

I installed on my Netbook (LG x110) FreeBSD 8.2 i386, upgrade the ports, installed xorg, gnome installed, all set up, everything works. Installed compiz, fulfilled all the necessary settings, run ccsm and chose all the necessary items for me. All installed from ports.

Compiz run by command from off site:
Code:
LIBGL_ALWAYS_INDIRECT=1 INTEL_BATCH=1 compiz --replace --indirect-rendering --sm-disable ccp &

Once launched, I see a white screen on the background + cursor(mouse). Absolutely all of the interface elements are not available due to a white screen, but all of the effects are working - working to switch desktops, and so on.

My [xorg.conf].

What do you think ? Where to dig ? = /

Sorry for russian-english =_=
 
Code:
(WW) intel(0): Option "XAANoOffscreenPixmaps" is not used
(WW) intel(0): Option "PageFlip" is not used
(WW) intel(0): Option "AllowGLXWithComposite" is not used
(WW) intel(0): Option "RenderAccel" is not used
(WW) intel(0): Option "AddARGBGLXVisuals" is not used
(WW) intel(0): Option "AIGLX" is not used

First, your AIGLX option should be in the ServerLayout section of your /etc/X11/xorg.conf file. That's why compiz isn't working. Second, all the other "not used" options can be removed.

Adam
 
adamk, you are hero !! Your posts on this forum is fullhelped in any time for me !! Thank you very much !! I ready buy beer for you !!
Topic can be closed, sorry for russian-english again )
 
Back
Top