Fedora Linux Support Community & Resources Center

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

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1471  
Old 12th January 2009, 03:10 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Beryl is now out of date - have you tried using compiz-fusion? (See the link at the top of the howto for updates howtos on my blog - the instructions have changed a bit).
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #1472  
Old 21st January 2009, 01:05 PM
CJagadeeshRaju Offline
Registered User
 
Join Date: Jan 2009
Posts: 8
Still I am missig my Title bar

I have tried as mentioned in the steps for installation but one step, loading driver for the in-built graphics card. Not sure which driver will suite the display driver. As i mentioned earlier I am using Intel 915GAV which has "Intel® Graphics Media Accelerator 900 Architecture". And i think I have AIGLX but not sure of XGL.

Any suggestion what can I do to get this thing working?

Thanks,
Jagadeesh
Reply With Quote
  #1473  
Old 21st January 2009, 01:11 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Can you move the windows around as normal too (try pressing the "alt" key then click on a window and drag it around) or are they all locked in place?
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #1474  
Old 21st January 2009, 02:51 PM
CJagadeeshRaju Offline
Registered User
 
Join Date: Jan 2009
Posts: 8
The windows are all locked, as i cannot click on any other application running. ex: If I run 2 consoles from Desktop and I enable compiz from one console then the title bar vanishes for all apps. but I will be able to run commands on both consoles on the Desktop but without bringing the background console to foreground.

-Jagadeesh
Reply With Quote
  #1475  
Old 21st January 2009, 05:03 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Try running compiz with a few arguments:
Code:
compiz --replace gconf
That will at least "unlock" the windows so they move around and fade and such, but you'll still be missing the decorations since you also need to run "gtk-window-decorator". So to put it all together:
Code:
compiz --replace gconf&
gtk-window-decorator --replace&
fg 1
That will run compiz and gtk-window-decorator in the background, then return Compiz to the foreground.
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #1476  
Old 23rd January 2009, 07:25 AM
CJagadeeshRaju Offline
Registered User
 
Join Date: Jan 2009
Posts: 8
Still the same issue.

I am getting the following error:

compiz (core) -Warn: SmsOpenConnection failed: None of the authentication specified are supported.
compiz (core) -Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) -Error: Failed to manage screen: 0
compiz (core) -Fatal: No manageable screen found on display: 0,0

Can you please help me on this...

Thanks,
Jagadeesh
Reply With Quote
  #1477  
Old 23rd January 2009, 06:47 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
What hardware + driver are you using?
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #1478  
Old 27th January 2009, 10:48 AM
CJagadeeshRaju Offline
Registered User
 
Join Date: Jan 2009
Posts: 8
I have 915GAV motherboard with no addition PCI vga card. My system is loaded with FC10. I have not installed any additional display driver for my configuration.

Last edited by CJagadeeshRaju; 27th January 2009 at 11:06 AM.
Reply With Quote
  #1479  
Old 27th January 2009, 01:40 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Please post the output from these commands:
Code:
glxinfo | grep -i direct
cat /etc/X11/xorg.conf | grep -i Driver
That should let us know if you're using the Intel driver or another one (which might not support the tfp extension).
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #1480  
Old 27th January 2009, 01:52 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by CJagadeeshRaju View Post
I am getting the following error:

compiz (core) -Warn: SmsOpenConnection failed: None of the authentication specified are supported.
compiz (core) -Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) -Error: Failed to manage screen: 0
compiz (core) -Fatal: No manageable screen found on display: 0,0

Can you please help me on this...

Thanks,
Jagadeesh

Try starting compiz with this command


Code:
compiz --replace  ccp --indirect-rendering

The Intel driver doesn't work with compiz without --indirect-rendering switch
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #1481  
Old 28th January 2009, 05:19 AM
CJagadeeshRaju Offline
Registered User
 
Join Date: Jan 2009
Posts: 8
Quote:
Originally Posted by Firewing1 View Post
Please post the output from these commands:
Code:
glxinfo | grep -i direct
cat /etc/X11/xorg.conf | grep -i Driver
That should let us know if you're using the Intel driver or another one (which might not support the tfp extension).
I didn't find xorg.conf file in the above specified location...
Reply With Quote
  #1482  
Old 28th January 2009, 01:19 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Ah, that's a good sign actually. It means that you're using the defaults/autoconfigured settings from Xorg, so you have the right driver. Try starting Compiz as leigh showed:
Code:
compiz --replace  ccp --indirect-rendering
If you'd like to use gconf, which is what Fedora uses, instead of the Compiz Configuration Plugin (cpp) then start it like this:
Code:
compiz --replace  gconf --indirect-rendering
They're both the same really except "cpp" listens to changes you make in ccsm, while "gconf" uses the default Fedora values as well as the two options you configure on the desktop-effects dialog.
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #1483  
Old 2nd February 2009, 03:51 PM
CJagadeeshRaju Offline
Registered User
 
Join Date: Jan 2009
Posts: 8
I tried both the switch mentioned above with no success....
I am still facing the same Error message as I posted before... Anymore suggestion, if you have any????
Reply With Quote
  #1484  
Old 9th February 2009, 01:19 PM
CJagadeeshRaju Offline
Registered User
 
Join Date: Jan 2009
Posts: 8
Is there a way that this issue can be fixed. If you can suggest me where to get source code and fix this issue would be of great help.

Thanks,
Jagadeesh
Reply With Quote
  #1485  
Old 9th February 2009, 01:23 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Have you tried the Compiz mailing lists or IRC support channel? They may know a few extra tricks that would help.
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
Reply

Tags
aiglx, beryl, compiz, working, xgl

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
Fedora 7 +Intel965+ [Beryl, Compiz, Compiz-Fusion] Freezes bala04 Hardware & Laptops 0 15th September 2007 08:43 PM
beryl? aiglx? compiz? ANYTHING? ruthik Using Fedora 4 18th October 2006 11:57 PM


Current GMT-time: 09:14 (Sunday, 26-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