Minha resolução para um problema semelhante:
Erro:
Lançar arquivos binários ou .ics ou abrir as configurações do sistema faz com que você efetue logout
Solução:
Atualizar o kernel
versão antiga: 3.2.0-4-amd64
nova versão: 3.9-0.bpo.1-amd64
Instalação:
$ su root
$ echo "deb http://ftp.us.debian.org/debian/ wheezy-backports main" >> /etc/apt/sources.list && apt-get update
$ aptitude -t wheezy-backports install linux-image-3.9-0.bpo.1-amd64
$ aptitude -t wheezy-backports install linux-headers-3.9-0.bpo.1-amd64
$ sudo reboot
Problema:
O GDM não é iniciado
Erro:
Módulo Nvidia não encontrado
Solução:
Você precisa instalar os drivers gráficos novamente para o novo kernel.
Reinstale os drivers nVidia:
$ cd ~/Downloads/
$ sudo ./NVIDIA-Linux-x86_64-319.17.run
There appears to already be a driver installed on your system (version: 319.17). As part of installing this driver (version: 319.17), the existing driver will be uninstalled. Are you sure you want to continue?
Yes
Would you like to register the kernel module sources with DKMS? This will allow DKMS to automatically build a new module, if you install a different kernel later.
No