1。sudo gedit /etc/X11/xorg.xonf
2.  找到Section "Monitor"增加如下项目:
    Section "Monitor"
    Identifier     "L9VB4"
    Option         "DPMS"
    HorizSync 28-72
    VertRefresh 43-60
    Modeline "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
    Option "IgnoreEDID" "1"
EndSection
3。找到Section "Device",增加如下项目
      Section "Device"
    Identifier     "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
    Driver         "nvidia"
     BusID "PCI:1:0:0"
    Option "NoLogo" "true"
EndSection
4.  重启系统即可。