본문 바로가기

3-1. Linux/::Configuration::

Xwindow 해상도 설정.


# vi /etc/X11/xorg.conf


Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1280x1024" "1024x768"
        EndSubSection
EndSection