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
  #1  
Old 1st November 2006, 12:51 AM
mapalma Offline
Registered User
 
Join Date: Oct 2006
Posts: 7
How-to Desktop effects easy in Fedora 6

1. Get nvidia beta driver install:
yum install kmod-nvidia --enablerepo=livna-testing

2. Get Xorg.conf ready:
gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true

Add the following in /etc/X11/xorg.conf:

Section "Extensions"
Option "Composite"
EndSection

In the "Device" section, add:
Option "AddARGBGLXVisuals" "True"

In the "Module" section, add:
Load "extmod"

3. Logout, login again and type: desktop-effects

Enable the effects.
Reply With Quote
  #2  
Old 1st November 2006, 01:21 AM
pressesctoquit Offline
Registered User
 
Join Date: Oct 2006
Posts: 27
what about us ATi folks???
Reply With Quote
  #3  
Old 1st November 2006, 02:25 AM
Janl Offline
Registered User
 
Join Date: Sep 2006
Location: Kentucky, USA
Age: 32
Posts: 309
With AIGLX, ATI users currently only have the option of using the radeon drivers that ship with Fedora. AMD(ATI) released new drivers today, however they still don't support AIGLX. Until they do, it's either use the out of the box drivers for radeon or use the ATI drivers and get XGL working instead of AIGLX.
Reply With Quote
  #4  
Old 1st November 2006, 02:31 AM
snoze's Avatar
snoze Offline
Registered User
 
Join Date: Jun 2005
Location: INDIA
Posts: 772
ATI folks, try following, If compiz is installed then type desktop-effects for me ATI is working much faster then nvidia
Reply With Quote
  #5  
Old 1st November 2006, 03:11 AM
cwood06's Avatar
cwood06 Offline
Registered User
 
Join Date: May 2006
Posts: 32
OMG thanks so much its UBER !!!
Reply With Quote
  #6  
Old 1st November 2006, 03:14 AM
pressesctoquit Offline
Registered User
 
Join Date: Oct 2006
Posts: 27
how do I install compiz, can I yum install it? Sorry if this is a dumb Q, new to Linux myself
Reply With Quote
  #7  
Old 1st November 2006, 06:53 PM
JoeyJoJoe Offline
Registered User
 
Join Date: Apr 2006
Location: Coventry, UK
Posts: 444
I've been thinking about doing this - but I wonder if it's worth the hastle, how long will it take before these "testing"drivers are public?... I've never been that bothered that I've watched one go through testing to general so don't know how long it would usually be.
__________________
Registered Linux User #416286
Reply With Quote
  #8  
Old 1st November 2006, 07:50 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
Quote:
Originally Posted by snoze
ATI folks, try following, If compiz is installed then type desktop-effects for me ATI is working much faster then nvidia
I've noticed that too. (ATI Radeon Mobility 6 in a laptop.)

Dan
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #9  
Old 1st November 2006, 09:31 PM
uuklanger Offline
Registered User
 
Join Date: Feb 2006
Posts: 20
I am running an ATI Mobility Radeon 7500 on a IBM T30. I am getting a garbled screen. This is being tracked on another thread http://fedoraforum.org/forum/showthread.php?t=133553 There is a screen shot too.

Any ATI tips for any of us? I know this works on a T41 but I have had no luck on my T30.

Thanks for any tips you may have.
Reply With Quote
  #10  
Old 1st November 2006, 09:43 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
Can't help you much. It worked out of the box here, so didn't have to hunt up any fixes. And I AIN'T gonna screw it up, just to try to fix it again

Dan
Reply With Quote
  #11  
Old 3rd November 2006, 02:41 PM
strikeforce Offline
Registered User
 
Join Date: Jun 2004
Location: Perth, Western Australia
Age: 36
Posts: 1,464
Thanks for this it worked great for me
Reply With Quote
  #12  
Old 7th November 2006, 06:27 AM
rlozano's Avatar
rlozano Offline
Registered User
 
Join Date: Nov 2006
Location: Philippines
Posts: 50
Quote:
Originally Posted by snoze
ATI folks, try following, If compiz is installed then type desktop-effects for me ATI is working much faster then nvidia
can you share your xorg.conf? i have an ati also in my laptop but can't enable desktop-effects.

i have enough og fglrx already. .....

thanks so much in advance....
Reply With Quote
  #13  
Old 12th November 2006, 09:25 PM
rotsee Offline
Registered User
 
Join Date: Jun 2006
Posts: 14
Weird things happen with my screen when trying this...
Does any know what this is that I'm appearently missing?
Code:
GLX_SGIX_fbconfig is missing
Reply With Quote
  #14  
Old 12th November 2006, 09:57 PM
rmarin2 Offline
Registered User
 
Join Date: Jul 2004
Posts: 1
Quote:
Originally Posted by rlozano
can you share your xorg.conf? i have an ati also in my laptop but can't enable desktop-effects.

i have enough og fglrx already. .....

thanks so much in advance....
Here is my xorg.conf file... Hope it helps!!
-Rich

# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Reply With Quote
  #15  
Old 13th November 2006, 06:33 AM
stanjam Offline
Registered User
 
Join Date: Oct 2006
Posts: 133
I am getting the following:

desktop-effects command not found
Reply With Quote
Reply

Tags
desktop, easy, effects, fedora, 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
Fedora 11 help with Desktop effects karthiksharu Hardware & Laptops 4 22nd July 2009 02:17 PM
Can't enable Desktop Effects on Fedora 11 dth4h Using Fedora 8 12th June 2009 01:08 AM
Mouseover Effects in KDE 4.1 (easy question hopefully) Tutankh Using Fedora 4 3rd October 2008 06:30 AM
Desktop Effects on Laptop using Fedora 9 apostolos_v Hardware & Laptops 16 25th August 2008 02:37 PM
could not enable desktop effects in fedora 8 hareeshkumar Using Fedora 2 28th December 2007 02:49 AM


Current GMT-time: 17:42 (Thursday, 23-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