summaryrefslogtreecommitdiff
blob: 6f6ea3f15f2468fceb430c73a6de3bf375891bbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Section "Files"

    FontPath	"/usr/share/fonts/local/"
    FontPath	"/usr/share/fonts/misc/"
    FontPath	"/usr/share/fonts/75dpi/:unscaled"
    FontPath	"/usr/share/fonts/100dpi/:unscaled"
    FontPath	"/usr/share/fonts/Type1/"
    FontPath	"/usr/share/fonts/CID/"
    FontPath	"/usr/share/fonts/Speedo/"
    FontPath	"/usr/share/fonts/75dpi/"
    FontPath	"/usr/share/fonts/100dpi/"

EndSection

Section "Module"

    Load	"dbe"

    SubSection	"extmod"
	Option	"omit xfree86-dga"
    EndSubSection

    Load	"type1"
    Load	"freetype"

EndSection


Section "ServerFlags"

    Option	"DisableVidModeExtension"

    Option	"blank time"	"10"	# 10 minutes

    Option	"standby time"	"20"
    Option	"suspend time"	"30"
    Option	"off time"	"60"

EndSection

Section "InputDevice"

	Identifier	"Keyboard1"
	Driver	"keyboard"
	Option	"CoreKeyboard"
	Option	"XkbRules"  "xfree86"
	Option	"XkbModel"  "pc104"
	Option	"AutoRepeat"	"500 30"

EndSection

Section "InputDevice"

	Identifier	"Mouse1"
	Driver	"mouse"
	Option	"CorePointer"
	Option	"Protocol"	"ImPS/2"
	Option	"Device"	"/dev/input/mice"
	Option	"ZAxisMapping"	"4 5"

EndSection

Section "Monitor"

	Identifier	"Monitor1"
	DisplaySize  340        270
	#DisplaySize  380        310
	HorizSync	30.0 - 82.0  # multiple ranges of sync frequencies
	VertRefresh	50.0 - 75.0  # typical for a single frequency fixed-sync monitor
	#ModeLine "1280x1024@70Hz" 130  1280 1320 1480 1728  1024 1029 1036 1077    

EndSection

Section "Device"
    Identifier	"Impact1"
    Driver	"impact"
    Option	"Depth"	"24"
EndSection

Section "Screen"
    Identifier	"Screen1"
    Device	"Impact1"
    Monitor	"Monitor1"
    DefaultDepth 24
    SubSection "Display"
		Depth		8
		Modes		"1280x1024"
    EndSubSection
    SubSection "Display"
		Depth		24
		Modes		"1280x1024"
    EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Layout1"
	Screen		"Screen1"
	InputDevice	"Mouse1"	"CorePointer"
	InputDevice	"Keyboard1"	"CoreKeyboard"
EndSection