Showing posts with label compiz-fusion. Show all posts
Showing posts with label compiz-fusion. Show all posts

Sunday, January 13, 2008

Compiz-fusion not showing title bars (problem solved)

After installing compiz-fusion in my fedora machine, there is a serious problem occuring.
I found that my windows are shown without title bars and i couldn't switch between programs.

somehow, it can be fixed by disable the desktop effects and enable back the desktop effects or you can also simply run the compiz-icon to fix the problem.

However, running compiz-icon every time you log in is a tiring job and i bet you won't like it.
So, This is the way to make the process automated.

System > Preferences > Sessions >> Startup Programs > add

key in the values
Name: fusion-icon
Command: fusion-icon

then click OK and close the windows.

Try to restart the windows and i guess the problem is solved.

Installing Compiz Fusion in Fedora Core 8

Before you install compiz-fusion in fedora core 8, please make sure that you have your graphic card driver installed.
you can make sure that your fc8 does have direct rendering enabled using the command below:
glxinfo | grep direct
if your direct rendering is running, you will get a result as showned below:
[root@localhost ~]# glxinfo | grep direct direct rendering: Yes


In order to install compiz-fusion, these are the commands that you need to enter into your teminal:
$ su
# wget http://www.dfm.uninsubria.it/compiz/fusion/compiz-fusion.repo -O /etc/yum.repos.d/compiz-fusion.repo
# yum install compiz-all fusion-icon-all compiz-fusion-plugins-unsupported compiz-bcop ccsm emerald-themes

after yum have finished installing the p rogram into your machine, you have to enable the desktop effects:
System > Preferences > Look and Feel > Desktop Effects >> Enable Destop Effects

In some cases, you will get an error message says that cannot enable desktop effects.
in this case, you may try to do this:

$su
#gedit /etc/X11/xorg.conf

you will get the xorg.conf at gedit. now, trace the section shown in screenshot below:
In the section "Module", add a line Load "extmod"
for example:

Now, save and close the file.
Now, try to enable the desktop effects again.
If you are able to enable the desktop effects, your installation is completed.

However, if you are not able to enable the desktop effect, you may try to enter the following command into your teminal.
compiz --replace

That's all, wish you will be able to install compiz-fusion in your fedora. Have fun.


Here's some link that you might be interested in
http://forums.fedoraforum.org/forum/showthread.php?t=171130
Compiz not showing title bars
 
Tracked by ClickAider