no controls and title bar after configuring compiz

Hi all,

I am using freebsd FreeBSD 8.2 and I am very new to freebsd FreeBSD. So please help me.

Code:
$ uname -a
FreeBSD omc227.cmts.com 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011     
[email]root@i386-builder.daemonology.net[/email]:/usr/obj/usr/src/sys/GENERIC  i386
After configuring compiz and xorg.conf when I run it no controls are visible for any window. Here is my xorg.conf:

I have attached my xorg.conf and Xorg.0.log ..

Please suggest me something

Thanks
 

Attachments

  • Xorg.0.log.txt.tar.bz2
    5.8 KB · Views: 168
  • xorg.conf.txt
    2.7 KB · Views: 215
sdemsc said:
after configuring compiz and xorg.conf when i run it no conrols are visible for any window.
That means there's no window manager running.

How are you starting compiz?
 
Hi,

Thanks for reply. I am using this script:

Code:
#!/bin/sh
compiz --replace --sm-disable --ignore-desktop-hints ccp &
#LIBGL_ALWAYS_INDIRECT=1 compiz --sm-disable --replace --ignore-desktop-hints --indirect-rendering ccp &
#LIBGL_ALWAYS_INDIRECT=1 INTEL_BATCH=1 compiz --replace --ignore-desktop-hints --indirect-rendering --sm-disable ccp &
emerald --replace &
 
SirDice said:
That means there's no window manager running.

Actually, it doesn't necessarily mean that at all. Compiz can be running, but without a window decorator, which is what displays the titlebar, window border, min/max buttons, etc.

sdemsc, did you enable the window decoration plugin in ccsm?

EDIT: Oh, also, be sure to enable AIGLX in your /etc/X11/xorg.conf file. Add this to the ServerLayout Section:

Code:
	Option		"AIGLX"		"true"
 
adamk said:
Actually, it doesn't necessarily mean that at all. Compiz can be running, but without a window decorator, which is what displays the titlebar, window border, min/max buttons, etc.

sdemsc, did you enable the window decoration plugin in ccsm?

EDIT: Oh, also, be sure to enable AIGLX in your /etc/X11/xorg.conf file. Add this to the ServerLayout Section:

Code:
	Option		"AIGLX"		"true"

Yes, I have enabled window decoration. and I have left my workplace. So I will modify my xorg.conf tomorrow as per your suggestion. Hopefully it will work.

Thanks
 
adamk said:
Actually, it doesn't necessarily mean that at all. Compiz can be running, but without a window decorator, which is what displays the titlebar, window border, min/max buttons, etc.

sdemsc, did you enable the window decoration plugin in ccsm?

EDIT: Oh, also, be sure to enable AIGLX in your /etc/X11/xorg.conf file. Add this to the ServerLayout Section:

Code:
	Option		"AIGLX"		"true"

I have tried your suggestion but result is same.

When I start compiz in terminal, the following error is coming:

Code:
$ Failed to initialize GEM.  Falling back to classic.
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0

Can some one explain why it is coming?

Thanks.
 
Back
Top