LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No window borders in jaunty (https://www.linuxquestions.org/questions/linux-newbie-8/no-window-borders-in-jaunty-725179/)

lifeafterdeath 05-11-2009 07:49 AM

No window borders in jaunty
 
Hi.. I installed compizconfig-settings-manager recently. When I enabled the Blur Windows effect, the screen went blank. I restarted the system, yet the screen used to go blank immediately after login. Somehow, I solved this problem by going to failsafe terminal and removing compiz-core. The problem was solved but now I'm not getting window borders at all. Alt+Tab isn't working either.

b0uncer 05-11-2009 01:08 PM

Try running
Code:

compiz --replace &
from a terminal, see if it helps---it should put compiz managing your windows again, if it isn't for some reason (obviously you need to have Compiz installed and working). If it doesn't help, you can try falling back to Metacity by using
Code:

metacity --replace &
Or if you use Emerald, you could run it's similar replace command to make it take control of your window borders. I haven't lost the borders often, but those times I have, this has worked.

Hope it helps :)


All times are GMT -5. The time now is 05:54 PM.