daily pastebin goal
2%
SHARE
TWEET

Untitled

a guest Aug 10th, 2012 9 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.         Screen      1  "Screen1" RightOf "Screen0"
  5.         Screen      2  "Screen2" RightOf "Screen1"
  6.         InputDevice    "Mouse0" "CorePointer"
  7.         InputDevice    "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "Files"
  11.         ModulePath   "/usr/lib/xorg/modules"
  12.         FontPath     "/usr/share/fonts/X11/misc"
  13.         FontPath     "/usr/share/fonts/X11/cyrillic"
  14.         FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  15.         FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  16.         FontPath     "/usr/share/fonts/X11/Type1"
  17.         FontPath     "/usr/share/fonts/X11/100dpi"
  18.         FontPath     "/usr/share/fonts/X11/75dpi"
  19.         FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  20.         FontPath     "built-ins"
  21. EndSection
  22.  
  23. Section "Module"
  24.         Load  "glx"
  25.         Load  "dbe"
  26.         Load  "dri"
  27.         Load  "extmod"
  28.         Load  "record"
  29.         Load  "dri2"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33.         Identifier  "Keyboard0"
  34.         Driver      "kbd"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38.         Identifier  "Mouse0"
  39.         Driver      "mouse"
  40.         Option      "Protocol" "auto"
  41.         Option      "Device" "/dev/input/mice"
  42.         Option      "ZAxisMapping" "4 5 6 7"
  43. EndSection
  44.  
  45. Section "Monitor"
  46.     Identifier     "Monitor0"
  47.     VendorName     "Unknown"
  48.     ModelName      "Unknown"
  49.     Option         "DPMS"
  50.         Modeline        "1920x1080" 148.5 1920 1960 2016 2200 1080 1082 1088 1125
  51.         HorizSync       20-500
  52.         VertRefresh     59-61
  53. EndSection
  54.  
  55. Section "Device"
  56.         Identifier     "Device0"
  57.         Driver         "intel"
  58.         BusID       "PCI:0:2:0"
  59.         Option "XvmcUsesTextures" "true"
  60.         Option "renderAccel" "true"
  61.         Option "NoDDCValue"
  62.         Option "UseEDID" "true"
  63.         Option "ExactModeTimingsDVI" "true"
  64.         Option "NoLogo" "true"
  65.         Option "NoBandWidthTest" "true"
  66.         Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
  67.         Option "DynamicTwinView" "false"
  68.         Option "UseEvents" "true"
  69.         Option "AllowGLXWithComposite" "true"
  70.         Option "AddARGBGLXVisuals" "true"
  71. EndSection
  72.  
  73. Section "Screen"
  74.     Identifier     "Screen0"
  75.     Device         "Device0"
  76.     Monitor        "Monitor0"
  77.     DefaultDepth    24
  78.         SubSection "Display"
  79.                 Modes           "1920x1080"
  80.                 Virtual         1920 1080
  81.         EndSubSection
  82.         Option "XvmcUsesTextures" "true"
  83.         Option "renderAccel" "true"
  84.         Option "NoDDCValue"
  85.         Option "UseEDID" "true"
  86.         Option "ExactModeTimingsDVI" "true"
  87.         Option "NoLogo" "true"
  88.         Option "NoBandWidthTest" "true"
  89.         Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
  90.         Option "DynamicTwinView" "false"
  91.         Option "UseEvents" "true"
  92.         Option "AllowGLXWithComposite" "true"
  93.         Option "AddARGBGLXVisuals" "true"
  94.         Option  "TVStandard"    "1080p"
  95. EndSection
  96.  
  97. Section "Extensions"
  98.         Option "Composite" "true"
  99.         Option "RENDER" "true"
  100. EndSection
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top