Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
        Option "omit xfree86-dga" # don’t initialise the DGA extension
    EndSubSection
    Load "synaptics"
    Load "freetype"
    Load "glx"
    Load "dri"
EndSection

Section "Files"
    FontPath    "/usr/share/fonts/misc:unscaled"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/share/fonts/artwiz-fonts"
    FontPath    "/usr/share/fonts/100dpi:unscaled"
    FontPath    "/usr/local/share/fonts"
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xorg"
    Option "XkbModel" "dell101"
    Option "XkbLayout" "us,ru(winkeys)"
    Option "XkbOptions" "grp:caps_toggle"
EndSection

Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mice”
    Option "Protocol" "auto-dev"
    Option "MinX" "1412"
    Option "MaxX" "15184"
    Option "MinY" "15372"
    Option "MaxY" "1230"
    Option "ScreenNumber" "0"
    Option "ReportingMode" "Scaled"
    Option "ButtonNumber" "1"
    Option "SendCoreEvents"
    Option "SHMConfig" "on"
    Option "MaxTapTime" "0"
EndSection

Section "Monitor"
    Identifier "DellLFP"
    HorizSync 31.5 - 64.3
    VertRefresh 50-100
    Option "DPMS" "on"
EndSection

Section "Device"
    Identifier "nvidia 7900"
    Driver "nvidia"
    Option "NvAGP" "1"
    Option "NoLogo" "true"
    Option "RenderAccel"
    Option "TwinView" "true"
    Option "TwinViewOrientation" "Clone"
    Option "UseEdidDpi" "FALSE"
    Option "DPI" "120x120"
    #Option "MetaModes" "1024x768,1024x768"
    VideoRam 262144
EndSection

Section "Screen"
    Identifier "Screen 1"
    Device "nvidia 7900"
    Monitor "DellLFP"
    DefaultDepth 24

    Subsection "Display"
        Modes "1920×1200" "1400×1050" "1280×1024"
        Depth 24
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Screen 1"
    InputDevice "Touchpad" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

    Option "StandbyTime" "5"
    Option "Suspendtime" "10"
    Option "Offtime" "15"
EndSection

Section "DRI"
    Mode 0666
EndSection