Loading news. please wait...
はじめてのCentOS

 

centoslogo-mini.png  はじめてのCentOS5.4 /etc/X11/xorg.conf

Loading news. please wait...

xorg.confで解像度の指定

CentOS5.4をインストールしたばかりで解像度の設定を行っていない私のマシンの /etc/X11/xorg.conf は以下のようになっていました。

# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier    "Default Layout"
        Screen    0   "Screen0" 0 0
        InputDevice   "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  ;"Keyboard0"
        Driver    "kbd"
        Option    "XkbModel" "jp106"
        Option    "XkbLayout" "jp"
EndSection

Section "Device"
        Identifier "Videocard0"
        Driver    "sis"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device    "Videocard0"
        DefaultDepth    24
        SubSection "Display"
        Viewport   0  0
        Depth     24
        EndSubSection
EndSection


xorg.conf (END)




下の画像は解像度を 1152 × 864 に設定した後のxorg.confのイメージです。

xorg.png