2006-11-28 23:27:56 +01:00
|
|
|
Section "Files"
|
2007-02-26 22:39:07 +01:00
|
|
|
# Font directories.
|
2007-12-25 13:16:38 +01:00
|
|
|
@xfs@
|
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"
|
2007-05-28 16:09:04 +02:00
|
|
|
Load "bitmap"
|
|
|
|
Load "int10"
|
|
|
|
Load "vbe"
|
|
|
|
@moduleSection@
|
2008-01-04 11:28:12 +01:00
|
|
|
@extraModules@
|
2006-11-28 23:27:56 +01:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "InputDevice"
|
|
|
|
Driver "kbd"
|
|
|
|
Identifier "Keyboard[0]"
|
|
|
|
Option "Protocol" "Standard"
|
2007-09-24 11:19:34 +02:00
|
|
|
Option "XkbLayout" "@layout@"
|
2006-11-28 23:27:56 +01:00
|
|
|
Option "XkbModel" "pc104"
|
|
|
|
Option "XkbRules" "xfree86"
|
2007-09-24 11:19:34 +02:00
|
|
|
@xkbOptions@
|
2006-11-28 23:27:56 +01:00
|
|
|
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
|
|
|
|
|
2007-09-24 11:02:43 +02:00
|
|
|
@synapticsInputDevice@
|
2006-11-28 23:27:56 +01:00
|
|
|
|
|
|
|
Section "Monitor"
|
|
|
|
Identifier "Monitor[0]"
|
|
|
|
Option "DPMS"
|
2007-05-01 17:27:50 +02:00
|
|
|
# HorizSync 28-49
|
|
|
|
# VertRefresh 43-75
|
2007-10-27 15:04:00 +02:00
|
|
|
@extraMonitorSettings@
|
2006-11-28 23:27:56 +01:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "Screen"
|
|
|
|
Identifier "Screen[0]"
|
|
|
|
Device "Device[0]"
|
|
|
|
Monitor "Monitor[0]"
|
2007-10-26 06:28:01 +02:00
|
|
|
DefaultDepth @defaultDepth@
|
2006-11-28 23:27:56 +01:00
|
|
|
SubSection "Display"
|
|
|
|
Depth 16
|
2007-02-27 00:11:32 +01:00
|
|
|
Modes @resolutions@
|
2008-01-02 22:16:58 +01:00
|
|
|
@extraDisplaySettings@
|
2006-11-28 23:27:56 +01:00
|
|
|
EndSubSection
|
2007-02-28 23:59:39 +01:00
|
|
|
SubSection "Display"
|
|
|
|
Depth 24
|
|
|
|
Modes @resolutions@
|
2008-01-02 22:16:58 +01:00
|
|
|
@extraDisplaySettings@
|
2007-02-28 23:59:39 +01:00
|
|
|
EndSubSection
|
2007-05-28 16:09:04 +02:00
|
|
|
#SubSection "Display"
|
|
|
|
# Depth 32
|
|
|
|
# Modes @resolutions@
|
2008-01-02 22:16:58 +01:00
|
|
|
# @extraDisplaySettings@
|
2007-05-28 16:09:04 +02:00
|
|
|
#EndSubSection
|
|
|
|
|
|
|
|
@screen@
|
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-09-24 07:16:15 +02:00
|
|
|
Option "Clone" "@isClone@"
|
2007-05-28 16:09:04 +02:00
|
|
|
@device@
|
2007-09-24 21:32:21 +02:00
|
|
|
@internalAGPGART@
|
2007-10-26 06:28:01 +02:00
|
|
|
@extraDeviceConfig@
|
2006-11-28 23:27:56 +01:00
|
|
|
EndSection
|
|
|
|
|
|
|
|
|
|
|
|
Section "ServerLayout"
|
|
|
|
Identifier "Layout[all]"
|
|
|
|
InputDevice "Keyboard[0]" "CoreKeyboard"
|
2007-09-24 11:02:43 +02:00
|
|
|
InputDevice "@corePointer@" "CorePointer"
|
2006-11-28 23:27:56 +01:00
|
|
|
Screen "Screen[0]"
|
2008-02-14 08:42:52 +01:00
|
|
|
@serverLayoutOptions@
|
2006-11-28 23:27:56 +01:00
|
|
|
EndSection
|
2007-02-28 23:59:39 +01:00
|
|
|
|
|
|
|
|
|
|
|
Section "Extensions"
|
2007-05-28 16:09:04 +02:00
|
|
|
@extensions@
|
2007-02-28 23:59:39 +01:00
|
|
|
EndSection
|
2007-03-06 01:07:00 +01:00
|
|
|
|
|
|
|
|
|
|
|
Section "DRI"
|
|
|
|
Mode 0666 # !!! FIX THIS!
|
|
|
|
EndSection
|
2007-05-28 16:09:04 +02:00
|
|
|
|