株式会社アミックス

あなたの情報
Your IP Address:38.107.191.94
User Agent:CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
アミックス
GUIが利かなくなった時の修復メモ PDF プリント メール
作者 株式会社アミックス   
2009/11/18 水曜日 12:28:58 JST

vim /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      "intel"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1024x768" ←追加
        EndSubSection
EndSection

最終更新日 ( 2009/11/18 水曜日 12:36:24 JST )
 
< 前へ   次へ >