安装nvidia驱动后,只显示出最大640x320分辨率,好郁闷阿
解决办法:

1.修改
Section "Monitor"
......
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DDL MW19H"
    HorizSync       30.0 - 80.0
    VertRefresh     55.0 - 75.0
#    Option         "DPMS"
EndSection

2.修改

Section "Screen"
......
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
Option "metamodes" "CRT: 1440x900 +0+0; CRT: 1440x900_60 +0+0; CRT: nvidia-auto-select +0+0" #1440x900就是我的分辨率咯
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection



其实就是没有识别到你的显示器。我在上面加了一个显示器驱动,就好了!!