2006-11-28 23:27:56 +01:00
|
|
|
Section "Files"
|
2007-02-26 22:39:07 +01:00
|
|
|
# Font directories.
|
2007-02-25 16:53:57 +01:00
|
|
|
@fontPaths@
|
2007-02-26 22:39:07 +01:00
|
|
|
|
|
|
|
# Module (driver) directories.
|
|
|
|
@modulePaths@
|
2006-11-28 23:27:56 +01:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "ServerFlags"
|
2007-02-25 17:20:14 +01:00
|
|
|
Option "AllowMouseOpenFail" "on"
|
2006-11-28 23:27:56 +01:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "Module"
|
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "InputDevice"
|
|
|
|
Driver "kbd"
|
|
|
|
Identifier "Keyboard[0]"
|
|
|
|
Option "Protocol" "Standard"
|
|
|
|
Option "XkbLayout" "us"
|
|
|
|
Option "XkbModel" "pc104"
|
|
|
|
Option "XkbRules" "xfree86"
|
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "InputDevice"
|
|
|
|
Driver "mouse"
|
|
|
|
Identifier "Mouse[0]"
|
2007-02-25 17:20:14 +01:00
|
|
|
Option "Device" "/dev/input/mice"
|
2006-11-28 23:27:56 +01:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "Monitor"
|
|
|
|
Identifier "Monitor[0]"
|
|
|
|
Option "DPMS"
|
2007-02-27 00:11:32 +01:00
|
|
|
HorizSync 28-49
|
|
|
|
VertRefresh 43-75
|
2006-11-28 23:27:56 +01:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "Screen"
|
|
|
|
Identifier "Screen[0]"
|
|
|
|
Device "Device[0]"
|
|
|
|
Monitor "Monitor[0]"
|
2007-03-30 14:54:42 +02:00
|
|
|
DefaultDepth 24
|
2006-11-28 23:27:56 +01:00
|
|
|
SubSection "Display"
|
|
|
|
Depth 16
|
2007-02-27 00:11:32 +01:00
|
|
|
Modes @resolutions@
|
2006-11-28 23:27:56 +01:00
|
|
|
EndSubSection
|
2007-02-28 23:59:39 +01:00
|
|
|
SubSection "Display"
|
|
|
|
Depth 24
|
|
|
|
Modes @resolutions@
|
|
|
|
EndSubSection
|
|
|
|
SubSection "Display"
|
|
|
|
Depth 32
|
|
|
|
Modes @resolutions@
|
|
|
|
EndSubSection
|
2006-11-28 23:27:56 +01:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "Device"
|
|
|
|
Identifier "Device[0]"
|
2007-02-27 00:11:32 +01:00
|
|
|
Driver "@videoDriver@"
|
2007-03-28 23:16:35 +02:00
|
|
|
Option "Clone" "On"
|
|
|
|
Option "MonitorLayout" "CRT,LFP"
|
2006-11-28 23:27:56 +01:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "ServerLayout"
|
|
|
|
Identifier "Layout[all]"
|
|
|
|
InputDevice "Keyboard[0]" "CoreKeyboard"
|
|
|
|
InputDevice "Mouse[0]" "CorePointer"
|
|
|
|
Screen "Screen[0]"
|
|
|
|
EndSection
|
2007-02-28 23:59:39 +01:00
|
|
|
|
|
|
|
|
|
|
|
Section "Extensions"
|
|
|
|
Option "Composite" "Enable"
|
|
|
|
EndSection
|
2007-03-06 01:07:00 +01:00
|
|
|
|
|
|
|
|
|
|
|
Section "DRI"
|
|
|
|
Mode 0666 # !!! FIX THIS!
|
|
|
|
EndSection
|