2

My story is this:

I have a laptop toshiba satellite A665-SP6004, Intel Core i7 inside, Nvidia GeForce GT 330M graphics.

I recently switch to ubuntu 11.10 and I have experienced some problems, one of them is Compiz:

  • Suddenly, compiz is turned off and since unity is a compiz plugin, this makes it drop out of the interface. This also happens every time I make a modification of anything, for example configure the AWN, which is very annoying.

Another problem I had is:

  • to turn off the pc is locked. After clicking on shut down, the top panel turns purple and the rest of the black screen freezes, then I have to force it off, which is very risky.

  • The keypad light. Works perfectly in Windows but still does not work in ubuntu ...

If someone can tell me how to solve at least the problem I have with compiz that will be very helpful.

Thank you.

ibzeon
  • 21
  • 2
  • 2
    Welcome to Ask Ubuntu! We are most able to help you if you write your posts in English. Could you please translate your question so we can understand what you're asking? Thanks! – Knowledge Cube Dec 15 '11 at 05:47
  • At any rate, from my extremely limited knowledge of Spanish, it sounds like you're asking a number of different things. If you could please repost each question as a separate one, that'd be great. – Knowledge Cube Dec 15 '11 at 05:53
  • Por favor, pedimos solamente una pregunta a la vez. Le sugiero que les pregunte de nuevo por separado. Si puede, pregúntele en Inglés - esto le ayudará mucho. ¡Gracias! -- Please ask only one question at a time. I suggest you ask them again separately. If you can, ask them in English - this will help a great deal. Thank you! – Stefano Palazzo Dec 15 '11 at 08:15
  • 2
    Vote to reopen: He is really asking only about his compiz problem, the turn off problem is likely related. We can try to answer it here. I agree that he should open another question for the keypad light. – Javier Rivera Dec 15 '11 at 08:19
  • I agree with Javier. How to reopen? This nice guy needs help and we could as well edit his question to make it be more obviously appear as a question? – Michael K Dec 15 '11 at 09:10
  • You guys make good points, I'm happy to oblige. If you could edit the question accordingly, that'd be great. – Stefano Palazzo Dec 15 '11 at 10:21
  • Is this question still active ? It was re-opened, but no answers to the problem. Is it better filed as a bug report ? – Panther Feb 28 '12 at 19:00
  • This question should instead be filed as a bug report, and as such is off-topic, thanks! Instructions on filing a bug report are here. – Jorge Castro May 22 '12 at 18:16

1 Answers1

1

On your desktop, make a file (it doesn't matter what it's called). Open it, and type this:

compiz --replace

close and save it. Make it executable. While you are changing the settings, make sure it's visible. When compiz crashis, double click it and run it, and compiz should restart itself (not the computer). This won't stop it from crashing, but now you won't have to restart your computer.

Dan
  • 11