1kb*_*1kb 9 intel-graphics 12.04
每次启动时都会出现“系统正在低图形模式下运行”错误。
问题与此类似:“系统正在以低图形模式运行”我在启动 ubuntu 时收到此消息,但我认为我无法使用该答案,因为我没有相同的图形卡(我的是英特尔)。我已经搜索了 Ask Ubuntu 的解决方案,并尝试了这里找到的一些建议:How to fix "The system is running in low-graphics mode" error? .
我正在使用带有 Ubuntu 12.04 的 HP 台式机。
直到大约 12 小时前,我才遇到过这个问题。我唯一能想到的是我刚刚通过更新管理器安装了大约 35 个更新。下次我打开计算机时,出现“系统正在低图形模式下运行”错误。
这是我尝试过的:
unity-greeter(只要我有这个问题,我就很难复制任何输出并将其粘贴到这里,因为我无法进入桌面等。)
在尝试了所有这些之后,我选择重新安装 Ubuntu (11.10)。这样做之后问题就解决了!但是一旦我升级到 12.04 并重新启动,我又收到了错误消息:(
然后尝试删除文件/etc/X11/xorg.config.failsafe并重新启动 lightdm GUI 服务器,如本答案所示。这也没有帮助。
我也尝试运行startx并得到:
kb@kb-HP-Compaq-4000-Pro-SFF-PC:~$ startx
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 i686 Ubuntu
Current Operating System: Linux kb-HP-Compaq-4000-Pro-SFF-PC
3.2.0-41-generic-pae #66-Ubuntu SMP Thu Apr 25 03:50:20 UTC 2013 i686 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-41-generic-pae
root=UUID=f5d21c1a-a302-4688-948b-470818bfb967 ro quiet splash
vt.handoff=7 Build Date: 11 April 2013 01:04:30PM xorg-server
2:1.11.4-0ubuntu10.13 (For technical support please see
http://www.ubuntu.com/support) Current version of pixman: 0.24.4
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: Thu May 9 22:35:42 2013
(==) 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
Run Code Online (Sandbox Code Playgroud)
我希望这些信息中的一些有帮助。
小智 6
我在更新时遇到了同样的问题。xorg 似乎因为没有配置文件而崩溃了。它也不能自动生成,所以我复制了 xorg.conf.failsafe 并创建了一个新的 xorg.conf。如果这有帮助,请告诉我。
我注意到你删除了那个文件。这就是我的样子。我正在努力让这个自动生成器工作。
Section "Device"
Identifier "Configured Video Device"
Driver "fbdev"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
30952 次 |
| 最近记录: |