Section "Device"
    Identifier  "Onboad display adapter card"
    Driver   "intel"
    BusID    "PCI:0:2:0"
    #Option  "DRI" "off"
    #Option  "AccelMethod" "xaa"
    #Option  "XAANoOffscreenPixmaps" "on"
    #Option   "AccelMethod" "exa"
    #Option   "MigrationHeuristic" "smart"
    #Option  "FramebufferCompression" "on"
    #Option  "Tiling" "on"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Onboad display adapter card"
    DefaultDepth 24
    SubSection "Display"
        Viewport   0 0
        Virtual 2048 2048
        Modes   "1024x768" 
    EndSubSection
EndSection

Section "InputDevice"
    Identifier "Mouse0"
    Driver     "mouse"
    Option     "Protocol" "auto"
    Option     "Device"   "/dev/input/mice"
    Option     "XAxisMapping" "6 7"
    Option     "YAxisMapping" "4 5"
    Option     "ZAxisMapping" "4 5 6 7"
    # Only for ThinkPad X60
    Option     "EmulateWheel" 		"on"
    Option     "EmulateWheelButton" 	"2"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

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

#Section "Files"
#    ModulePath   "/usr/lib/xorg/modules"
#    FontPath     "/usr/share/fonts/misc"
#    FontPath     "/usr/share/fonts/TTF"
#    FontPath     "/usr/share/fonts/Type1"
#EndSection

#Section "Module"
#    Load  "xtrap"
#EndSection

#Section "Extensions"
#    Option  "Composite" "true"
#EndSection


Section "ServerFlags"
    Option "DontZap" "off"
    Option "DontVTSwitch" "off"
    Option "DontZoom" "off"
#    Option "AllowEmptyInput" "true"
    Option "NoAutoAddDevices" "true"
EndSection