我正在运行 Debian Wheezy 64 位,使用最新的 Nvidia 驱动程序(来自 Nvidia)。每当我启动“emacs”(Emacs23.4)时,Gnome 会话就会变暗,它会注销并始终返回登录菜单。到目前为止,这是唯一一个这样做的应用程序。我很困惑,因为我无法调试这个问题。
我对这个奇怪的问题感到困惑。我希望有人能帮我解决这个奇怪的现象。这一定与图形显示有关,因为感觉就像 Gdm 崩溃了,但我不能确定。
Emacs 中是否有可能导致此类问题的功能?我尝试了默认的 emacs 设置。但是 Gtk Vim 运行得很好 ;)
谢谢
答案1
我对类似问题的解决方案:
错误:
启动二进制文件或 .ics 或打开系统设置会导致注销
解决方案:
更新内核
旧版本:3.2.0-4-amd64
新版本:3.9-0.bpo.1-amd64
安装:
$ 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
问题:
GDM 未启动
错误:
未找到模块 Nvidia
解决方案:
您需要为新内核再次安装图形驱动程序。
重新安装 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