이것저것 뒤져봐도 안되서 별짓을 다하다 우연히 발견하게 되었는데,
/var/log/Xorg.0/log가 핵심적인 힌트를 주게 될 줄이야..
다른 설정들을 해보아도(grub의 nomodeset 이라던가) 안되는데
에러메시지를 보다보니 지금 연결된 모니터는 CRT-0 인데,
모니터를 연결하지 않고 켠다면 연결될 모니터를 알 수 없기 때문에 xwindow의 시작이 멈추게 된다.
약간의 편법(?) 이지만 만약 모니터를 CRT-0 로 인식을 시키게 되면
구형 모니터이기에 해상도 정보라던가 이런걸 돌려받지 못할수도 있어서
modes에 설정된 값으로 해상도를 설정하고 확인하지 않고 부팅을 진행하게 해주는 것으로 추측된다.
---
modes는 해주지 않아도 부팅에 문제가 없다
test 플랫폼은 리플룩 ion-330
---
/var/log/Xorg.0/log가 핵심적인 힌트를 주게 될 줄이야..
다른 설정들을 해보아도(grub의 nomodeset 이라던가) 안되는데
에러메시지를 보다보니 지금 연결된 모니터는 CRT-0 인데,
모니터를 연결하지 않고 켠다면 연결될 모니터를 알 수 없기 때문에 xwindow의 시작이 멈추게 된다.
약간의 편법(?) 이지만 만약 모니터를 CRT-0 로 인식을 시키게 되면
구형 모니터이기에 해상도 정보라던가 이런걸 돌려받지 못할수도 있어서
modes에 설정된 값으로 해상도를 설정하고 확인하지 않고 부팅을 진행하게 해주는 것으로 추측된다.
---
modes는 해주지 않아도 부팅에 문제가 없다
test 플랫폼은 리플룩 ion-330
---
$ cat /etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 295.33 (buildd@zirconium) Fri Mar 30 13:38:49 UTC 2012
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Budzetron ANALOG"
HorizSync 30.0 - 80.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "ION"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1280x1024_60 +0+0"
Option "ConnectedMonitor" "CRT-0"
Option "UseDisplayDevice" "CRT-0"
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
|
'Linux > Ubuntu' 카테고리의 다른 글
우분투 자동 마운트(외장 USB HDD)시 700 퍼미션 문제 (2) | 2012.06.07 |
---|---|
rutorrent on ubuntu 12.04 LTS (0) | 2012.06.07 |
cannot open shared object file: No such file or directory (1) | 2012.06.02 |
cuda 4.2 linux (0) | 2012.06.02 |
grub loader 날리기 (0) | 2012.04.29 |