document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Section "ServerLayout"
  2.     Identifier     "X.org Configured"
  3.     Screen      0  "Screen0" 0 0
  4.     InputDevice    "Mouse0" "CorePointer"
  5.     InputDevice    "Keyboard0" "CoreKeyboard"
  6.     InputDevice    "Touchpad0" "SendCoreEvents"
  7. #   Option         "AutoAddDevices" "Off"
  8.     Option      "DRI2" "on"
  9. EndSection
  10.  
  11. Section "Files"
  12.     ModulePath   "/usr/local/lib/xorg/modules"
  13.     FontPath     "/usr/local/lib/X11/fonts/misc/"
  14.     FontPath     "/usr/local/lib/X11/fonts/TTF/"
  15.     FontPath     "/usr/local/lib/X11/fonts/OTF/"
  16.     FontPath     "/usr/local/lib/X11/fonts/Type1/"
  17.     FontPath     "/usr/local/lib/X11/fonts/100dpi/"
  18.     FontPath     "/usr/local/lib/X11/fonts/75dpi/"
  19.     FontPath     "/usr/local/lib/X11/fonts/dejavu/"
  20. EndSection
  21.  
  22. Section "Module"
  23.     Load  "dbe"
  24. #   Load  "dri"
  25.     Load  "dri2"
  26.     Load  "extmod"
  27.     Load  "record"
  28.     Load  "glx"
  29.     Load  "freetype"
  30. #   Disable "dbe"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34.     Identifier  "Keyboard0"
  35.     Driver      "kbd"
  36. EndSection
  37.  
  38. Section "InputDevice"
  39.     Identifier  "Mouse0"
  40.     Driver      "mouse"
  41.     Option      "Protocol" "auto"
  42.     Option      "Device" "/dev/sysmouse"
  43.     Option      "ZAxisMapping" "4 5 6 7"
  44. EndSection
  45.  
  46. Section "InputDevice"
  47. Identifier  "Touchpad0"
  48. Driver      "synaptics"
  49. Option      "Protocol" "psm"
  50. Option      "Device" "/dev/psm0"
  51. EndSection
  52.  
  53. Section "Monitor"
  54.     Identifier   "Monitor0"
  55.     VendorName   "Monitor Vendor"
  56.     ModelName    "Monitor Model"
  57. EndSection
  58.  
  59. Section "Device"
  60.         ### Available Driver options are:-
  61.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  62.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  63.         ### <percent>: "<f>%"
  64.         ### [arg]: arg optional
  65.         #Option     "NoAccel"               # [<bool>]
  66.         #Option     "AccelMethod"           #"sna"
  67.         #Option     "Backlight"             # <str>
  68.         #Option     "DRI"                   # <str>
  69.         #Option     "ColorKey"              # <i>
  70.         #Option     "VideoKey"              # <i>
  71.         #Option     "Tiling"                # [<bool>]
  72.         #Option     "LinearFramebuffer"     # [<bool>]
  73.         #Option     "SwapbuffersWait"       # [<bool>]
  74.         #Option     "TripleBuffer"          # [<bool>]
  75.         #Option     "XvPreferOverlay"       # [<bool>]
  76.         #Option     "HotPlug"               # [<bool>]
  77.         #Option     "ReprobeOutputs"        # [<bool>]
  78.         #Option     "XvMC"                  # [<bool>]
  79.         #Option     "ZaphodHeads"           # <str>
  80.         #Option     "TearFree"              # [<bool>]
  81.         #Option     "PerCrtcPixmaps"        # [<bool>]
  82.         #Option     "FallbackDebug"         # [<bool>]
  83.         #Option     "DebugFlushBatches"     # [<bool>]
  84.         #Option     "DebugFlushCaches"      # [<bool>]
  85.         #Option     "DebugWait"             # [<bool>]
  86.         #Option     "BufferCache"           # [<bool>]
  87.     Identifier  "Card1"
  88.     VendorName  "Intel Corporation"
  89.     BoardName   "2nd Generation Core Processor Family Integrated Graphics Controller"
  90.     Driver      "intel"
  91.     BusID       "PCI:0:2:0"
  92. EndSection
  93.  
  94. Section "Extensions"
  95. Option         "Composite" "Enable"
  96. EndSection
  97.  
  98. Section "Screen"
  99.     Identifier "Screen0"
  100.     Device     "Card1"
  101.     Monitor    "Monitor0"
  102.  
  103.     SubSection "Display"
  104.         Viewport   0 0
  105.         Depth     24
  106.     EndSubSection
  107. EndSection
');