On Friday 26 October 2007 08:45:41 pm David C. Rankin J.D. P.E. wrote: > Ben Kevan wrote: > > On Friday 26 October 2007 08:21:56 pm David C. Rankin J.D. P.E. wrote: > >> Ben Kevan wrote: > >>> On Friday 26 October 2007 03:08:01 pm David C. Rankin J.D. P.E. wrote: > >>>> CyberOrg wrote: > >>>>> On 10/26/07, David C. Rankin J.D. P.E. > >>>>> <[EMAIL PROTECTED]> > >>> > >>> wrote: > >>>>>> Sorry for the barrage of Compiz questions, > >>>>>> > >>>>>> But I have to ask one more. I have 16 small desktop icons > >>>>>> in the taskbar with compiz running. They are directly related to the > >>>>>> ccsm -> desktop -> General Option -> Desktop Size settings. The > >>>>>> behavior of these setting does not make complete sense. > >>>>> > >>>>> rpm -e libcompizconfig-backend-kconfig (remove > >>>>> libcompizconfig-backend-gconf too if you have it) > >>>>> > >>>>> Cheers > >>>>> > >>>>> -J > >>>> > >>>> Thanks! > >>>> > >>>> How do I get around this: > >>>> > >>>> [root Rankin-P35a/home/david] # rpm -e > >>>> libcompizconfig-backend-kconfig-0.6.0-1.1 > >>>> error: Failed dependencies: > >>>> libcompizconfig-backend-kconfig is needed by (installed) > >>>> compiz-fusion-kde-0.6.2-2.1.noarch > >>> > >>> sudo rpm -e libcompizconfig-backend-kconfig-0.6.0-1.1 --nodeps > >> > >> ARRGH!, I tried that and it killed compiz and I can't get it back. What > >> is crazy this that I have since reinstalled > >> libcompizconfig-backend-kconfig and I can't get compiz to start. It > >> bombs somewhere during startup. I did manage to catch part of the error. > >> It was GL..fb compiz core error. I think my next move is to uninstall > >> and reinstall all of compiz. Before I do, can you think of anything else > >> to check? > >> > >> > >> -- > >> David C. Rankin, J.D., P.E. > >> Rankin Law Firm, PLLC > >> 510 Ochiltree Street > >> Nacogdoches, Texas 75961 > >> Telephone: (936) 715-9333 > >> Facsimile: (936) 715-9339 > >> www.rankinlawfirm.com > > > > That is very strange since all libcompizconfig-backend-kconfig gives is > > libkconfig.so as a backend, nothing more. > > > > Did you check the libGL.so.1.2? > > > > DId you try killing the X session and logging back in? (I am guessing > > so).. > > > > Ben > > Ahah, I caught the erro: > > compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't > going to work. > compiz (core) - Error: Failed to manage screen: 0 > compiz (core) - Fatal: No manageable screens found on display :0 > > How do I check libGL.so.1.2? Yes, I've checked it before. That was the > one with 2 versions. One in /usr/lib and the other in /usr/X11R6/lib. > The newer version is still being used: > > > Any other thoughts? >
Strange.. Try doing the following: mv /usr/lib/libIndirectGL.so.1 /usr/lib/libIndirectGL.so.1.old If you are running 64-Bit then run do: mv /usr/lib64/libIndirectGL.so.1 /usr/lib64/libIndirectGL.so.1.old -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
