Fedora Linux Support Community & Resources Center

Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Guides & Solutions (No Questions)

Guides & Solutions (No Questions) Post your guides here. You can also add your comments to a guide, but don't start a thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2007-11-08, 06:40 AM CST
leigh123linux's Avatar
leigh123linux Offline
Administrator
 
Join Date: Oct 2006
Location: Hampshire UK
Posts: 16,644
compiz-0.8.5 repo for F9, F10, F11 & F12 + guide for the official fedora packages

Many thanks to drhilbert , LordMorgul and neogranas for donating the web space and bandwidth for the compiz-fusion repo

Compiz fusion mirrors

http://www.dfm.uninsubria.it/compiz/fusion/

http://www.lordmorgul.net/pub/compiz/fusion/

http://mirror.thegamingkid.com/compiz/fusion/


Attention

23/10/09 F10 repo is now legacy / EOL so there will be no further updates

23/10/09 F9 repo is now legacy / EOL so there will be no further updates

23/10/09 F11 repo updated to 0.8.5

30/04/09 F9 repo updated to 0.8.3

24/04/09 F11 repo added

14/03/09 F8 repo DELETED

26/11/08 F8 repo is now legacy / EOL so there will be no further updates

20/11/08 F9 & F10 repo added simple-ccsm package

10/11/08 F9 & F10 repo added compiz-plugin-peek package

03/11/08 F9 & F10 repo added compiz-plugin-screensaver

20/10/08 F9 & F10 repo updated with protobuf enabled compiz packages see post #1447

10/09/08 GPG sign all the compiz-fusion packages .

04/08/08 added gnomeartng to the repository (gnomeartng is the successor of Gnome-Art )



.
I have also included screenlets to the repo as well as all the SRPMS




Quote:
Compiz requires direct rendering to work

so please don't bother posting saying compiz doesn't work unless you have direct rendering working .

To test

Code:
glxinfo |grep direct
The result should be

Code:
[root@localhost leigh]# glxinfo |grep direct
direct rendering: Yes
[root@localhost leigh]#
Instructions for F9, F10,F11 & F12

1. Install the compiz-fusion-release rpm

Code:
su
yum -y erase *compiz*
rpm -ivh http://leigh123linux.fedorapeople.org/compiz-fusion-release-1-8.noarch.rpm
If this fails try

Code:
su
yum -y erase *compiz*
yum -y install wget
wget http://leigh123linux.fedorapeople.org/compiz-fusion-release-1-8.noarch.rpm
rpm -Uvh compiz-fusion-release-1-8.noarch.rpm
rm -f compiz-fusion-release-1-8.noarch.rpm
2. Install compiz-fusion ( you will need to delete the old compiz configuration files /home/username/.gconf/apps/compiz ) (For F12 use the yum commands in post #2 as I have changed the packaging scheme to match fedora)


For a Gnome compiz install

Code:
su
yum -y --noplugins install compiz-gnome fusion-icon-gtk compiz-bcop ccsm emerald-themes compizconfig-backend-gconf compiz-plugins-unsupported compiz-plugins-extra
For a KDE compiz install

Code:
su
yum -y --noplugins install compiz-kde fusion-icon-qt compiz-bcop ccsm emerald-themes compizconfig-backend-kconfig compiz-plugins-unsupported compiz-plugins-extra
For both KDE & gnome

Code:
su
yum -y --noplugins install compiz-kde compiz-gnome fusion-icon-all compiz-bcop ccsm emerald-themes compizconfig-backend-gconf compizconfig-backend-kconfig compiz-plugins-unsupported compiz-plugins-extra
__________________________________________________ __________________________________________________ ________________________

xorg.conf options for the intel, nv, radeon & radeonhd drivers ( should help graphics lag and CPU load )

add to the device section


Code:
         Option          "AccelMethod" "EXA"  
         Option          "MigrationHeuristic" "greedy"
compiz-check utility

Code:
wget http://blogage.de/files/9124/download -O compiz-check
chmod +x compiz-check
./compiz-check
http://forlong.blogage.de/article/pages/Compiz-Check

Last edited by Hlingler; 2009-09-11 at 12:41 PM CDT. Reason: Corrected command sequence in Step #1.
Reply With Quote
  #2  
Old 2007-11-08, 08:02 AM CST
leigh123linux's Avatar
leigh123linux Offline
Administrator
 
Join Date: Oct 2006
Location: Hampshire UK
Posts: 16,644
Thumbs up Howto for F11, F10, F9 & F8 compiz-fusion ( for the official fedora packages )

To install compiz-fusion



1. Install compiz-fusion


for both kde & gnome


Code:
su
yum install ccsm emerald-themes compizconfig-backend-kconfig compizconfig-backend-gconf fusion-icon* emerald compiz-fusion-unsupported-gnome compiz-fusion-gnome libcompizconfig compiz-gnome compiz-bcop compiz compizconfig-python  compiz-fusion-extras-gnome compiz-kde compiz-manager
for gnome only ( no kde deps are installed )

Code:
su
yum install ccsm emerald-themes compizconfig-backend-gconf fusion-icon-gtk emerald compiz-fusion compiz-fusion-gnome compiz-fusion-unsupported-gnome libcompizconfig compiz-gnome compiz-bcop compiz compizconfig-python compiz-fusion-extras compiz-fusion-extras-gnome
for kde only

Code:
su
yum install ccsm emerald-themes compizconfig-backend-kconfig fusion-icon-qt  emerald compiz-fusion  compiz-fusion-unsupported libcompizconfig compiz-bcop compiz compizconfig-python compiz-fusion-extras  compiz-kde compiz-manager
2. To start compiz-fusion use fusion-icon , you will find fusion-icon in the menu under Applications/system tools/fusion-icon. ( gnome only )







compiz-check utility

Code:
wget http://blogage.de/files/9124/download -O compiz-check
chmod +x compiz-check
./compiz-check
http://forlong.blogage.de/article/pages/Compiz-Check

Last edited by leigh123linux; 2008-12-14 at 10:49 AM CST.
Reply With Quote
  #3  
Old 2007-11-08, 08:31 AM CST
leadgolem's Avatar
leadgolem Offline
Registered User
 
Join Date: Apr 2005
Location: Littleton, CO
Age: 25
Posts: 2,854
Running great now.

Beautiful, just beautiful. And, so far, stable.
__________________
Only two things are infinite, the universe and human stupidity, and I am not sure about the former. -Albert Einstein-
yum -y --enablerepo=morals install honesty&
remove piratedcontent
S.C.O.U.R.G.E. Heroes of lesser renown, contributor.
Wine Basics Logitech g15 How-To Community made packages.
Reply With Quote
  #4  
Old 2007-11-08, 03:02 PM CST
JN4OldSchool Offline
"Sean The Terrible" -- The forum Vista® rep
 
Join Date: Nov 2005
Posts: 8,870
Thanks Leigh, it worked out bodaciously. I am almost all together!
Reply With Quote
  #5  
Old 2007-11-08, 04:22 PM CST
civilwarlord's Avatar
civilwarlord Offline
Registered User
 
Join Date: Jun 2006
Posts: 57
What's the best way to install?
Reply With Quote
  #6  
Old 2007-11-08, 04:27 PM CST
JN4OldSchool Offline
"Sean The Terrible" -- The forum Vista® rep
 
Join Date: Nov 2005
Posts: 8,870
Quote:
Originally Posted by civilwarlord
What's the best way to install?
Make sure you remove ALL compiz packages installed. I missed libcompiz* and had to find it. Then DL the correct package from Leigh above, extract and CD to that file and "rpm -i *" will install everything. I then successfully dumped my old config files back in so my setup remains unchanged.
Reply With Quote
  #7  
Old 2007-11-09, 09:48 PM CST
sweetrain's Avatar
sweetrain Offline
Registered User
 
Join Date: Feb 2005
Location: CANADA
Posts: 113
I have no window decorators after installation as per the instruction. Any help?
__________________
---------------------
Fedora 10/x86_64@
Intel Core 2 Quad Q6600
4G ram
320G sATA
----------------------
Reply With Quote
  #8  
Old 2007-11-10, 01:56 AM CST
leigh123linux's Avatar
leigh123linux Offline
Administrator
 
Join Date: Oct 2006
Location: Hampshire UK
Posts: 16,644
Quote:
Originally Posted by sweetrain
I have no window decorators after installation as per the instruction. Any help?
Try

emerald --replace



or select emerald as the window decorator from the drop down fusion-icon menu
Reply With Quote
  #9  
Old 2007-11-10, 10:11 AM CST
civilwarlord's Avatar
civilwarlord Offline
Registered User
 
Join Date: Jun 2006
Posts: 57
After uninstalling Fedora's packages, deleted the config files, and installed the 64-bit packages, I got hard lockups on my keyboard & touchpad within minutes of logging in. I uninstalled the packages and everything's fine now. When I have more time, I'll try to figure the problem out.

Last edited by civilwarlord; 2007-11-10 at 10:16 AM CST.
Reply With Quote
  #10  
Old 2007-11-10, 10:31 AM CST
leigh123linux's Avatar
leigh123linux Offline
Administrator
 
Join Date: Oct 2006
Location: Hampshire UK
Posts: 16,644
The only issue I have had with this build is the fish in the Atlantis plugin dont stay confined to the cube

Has anyone else had any similar problems with the packages
Reply With Quote
  #11  
Old 2007-11-10, 07:53 PM CST
synic Offline
Registered User
 
Join Date: Mar 2005
Location: Brisbane, Australia
Posts: 127
Love your work Leigh ... really love your work.
__________________
Fedora 10 | 185 Opteron | A8N32-SLI-Deluxe | 2 x 1g 500Mz 3-4-3-8 Team | MSI 8600GTS-512 heatpipe | Avermedia Hybrid | Samsung 40" LCD | 3Ware 9650SE-4LPML | 4 X Samsung SP2504C, 2 X Samsung 500G | Noctua's | Creative SB Audigy 5.1 | Logitech Z3-e |
Reply With Quote
  #12  
Old 2007-11-10, 07:56 PM CST
synic Offline
Registered User
 
Join Date: Mar 2005
Location: Brisbane, Australia
Posts: 127
Just tried to update kmod-nvidia and noticed that there is a new kernel coming out but isnt in the repo's yet.

I'm assuming that we will have to reinstall when we update to the latest kmod ? I think that question was answered in another thread but couldnt find it.
__________________
Fedora 10 | 185 Opteron | A8N32-SLI-Deluxe | 2 x 1g 500Mz 3-4-3-8 Team | MSI 8600GTS-512 heatpipe | Avermedia Hybrid | Samsung 40" LCD | 3Ware 9650SE-4LPML | 4 X Samsung SP2504C, 2 X Samsung 500G | Noctua's | Creative SB Audigy 5.1 | Logitech Z3-e |
Reply With Quote
  #13  
Old 2007-11-10, 08:35 PM CST
StephenH's Avatar
StephenH Offline
Registered User
 
Join Date: Jul 2004
Location: Wake Forest, NC
Age: 56
Posts: 545
Thumbs up

Thanks Leigh. I have been beating my head against a wall all day today trying to get compiz to work from the stock install. I could turn on desktop effects, but would immediately lose the window controls as others have mentioned in other threads.

I finally gave up and wiped the stock compiz (and all the parts I installed trying to get it to work) off the machine, downloaded your files and installed them. It went as smooth as butter, and I now am happy with the desktop effects.

Stephen

Edit after a reboot:

Woe is me, for my desktop effects are undone! I rebooted the system, and encountered a random effect in that I could not launch anything from the task bar. I found that I could launch the Compiz Fusion Icon, and than use that to switch back to Metacity, which restored the desktop behavior to normal. I am quite frustrated with Compiz at this point.

Stephen

Last edited by StephenH; 2007-11-10 at 08:59 PM CST. Reason: Changed outcome
Reply With Quote
  #14  
Old 2007-11-10, 11:38 PM CST
sweetrain's Avatar
sweetrain Offline
Registered User
 
Join Date: Feb 2005
Location: CANADA
Posts: 113
Still can not get windows decorations and others. Here is what I have.
Code:
[root@localhost ~]# fusion-icon
 * Detected Session: gnome
 * Searching for installed applications...
 * No GLX_EXT_texture_from_pixmap with direct rendering context
 ... nor with indirect rendering, this isn't going to work!
 * Using the GTK Interface
 * Decorator "" is invalid.
 * Setting decorator to Emerald ("emerald --replace")
 * Starting Compiz
 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
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
 * Setting decorator to Emerald ("emerald --replace")
 * Reloading compiz
 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
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
__________________
---------------------
Fedora 10/x86_64@
Intel Core 2 Quad Q6600
4G ram
320G sATA
----------------------
Reply With Quote
  #15  
Old 2007-11-11, 01:56 AM CST
ogre_x's Avatar
ogre_x Offline
Registered User
 
Join Date: Nov 2007
Age: 36
Posts: 18
I have problems running ccp. If I use gconf it works, but ccp gets the eye-candy going (can move the cube, switch windows using alt-tab), but I can't move the windows (i.e. picking them with left mouse and dragging the window around.).'

Nvidia 6600GT (agp) running the livna drivers.

Ideas?
Reply With Quote
Reply

Tags
compiz, compiz-fusion, howto

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Announcement: New repo with updated ClamAV packages for Fedora 8 [H]omer General Support 2 2008-07-27 09:00 AM CDT
preupgrade F8 official-> F9, update presto repo is wrong marko Installation Help 1 2008-05-21 03:08 PM CDT
F9 compiz-0.7.5 packages added to the compiz-fusion repo leigh123linux Alpha - Beta (Fedora 9 Only) 3 2008-04-18 06:08 PM CDT
Official Fedora Core 4 Installation Guide Ug Installation Help 26 2005-12-01 06:06 AM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 10:53 AM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Translations made by vBET 2.3.8