ini /etc/X11/xorg.conf示例(1920x1080,使用cvt 1920 1080获取正确的模式行值

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini /etc/X11/xorg.conf示例(1920x1080,使用cvt 1920 1080获取正确的模式行值相关的知识,希望对你有一定的参考价值。

Section "Monitor"
        Identifier   "Monitor0"
        Modeline     "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        Modeline     "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
               Viewport   0 0
               Depth     24
               Modes   "1920x1080"
    EndSubSection
    SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes   "1920x1080"
    EndSubSection
    SubSection "Display"
                 Viewport   0 0
                 Depth     8
                 Modes   "1920x1080"
    EndSubSection
EndSection

Section "Screen"

 Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
    SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1920x1080"
    EndSubSection
    SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes   "1920x1080"
    EndSubSection
    SubSection "Display"
                 Viewport   0 0
                 Depth     8
                 Modes   "1920x1080"
    EndSubSection
EndSection

以上是关于ini /etc/X11/xorg.conf示例(1920x1080,使用cvt 1920 1080获取正确的模式行值的主要内容,如果未能解决你的问题,请参考以下文章

ini RAT5鼠标的XConf(/usr/share/X11/xorg.conf.d/rat5-quirks.conf)

linux里面有很多以 .d 结尾的目录,d 代表什么意思?daemon or dir?

ubantu进入不了图形界面怎么回复

进不了suse xwindows!!急!!

linux基础ubuntu16.04 安装后,屏幕分辨率过低且不可调节

全新安装FreeBSD在安装X11,输入Xorg -configure后,出现如下错误,请问怎么办