저는 현재 이 컴퓨터에서 Mint 14를 실행하고 있지만 이전에 Fedora 16에서 이런 일이 발생했기 때문에 이것이 제 드라이버의 일반적인 문제인 것 같습니다.
노트북이 절전 모드로 전환되면 디스플레이가 켜지지 않습니다. 덮개를 닫으면 이상한 눈꽃 디스플레이가 표시되며 재부팅해야 합니다. 덮개를 닫지 않으면 몇 가지 오류가 표시되고 재부팅할 수 있는 콘솔로 이동됩니다.
로그 파일의 용량이 꽤 크지만, 가장 중요한 정보를 제공하는 것으로 보이는 부분만 추출했습니다. 드라이버 문제일 가능성이 높습니다.http://wiki.x.org/주위를 둘러보지만 나에게는 그다지 익숙한 내용이 아니다.
lsmod 실행 |
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)
이 분야는 제가 특별히 잘하는 분야가 아니기 때문에 올바른 방향으로 도움을 주시면 큰 도움이 될 것입니다.
로그 파일의 일부가 도움이 될 수 있는 경우 알려주시면 해당 내용을 붙여넣겠습니다.