Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
53
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. EndSection
  7.  
  8. Section "Files"
  9.     ModulePath   "/usr/lib/xorg/modules"
  10.     FontPath     "catalogue:/etc/X11/fontpath.d"
  11.     FontPath     "built-ins"
  12. EndSection
  13.  
  14. Section "Module"
  15.     Load  "extmod"
  16.     Load  "dri2"
  17.     Load  "dbe"
  18.     Load  "record"
  19.     Load  "glx"
  20.     Load  "dri"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24.     Identifier  "Keyboard0"
  25.     Driver      "kbd"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.     Identifier  "Mouse0"
  30.     Driver      "mouse"
  31.     Option      "Protocol" "auto"
  32.     Option      "Device" "/dev/input/mice"
  33.     Option      "ZAxisMapping" "4 5 6 7"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. #   DisplaySize   330   210 # mm
  38.     Identifier   "Monitor0"
  39.     VendorName   "AUO"
  40.     ModelName    "2174"
  41. EndSection
  42.  
  43. Section "Device"
  44.         ### Available Driver options are:-
  45.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  46.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  47.         ### <percent>: "<f>%"
  48.         ### [arg]: arg optional
  49.         #Option     "NoAccel"               # [<bool>]
  50.         #Option     "SWcursor"              # [<bool>]
  51.         #Option     "Dac6Bit"               # [<bool>]
  52.         #Option     "Dac8Bit"               # [<bool>]
  53.         #Option     "BusType"               # [<str>]
  54.         #Option     "CPPIOMode"             # [<bool>]
  55.         #Option     "CPusecTimeout"         # <i>
  56.         #Option     "AGPMode"               # <i>
  57.         #Option     "AGPFastWrite"          # [<bool>]
  58.         #Option     "AGPSize"               # <i>
  59.         #Option     "GARTSize"              # <i>
  60.         #Option     "RingSize"              # <i>
  61.         #Option     "BufferSize"            # <i>
  62.         #Option     "EnableDepthMoves"      # [<bool>]
  63.         #Option     "EnablePageFlip"        # [<bool>]
  64.         #Option     "NoBackBuffer"          # [<bool>]
  65.         #Option     "DMAForXv"              # [<bool>]
  66.         #Option     "FBTexPercent"          # <i>
  67.         #Option     "DepthBits"             # <i>
  68.         #Option     "PCIAPERSize"           # <i>
  69.         #Option     "AccelDFS"              # [<bool>]
  70.         #Option     "IgnoreEDID"            # [<bool>]
  71.         #Option     "CustomEDID"            # [<str>]
  72.         #Option     "DisplayPriority"       # [<str>]
  73.         #Option     "PanelSize"             # [<str>]
  74.         #Option     "ForceMinDotClock"      # <freq>
  75.         #Option     "ColorTiling"           # [<bool>]
  76.         #Option     "VideoKey"              # <i>
  77.         #Option     "RageTheatreCrystal"    # <i>
  78.         #Option     "RageTheatreTunerPort"  # <i>
  79.         #Option     "RageTheatreCompositePort"  # <i>
  80.         #Option     "RageTheatreSVideoPort"     # <i>
  81.         #Option     "TunerType"             # <i>
  82.         #Option     "RageTheatreMicrocPath"     # <str>
  83.         #Option     "RageTheatreMicrocType"     # <str>
  84.         #Option     "ScalerWidth"           # <i>
  85.         #Option     "RenderAccel"           # [<bool>]
  86.         #Option     "SubPixelOrder"         # [<str>]
  87.         #Option     "ClockGating"           # [<bool>]
  88.         #Option     "VGAAccess"             # [<bool>]
  89.         #Option     "ReverseDDC"            # [<bool>]
  90.         #Option     "LVDSProbePLL"          # [<bool>]
  91.         #Option     "AccelMethod"           # <str>
  92.         #Option     "DRI"                   # [<bool>]
  93.         #Option     "ConnectorTable"        # <str>
  94.         #Option     "DefaultConnectorTable"     # [<bool>]
  95.         #Option     "DefaultTMDSPLL"        # [<bool>]
  96.         #Option     "TVDACLoadDetect"       # [<bool>]
  97.         #Option     "ForceTVOut"            # [<bool>]
  98.         #Option     "TVStandard"            # <str>
  99.         #Option     "IgnoreLidStatus"       # [<bool>]
  100.         #Option     "DefaultTVDACAdj"       # [<bool>]
  101.         #Option     "Int10"                 # [<bool>]
  102.         #Option     "EXAVSync"              # [<bool>]
  103.         #Option     "ATOMTVOut"             # [<bool>]
  104.         #Option     "R4xxATOM"              # [<bool>]
  105.         #Option     "ForceLowPowerMode"     # [<bool>]
  106.         #Option     "DynamicPM"             # [<bool>]
  107.         #Option     "NewPLL"                # [<bool>]
  108.         #Option     "ZaphodHeads"           # <str>
  109.     Identifier  "Card0"
  110.     #Driver      "radeonhd"
  111.     Driver       "radeon"
  112.     BusID        "PCI:1:5:0"
  113. EndSection
  114.  
  115. Section "Screen"
  116.     Identifier "Screen0"
  117.     Device     "Card0"
  118.     Monitor    "Monitor0"
  119.     SubSection "Display"
  120.         Viewport   0 0
  121.         Depth     1
  122.     EndSubSection
  123.     SubSection "Display"
  124.         Viewport   0 0
  125.         Depth     4
  126.     EndSubSection
  127.     SubSection "Display"
  128.         Viewport   0 0
  129.         Depth     8
  130.     EndSubSection
  131.     SubSection "Display"
  132.         Viewport   0 0
  133.         Depth     15
  134.     EndSubSection
  135.     SubSection "Display"
  136.         Viewport   0 0
  137.         Depth     16
  138.     EndSubSection
  139.     SubSection "Display"
  140.         Viewport   0 0
  141.         Depth     24
  142.     EndSubSection
  143. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement