Section "ServerLayout"
   Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath "/etc/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/X11/misc"
    FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/share/fonts/X11/100dpi"
    FontPath "/usr/share/fonts/X11/75dpi"
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"     Load "record"
    Load "GLcore"
    Load "dri"
    Load "dbe"
    Load "extmod"
    Load "glx"
    Load "xtrap"
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 "Smile"
    ModelName "Smile CRT 15"
    Option "PreferredMode" "1024x768@75"
    Option "DPMS"
    Horizsync 30-60
    VertRefresh 50-90
    ModeLine "1024x768" 78.75 1024 1060 1156 1328 768 769 772 800 +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 "DMAForXv" # (bool)
    #Option "ForcePCIMode" # (bool)
    #Option "CCEPIOMode" # (bool)
    #Option "CCENoSecurity" # (bool)
    #Option "CCEusecTimeout" # i
    #Option "AGPMode" # i
    #Option "AGPSize" # i
    #Option "RingSize" # i
    #Option "BufferSize" # i
    #Option "EnablePageFlip" # (bool)
    #Option "Display" # str
    #Option "PanelWidth" # i
    #Option "PanelHeight" # i
    #Option "ProgramFPRegs" # (bool)
    #Option "UseFBDev" # (bool)
    #Option "VideoKey" # i
    #Option "ShowCache" # (bool)
    #Option "VGAAccess" # (bool)
    Identifier "Card0"
    Driver "r128"
    VendorName "ATI Technologies Inc"
    BoardName "Rage 128 PF/PRO AGP 4x TMDS"
    BusID "PCI:0:16:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"

    SubSection "Display"
     Viewport 0 0
     Depth 1
    EndSubSection

    SubSection "Display"
     Viewport 0 0
     Depth 4
    EndSubSection

    SubSection "Display"
     Viewport 0 0
     Depth 8
    EndSubSection

    SubSection "Display"
     Viewport 0 0
     Depth 15
    EndSubSection

    SubSection "Display"
     Viewport 0 0
     Depth 16
    EndSubSection

    SubSection "Display"
     Viewport 0 0
     Depth 24
     Modes "1024x768" #damit GDM Login-Screen in der richtigen Auflösung startet.
    EndSubSection
EndSection