Xorg 和 Xserver 在休眠后未启动

Xorg 和 Xserver 在休眠后未启动

我目前在这台计算机上运行 Mint 14,但以前在 Fedora 16 上也发生过这种情况,所以我猜测这是我的驱动程序的普遍问题。

笔记本电脑休眠后​​显示屏将无法启动。如果我合上盖子,它只会显示一个奇怪的雪花显示屏,我需要重新启动,如果我不合上盖子,它会显示一些错误,并将我带到可以重新启动的控制台。

日志文件相当大,但我已经提取了看起来能提供最重要信息的部分。这看起来很可能是驱动程序问题,我去过http://wiki.x.org/四处寻找,但这并不是我真正熟悉的事情。

运行 lsmod | grep 新

nouveau               895609  3 
ttm                    83595  1 nouveau
drm_kms_helper         46784  1 nouveau
drm                   275528  5 nouveau,ttm,drm_kms_helper
i2c_algo_bit           13413  1 nouveau
mxm_wmi                12979  1 nouveau
video                  19335  1 nouveau
wmi                    19070  3 asus_wmi,nouveau,mxm_wmi

运行lspci

01:00.0 VGA compatible controller: NVIDIA Corporation Device 1251 (rev a1)

/var/log/系统日志:

Jan  2 18:13:30 user-G74Sx mdm[1586]: WARNING: Failed to start X server several times in a short time period; disabling display :0

/var/log/X.org.log:

[    23.428] 
X.Org X Server 1.13.0
Release Date: 2012-09-05
[    23.428] X Protocol Version 11, Revision 0
[    23.428] Build Operating System: Linux 3.2.0-30-generic x86_64 Ubuntu
[    23.428] Current Operating System: Linux user-G74Sx 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64
[    23.428] Kernel command line: BOOT_IMAGE=/vmlinuz-3.5.0-17-generic root=UUID=e7c94e41-c243-45b2-9cdc-e851b5cf16d0 ro quiet splash
[    23.428] Build Date: 08 October 2012  03:34:01PM
[    23.428] xorg-server 2:1.13.0-0ubuntu6 (For technical support please see http://www.ubuntu.com/support) 
[    23.428] Current version of pixman: 0.26.0
[    23.429]    Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[    23.429] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    23.429] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jan  2 18:15:32 2013
[    23.438] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    23.439] (==) No Layout section.  Using the first Screen section.
[    23.439] (==) No screen section available. Using defaults.
[    23.439] (**) |-->Screen "Default Screen Section" (0)
[    23.439] (**) |   |-->Monitor "<default monitor>"
[    23.439] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[    23.440] (==) Automatically adding devices
[    23.440] (==) Automatically enabling devices
[    23.440] (==) Automatically adding GPU devices
[    23.440] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    23.440]    Entry deleted from font path.
[    23.440] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    23.440]    Entry deleted from font path.
[    23.440] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    23.440]    Entry deleted from font path.
[    23.440] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    23.440]    Entry deleted from font path.
[    23.440] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    23.440]    Entry deleted from font path.
[    23.440] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    23.440]    Entry deleted from font path.

它还尝试加载模块 nv 和 nvidia 几次,但每次都失败,因为这些模块不存在,所以我猜我必须安装这些模块。看起来它最终使用了 nouveau 模块

[    23.473] (II) NOUVEAU driver Date:   Wed Sep 12 13:42:43 2012 +0200
[    23.473] (II) NOUVEAU driver for NVIDIA chipset families :
[    23.473]    RIVA TNT        (NV04)
[    23.473]    RIVA TNT2       (NV05)
[    23.473]    GeForce 256     (NV10)
[    23.473]    GeForce 2       (NV11, NV15)
[    23.473]    GeForce 4MX     (NV17, NV18)
[    23.473]    GeForce 3       (NV20)
[    23.473]    GeForce 4Ti     (NV25, NV28)
[    23.473]    GeForce FX      (NV3x)
[    23.473]    GeForce 6       (NV4x)
[    23.473]    GeForce 7       (G7x)
[    23.473]    GeForce 8       (G8x)
[    23.473]    GeForce GTX 200 (NVA0)
[    23.473]    GeForce GTX 400 (NVC0)

任何朝着正确方向的帮助都会很棒,因为这并不是我特别擅长的领域。

如果日志文件的任何部分可能有帮助,请告诉我,我会将它们粘贴到

相关内容