I think I have this figured out. I'll mark it as solved as soon as I make sure... To fix the "Xlib: extension "GLX" missing on display ":0.0" error message, I ran sudo nvidia-xconfig, which generated a new xorg.conf file. That brought me back to the same problem I had to begin with: "compiz (core) - Warn: No GLXFBConfig for depth 32." To fix this problem, I found that I needed to add some lines to my xorg.conf file:
If there is a module section, add: " load "glx" " to that section. If there is not a module section, just copy and paste this to the bottom of your xorg.conf file.
Also, I found that I needed to add some lines to the screen section:Code:ection "Module" Load "glx" EndSection
The previous two lines are actually what fixed the 32 bit depth error message.Code:Option "AddARGBGLXVisuals" "True" Option "DisableGLXRootClipping" "True"
At this point I was able to enable compiz, but all of the settings did not work, and they wouldn't save.
I found, from this thread, that I had a package missing that compiz needed. it was :
I also found a helpful list of other packages that compiz needed. (I already had the rest of these installed)compiz-fusion-plugins-extra
Last but not least, I found a nice tool here, that will check if compiz is able to run on your system.compiz compiz-plugins compiz-gnome compiz-core compiz-fusion-plugins-main compiz-fusion-plugins-extra compizconfig-backend-gconf compizconfig-settings-manager
I hope this info is helpful to someone else too!



Adv Reply

Bookmarks