Ubuntu 11.10 未以图形模式启动?

iam*_*ind 2 graphics restart

我深陷困境。我在 XP 的双引导模式下使用 Ubuntu 11.10。

最初我的触摸板不工作,(有时)。为了解决这个问题,我安装了一些东西。重启后我的 Ubuntu 没有启动!!

过去几周我已经安装了几个软件包,所以重新安装操作系统是我最后的手段。有人可以帮我在图形模式下重新启动它吗?

我也遵循了这个线程中提到程序。通过该链接,我可以以某种方式以文本模式重新启动。但在那之后就没有运气了。我无法返回图形模式。

的重要输出lspci如下:

00.00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)
00:02.0 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)
Run Code Online (Sandbox Code Playgroud)

我附上了一些快照,以了解有关硬件的更多详细信息。

在此处输入图片说明 在此处输入图片说明 在此处输入图片说明

iam*_*ind 5

终于经过很多努力,我能够解决这个问题。我很高兴地从我丢失了几个小时的同一个 Ubuntu 中写下了这个答案。

如果 Ubuntu 没有启动,那么当出现空白屏幕时,请按Ctrl + Alt + (F1 to F6, anything)或转到恢复模式以从命令行进行检查。

然后,我检查了以下文件:

sudo vi /var/log/Xorg.0.log
Run Code Online (Sandbox Code Playgroud)

它会给你信息,你到底在哪里失败。例如,它在我错误编辑的文件之一中失败了。请参阅下面的粗体文本。

[    16.685] 
X.Org X Server 1.10.4
Release Date: 2011-08-19
[    16.685] X Protocol Version 11, Revision 0
[    16.685] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[    16.685] Current Operating System: Linux Ubuntu11.10 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:25:36 UTC 2011 i686
[    16.685] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-13-generic root=UUID=0e1d28e3-b3cc-4022-81c6-4f4d24ac6f63 ro quiet splash vt.handoff=7
[    16.685] Build Date: 19 October 2011  05:09:41AM
[    16.685] xorg-server 2:1.10.4-1ubuntu4.2 (For technical support please see http://www.ubuntu.com/support) 
[    16.685] Current version of pixman: 0.22.2
[    16.685]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    16.685] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    16.685] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 26 22:59:34 2011
[    16.865] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Run Code Online (Sandbox Code Playgroud)

**

[17.051] 文件 /usr/share/X11/xorg.conf.d/50-synaptics.conf 中 InputClass 部分的第 14 行解析错误“ppa:sergio91pt/synaptics+clickpads”在本节中不是有效关键字。[ 17.051] (EE) 解析配置文件时出现问题 [
17.051] (EE) 解析配置文件时出错 [ 17.051] 致命服务器错误:[ 17.051] 找不到屏幕 [ 17.051] 请咨询 X.Org 基金会支持

**

我只是删除了该行并重新启动。它再次出现空白屏幕,我只是随机尝试了其他tty部分(例如tty2),通过按下Ctrl + Alt + F2,我惊喜地看到图形登录屏幕

我刚刚检查了一切是否完好无损。此外,由于升级,我看到可用性的微小变化,但其他方面都很好。这是我在那次灾难后第一次成功登录,我希望将来它会继续没有任何问题。

我学到的教训是,要解决一个小问题,不要进行不必要的升级/更新,也不要浪费时间和精力。谢谢。