Ubuntu 12.04 一直启动到 tty1

min*_*der 6 boot tty 12.04 xserver

我试图安装 xdmx & 我做的最后一件事是删除~/.XAuthority*文件,因为我在锁定授权文件时出错。重新启动时,我发现自己在此屏幕上。

我试过了,startx但出现错误。这是输出:

xauth:  error in locking authority file /home/ankesh/.Xauthority
xauth:  error in locking authority file /home/ankesh/.Xauthority


X.Org X Server 1.11.3
Release Date: 2011-12-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.42-37-generic x86_64 Ubuntu
Current Operating System: Linux mindreader 3.11.0-20-generic #34~precise1-Ubuntu SMP Thu Apr 3 17:25:07 UTC 2014 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-20-generic.efi.signed root=UUID=a6d7d9bd-c1c4-4be9-96eb-8a54e6e71354 ro quiet splash vt.handoff=7
Build Date: 16 October 2013  04:41:23PM
xorg-server 2:1.11.4-0ubuntu10.14 (For technical support please see http://www.ubuntu.com/support) 
Current version of pixman: 0.30.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 28 01:56:05 2014
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

 ddxSigGiveUp: Closing log
Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: No such file or directory
xinit: server error
xauth:  error in locking authority file /home/ankesh/.Xauthority
Run Code Online (Sandbox Code Playgroud)

我也尝试重新安装 Xorg,但这也无济于事。

echo $DISPLAY 什么都不给。

我真的很感激我能得到的任何帮助。谢谢。

Dan*_*ela 1

要恢复 GUI,您需要恢复开源驱动程序。去做这个:

  1. 消除xorg.conf

    sudo rm /etc/X11/xorg.conf
    
    Run Code Online (Sandbox Code Playgroud)
  2. 卸载英伟达

    sudo apt-get purge nvidia*
    
    Run Code Online (Sandbox Code Playgroud)
  3. 重新启动并享受!

然而,这只是解决方法。Nouveau 驱动程序在 3D 中速度很慢。我建议您等待新的 NVidia 驱动程序发布并尝试一下。