Advertisement
Guest User

xorg.conf

a guest
Mar 28th, 2013
193
0
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.         Option         "AIGLX" "true"
  7. #       Option         "AutoAddDevices" "false"
  8. EndSection
  9.  
  10. Section "Files"
  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/bitstream-vera/"
  19.         FontPath     "/usr/local/lib/X11/fonts/dejavu/"
  20.         FontPath     "/usr/local/lib/X11/fonts/GentiumBasic/"
  21.         FontPath     "/usr/local/lib/X11/fonts/Liberation/"
  22.         FontPath     "/usr/local/lib/X11/fonts/LinLibertineG/"
  23.         FontPath     "/usr/local/lib/X11/fonts/terminus-font/"
  24.         FontPath     "/usr/local/lib/X11/fonts/webfonts/"
  25. EndSection
  26.  
  27. Section "Module"
  28.         Load  "freetype"
  29.         Load  "extmod"
  30.         Load  "record"
  31.         Load  "dbe"
  32.         Load  "dri"
  33.         Load  "dri2"
  34.         Load  "glx"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38.         Identifier  "Keyboard0"
  39.         Driver      "kbd"
  40.         Option      "XkbModel" "pc105"
  41.         Option      "XkbLayout" "es"
  42. EndSection
  43.  
  44. Section "InputDevice"
  45.         Identifier  "Mouse0"
  46.         Driver      "mouse"
  47.         Option      "Protocol" "auto"
  48.         Option      "Device" "/dev/sysmouse"
  49.         Option      "ZAxisMapping" "4 5 6 7"
  50. EndSection
  51.  
  52. Section "Monitor"
  53.         #DisplaySize      380   300     # mm
  54.         Identifier   "Monitor0"
  55.         VendorName   "BNQ"
  56.         ModelName    "BenQ  T90X"
  57.         HorizSync    31.0 - 83.0
  58.         VertRefresh  56.0 - 76.0
  59.         Option      "DPMS"
  60. EndSection
  61.  
  62. Section "Device"
  63.         ### Available Driver options are:-
  64.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  65.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  66.         ### [arg]: arg optional
  67.         #Option     "NoAccel"                   # [<bool>]
  68.         #Option     "SWcursor"                  # [<bool>]
  69.         #Option     "Dac6Bit"                   # [<bool>]
  70.         #Option     "Dac8Bit"                   # [<bool>]
  71.         #Option     "BusType"                   # [<str>]
  72.         #Option     "CPPIOMode"                 # [<bool>]
  73.         #Option     "CPusecTimeout"             # <i>
  74.         #Option     "AGPMode"                   # <i>
  75.         #Option     "AGPFastWrite"              # [<bool>]
  76.         #Option     "AGPSize"                   # <i>
  77.         #Option     "GARTSize"                  # <i>
  78.         #Option     "RingSize"                  # <i>
  79.         #Option     "BufferSize"                # <i>
  80.         #Option     "EnableDepthMoves"          # [<bool>]
  81.         #Option     "EnablePageFlip"            # [<bool>]
  82.         #Option     "NoBackBuffer"              # [<bool>]
  83.         #Option     "DMAForXv"                  # [<bool>]
  84.         #Option     "FBTexPercent"              # <i>
  85.         #Option     "DepthBits"                 # <i>
  86.         #Option     "PCIAPERSize"               # <i>
  87.         #Option     "AccelDFS"                  # [<bool>]
  88.         #Option     "IgnoreEDID"                # [<bool>]
  89.         #Option     "CustomEDID"                # [<str>]
  90.         #Option     "DisplayPriority"           # [<str>]
  91.         #Option     "PanelSize"                 # [<str>]
  92.         #Option     "ForceMinDotClock"          # <freq>
  93.         #Option     "ColorTiling"               # [<bool>]
  94.         #Option     "VideoKey"                  # <i>
  95.         #Option     "RageTheatreCrystal"        # <i>
  96.         #Option     "RageTheatreTunerPort"      # <i>
  97.         #Option     "RageTheatreCompositePort"  # <i>
  98.         #Option     "RageTheatreSVideoPort"     # <i>
  99.         #Option     "TunerType"                 # <i>
  100.         #Option     "RageTheatreMicrocPath"     # <str>
  101.         #Option     "RageTheatreMicrocType"     # <str>
  102.         #Option     "ScalerWidth"               # <i>
  103.         #Option     "RenderAccel"               # [<bool>]
  104.         #Option     "SubPixelOrder"             # [<str>]
  105.         #Option     "ClockGating"               # [<bool>]
  106.         #Option     "VGAAccess"                 # [<bool>]
  107.         #Option     "ReverseDDC"                # [<bool>]
  108.         #Option     "LVDSProbePLL"              # [<bool>]
  109.         #Option     "AccelMethod"               # <str>
  110.         #Option     "DRI"                       # [<bool>]
  111.         #Option     "ConnectorTable"            # <str>
  112.         #Option     "DefaultConnectorTable"     # [<bool>]
  113.         #Option     "DefaultTMDSPLL"            # [<bool>]
  114.         #Option     "TVDACLoadDetect"           # [<bool>]
  115.         #Option     "ForceTVOut"                # [<bool>]
  116.         #Option     "TVStandard"                # <str>
  117.         #Option     "IgnoreLidStatus"           # [<bool>]
  118.         #Option     "DefaultTVDACAdj"           # [<bool>]
  119.         #Option     "Int10"                     # [<bool>]
  120.         #Option     "EXAVSync"                  # [<bool>]
  121.         #Option     "ATOMTVOut"                 # [<bool>]
  122.         #Option     "R4xxATOM"                  # [<bool>]
  123.         #Option     "ForceLowPowerMode"         # [<bool>]
  124.         #Option     "DynamicPM"                 # [<bool>]
  125.         #Option     "NewPLL"                    # [<bool>]
  126.         #Option     "ZaphodHeads"               # <str>
  127.         Identifier  "Card0"
  128.         Driver      "radeon"
  129.         VendorName  "Advanced Micro Devices [AMD] nee ATI"
  130.         BoardName   "RV350 AS [Radeon 9550]"
  131.         BusID       "PCI:1:0:0"
  132.         Option      "AccelMethod" "EXA"
  133.         Option      "DRI" "true"
  134. EndSection
  135.  
  136. Section "Screen"
  137.         Identifier "Screen0"
  138.         Device     "Card0"
  139.         Monitor    "Monitor0"
  140.         SubSection "Display"
  141.                 Viewport   0 0
  142.                 Depth     1
  143.         EndSubSection
  144.         SubSection "Display"
  145.                 Viewport   0 0
  146.                 Depth     4
  147.         EndSubSection
  148.         SubSection "Display"
  149.                 Viewport   0 0
  150.                 Depth     8
  151.         EndSubSection
  152.         SubSection "Display"
  153.                 Viewport   0 0
  154.                 Depth     15
  155.         EndSubSection
  156.         SubSection "Display"
  157.                 Viewport   0 0
  158.                 Depth     16
  159.         EndSubSection
  160.         SubSection "Display"
  161.                 Viewport   0 0
  162.                 Depth     24
  163.         EndSubSection
  164. EndSection
  165.  
  166. Section "Extensions"
  167.         Option  "Composite" "Enable"
  168. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement