LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 04-22-2006, 02:49 PM   #1
pafinator11
Member
 
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89

Rep: Reputation: 15
Transparencies and Shadows in Fedora Core 5


I used to use suse 10 and KDE and if you installed X Composite Manager, you could make windows transparent/translucent and you could also make shadows. How can you accomplish that in Fedora Core 5 and Gnome?

Thanks in advance,
Paul
 
Old 04-22-2006, 07:06 PM   #2
pafinator11
Member
 
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89

Original Poster
Rep: Reputation: 15
Ok, I got X Composite Manager working I have it running perfectly in KDE but I would like to use it in gnome, I cannot find an rpm of the utility, xcompmgr, and attempting to compile it spits out errors. How can I enable it in gnome?
 
Old 04-22-2006, 09:05 PM   #3
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
Never heard of X Composite Manager. Are you referring to KDE Settings > Appearance & Themes > Style option? Coz i got my transparency effects from here. As for Gnome menu transparency effects i dont think its possible (atleast that i know of) :/
 
Old 04-22-2006, 11:50 PM   #4
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Quote:
Never heard of X Composite Manager.
Then why answer?

OP: What errors are you getting? You need to be more specific, however with the Metacity in FC5 you may not need it as it's built to work with the fancy AIGLX stuff is it not?
 
Old 04-23-2006, 12:05 AM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You can also find the KDE dialog to turn on and configure transparency and shadows by right clicking on a top window border and selecting "Configure Window Behavior ...". Then after setting up you Windows Behavior to use transparency and shadows, you need to edit your /etc/X11/xorg.conf file.

The last section needs a line added:
Code:
Section "Extensions"
      Option "Composite" "Enable"
EndSection
This won't work if you use the "nvidia" driver. You will get a "caught SIG 11 error". ( Not an exact quote ) It will work with the generic "nv" driver, but beyond shadows, translucency may operate too slowly without acceleration. So this is a catch 22 situation.
NVidia may have it's own equivalent option that you need to use instead.
 
Old 04-23-2006, 01:25 AM   #6
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
He's trying to use GNOME, not KDE.
 
Old 04-23-2006, 10:08 AM   #7
pafinator11
Member
 
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89

Original Poster
Rep: Reputation: 15
ok I figured out that I was wrong in calling it X Composite Manager as it is the X Composite Extension, I figured out that it comes preinstalled and I modified the Xorg.conf to use it. I got it working for KDE, no problem and I do have nvidia glx drivers working at the same time. X Composite Manager is actually a utility used to make use of the shadows of the X Composite Extension in other Desktop Enviroments, such as Gnome, to go along with that you need transset for transparencies. I downloaded the source for X composite manager and I attempted to compile it, heres what I got:
Quote:
checking for xcomposite xfixes xdamage xrender... Package xcomposite was not found in the pkg-config search path. Perhaps you should add the directory containing `xcomposite.pc' to the PKG_CONFIG_PATH environment variable No package 'xcomposite' found Package xfixes was not found in the pkg-config search path. Perhaps you should add the directory containing `xfixes.pc' to the PKG_CONFIG_PATH environment variable No package 'xfixes' found Package xdamage was not found in the pkg-config search path. Perhaps you should add the directory containing `xdamage.pc' to the PKG_CONFIG_PATH environment variable No package 'xdamage' found Package xrender was not found in the pkg-config search path. Perhaps you should add the directory containing `xrender.pc' to the PKG_CONFIG_PATH environment variable No package 'xrender' found
configure: error: Library requirements (xcomposite xfixes xdamage xrender) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
I don't know all that much about compiling so I couldnt figure out what it was asking me to do. I do know that xcomposite is installed, I am pretty sure xrender is installed but I'm not positive about xfixes and xdamage.
Any ideas?

Last edited by pafinator11; 04-23-2006 at 10:11 AM.
 
Old 04-26-2006, 03:50 AM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Update:
I just updated the nvidia driver, and now transparency and shadows works great!

First I logged off, and logged into a virtual terminal as root.
Then I ran "init 3" to stop x windows.

Then "cd /usr/share/doc/nvidia"
This is where SuSE stored the driver installer.
Then I ran "./NVIDIA-Linux-x86_64-1.0-7676-pkg2.run --update"

There was one problem however. The prompts didn't printout properly, and it was difficult reading the prompts. However, when I was finished, I edited my xorg.conf file. Then after changing the settings in KDE to use transparency, and logging out and in again, the results were very positive.

And my laptop only has a GeForce4 420.

Last edited by jschiwal; 04-26-2006 at 03:54 AM.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrade Fedora Core 4 (FC4) to Fedora Core 5 (FC5) hangs vogelap Fedora - Installation 10 05-22-2006 09:00 AM
No shadows for Superkaramba themes while using translucency/shadows in KDE? lasindi Linux - Software 1 03-05-2006 09:19 PM
[X.org] shadows and transparencies Creak Debian 4 09-14-2005 06:14 PM
Severe problems with Fedora Core 1 and Fedora Core 2 installatiom TheOneKEA Fedora - Installation 2 07-14-2004 02:12 PM
Fedora Core 2 - Just days away! Final comments on Fedora Core 1 lrt2003 Fedora 3 05-12-2004 02:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 10:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration