version 2, including all changes.
.
Rev |
Author |
# |
Line |
2 |
JasonDrake |
1 |
<verbatim> |
|
|
2 |
Section "Files" |
1 |
JasonDrake |
3 |
FontPath "unix/:7100" # local font server |
|
|
4 |
# if the local font server has problems, we can fall back on these |
|
|
5 |
FontPath "/usr/lib/X11/fonts/misc" |
|
|
6 |
FontPath "/usr/lib/X11/fonts/cyrillic" |
|
|
7 |
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" |
|
|
8 |
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" |
|
|
9 |
FontPath "/usr/lib/X11/fonts/Type1" |
|
|
10 |
FontPath "/usr/lib/X11/fonts/CID" |
|
|
11 |
FontPath "/usr/lib/X11/fonts/Speedo" |
|
|
12 |
FontPath "/usr/lib/X11/fonts/100dpi" |
|
|
13 |
FontPath "/usr/lib/X11/fonts/75dpi" |
|
|
14 |
EndSection |
|
|
15 |
|
|
|
16 |
Section "Module" |
|
|
17 |
Load "GLcore" |
|
|
18 |
Load "bitmap" |
|
|
19 |
Load "dbe" |
|
|
20 |
Load "ddc" |
|
|
21 |
Load "dri" |
|
|
22 |
Load "extmod" |
|
|
23 |
Load "freetype" |
|
|
24 |
Load "glx" |
|
|
25 |
Load "int10" |
|
|
26 |
Load "record" |
|
|
27 |
Load "speedo" |
|
|
28 |
Load "type1" |
|
|
29 |
Load "vbe" |
|
|
30 |
EndSection |
|
|
31 |
|
|
|
32 |
Section "InputDevice" |
|
|
33 |
Identifier "IBM Model M" |
|
|
34 |
Driver "kbd" |
|
|
35 |
Option "CoreKeyboard" |
|
|
36 |
Option "XkbRules" "xfree86" |
|
|
37 |
Option "XkbModel" "pc102" |
|
|
38 |
Option "XkbLayout" "us" |
|
|
39 |
EndSection |
|
|
40 |
|
|
|
41 |
Section "InputDevice" |
|
|
42 |
Identifier "PS/2 Mouse" |
|
|
43 |
Driver "mouse" |
|
|
44 |
Option "CorePointer" |
|
|
45 |
Option "Device" "/dev/psaux" |
|
|
46 |
Option "Protocol" "ImPS/2" |
|
|
47 |
Option "Emulate3Buttons" "true" |
|
|
48 |
Option "ZAxisMapping" "4 5" |
|
|
49 |
EndSection |
|
|
50 |
Section "InputDevice" |
|
|
51 |
Identifier "Generic Mouse" |
|
|
52 |
Driver "mouse" |
|
|
53 |
Option "SendCoreEvents" "true" |
|
|
54 |
Option "Device" "/dev/input/mice" |
|
|
55 |
Option "Protocol" "ImPS/2" |
|
|
56 |
Option "Emulate3Buttons" "true" |
|
|
57 |
Option "ZAxisMapping" "4 5" |
|
|
58 |
EndSection |
|
|
59 |
|
|
|
60 |
Section "Device" |
|
|
61 |
Identifier "ATI Radeon 7500 PCI" |
|
|
62 |
Driver "radeon" |
|
|
63 |
BusID "PCI:2:0:0" |
|
|
64 |
Option "DPMS" "Off" |
|
|
65 |
Option "MetaModes" "1024x768-1024x768 1280x1024" |
|
|
66 |
Option "CRT2HSync" "56-85" |
|
|
67 |
Option "CRT2VRefresh" "75-75" |
|
|
68 |
Option "CRT2ForceOn" "true" |
|
|
69 |
Option "ForceCRT2Type" "VGA" |
|
|
70 |
Option "ForceCRT1" "true" |
|
|
71 |
Option "MergedFB" "true" |
|
|
72 |
Option "CRT2Position" "RightOf" |
|
|
73 |
Option "DDCMode" "on" |
|
|
74 |
Option "MergedXineramaCRT2IsScreen0" "on" |
|
|
75 |
EndSection |
|
|
76 |
|
|
|
77 |
Section "Monitor" |
|
|
78 |
Identifier "Iiyama Vision Master 17" |
|
|
79 |
HorizSync 56-85 |
|
|
80 |
VertRefresh 75-75 |
|
|
81 |
Option "DPMS" |
|
|
82 |
EndSection |
|
|
83 |
|
|
|
84 |
Section "Monitor" |
|
|
85 |
Identifier "NCD NC2085AA" |
|
|
86 |
HorizSync 56-85 |
|
|
87 |
VertRefresh 75-75 |
|
|
88 |
Option "DPMS" |
|
|
89 |
EndSection |
|
|
90 |
|
|
|
91 |
Section "Screen" |
|
|
92 |
Identifier "Screen 1 ATI" |
|
|
93 |
Device "ATI Radeon 7500 PCI" |
|
|
94 |
Monitor "Iiyama Vision Master 17" |
|
|
95 |
DefaultDepth 24 |
|
|
96 |
SubSection "Display" |
|
|
97 |
Depth 16 |
|
|
98 |
Modes "1024x768" |
|
|
99 |
Virtual 2560 1024 |
|
|
100 |
EndSubSection |
|
|
101 |
SubSection "Display" |
|
|
102 |
Depth 24 |
|
|
103 |
Modes "1024x768" |
|
|
104 |
Virtual 2048 768 |
|
|
105 |
EndSubSection |
|
|
106 |
EndSection |
|
|
107 |
|
|
|
108 |
Section "ServerLayout" |
|
|
109 |
Identifier "Default Layout" |
|
|
110 |
Screen "Screen 1 ATI" |
|
|
111 |
InputDevice "IBM Model M" |
|
|
112 |
InputDevice "PS/2 Mouse" |
|
|
113 |
InputDevice "Generic Mouse" |
|
|
114 |
EndSection |
|
|
115 |
|
|
|
116 |
|
|
|
117 |
Section "DRI" |
|
|
118 |
Mode 0666 |
2 |
JasonDrake |
119 |
EndSection |
|
|
120 |
</verbatim> |