Page 1 of 1

Fedora 12, LXDE, install compiz

Posted: Thu Apr 15, 2010 2:57 pm
by gychang
I have a thinkpad T42 laptop and was able to install compiz with F12 with gnome.

Is there a guide on how to instal compiz in LXDE?, I apologize if this is the wrong forum for the question.

gychang

Re: Fedora 12, LXDE, install compiz

Posted: Thu Apr 15, 2010 3:59 pm
by Marty Jack
Ask your distro, or look at http://wiki.compiz.org/Distributions

It works best if you use the flat file backend "compiz ccp" so you do not depend on the Gnome or KDE configuration storage backend.

Re: Fedora 12, LXDE, install compiz

Posted: Thu Apr 15, 2010 8:38 pm
by rockdoctor
gychang wrote:I have a thinkpad T42 laptop and was able to install compiz with F12 with gnome.

Is there a guide on how to instal compiz in LXDE?, I apologize if this is the wrong forum for the question.

gychang
As root (or use sudo):

Code: Select all

yum check-update 
to make sure you've got the latest info, from the repositories, then

Code: Select all

yum install compiz ccsm
should do it. Or use one of the graphical front ends for package management (yumex, PackageKit, smart) and select compiz and ccsm. That should pull in all of the dependencies.

Re: Fedora 12, LXDE, install compiz

Posted: Thu Apr 15, 2010 8:59 pm
by gychang
rockdoctor wrote:
gychang wrote:I have a thinkpad T42 laptop and was able to install compiz with F12 with gnome.

Is there a guide on how to instal compiz in LXDE?, I apologize if this is the wrong forum for the question.

gychang
As root (or use sudo):

Code: Select all

yum check-update 
to make sure you've got the latest info, from the repositories, then

Code: Select all

yum install compiz ccsm
should do it. Or use one of the graphical front ends for package management (yumex, PackageKit, smart) and select compiz and ccsm. That should pull in all of the dependencies.
that's great!, thanks will try it at home tonight. gychang