PDA

View Full Version : No GLXFBConfig for default depth: AIGLX, Edgy


bag
November 13th, 2006, 08:51 PM
Hi Compiz Fans,

can someone help me to narrow the following strange error down? Thanks so much....

System: Ubuntu Edgy, Intel 810 Driver, AIGLX, deb's from http://gandalfn.wordpress.com/compiz-repository/

Error:
libGL warning: 3D driver claims to not support visual 0x31
compiz: No GLXFBConfig for default depth, this isn't going to work.
compiz: Failed to manage screen: 0
compiz: No manageable screens found on display :0.0

I get the same error on a radeon system. The sympton is still the same i havn't any window-border.

Thanks for your help.
cheers,
bjoern

my xorg.conf:
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
# Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "de"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "de"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "Device"
Identifier "Intel Corporation 82852/855GM Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
Option "DRI" "true"
# Option "XAANoOffscreenPixmaps"
Option "RenderAccel" "true"
Option "AccelMethod" "EXA"
# Option "UseFBDev" "true"
Option "AddARGBGLXVisuals" "true"
EndSection

Section "Monitor"
Identifier "Standardbildschirm"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82852/855GM Integrated Graphics Device"
Monitor "Standardbildschirm"
Option "AddARGBGLXVisuals" "true"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Option "AIGLX" "true"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

tuxmap
November 15th, 2006, 09:29 PM
u just remove the composite extension, aiglx(server layout) from xorg.conf and restart ur X. and also try disabling the extra options u hav added in Device section

bag
November 15th, 2006, 10:07 PM
Thx Tuxmap that you take pity on me :-)

I have remove the compostie section, removed AIGLX and the extra stuff under device, nothing changed. Still the same Error. Is their a soecial way how to enable compiz? I still type compiz --replace in my Terminal or use compiz-tray-icon?
Is their a way to get a more detailed compiz output?
Is their anything special that i have forget to installt (mesa ...).

Thanks for your help.

RYX
November 15th, 2006, 10:23 PM
You could try setting the "DefaultDepth" in the "Screen"-section to 24 instead of 16. Maybe that's why he can't find a 32-bit visual ... I am not sure - just an idea.

And no, unfortunately there is (presently) no other way to start compiz.

:)

bag
November 15th, 2006, 10:48 PM
:-( i have tried 24 / 16 / 32 / 8 nothing happens, still no borders.

gandalfn
November 16th, 2006, 12:00 AM
hi,

try this :

Enable:
Option "XAANoOffscreenPixmaps"

Disable:
Option "RenderAccel" "true"
Option "AccelMethod" "EXA"
Option "AddARGBGLXVisuals" "true"
Option "DRI" "true"


Also this options are optionals, you can disable them safely :
Load "dbe"
Option "AIGLX" "true" (is active by default on edgy)

gandalfn

bag
November 16th, 2006, 06:03 AM
:-( still the same!


libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x31
compiz: No GLXFBConfig for default depth, this isn't going to work.
compiz: Failed to manage screen: 0
compiz: No manageable screens found on display :0.0



Section "Module"
# Load "GLcore"
Load "bitmap"
# Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSection

Section "Device"
Identifier "Intel Corporation 82852/855GM Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
# Option "DRI" "true"
Option "XAANoOffscreenPixmaps"
# Option "RenderAccel" "true"
# Option "AccelMethod" "EXA"
# Option "UseFBDev" "true"
# Option "AddARGBGLXVisuals" "true"
EndSection

Section "Monitor"
Identifier "Standardbildschirm"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82852/855GM Integrated Graphics Device"
Monitor "Standardbildschirm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection



P.S. Thank you gandalfn, for you debs ....[/code]

RYX
November 16th, 2006, 01:01 PM
OK - now it's getting really strange ... I have the same problem. I simply shutdown my PC and restarted and now the same. When I start compiz, I get the following output "compiz: No GLXFBConfig for depth 32".

I started compiz with "compiz --replace --use-cow gconf &" to get it running without locking my screen and hiding the desktop.

Now I am unable to run the decorator - whenever I try, I get the above error message ....

I didn't change anything since yesterday, so this is _really_ weird ...

(It's the same with beryl ... and I am using an NVIDIA-card with the nvidia 9629-driver ... no updates since about a week ... nothing changed in my system ...)

:(

RYX
November 16th, 2006, 01:40 PM
OK - I found it. For some reason I commented out the two essential lines in my xorg.conf:
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"

These two need to be within your "Screen"-section ... then it works! Sorry, I could have noticed that earlier ...

:)

bag
November 17th, 2006, 10:11 AM
Thank RYX for your time. But it dosn't work still the same add error. It is frustating....
Is their anything that i can check, except the xorg.conf?
I have tried beryl, and i get the same error but it seems to work, i get wobbly windows ... BUT my screen is turned about 180°. The Window Borders are on the button, the writings are turned and i must move my mouse down when i will select something that is above, really really strage ....

faberp
November 24th, 2006, 09:24 AM
Same problem...with Kubuntu Edgy , Ati video card x600....any suggestions?

pratamad
December 21st, 2006, 06:10 AM
My experience is slightly different. Compiz worked fine until it gave the same error mentioned out of the blue. Eventually I traced it down to the last action I did: playing with Display Settings for Dual-Head display. (Mine is a FC6, so it is System->Administration->Display)

Obviously the resulting xorg.conf did not work with Compiz. I kept getting "Desktop effects cannot be enabled". So my fix is to restore the saved copy (/etc/X11/xorg.conf.backup) and voila, it solved my problem. I have no time to analyse what actually broke it though.

yocum
January 2nd, 2007, 04:37 PM
I had the same error message after installing xorg-x11-drv-fglrx rpm package from livna repo and unistalling it after determining that my Mobility 9000, R250 chipset is no longer supported by ATI (da bastiges!). Turned out that when I uninstalled it, it didn't uninstall cleanly.

The solution was to completely uninstall all the mesa packages (rpm -e --nodeps <packages>) and re-install them to uncreate several sym links from /usr/lib/libGL.so which were pointing to /usr/lib/fglrxl/libGL.so. This is on a Fedora Core 6 system.