daily pastebin goal
75%
SHARE
TWEET

Untitled

a guest Aug 25th, 2012 59 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9.         ModulePath   "/usr/lib/xorg/modules"
  10.         FontPath     "/usr/share/fonts/X11/misc"
  11.         FontPath     "/usr/share/fonts/X11/cyrillic"
  12.         FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  13.         FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  14.         FontPath     "/usr/share/fonts/X11/Type1"
  15.         FontPath     "/usr/share/fonts/X11/100dpi"
  16.         FontPath     "/usr/share/fonts/X11/75dpi"
  17.         FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  18.         FontPath     "built-ins"
  19. EndSection
  20.  
  21. Section "Module"
  22.         Load  "glx"
  23.         Load  "dri2"
  24.         Load  "record"
  25.         Load  "extmod"
  26.         Load  "dbe"
  27.         Load  "dri"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31.         Identifier  "Keyboard0"
  32.         Driver      "kbd"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.         Identifier  "Mouse0"
  37.         Driver      "mouse"
  38.         Option      "Protocol" "auto"
  39.         Option      "Device" "/dev/input/mice"
  40.         Option      "ZAxisMapping" "4 5 6 7"
  41. EndSection
  42.  
  43. Section "Monitor"
  44.         Identifier   "Monitor0"
  45.         VendorName   "Monitor Vendor"
  46.         ModelName    "Monitor Model"
  47. EndSection
  48.  
  49. Section "Device"
  50.         ### Available Driver options are:-
  51.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  52.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  53.         ### <percent>: "<f>%"
  54.         ### [arg]: arg optional
  55.         #Option     "DRI"                       # [<bool>]
  56.         #Option     "ColorKey"                  # <i>
  57.         #Option     "VideoKey"                  # <i>
  58.         #Option     "FallbackDebug"             # [<bool>]
  59.         #Option     "Tiling"                    # [<bool>]
  60.         #Option     "LinearFramebuffer"         # [<bool>]
  61.         #Option     "Shadow"                    # [<bool>]
  62.         #Option     "SwapbuffersWait"           # [<bool>]
  63.         #Option     "TripleBuffer"              # [<bool>]
  64.         #Option     "XvMC"                      # [<bool>]
  65.         #Option     "XvPreferOverlay"           # [<bool>]
  66.         #Option     "DebugFlushBatches"         # [<bool>]
  67.         #Option     "DebugFlushCaches"          # [<bool>]
  68.         #Option     "DebugWait"                 # [<bool>]
  69.         #Option     "HotPlug"                   # [<bool>]
  70.         #Option     "RelaxedFencing"            # [<bool>]
  71.         Identifier  "Card0"
  72.         Driver      "intel"
  73.         BusID       "PCI:0:2:0"
  74.         Option     "SwapbuffersWait"            "True"
  75.         Option     "TripleBuffer"               "True"
  76. EndSection
  77.  
  78. Section "Screen"
  79.         Identifier "Screen0"
  80.         Device     "Card0"
  81.         Monitor    "Monitor0"
  82.         SubSection "Display"
  83.                 Viewport   0 0
  84.                 Depth     1
  85.         EndSubSection
  86.         SubSection "Display"
  87.                 Viewport   0 0
  88.                 Depth     4
  89.         EndSubSection
  90.         SubSection "Display"
  91.                 Viewport   0 0
  92.                 Depth     8
  93.         EndSubSection
  94.         SubSection "Display"
  95.                 Viewport   0 0
  96.                 Depth     15
  97.         EndSubSection
  98.         SubSection "Display"
  99.                 Viewport   0 0
  100.                 Depth     16
  101.         EndSubSection
  102.         SubSection "Display"
  103.                 Viewport   0 0
  104.                 Depth     24
  105.         EndSubSection
  106. EndSection
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top