2006-11-28 22:27:56 +00:00
|
|
|
Section "Files"
|
2007-02-26 21:39:07 +00:00
|
|
|
# Font directories.
|
2007-12-25 12:16:38 +00:00
|
|
|
@xfs@
|
2007-02-25 15:53:57 +00:00
|
|
|
@fontPaths@
|
2007-02-26 21:39:07 +00:00
|
|
|
|
|
|
|
# Module (driver) directories.
|
|
|
|
@modulePaths@
|
2006-11-28 22:27:56 +00:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
Section "ServerFlags"
|
2007-02-25 16:20:14 +00:00
|
|
|
Option "AllowMouseOpenFail" "on"
|
2006-11-28 22:27:56 +00:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "Module"
|
2007-05-28 15:09:04 +01:00
|
|
|
Load "bitmap"
|
|
|
|
Load "int10"
|
|
|
|
Load "vbe"
|
|
|
|
@moduleSection@
|
2008-01-04 10:28:12 +00:00
|
|
|
@extraModules@
|
2006-11-28 22:27:56 +00:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "InputDevice"
|
|
|
|
Driver "kbd"
|
|
|
|
Identifier "Keyboard[0]"
|
|
|
|
Option "Protocol" "Standard"
|
2007-09-24 10:19:34 +01:00
|
|
|
Option "XkbLayout" "@layout@"
|
2008-03-10 17:33:13 +00:00
|
|
|
Option "XkbModel" "@xkbModel@"
|
2006-11-28 22:27:56 +00:00
|
|
|
Option "XkbRules" "xfree86"
|
2007-09-24 10:19:34 +01:00
|
|
|
@xkbOptions@
|
2006-11-28 22:27:56 +00:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "InputDevice"
|
|
|
|
Driver "mouse"
|
|
|
|
Identifier "Mouse[0]"
|
2007-02-25 16:20:14 +00:00
|
|
|
Option "Device" "/dev/input/mice"
|
2006-11-28 22:27:56 +00:00
|
|
|
EndSection
|
|
|
|
|
2007-09-24 10:02:43 +01:00
|
|
|
@synapticsInputDevice@
|
2006-11-28 22:27:56 +00:00
|
|
|
|
|
|
|
Section "Monitor"
|
|
|
|
Identifier "Monitor[0]"
|
|
|
|
Option "DPMS"
|
2007-05-01 16:27:50 +01:00
|
|
|
# HorizSync 28-49
|
|
|
|
# VertRefresh 43-75
|
2007-10-27 14:04:00 +01:00
|
|
|
@extraMonitorSettings@
|
2006-11-28 22:27:56 +00:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "Screen"
|
|
|
|
Identifier "Screen[0]"
|
|
|
|
Device "Device[0]"
|
|
|
|
Monitor "Monitor[0]"
|
2007-10-26 05:28:01 +01:00
|
|
|
DefaultDepth @defaultDepth@
|
2006-11-28 22:27:56 +00:00
|
|
|
SubSection "Display"
|
|
|
|
Depth 16
|
2007-02-26 23:11:32 +00:00
|
|
|
Modes @resolutions@
|
2008-01-02 21:16:58 +00:00
|
|
|
@extraDisplaySettings@
|
2008-10-24 11:30:38 +01:00
|
|
|
@virtualScreen@
|
2006-11-28 22:27:56 +00:00
|
|
|
EndSubSection
|
2007-02-28 22:59:39 +00:00
|
|
|
SubSection "Display"
|
|
|
|
Depth 24
|
|
|
|
Modes @resolutions@
|
2008-01-02 21:16:58 +00:00
|
|
|
@extraDisplaySettings@
|
2008-10-24 11:30:38 +01:00
|
|
|
@virtualScreen@
|
2007-02-28 22:59:39 +00:00
|
|
|
EndSubSection
|
2007-05-28 15:09:04 +01:00
|
|
|
#SubSection "Display"
|
|
|
|
# Depth 32
|
|
|
|
# Modes @resolutions@
|
2008-01-02 21:16:58 +00:00
|
|
|
# @extraDisplaySettings@
|
2007-05-28 15:09:04 +01:00
|
|
|
#EndSubSection
|
|
|
|
|
|
|
|
@screen@
|
2006-11-28 22:27:56 +00:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "Device"
|
|
|
|
Identifier "Device[0]"
|
2007-02-26 23:11:32 +00:00
|
|
|
Driver "@videoDriver@"
|
2007-09-24 06:16:15 +01:00
|
|
|
Option "Clone" "@isClone@"
|
2007-05-28 15:09:04 +01:00
|
|
|
@device@
|
2007-09-24 20:32:21 +01:00
|
|
|
@internalAGPGART@
|
2007-10-26 05:28:01 +01:00
|
|
|
@extraDeviceConfig@
|
2006-11-28 22:27:56 +00:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "ServerLayout"
|
|
|
|
Identifier "Layout[all]"
|
|
|
|
InputDevice "Keyboard[0]" "CoreKeyboard"
|
2007-09-24 10:02:43 +01:00
|
|
|
InputDevice "@corePointer@" "CorePointer"
|
2006-11-28 22:27:56 +00:00
|
|
|
Screen "Screen[0]"
|
2008-02-14 07:42:52 +00:00
|
|
|
@serverLayoutOptions@
|
2006-11-28 22:27:56 +00:00
|
|
|
EndSection
|
2007-02-28 22:59:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
Section "Extensions"
|
2007-05-28 15:09:04 +01:00
|
|
|
@extensions@
|
2007-02-28 22:59:39 +00:00
|
|
|
EndSection
|
2007-03-06 00:07:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
Section "DRI"
|
|
|
|
Mode 0666 # !!! FIX THIS!
|
|
|
|
EndSection
|
2007-05-28 15:09:04 +01:00
|
|
|
|