Spiga
Showing posts with label Compiz. Show all posts
Showing posts with label Compiz. Show all posts

HOWTO: Compiz Fusion in Fedora 8 'Werewolf'

Fedora 8 'Werewolf' is just around the corner HERE!!. Lets get this started!

This guide applies for Fedora 9 'Sulphur' too

CCSM should be in the updates repository already. If it havent, take it here ccsm-0.6.0-3.fc8.noarch.rpm


NOTE: This howto assumes that compiz is already able to run on you hardware. If not, you might google for howto for that first. For NVidia users, install the Livna repositories an yum for kmod-nvidia and reboot. For ATI users, if your card is older than Radeon 9600, it should work out-of-the-box, if not, you will need to wait until ATI releases a new driver for kernel 2.6.23 and yum for kmod-fglrx from Livna after it has been released. Intel user (like me) cheer to yourself as it works out-of-the-box.

Compiz & Compiz Fusion in Fedora 8

Fedora 8 includes Compiz 0.6.2 on its release. However, Compiz Fusion packages are not included together in the default installation due to several reasons (one of it was libcompizconfig, ccsm, compizconfig-python packages got approved quite late) . Nevertheless, Compiz Fusion components are all available in the repositories and you can install it easily (though some work had to be done manually if you want to configure compiz using CCSM and start it properly on boot)

Getting the core bits

First, you will need to get the compiz-fusion plugins installed in your computer. The packages can be acquired easily through YUM.

yum install compiz-fusion compiz-fusion-extras

If you are using GNOME and would want to use a desktop-specific tool to configure compiz, you might want to install the GConf schemas from the -gnome packages

yum install compiz-fusion-gnome compiz-fusion-extras-gnome

With those packages installed, you now basically have Compiz Fusion in your computer and you can use the plugins if you know how to enable them. Compiz in Fedora, however, uses 'glib gconf' as its configuration backend, therefore, if you want to enable the plugins, you will had to run gconf-editor and edit the plugins configurations manually there.

Installing & configuring Compiz to use Libcompizconfig

CCSM is an easy to use configurator for Compiz by the Compiz Fusion project. However, if you want to make use of CCSM, you will need to configure compiz to make use of Libcompizconfig configuration backend instead of the desktop-specific GConf backend.

First, install libcompizconfig, ccsm and the launcher for compiz called compiz-manager. Compiz-manager is a launcher for compiz which will load compiz with 'ccp' plugin if libcompizconfig is installed in a computer, and will load 'glib gconf' if its not.

yum install libcompizconfig ccsm compiz-manager

Now, start compiz using compiz-manager
compiz-manager

Compiz is now ready to be use with CCSM. You can launch CCSM at System > Preferences > Look and Feel > CompizConfig Settings Manager.

Setting up compiz to run on startup

Add compiz-manager into your startup applications list. For GNOME users, System > Preferences > Personal > Sessions > Startup Programs.

P/s: Another method for GNOME is below, but i think this way is ugly and will require redo with every update of gnome-session package.

For GNOME users, first, enable compiz through the desktop-effects utility at System > Preferences > Look and Feel > Desktop Effects.

Then, edit /usr/bin/gnome-wm, scroll down until you find a line that looks like this

OPT3=glib
OPT4=gconf


Change those two lines to

OPT3=ccp
OPT4=""


Logout.

After you login back to your session, compiz is now loaded with 'ccp' at startup instead of 'glib gconf'. So you can use Compiz Fusion with ease.

For KDE users, I don't have any KDE installation around so I am not really sure what to do. Anyway, just add compiz-manager in the startup application list, and I believe that is enough to get it working.


Update: Fusion icon is now in Fedora repository,
yum install fusion-icon-gtk
or
yum install fusion-icon-qt
to get it

Update 2008/05/15: Another way to set compiz-fusion to start on boot
Just run this as user.
gconftool-2 --set --type string \
/apps/gnome-session/rh/window_manager \
"compiz --indirect-rendering ccp"


Enjoy!!

Whats New , and Whats Old - A little comparison between Ubuntu 7.10 new features with the upcoming Fedora 8 and older Fedora releases



Ubuntu 7.10 'Gutsy Gibbon' was just released a few days ago, and Fedora 8 just hit devel-freeze yesterday. With all the hype going all over the internet, one point annoys me - when some Ubuntu users claiming that some of the new features in Ubuntu are something Fedora does not have. Now, lets bust this myth. (This list might not be complete)

Ubuntu 7.10 feature list was taken from : http://www.ubuntu.com/getubuntu/releasenotes/710tour

GNOME 2.20

Both Fedora 8 and Ubuntu 7.10 uses GNOME 2.20.

Compiz Fusion

Both Fedora 8 and Ubuntu 7.10 have Compiz 0.6.0 during its release. However, in Fedora 8, compiz will not be enabled by default , as there are several issues which still need to be fixed in Fedora's point of view, one of it is the Xv video support - patches are being developed by Red Hat developers in fixing the the X server and Xv and apply it upstream. Compiz is enabled by default in Ubuntu - with a hack patch applied in mplayer to allow Xv rendered properly on Mplayer only.

In Ubuntu 7.10, Compiz-Fusion plugins are included in the installation CD and enabled by default . As for Fedora 8, the Compiz-Fusion plugins can be yum'ed from the repositories.

yum install compiz-fusion compiz-fusion-extras


CCSM is currently under review, it might not reach Fedora 8 during the release because Fedora 8 already hit its devel freeze. Anyway, it will available as an update. (Maybe I can try poking Jesse to make an exemption for this)

Desktop Search

Desktop search was enabled by default during Fedora Core 5 (yes, FIVE!), but due to complains about it eating too much resource , it was made optional on later releases. Desktop search can be yum'ed from the repos to those who want it.
yum install deskbar-applet tracker-search-tool


Fast User Switch

One of the new features of Ubuntu 7.10 is FUS. This feature was developed under Fedora Project and was integrated together during the release of Fedora 7.

See: http://fedoraproject.org/wiki/Desktop/FastUserSwitching

Firefox Plugin

The firefox plugin finder is from upstream, therefore, all distros using it get the feature

Ubuntu 7.10 repositories now have Firefox add-ons packaged in DEB. This feature is a creditable new feature. There was a discussion about this not so long ago in Fedora-Devel-List ( https://www.redhat.com/archives/fedora-devel-list/2007-October/msg01097.html ). Concerns were raised about low-quality and vulnerable add-ons might be hitting the repository if the package submission are not properly managed. Maybe we will be seeing this in Fedora after a guideline for the XPIs is available.

Dynamic Screen Configuration

XRanR have been included together in Fedora 7. Ubuntu 7.10 just included it.

Graphical Configuration for X and BulletProofX

Now now now ... this is REALLY OLD .. Fedora have a similar configurator called System-Config-Display and that tool have been around in Fedora ever since I started using it .. and that was .. Fedora Core 3 (read, THREE) and it might have existed older than that. System-Config-Display supports Xinerama (Multi Display) as long as that too.

Same goes for BulletProofX (but in a different form). When a X session was misconfigured , system-config-display will automatically reset Xorg.conf to the lowest settings of which Xorg can start. This feature have been around as long as system-config-display.

One thing nice in Ubuntu's BulletProofX is the display configurator actually display itself to allow manual adjustments. In Fedora, it'll simply reconfig automatically - and sometimes this doesnt work and causes a failure loop. I had to run system-config-display manually to fix the settings when that happens. I have asked for this 'feature' before, but Fedora believes the fallback should be done automatically without user interaction, and running system-config-display to allow manual reconfigure is considered a hack because it does not fix the actual problem. Any issues about fallback not functioning properly are supposed to be reported at bugzilla.

Printer Support

Ubuntu 7.10 includes a modified Fedora's System-Config-Printer. (thats all I could say, as I dont use printer much).

NTFS Writing using NTFS-3G

Ubuntu 7.10 includes NTFS-3G for accessing NTFS partitions. NTFS-3G have been enabled by default in Fedora since Fedora 7 LiveCDs. Fedora Core 6 added this support through update.

Power Consumption

Ubuntu 7.10 inludes kernel 2.23 which includes tickless kernel support. Fedora 8 also includes kernel 2.23. Fedora 7 might be having kernel 2.23 from updates soon.

Encrypted Harddisk

Alternate installer for Ubuntu 7.10 includes install-time encrypted hdd creation support.

I dont see this in Fedora's Anaconda installer, but a little googling for "encrypted hdd fedora" pointed me to
Fedora Core 5 release note
which then pointed me to LUKS. Maybe theres an easy way to encrypt HDD post-installation in Fedora, but I dont know that for now. While I dont see theres a need for encrypted HDD support for / as those installed in / are basically stuff from RPM which everyone have access to on the net, and good admins will separate the system and the data and encrypt the data partition, maybe some people really need it.

Security Framework

Ubuntu 7.10 just included AppArmor by Novell in their release. A similar tool is available in Fedora since long ago called SELinux. SELinux was developed by NSA and has more strict control and security, but however, it was tauted hard to configure. That has changed in Fedora 7 with lots of GUI configuration tools were introduced for ease of maintaining SELinux.

The rest?

well, I have no idea what "Additional installation profiles for Ubuntu Server" , "Profile-based Authentication Configuration", and "Improved thin-client support" supposed to mean in the Tour page, so I couldn't compare them.


What Fedora 8 Will Have, Sooner Than Other Distros

The full feature list available here: http://fedoraproject.org/wiki/Releases/8/FeatureList

- NetworkManager 0.7.0 is under heavy development and is included in Fedora 8.
- Online-Desktop - Internet and Desktop - Working together! - Online Desktop developer interview
- IcedTea - IcedTea are the fully Free components of Sun's OpenJDK
- PulseAudio - PulseAudio is a powerful sound server system which supports advanced mixing capabilities.
- Eclipse 3.3 - Fedora Eclipse IDE.
- Animated Wallpaper - Animated wallpaper for your Desktop - Fedora Artwork interview (details in one of the paragraphs)
- Enhanced Bluetooth Improvements - Bluetooth Improvements developer interview

Fedora: Infinity | Freedom | Voice.

Review: A few days with Fedora 8 Test 2



I just upgraded my laptop to F8T2 several days ago. Heres some of my experience of the journey.

Like Moonshine (F7), Fedora 8 Test 2 releases several ISOs to choose from. The classical DVD installer, a Desktop LiveCD, a KDE LiveCD, plus 2 additional new images -> Fedora Electronics Lab LiveCD - targeted for Electical Electronic geeks, and Fedora Developer LiveCD. As I already mirrored Rawhide repository in my local server, I used the Desktop LiveCD for installation. Note that I prefer clean reinstallation rather than upgrade, plus the LiveCDs doesnt offer upgrade option so far.

Installation

Installation was a breeze as usual , just that I forgot to set /boot mountpoint during installation that causes anaconda to crash -> my sda1 is an NTFS partition which i keep a winXP installation just in case i need it, and all other partitions are on LVM besides /boot - this might have what caused the crash. I have my /home on a different partition, just to be safe, I didnt set the mountpoint during the installation. After installation, I edited /etc/fstab to automount my home folder.

First boot

New looks at GRUB!, new looks at RHGB!, F7 look @ GDM (huh?). The bootup feels a lil bit faster than before, but it might just be me who felt that. Logging in to my user caused the usual missing applet errors due to they havent been installed. Everything else looked fine.

Playing around

After using for a while, I noticed stability problem all over, nautilus keep crashing , firefox halts lots of time. The weird thing is, when i tried using a new user, everything seems okay. So I thought it might be a GNOME config problem and I cleared most of my GNOME settings and stability becomes better. However, firefox still halt frequently on my user. A little more investigation shows that SCIM-Anthy might have been the cause, so I stopped using it for a while and I got my firefox back. I have other stability issues with other apps too, but they all went away after a yum update.

YUM got yummier

YUM speed improved a lot. The depsolving is noticably faster than before. Pirut doesnt frequently hang like before. Joy!. I also noticed theres a plugin in YUM that will keep retrying if yum.pid is locked by another app. This is somewhat convenient as I no longer need to manually rety.

Default Appearance

The GTK Nodoka theme design looks good, however it looks fugly in light blue!. GNOME 2.20 now uses a centralized appearance manager, which is cool. From there, I discovered that Nodoka colors can be changed easily through the UI. Double Nice!. A little darkening of the window color, switched the light blue color to dark grey, and Nodoka became pleasing to my eyes ^-^.



PulseAudio

At first pulseaudio pissed me off, why?, coz I didnt hear a thing if I set gstreamer to use pulseaudio. But after a little investigation, I discovered the daemon was not started (duh~). Executed pulseaudio in the command line, and it seems to work. I played around more by yumming for available pulseaudio tools from the repo, and they impressed me. I'm now able to have more controls over volumes in of applications, like right/left channels, and different volume for different apps. There might be more feature I dont know yet, but so far PulseAudio rocks!.



Compiz

Fedora 8 Test 2 have compiz 0.5.2 included. For some reason compiz doesnt work on the LiveCD, but after installation, it worked with some problems - certain plugins like "move", "resize" were not loaded - gladly it was fixed after a yum update. Compiz Fusion are also in the Rawhide repositories now, (they are not my packages, but Dragoran/Adel Gadlah's). However, libcompizconfig, compizconfig-python, and ccsm are not there yet. Therefore, the compiz from F8T2 uses glib gconf instead of libcompizconfig. A little rpmbuild from my src rpms, and a little editing at /usr/bin/gnome-wm , my compiz is back like it was before.

Due to I'm quite bz with school stuff, I havent updated my packages for quite a while, Leigh@Linux from the fedoraforum looks like have taken over my work, thanx and goodluck Leigh ^-^ .
Compiz fusion thread in fedoraforum

Conclusion

F8T2 might be quite unstable at first, but it getting better as time goes. I'm looking forward for the official release of Fedora 8.

Now , I better get back to my assignments and coursework projects. Until next time.

Status of Compiz Fusion packages submission into Fedora

I noticed Adel Gaddlah ( drago01 ) have submitted several compiz-fusion packages for review in BZ. He already pushed compiz-bcop into rawhide and in the process of getting the fusion plugins reviewed

#253692 Review Request: compiz-fusion - Collection of Compiz Fusion plugins for Compiz
#253693 Review Request: compiz-fusion-extras - Additional Compiz Fusion plugins for Compiz

With this semester seems like its gonna be a busy semester, guess I'll just leave the fedora submission & maintaining to him.. hope the packages will get into fedora before the feature freeze ..

On a sidenote .. i just noticed screenlets now have 0.0.10 release available .. and it now works with Fedora (the older release doesnt work because Fedora's DBUS version was too new for it). I'll package it when I have time.

Future
I'm currently mirroring rawhide into my LAN server and planning to switch from F7 to rawhide when its done. Once compiz-fusion 0.5.2 gets it way into Fedora, i'll drop it from my repository and will start packaging compiz(-fusion) 0.6.0. Compiz 0.6.0 now requires XCB which, if i'm not mistaken, is not available for F7 and earlier.

Getting Compiz Fusion into Fedora | UiTM iHack 2007 Result

Getting Compiz Fusion into Fedora Progress

compiz-bcop ( #247405 ) package passed review a around 2 weeks ago .. but i just noticed today that i need a sponsor to get that package into fedora .... err .... some help ??? .. i'm not familiar with the process..

compiz-bcop, compiz-fusion-plugins-main, libcompizconfig final RPMS are available in my fedorapeople space .. those rpms built nicely on mock and rpmlint at the src rpm is silent ..

http://izhar.fedorapeople.org/



UiTM iHack 2007 Result

Yay~ ... my team won 1st place in Forensic Challenge and 2nd place in Capture the Flag.

My university sent out 2 teams :
Pr0j3ct T4ng0 - My team
Fnord - The other team

Plus, one of our alumni joined as a private team with his friends from other Universities. Team name - Tang0

The game was fun .. though the prizes are not as tempting as last year's iHack competition .. (higher money .. but no gadgets .. perhaps next year iHack committee should find more sponsors .. and btw ... Norton AV is practically useless to us :P )

Several pics from the competition

Heck .. i'm really NOT photogenic ... T_T


UTP Foreva! .. Pr0j3ct T4ng0, Fnord, and Tang0 .. /me 5th from left




Forensics First Place Winner!!!



I was explaining answer of Forensic Challenge flag 6 to Team "UMS Hackers" after the competition



UiTM iHack 2007 Competitors!!


What do we get? .. RM1500 (approx USD431) for winning 1st place in Forensic Challenge. RM 1000 (approx USD287) for winning 2nd place in CtF. Hampers for both. Norton utilities (eek! .. its win32 app, practically useless ). and participation in HiTB SecConf 2007 KL Conference for 3 - for winning 2nd place in CtF (but i'm a volunteer in HiTB, so .. i passed my place to my friend)

Looking forward for iHack 2008 ... ^-^

Good luck to iHack 1st place winners, 3boss.org / Bandar Baru Bangi Open Source Software Group in the HackInTheBox CtF competition .. :D

Compiz Fusion 0.5.2 packages | UiTM iHack 2007 | Hakaze 2ch-Type Forum/BBS Engine

Compiz Fusion 0.5.2 Packages

Its available in the main repo now .. both i386 and x86_64 packages ..

a little sidenote about the packages : 1 primary thing .. its not compatible with compiz 0.5.2 package from rawhide due to the one on rawhide is patched with a patch that forces indirect-rendering .. this, causes Nvidia cards to misbehave and also causes fusion-icon to need a patch to inverse its indirect-rendering option to direct-rendering ..


UiTM iHack Competition

I'm entering this competition tomorrow ... 2 days competition .. 1st day - computer forensic competition , 2nd day - ctf competition ... me and my friends entering both - 2 teams ... Hope we'll get 1st/2nd place with ctf like we did last year ..

http://www.tmsk.uitm.edu.my/~i-hack/ (They call it International Hacking Competition, but i have NO idea whats "international" with it .. perhaps its just yet another "Bolehland" attitude)

Hakaze 2ch-Type Forum/BBS Engine

For the past month i was playing with Django to build a forum engine .. I have released its 0.1.0rc1 release.. Its a 100% anonymous board based on a Japanese forum called 2channel..

GoogleCode page: http://code.google.com/p/kagesenshi-private/wiki/Hakaze
0.1.0rc1 package: http://kagesenshi-private.googlecode.com/files/hakaze-0.1.0rc1.tar.bz2
Demo page: http://devel.kagesenshi.org/hakaze/forums/

Compiz-Fusion just released official tarballs

I just noticed something a few minutes ago ..

Compiz Fusion have released their official tarballs!!!!

http://smspillaz.wordpress.com/2007/08/13/compiz-fusion-our-first-release-052/

This is nice ... guess i'll skip doing homeworks for today and tomorrow ... wanna package this thing ... homeworks can wait .. :P

With the release of official tarballs for compiz fusion, i hope i can get it properly submitted into fedora .. (the git packages changes too much.. .thus makes me not confident to send them for review) ..

Off I go ... ~~

A busy 2 weeks

AAAA------(#-#)-----AAA!!!!

new semester have started .. timetable clashes everywhere ... had to drop and add different set of subjects .. *sigh

..... and lectures have started giving project works on the first week .. (0.o)

heck ... i want to get back to doing geekstuff and start back watching anime~ .. (T_T)

compiz-fusion packages will be updated after my timetable issue and related stuff have been resolved ..

i'm planning to create a package for community plugins which are not in compiz-fusion-plugins-{main,extra} .. dear lazywebs .. any suggestions of plugins?

Wiki , Compiz fusion 20070716git, and package review

It has been 2 weeks+ since I last post. Here goes

Compiz Fusion 20070716git
A little update on the compiz fusion packages:

  • fusion-icon is now separated into 3 packages. fusion-icon, fusion-icon-gtk,fusion-icon-qt

  • I have included in 20070716git compiz package my rewrite of desktop-effects to make use of compiz's CCP plugin. Desktop-effects menu is back, but might be buggy, I'm quite noobie in coding, help greatly appreciated



New Wiki
Just created a wiki to keep certain stuff in/from this blog more organized http://wiki.kagesenshi.org/. Compiz Fusion's wiki page is here :
http://wiki.kagesenshi.org/moin.fcgi/CategoryPackages/CompizFusion


Compiz Fusion package review
I have submitted Fedora package reviews for libcompizconfig, compizconfig-python, and compiz-bcop in Fedora bugzilla.

compiz-bcop: #247405
libcompizconfig: #247406
compizconfig-python: #247408

and a RFE for compiz : #247409

I havent send the other packages yet, I would like these core packages to pass review first.

Update on Compiz Fusion repository 20070630git

The repository have been updated to 20070630git packages

Several changes in the RPM Packaging


the metapackage that will pull all compiz bits is now known as compiz-all. compiz-core is renamed back to compiz.

compiz-* packages no longer pulls compizconfig-settings-manager. compiz-gnome no longer pulls emerald. (Trying to make basic installation simple). You can yum them separately

Desktop-effects menu is back!. But launching compiz automatically during login is still broken,

compiz-icon was replaced by fusion-icon and its now working properly.

Low bandwidth : Repository Moved!!


The domain kagesenshi.org (izhar) has reached 80% of its bandwidth limit (2434.04/3000.00 Megs).

!! Do not respond to this message. Your reply will go nowhere. !!


yikes!!

repository will be has moved to http://devel.foss.org.my/~kagesenshi/repo

config is @ http://devel.foss.org.my/~kagesenshi/repo/pub/kagesenshi.repo

My Aztech DSL600EU just died

A shocking thing happened yesterday morning , suddenly I couldnt connect to any sites and the router's lights remain static. Rebooting it and pushing the reset button doesnt help. After tens of times trying to get it back running, nothing seems to work. So, my conclusion, this guy just died. T_T . The router have been showing problems since a few weeks ago, it keep freezing and I had to restart it to get it back running. I guess , that was its message to me that its dying.

So, today, a trip to lowyatt to get a new modem/router.

Just bought a Linksys WRT54G Router and a ZyXel Prestige 650M ADSL modem and they cost me - RM279 (~USD80). Now I'm back online (with a hole in my wallet) and will continue packaging compiz fusion every few days (well .. guess not today .. I'm damn tired right now, plus I want to play with my new router .. lol).

Also, I have contacted the compiz and beryl Fedora package maintainers, and will be working on with their guidance to improve the package for inclusion. Though I had a feeling it wont be until OpenCompositing.org release their first official tarball. Anyway .. its always better start stuff early, isnt it?.

-away-

Update on Compiz Fusion repository

I have updated the repository just now. A few noticable changes are:


package updated to 20070625 morning's git (I'm @ GMT +8 if that matters)
compiz package is slow splitted into compiz-gnome and compiz-kde
release numbering is changed to follow Fedora Packaging: Naming Guideline
a few bug fixes at the specfiles


IMPORTANT NOTE:

To those who are using 20070622git packages, you will need to remove them manually before upgrading through yum, or it wont work. This is because the change in the release numbering which make yum thinks the the older packages are newer.

To erase them
yum erase \*compiz\*
yum erase \*emerald\*


Installing the new packages


# Install the repository (if you havent)
cd /etc/yum.repos.d/
wget http://repo.kagesenshi.org/pub/kagesenshi.repo

# all compiz fusion packages (GNOME and KDE)
yum install compiz

# compiz fusion and emerald (for GNOME)
yum install compiz-gnome

# compiz fusion and KDE window decorator (for KDE)
yum install compiz-kde


Enjoy~

Original Post : Compiz Fusion Repository for Fedora 7

Compiz Fusion repository for Fedora 7


This post is obsolete ( Its hard to keep this page updated, so I created a wiki page for it :P ). Latest & updated guide can be acquired from my wiki page

http://wiki.kagesenshi.org/moin.fcgi/CategoryPackages/CompizFusion



At last ... I have finished the Compiz Fusion packages for Fedora 7 .. now for the grand announcement :D





Repository Location

Repository URL: http://repo.kagesenshi.org/pub/
http://devel.foss.org.my/~kagesenshi/repo/pub/
Repository YUM Config File: http://repo.kagesenshi.org/pub/kagesenshi.repo
http://devel.foss.org.my/~kagesenshi/repo/pub/kagesenshi.repo

The repository is hosted in a limited bandwidth shared hosting which I have for playing around with Django. Please dont abuse it. I couldnt afford larger hosting because I'm still a (jobless) student and currency exchange between MYR and USD is kindof too high for me.

Provided Packages

compiz
compiz-all
compiz-gnome
compiz-kde
compiz-devel
compiz-fusion-plugins-main
compiz-fusion-plugins-main-devel
compiz-fusion-plugins-extra
fusion-icon
compiz-bcop
compizconfig-python
compizconfig-python-devel
compizconfig-settings-manager
libcompizconfig-devel
libcompizconfig
emerald
emerald-devel

Edit Updated to follow 20070630git packages

The compiz packages are based on Fedora 7's compiz specfiles and added together with bits and pieces from Fedora beryl packages. The package sets are similar to beryl's. I dont have any KDE specific builds mainly because I don't use KDE and not familiar with beryl/compiz's KDE packages.

* NOTE: the compiz packages will obsolete Fedora 7's compiz-0.3.6 packages.
* Other Credits: the naming and description of some of the packages are taken from Trevino's Ubuntu Compiz repository

Some descriptions of common packages

compiz
compiz-all
- a meta package that will install all compiz packages from this repository
compiz-gnome
- a package that provide gtk-window-decorator and install compiz-core, compiz-fusion-plugins-main, emerald, emerald-themes and compizconfig-settings-manager
compiz-kde
- a package that provide kde-window-decorator and install compiz-core, compiz-fusion-plugins-main and compizconfig-settings-manager
compiz-core
compiz
- contains the core compiz files
compiz-fusion-plugins-main
- main plugins for compiz fusion ( cube, animation, expo, negative, opacify, scale, wall , etc)
compiz-fusion-plugins-extras
- extra plugins for compiz fusion ( addhelper, benchmark, cube reflection, firepaint, etc)
emerald
- a themable window decorator for compiz
compizconfig-settings-manager
- a GTK UI for configuring compiz fusion and its plugins

Edit: changed guide to follow GNOME KDE splitted packages
Edit Updated to follow 20070630git packages

Installation Instructions

As root, just follow these simple commands

# Install the repository 
cd /etc/yum.repos.d/
wget http://repo.kagesenshi.org/pub/kagesenshi.repo
wget http://devel.foss.org.my/~kagesenshi/repo/pub/kagesenshi.repo

# all compiz core packages (GNOME and KDE)
yum install compiz
yum install compiz-all

# compiz and GTK window decorator (for GNOME)
yum install compiz-gnome

# compiz and KDE window decorator (for KDE)
yum install compiz-kde


Edit: changed guide to follow GNOME KDE splitted packages
Edit Updated to follow 20070630git packages


After this step, you'll have compiz-core, compiz-fusion-plugins-main, emerald, emerald-themes, and compizconfig-settings-manager the core compiz 0.5 from freedesktop.org installed your computer. For Compiz-Fusion, you will require to also yum these.

yum install compizconfig-settings-manager compiz-fusion-plugins-main compiz-fusion-plugins-extra


and if you want Emerald decorator
 yum install emerald


Launching Compiz Fusion

The most convenient way to launch Compiz Fusion for now is by using its tray icon (similar to beryl-manager), called fusion-icon

yum install fusion-icon
fusion-icon &


* Theres also a launcher for it in the system menu . Located at Applications > System Tools > Fusion Icon

For the time being , there is no exact/convenient way to launch Compiz that I know of (yet).

OpenCompositing.org forum have a post on commands to launch Compiz here -> http://forums.opencompositing.org/viewtopic.php?f=51&t=758#p6439


If you have an Intel or an ATi Radeon card (using AIGLX or the radeon driver):
LIBGL_ALWAYS_INDIRECT=1 compiz --replace --indirect-rendering --sm-disable ccp &

If you are using the FGLRX driver:
LD_PRELOAD=/usr/lib/fglrx/libGL.so.1.2.xlibmesa compiz --replace --sm-disable ccp &

If you are using NVidia:
compiz --replace ccp &


Or, you can try out compiz-icon. compiz-icon is an app similar to beryl-manager. However, it does not work in my computer, but maybe you have better luck than me.
yum install compiz-icon
compiz-icon &


compiz-icon package also provide a script called compiz-manager that will do the if-else for the manual launch above, if compiz-icon doesn't work for you, you might have better luck with compiz-manager. However, compiz-mananager does not have any tray icons etc despite the name. It only launches compiz and provides some useful (to some) commandline tools.

# launching compiz-manager
compiz-manager &


Edit Updated to follow 20070630git packages

Conclusion

For technical support related to compiz itself, please goto OpenCompositing Forum at http://forums.opencompositing.org/ and ask there. I will only attend problems related to my packaging.

If you want a more bleeding edge build, read the tutorial on how to compile from source here -> http://forums.opencompositing.org/viewtopic.php?f=51&t=758

Enjoy~ :D