8.04 로그인화면이 해상도

8.04 설치후 로그인해상도 가 너무 커 수정하는방법
sudo gedit /etc/X11/xorg.conf

Section "Screen"
    Identifier    "Default Screen"
    Device        "Failsafe Device"
    Monitor        "Failsafe Monitor"
    Defaultdepth    24
    SubSection "Display"
        Depth    24
        Virtual    1792    1344
        Modes    "1680x1050"        
    EndSubSection
  Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

이부분을 추가하니 ... 이쁘게 뜨더군요..

by honam | 2008/04/26 09:18 | 트랙백 | 덧글(1)

트랙백 주소 : http://theurgistk.egloos.com/tb/4317397
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]
Commented by 네코 at 2008/04/26 11:49
앗 좋은팁 감사합니다 :)

:         :

:

비공개 덧글

 

◀ 이전 페이지다음 페이지 ▶