Hai per caso attivato Compiz...sembra che ci sia un problema legato alla chiusura di Ubuntu...e' un bug segnalato anche dagli sviluppatori

Pero' sembra che aggiornando il Kernel si risolva per ora il problema...lancia da terminale:
sudo gedit /etc/apt/sources.listappena si apre gedit togli # dall'inizio delle righe dei backports repositories:
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb
http://it.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
deb-src
http://it.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
Poi lancia da terminale i seguenti comandi:
sudo apt-get update
sudo apt-get install linux-image -f
sudo reboot