On Thu, 2007-08-16 at 19:11 +0530, CyberOrg wrote: > On 8/16/07, Art Fore <[EMAIL PROTECTED]> wrote: > > > > > I got one step further. I downloaded and installed the rpms from X11:XGL > > and I have the GO1 Nvidia rpms installedWhen I do > > > > compiz –replace ccp & > > > > I get > > > > [EMAIL PROTECTED]:~> compiz: Trying '/usr/$LIB/libIndirectGL.so.1' > > compiz (core) - Error: Screen 0 on display ":0.0" already has a window > > manager; try using the --replace option to replace the current window > > manager. > > compiz (core) - Fatal: No manageable screens found on display :0.0 > > > > > Any suggestions? > > > > Yeah, "try using the --replace option" (with double hyphens/dashes) > > Cheers > > -J
Did that, if I do it from the command line, the compiz --replace ccp & then starts, but how do I get the emerald --replace ccp & to go then. destop locks up and can do nothing. I follow the following instructions To make it auto start do the following: open a terminal touch ~/.kde/Autostart/startcompiz.sh kate ~/.kde/Autostart/startcompiz.sh Paste the following in your text editor: #! /bin/sh compiz –replace ccp & emerald –replace ccp & Save it.. and close it back at termial type: chmod +x ~/.kde/Autostart/startcompiz.sh of course replacing the - with -- (BTW, the copy past also deletes the space before the -) Restarting X does nothing. Strange thing was that Kate opens the file when coming back into X. Here is the startcompiz.sh kfile #! /bin/sh compiz --replace ccp & emerald --replace ccp & Any furthr suggestions. Art -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
