Section "InputDevice"
    Identifier "SynapticsMouse1"
    Driver "synaptics"
    Option "Protocol" "auto-dev"
    Option "CorePointer"
    Option "SHMConfig" "on"
    Option "VertEdgeScroll" "1" 
    Option "TapButton1" "1" # Left button
    Option "VertTwoFingerScroll" "1"
    Option "HorizTwoFingerScroll" "1" 
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
#    Load "v4l" # Video for Linux
    Load "extmod"
#    Load "type1"
#    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName ""
    HorizSync 32-37
    VertRefresh 51-60
   
    # Monitor preferred modeline (56.1 Hz vsync, 34.5 kHz hsync, ratio 1.71, 113 dpi)
#    ModeLine "1024x600" 40 1024 1072 1104 1160 600 603 609 615 -hsync -vsync
#    ModeLine "1280x1024" 40 1024 1072 1104 1160 600 603 609 615 -hsync -vsync
   
EndSection

Section "Device"
    Identifier "device1"
    VendorName "Intel Corporation"
    BoardName   "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
    Driver "intel"
    VideoRam       229376
#    Option "UseInternalAGPGART" "no"
    Option "DPMS"
    Option "CacheLines" "1980"
    Option "DRI" "true"
    Option "XAANoOffscreenPixmaps"
    #Option "AccelMethod" "UXA"
    #Option "Tiling" "False"
    Option "UseEvents" "True"
    Option "MigrationHeuristic" "greedy"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    SubSection "Display"
        Depth 24
        Modes "1600x1200" "1280x1024" "1024x600"
    EndSubSection
EndSection

Section "Extensions"
   Option "Composite" "Enable"
EndSection

Section "ServerLayout"
    Identifier "layout1"
#    InputDevice "Keyboard1" "CoreKeyboard"
#    InputDevice "Mouse1" "CorePointer"
#    InputDevice "SynapticsMouse1" "SendCoreEvents"
    Screen "screen1"
    Option "AIGLX" "true"
EndSection

Section "DRI"
    Group        "video"
    Mode 0666
EndSection

