bajak
11월 24, 2009, 1:20오후
1
며칠째 요놈의 해상도땜에 애를 태우고 있는 초보입니다.
예전 vga chipset을 인식하지 못하나 하고 묻기도 하고 요모조모
살펴봤는데
혹시 모니터 문제가 아닐까라는 생각이 듭니다.
xorg.conf파일 찾아보라는데 검색해도 없구요.
오에스 : 우분투 9.1 데스크탑
칩 셋 : Integrated Intel® Extreme Graphics 2 in Intel® 865GV chipset
모니터 : 한뫼 19인치 LCD
시스템-기본설정-디스플레이 가서보면 모니터 모른다고 나와요.
하드웨어정보 보면
PCI Devices-
Host bridge : Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface
VGA compatible controller : Intel Corporation 82865G Integrated Graphics Controller
System peripheral : Intel Corporation 82865G/PE/P Processor to
요리 나오구요.
해상도 800600하고 600 480만 나오는데 더 높게 하려면 어떻하나요?
음, 예전에 어찌어찌 xorg.conf를 수정하여서 문제를 해결한 적이 있긴 하지만, 따로 기록해 둔 것이 없어서 참 답변드리기가 애매하네요…
일단 9.10에서는 xorg.conf가 없으니까 /etc/X11/xorg.conf를 만들어 주시면 된다고… 어디서 본것 같습니다…
일단 지금 문제가… 강제로 조정해서 될 문제인지는 모르겠습니다만 …
ALT + F2를 누르시고 gksu gedit /etc/X11/xorg.conf를 입력하셔서 빈 파일을
연 다음,
[code:15v7ut4u]Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection[/code:15v7ut4u]
위의 내용을 붙여넣습니다. 이게 아마 xorg.conf의 기본설정인듯 합니다.
여기에,
[code:15v7ut4u]SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection[/code:15v7ut4u]
위 부분을 넣는 편집을 시도해야하는데…
1280X800은 적당히 수정하시구요…
근데 젤 중요한…디스플레이 서브섹션을 어디다 넣었는지 기억이 잘 안납니다 ㅡ.ㅡ
그냥 기본내용 아래다 붙여넣었는지… 섹션스크린 안에 넣었는지…
섹션디바이스안에 넣었는지… ㅡ.ㅡ;;;
아래 댓글 달아 주시는 분이 도와주실듯 ㅡ.ㅡ… 에효…
일단 편집 시도해보시고… 혹시 X가 안뜨면, 콘솔로 부팅하신 다음,
VIM등의 편집기로 xorg.conf를 수정하고 재시작 하기를 반복해보세요…;;
음… 아마도 제 기억에는…
[code:15v7ut4u]Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1280x800" <–이 부분은 19인치에 맞게..
EndSubSection
EndSection[/code:15v7ut4u]
이렇게 설정했었던것 같습니다…