PDA

View Full Version : Desktop Effects Fedora Core 6 (No GLXFBConfig for def depth)


werD
December 8th, 2006, 06:25 AM
Hello all,
Ive recently installed Fedora Core 6 and seem to be receiving an error from compiz when trying to enable desktop effects. i receive the following from a terminal when trying the command "desktop-effects" or "desktop effects --replace" and choosing enable effects. I am the first to admit to my linux noobness but i was hoping someone could be so kind to examine my xorg.conf below or point me in a direction that could help me to solve this issue.

Thanks in advance for any help
DrewG

-----------
[werD@localhost ~]$ desktop-effects
gnome-window-decorator: Screen 0 on display ":0.0" already has a decoration manager; try using the --replace option to replace the current decoration manager.
compiz: No GLXFBConfig for default depth, this isn't going to work.
compiz: Failed to manage screen: 0
compiz: No managable screens found on display :0.0

[werD@localhost ~]$ desktop-effects --replace
compiz: No GLXFBConfig for default depth, this isn't going to work.
compiz: Failed to manage screen: 0
compiz: No managable screens found on display :0.0
gnome-window-decorator: Screen 0 on display ":0.0" already has a decoration manager; try using the --replace option to replace the current decoration manager.

---------

-------------------------------------------
xorg.conf

# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection

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

Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

RAOF
December 8th, 2006, 06:28 AM
...

Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection

...

The open-source "nv" drivers don't suppot 3D acceleration. At all.

You'll need to install the nVidia binary drivers - I'm not sure the best way to do that on Fedora, but on Ubuntu it'd be apt-get install nvidia-glx. There's probably a package like it for you.

werD
December 8th, 2006, 06:56 AM
thanks for the post. evidentally im crazy. I had only logged out and back on after install the nvidia drivers. but after an actual reboot effects enabled well. I actually didnt install the nvidia drivers because the guide i read said the os version of them was a much better package.

i just looked around and have read that about no support of 3d ... now when i click to open a new desktop a large cube spins on the screen and my windows are now "wobbly". i should note that the specified section in xorg.cong changed to

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection


i do however have another question. How do i control the spinning of the cube likew ive seen on videos about xgl, and also how do i pull stretch the corners fo windows(appears like peeling). :)

Thanks again

werD
December 8th, 2006, 08:46 AM
http://computerbits.wordpress.com/tag/fedora-core-6/


thanks again for your help

werD
December 9th, 2006, 12:51 AM
i also wanted to note that here is where i found the recommendation to not use the drivers provided on Nvidia's site. I guess this is just a repackage. There are some really good fedora faqs on there
http://www.mjmwired.net/resources/mjm-fedora-fc6.html#nvidia