Board logo

標題: Ubuntu 8.10 Screen 調整 [打印本頁]

作者: chiming    時間: 2008-11-10 20:04     標題: Ubuntu 8.10 Screen 調整

/etc/X11/xorg.conf
============================
Section "Device"
        Identifier        "Configured Video Device"
EndSection

Section "Monitor"
        Identifier        "Configured Monitor"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Monitor                "Configured Monitor"
        Device                "Configured Video Device"
EndSection

改為下面(注意新増部分)
==========================================
Section "Device"
        Identifier        "Configured Video Device"
EndSection

Section "Monitor"
        Identifier        "Configured Monitor"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Monitor                "Configured Monitor"
        Device                "Configured Video Device"
        SubSection "Display"
                Virtual 1024 768
        EndSubSection

EndSection


or
SubSection "Display"
        Modes "1024x768"
EndSubSection





歡迎光臨 彰縣自由軟體交流論壇 (http://free.jls.idv.tw/) Powered by Discuz! 6.0.0