System Admin

본문 바로가기
사이트 내 전체검색


RedHat Linux >> System Administration for Redhat Linux
[목차]
제5장 X 윈도우 시스템

    8. 해상도 변경

해상도는 XF86Config 파일의 Section Screen에서 변경할 수 있습니다. Section Screen은 XF86Config파일에서 다음과 같이 나타납니다.

 

# vi XF86Config

... 생략

# **********************************************************************
# Screen section
# **********************************************************************

...생략 

# The accel server
Section "Screen"
    Driver      "accel"
    Device      "S3 Trio3D"
    Monitor     "Generic Super VGA, 1024x768 @ 87 Hz interlaced, 800x600 @ 56 Hz
"
    DefaultColorDepth 16
     Subsection "Display"
        Depth       8
        Modes       "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
                Modes      "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

 

# vi XF86Config-4

... 생략

Section "Screen"
        Identifier   "Screen0"
        Device       "S3 Trio3D"
        Monitor      "Monitor0"
        DefaultDepth    16
         Subsection "Display"
                Depth 24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        Subsection "Display"
                Depth       16
                Modes      "1152x864" "1024x768" "800x600" "640x480"
        EndSubsection
        Subsection "Display"
                Depth 8
                Modes "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
 
EndSection

 

모니터의 해상도를 결정하는 부분은 "Display" Subsection의 Modes 항목입니다. 앞 예에서는  "1152x864" "1024x768" "800x600" "640x480" 으로 해상도가 결정되어 있습니다. 앞쪽에 있는 "1152x864" 가 기본 해상도이고, 다른 해상도는 <ctrl>+<alt>+<+>, <ctrl>+<alt>+<->키를 눌러서 변경할 수 있습니다. 키를 누름에 따라 Modes에 적혀있는 해상도가 순환되면서 선택됩니다.

기본 해상도를 변경할 경우에는 원하는 해상도를 맨앞으로 옮겨주면 됩니다.  X윈도우의 해상도 설정에는 버추얼 스크린(Virtual Screen)이 자동으로 지원됩니다. 버추얼 스크린의 예를 들면, 화면의 해상도는 "800x600"이면서 X윈도우를 "1024x768" 또는 그이상의 해상도로 상요하는 것입니다. 화면에 보이지 않는 나머지 부분은 마우스를  이동하여 나타낼 수 있습니다. 버추얼 스크린은 virtual이라는 항목을 첨가하여 설정할 수 있습니다. 다음은 버추얼 스크린을 "1600x1200"으로 설정한 예입니다.

        Subsection "Display"
                Depth       16
                Modes      "1152x864" "1024x768" "800x600" "640x480"

               virtual        1600 1200
        EndSubsection
 

Subsection에서 virtual을 명시하지 않을 경우 Modes에 설정된 해상도 중에 가장 큰 해상도가 기본 버추얼 스크린으로 설정됩니다. 앞에서 virtual항목이 없는 경우 기본 버추얼 스크린은 "1152x864"입니다.

 

 

[목차]

개인정보취급방침 서비스이용약관 모바일 버전으로 보기 상단으로

TEL. 063-469-4551 FAX. 063-469-4560 전북 군산시 대학로 558
군산대학교 컴퓨터정보공학과

Copyright © www.leelab.co.kr. All rights reserved.