Share Pastebin
Guest
Public paste!

Novembre

By: a guest | Apr 22nd, 2008 | Syntax: None | Size: 3.73 KB | Hits: 66 | Expires: Never
Copy text to clipboard
  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         Option         "AIGLX"  "true"
  5.         InputDevice    "Mouse0" "CorePointer"
  6.         InputDevice    "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Files"
  10.         RgbPath      "/usr/local/share/X11/rgb"
  11.         ModulePath   "/usr/local/lib/xorg/modules"
  12.         FontPath     "/usr/local/lib/X11/fonts/misc/"
  13.         FontPath     "/usr/local/lib/X11/fonts/TTF/"
  14.         FontPath     "/usr/local/lib/X11/fonts/OTF"
  15.         FontPath     "/usr/local/lib/X11/fonts/Type1/"
  16.         FontPath     "/usr/local/lib/X11/fonts/100dpi/"
  17.         FontPath     "/usr/local/lib/X11/fonts/75dpi/"
  18.         FontPath     "/usr/local/lib/X11/fonts/redhat-liberation/"
  19.         FontPath     "/usr/local/lib/X11/fonts/bitstream-vera/"
  20.         FontPath     "/usr/local/lib/X11/fonts/persian/"
  21.         FontPath     "/usr/local/lib/X11/fonts/mathematica/TTF/"
  22.         FontPath     "/usr/local/lib/X11/fonts/mathematica/Type1/"
  23.         FontPath     "/usr/local/lib/X11/fonts/mathematica/BDF/"
  24.         FontPath     "/usr/local/share/ghostscript/fonts/"
  25.         FontPath     "/usr/local/share/fonts/amspsfont/type1/"
  26.         FontPath     "/usr/local/share/fonts/cmpsfont/type1/"
  27.         FontPath     "/usr/local/share/fonts/cm-super/type1/"
  28. EndSection
  29.  
  30. Section "Module"
  31.         Load  "GLcore"
  32.         Load  "dbe"
  33.         Load  "dri"
  34.         Load  "extmod"
  35.         Load  "glx"
  36.         Load  "record"
  37.         Load  "xtrap"
  38.         Load  "freetype"
  39.         Load  "type1"
  40. EndSection
  41.  
  42. Section "InputDevice"
  43.         Identifier  "Keyboard0"
  44.         Driver      "kbd"
  45.         Option      "XkbLayout"         "us,ir"
  46.         Option      "XkbOptions"        "grp:alt_shift_toggle"
  47. EndSection
  48.  
  49. Section "InputDevice"
  50.         Identifier  "Mouse0"
  51.         Driver      "mouse"
  52.         Option      "Protocol" "auto"
  53.         Option      "Device" "/dev/sysmouse"
  54.         Option      "ZAxisMapping" "4 5 6 7"
  55. EndSection
  56.  
  57. Section "Monitor"
  58.         #DisplaySize      380   300     # mm
  59.         Identifier   "Monitor0"
  60.         VendorName   "DELL"
  61.         ModelName    "DELL E197FP"
  62.  ### Comment all HorizSync and VertRefresh values to use DDC:
  63.         HorizSync    31.0 - 80.0
  64.         VertRefresh  56.0 - 75.0
  65.         Option      "DPMS"
  66. EndSection
  67.  
  68. Section "Device"
  69.         ### Available Driver options are:-
  70.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  71.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  72.         ### [arg]: arg optional
  73.         #Option     "NoAccel"                   # [<bool>]
  74.         #Option     "SWcursor"                  # [<bool>]
  75.         #Option     "ColorKey"                  # <i>
  76.         #Option     "CacheLines"                # <i>
  77.         #Option     "Dac6Bit"                   # [<bool>]
  78.         #Option     "DRI"                       # [<bool>]
  79.         #Option     "NoDDC"                     # [<bool>]
  80.         #Option     "ShowCache"                 # [<bool>]
  81.         #Option     "XvMCSurfaces"              # <i>
  82.         #Option     "PageFlip"                  # [<bool>]
  83.         #Option      "AccelMethod"      "EXA"
  84.         Option      "XAANoOffscreenPixmaps"     "true"
  85.         Option      "AddARGBGLXVisuals"         "true"
  86.         Option      "DRI"                       "true"
  87.         Identifier  "Card0"
  88.         Driver      "intel"
  89.         VendorName  "Intel Corporation"
  90.         BoardName   "82G965 Integrated Graphics Controller"
  91.         BusID       "PCI:0:2:0"
  92. EndSection
  93.  
  94. Section "Screen"
  95.         Identifier "Screen0"
  96.         Device     "Card0"
  97.         Monitor    "Monitor0"
  98.         DefaultDepth    24
  99.         DefaultFbBpp    32
  100.         SubSection "Display"
  101.                 Viewport   0 0
  102.                 Depth     1
  103.         EndSubSection
  104.         SubSection "Display"
  105.                 Viewport   0 0
  106.                 Depth     4
  107.         EndSubSection
  108.         SubSection "Display"
  109.                 Viewport   0 0
  110.                 Depth     8
  111.         EndSubSection
  112.         SubSection "Display"
  113.                 Viewport   0 0
  114.                 Depth     15
  115.         EndSubSection
  116.         SubSection "Display"
  117.                 Viewport   0 0
  118.                 Depth     16
  119.         EndSubSection
  120.         SubSection "Display"
  121.                 Viewport   0 0
  122.                 Depth     24
  123.                 Modes   "1280x1024"
  124.         EndSubSection
  125. EndSection
  126.  
  127. Section "DRI"
  128.         Mode    0666
  129. EndSection
  130.  
  131. Section "Extensions"
  132.         Option  "Composite"     "enable"
  133. EndSection