--- /dev/null
+Section "ServerLayout"
+ Identifier "X.org Configured"
+ Screen 0 "Screen0" 0 0
+ InputDevice "Mouse0" "CorePointer"
+ InputDevice "Keyboard0" "CoreKeyboard"
+
+ Option "BlankTime" "0"
+ Option "StandbyTime" "0"
+ Option "SuspendTime" "0"
+ Option "OffTime" "0"
+
+EndSection
+
+Section "Files"
+ ModulePath "/usr/lib/xorg/modules"
+ FontPath "/usr/share/fonts/X11/misc"
+EndSection
+
+Section "Module"
+ Load "extmod"
+ Load "dri"
+ Load "xtrap"
+ Load "glx"
+ Load "dbe"
+EndSection
+
+Section "InputDevice"
+ Identifier "Keyboard0"
+ Driver "kbd"
+EndSection
+
+Section "InputDevice"
+ Identifier "Mouse0"
+ Driver "mouse"
+ Option "Protocol" "auto"
+ Option "Device" "/dev/input/mice"
+ Option "ZAxisMapping" "4 5 6 7"
+EndSection
+
+Section "Monitor"
+ Identifier "Monitor0"
+ VendorName "Monitor Vendor"
+ ModelName "Monitor Model"
+
+ HorizSync 15-16
+ VertRefresh 50-51
+ Modeline "720x576_50i" 13.875 720 744 808 888 576 580 585 625 -hsync -vsync interlace
+ Modeline "800x520_50i" 17.00 800 856 936 1088 520 548 553 625 -hsync -vsync interlace
+ Modeline "1368x768_60p" 85.86 1368 1440 1584 1800 768 769 772 795 -hsync +vsync
+ ModeLine "1440x576_50i" 27.75 1440 1488 1609 1769 576 580 585 625 -hsync -vsync interlace
+ Modeline "1600x1200_60p" 162.00 1600 1682 1856 2160 1200 1200 1203 1250 +hsync +vsync
+EndSection
+
+Section "Device"
+ ### Available Driver options are:-
+ ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
+ ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
+ ### [arg]: arg optional
+ #Option "NoAccel" # [<bool>]
+ #Option "SWcursor" # [<bool>]
+ #Option "Dac6Bit" # [<bool>]
+ #Option "Dac8Bit" # [<bool>]
+ #Option "BusType" # [<str>]
+ #Option "CPPIOMode" # [<bool>]
+ #Option "CPusecTimeout" # <i>
+ #Option "AGPMode" # <i>
+ #Option "AGPFastWrite" # [<bool>]
+ #Option "AGPSize" # <i>
+ #Option "GARTSize" # <i>
+ #Option "RingSize" # <i>
+ #Option "BufferSize" # <i>
+ #Option "EnableDepthMoves" # [<bool>]
+ #Option "EnablePageFlip" # [<bool>]
+ #Option "NoBackBuffer" # [<bool>]
+ #Option "DMAForXv" # [<bool>]
+ #Option "FBTexPercent" # <i>
+ #Option "DepthBits" # <i>
+ #Option "PCIAPERSize" # <i>
+ #Option "AccelDFS" # [<bool>]
+ #Option "DDCMode" # [<bool>]
+ #Option "IgnoreEDID" # [<bool>]
+ #Option "DisplayPriority" # [<str>]
+ #Option "PanelSize" # [<str>]
+ #Option "ForceMinDotClock" # <freq>
+ #Option "ColorTiling" # [<bool>]
+ #Option "VideoKey" # <i>
+ #Option "RageTheatreCrystal" # <i>
+ #Option "RageTheatreTunerPort" # <i>
+ #Option "RageTheatreCompositePort" # <i>
+ #Option "RageTheatreSVideoPort" # <i>
+ #Option "TunerType" # <i>
+ #Option "RageTheatreMicrocPath" # <str>
+ #Option "RageTheatreMicrocType" # <str>
+ #Option "ScalerWidth" # <i>
+ #Option "RenderAccel" # [<bool>]
+ #Option "SubPixelOrder" # [<str>]
+ #Option "ShowCache" # [<bool>]
+ #Option "DynamicClocks" # [<bool>]
+ #Option "VGAAccess" # [<bool>]
+ #Option "ReverseDDC" # [<bool>]
+ #Option "LVDSProbePLL" # [<bool>]
+ #Option "AccelMethod" # <str>
+ #Option "DRI" # [<bool>]
+ #Option "ConnectorTable" # <str>
+ #Option "DefaultConnectorTable" # [<bool>]
+ #Option "DefaultTMDSPLL" # [<bool>]
+ #Option "TVDACLoadDetect" # [<bool>]
+ #Option "ForceTVOut" # [<bool>]
+ #Option "TVStandard" # <str>
+ #Option "IgnoreLidStatus" # [<bool>]
+ #Option "DefaultTVDACAdj" # [<bool>]
+ #Option "Int10" # [<bool>]
+
+ Identifier "Card0"
+ Driver "radeon"
+ VendorName "ATI Technologies Inc"
+ BoardName "Radeon 9100 IGP"
+ Option "ForceMinDotClock" "12MHz"
+
+EndSection
+
+Section "Screen"
+ Identifier "Screen0"
+ Device "Card0"
+ Monitor "Monitor0"
+ DefaultDepth 24
+ SubSection "Display"
+ Viewport 0 0
+ Depth 24
+
+ Modes "720x576_50i"
+# Modes "800x520_50i"
+# Modes "1368x768_60p"
+# Modes "1440x576_50i"
+# Modes "1600x1200_60p"
+
+ EndSubSection
+EndSection
+