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