Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29th August 2007, 06:04 AM
debu_sagii Offline
Registered User
 
Join Date: Dec 2006
Posts: 36
Red face Metacity no round corners!

Hi,

My problem being the round corners in a Metacity city theme, I cannot get it right. What could be the problem!




Thanks in advance!
Reply With Quote
  #2  
Old 29th August 2007, 06:13 AM
Wayne
Guest
 
Posts: n/a
You haven't given any details of what you've been doing. I usually alter the part of the xml file of a Metaity theme with square corners in this section:

<!-- normal geometry -->
<frame_geometry name="normal_geometry" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="true" rounded_bottom_right="true">

Wayne
Reply With Quote
  #3  
Old 29th August 2007, 06:28 AM
debu_sagii Offline
Registered User
 
Join Date: Dec 2006
Posts: 36
Hi,

I was just applying themes, then I noticed that none of my themes display round corners! The themes which come with Fedora 7 (x86_64) like clearlooks, glossy, bluecurve are not displaying round corners!

Thanks for your reply!
Reply With Quote
  #4  
Old 29th August 2007, 06:29 AM
debu_sagii Offline
Registered User
 
Join Date: Dec 2006
Posts: 36
I wanna ask another thing too, is it possible to have shadows in the GTK 2.0 themes?? If it is how to do so?? Thanks in advance again!
Reply With Quote
  #5  
Old 29th August 2007, 07:09 AM
NoSkill Offline
Registered User
 
Join Date: Jul 2007
Location: Adelaide, South Australia
Posts: 227
Quote:
Originally Posted by debu_sagii
My problem being the round corners in a Metacity city theme, I cannot get it right. What could be the problem!
What graphics card are you using?

Because looking at that screen pic you posted suggests to me that the corners (top left and top right) are rounded but you don't have any transparency and so you still see the "squared" edge as well.
Reply With Quote
  #6  
Old 29th August 2007, 07:17 AM
debu_sagii Offline
Registered User
 
Join Date: Dec 2006
Posts: 36
Hi,

I am using nVidia 6100 on-board graphics card, okay how to set the transparency then??

Thanks!
Reply With Quote
  #7  
Old 29th August 2007, 07:31 AM
NoSkill Offline
Registered User
 
Join Date: Jul 2007
Location: Adelaide, South Australia
Posts: 227
Quote:
Originally Posted by debu_sagii
I am using nVidia 6100 on-board graphics card, okay how to set the transparency then??
It should be a function of that Gfx card (nVidia 6100) anyway, but if your display driver is not set to the correct card (e.g: it's using a generic display driver like vesa, or vga instead) then you won't get transparency.

Perhaps you could post the contents of your /etc/X11/xorg.conf file - there might be something wrong with it's settings.

I'm not sure how you set transparency in KDE. I'm using Gnome at the moment - but I'll be able to switch desktops a little later and have a look if we need to.

[edit: Flip KDE and Gnome around in the previous sentence I'm having (another) one of them days ]

Last edited by NoSkill; 29th August 2007 at 07:52 AM. Reason: Brain fart
Reply With Quote
  #8  
Old 29th August 2007, 08:11 AM
NoSkill Offline
Registered User
 
Join Date: Jul 2007
Location: Adelaide, South Australia
Posts: 227
Quote:
Originally Posted by debu_sagii
okay how to set the transparency then??
It doesn't look like you can change the transparency (on/off) for the window title bars in Gnome. Well, I can't see a setting in a configuration panel.
Reply With Quote
  #9  
Old 29th August 2007, 08:23 AM
Reisswolf's Avatar
Reisswolf Offline
Registered User
 
Join Date: May 2006
Posts: 333
When I first installed Fedora 7 x86_64, I found the same thing with my Metacity windows. But after I ran "yum update" the problem resolved itself.

There must have been some incompatibility between my video card (Intel 82865G) and the kernel that is shipped with the distribution. Try updating your system; that might get rid of the problem.
__________________
Registered user # 441814
Reply With Quote
  #10  
Old 29th August 2007, 10:04 AM
debu_sagii Offline
Registered User
 
Join Date: Dec 2006
Posts: 36
Okay I wud try updating!
Reply With Quote
  #11  
Old 29th August 2007, 05:15 PM
debu_sagii Offline
Registered User
 
Join Date: Dec 2006
Posts: 36
Updated my Fedora but still no use, what sud I do now??
Reply With Quote
  #12  
Old 29th August 2007, 06:08 PM
NoSkill Offline
Registered User
 
Join Date: Jul 2007
Location: Adelaide, South Australia
Posts: 227
Quote:
Originally Posted by debu_sagii
Updated my Fedora but still no use, what sud I do now??
In your /etc/X11/xorg.conf file, do you have the following entry?
Code:
Section "Extensions"
    Option "Composite" "Enable"
EndSection

Last edited by NoSkill; 29th August 2007 at 06:13 PM. Reason: Changed to reflect other post in other thread
Reply With Quote
  #13  
Old 29th August 2007, 06:26 PM
debu_sagii Offline
Registered User
 
Join Date: Dec 2006
Posts: 36
Quote:
Originally Posted by NoSkill
In your /etc/X11/xorg.conf file, do you have the following entry?
Code:
Section "Extensions"
    Option "Composite" "Enable"
EndSection
Okay the file was missing that part, so I added the "Extensions" section but still no use! But it solved my metacity problem posted a while ago. Thanks for that, still searching to make the round corners work!

Regards!
Reply With Quote
  #14  
Old 29th August 2007, 06:45 PM
NoSkill Offline
Registered User
 
Join Date: Jul 2007
Location: Adelaide, South Australia
Posts: 227
Quote:
Originally Posted by debu_sagii
still searching to make the round corners work!
Glad it worked for you
Now, continuing on...

Does the following sections in your /etc/X11/xorg.conf file contain the following lines?
Code:
Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
...
	Option	    "AddARGBGLXVisuals" "True"
...
EndSection
and
Code:
Section "Module"
	Load  "glx"
	Load  "extmod"
EndSection
(You will probably have to logout and login again for the settings to have any affect.)
Reply With Quote
  #15  
Old 29th August 2007, 07:11 PM
debu_sagii Offline
Registered User
 
Join Date: Dec 2006
Posts: 36
Quote:
Originally Posted by NoSkill
Glad it worked for you
Now, continuing on...

Does the following sections in your /etc/X11/xorg.conf file contain the following lines?
Code:
Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
...
	Option	    "AddARGBGLXVisuals" "True"
...
EndSection
and
Code:
Section "Module"
	Load  "glx"
	Load  "extmod"
EndSection
(You will probably have to logout and login again for the settings to have any affect.)

EUREKA PROBLEM SOLVED! THANKS A LOT!

Besides one last word can you tell me where to install compiz-fusion from?
Reply With Quote
Reply

Tags
corners, metacity, round

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
F9 vs. Nvidia round 1 FIGHT! hiberphoptik Using Fedora 41 19th May 2008 03:54 PM
Clients and Round Robin DNS tacc2 Servers & Networking 1 13th December 2007 05:32 PM
Another round for keyboard repeating cdscls Using Fedora 3 8th December 2006 03:50 AM
Round Screen Corners on Gnome. Anyone know how to re-enable them? Bandit Using Fedora 1 4th April 2006 03:42 AM
4 shiny round coasters. chanchao Fedora Focus 4 21st January 2005 05:09 PM


Current GMT-time: 21:12 (Tuesday, 21-05-2013)

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 Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat