1
2Section "Files"
3EndSection
4
5Section "Monitor"
6    Identifier    "Generic Monitor"
7    Option        "DPMS"
8    # 1024x600 59.85 Hz (CVT) hsync: 37.35 kHz; pclk: 49.00 MHz
9    Modeline "1024x600_60.00"   49.00  1024 1072 1168 1312  600 603 613 624 -hsync +vsync
10    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
11    ModeLine "640x480"    25.2  640  656  752  800    480  490  492  525 -hsync -vsync
12    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
13    ModeLine "640x480"    31.5  640  664  704  832    480  489  491  520 -hsync -vsync
14    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
15    ModeLine "640x480"    31.5  640  656  720  840    480  481  484  500 -hsync -vsync
16    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
17    ModeLine "640x480"    36.0  640  696  752  832    480  481  484  509 -hsync -vsync
18EndSection
19
20Section "Screen"
21    Identifier    "Default Screen"
22    Device        "Graphics Controller"
23    Monitor        "Generic Monitor"
24    SubSection "Display"
25        Modes     "640x480"
26    EndSubSection
27EndSection
28
29Section "ServerLayout"
30    Identifier    "Default Layout"
31    Screen        "Default Screen"
32    Option         "AllowEmptyInput" "no"
33EndSection
34