Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.17 KB | None | 0 0
  1. Section "ServerLayout"
  2.  identifier "default"
  3.  screen 0 "screen0" 0 0
  4. Endsection
  5.  
  6. Section "Files"
  7.     ModulePath   "/usr/lib/xorg/modules"
  8.     FontPath     "/usr/share/fonts/misc"
  9.     FontPath     "/usr/share/fonts/100dpi:unscaled"
  10.     FontPath     "/usr/share/fonts/75dpi:unscaled"
  11.     FontPath     "/usr/share/fonts/TTF"
  12.     FontPath     "/usr/share/fonts/Type1"
  13. EndSection
  14.  
  15. Section "Module"
  16.     Load  "dbe"
  17.     Load  "dri"
  18.     Load  "dri2"
  19.     Load  "extmod"
  20.     Load  "glx"
  21.     Load  "record"
  22. EndSection
  23.  
  24. Section "Monitor"
  25.   Identifier     "Monitor0"
  26.   # Preferred resolution for the monitor
  27.   VendorName     "Unknown"
  28.   ModelName  "LG M2394D"
  29.   #HorizSync     30.0 - 83.0
  30.   #VertRefresh   56.0 - 75.0
  31.   Option     "DPMS"
  32.   Option         "PreferredMode"  "1920x1080"
  33.   Option         "Primary"    "True"
  34. EndSection
  35.  
  36. Section "Monitor"
  37.   Identifier     "Monitor1"
  38.   Option         "PreferredMode"  "1280x800"
  39.   Option         "RightOf" "Monitor0"
  40.   Option         "Primary"    "False"
  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.         ### [arg]: arg optional
  48.         #Option     "NoAccel"               # [<bool>]
  49.         #Option     "SWcursor"              # [<bool>]
  50.         #Option     "Dac6Bit"               # [<bool>]
  51.         #Option     "Dac8Bit"               # [<bool>]
  52.         #Option     "BusType"               # [<str>]
  53.         #Option     "CPPIOMode"             # [<bool>]
  54.         #Option     "CPusecTimeout"         # <i>
  55.         #Option     "AGPMode"               # <i>
  56.         #Option     "AGPFastWrite"          # [<bool>]
  57.         #Option     "AGPSize"               # <i>
  58.         #Option     "GARTSize"              # <i>
  59.         #Option     "RingSize"              # <i>
  60.         #Option     "BufferSize"            # <i>
  61.         #Option     "EnableDepthMoves"      # [<bool>]
  62.         #Option     "EnablePageFlip"        # [<bool>]
  63.         #Option     "NoBackBuffer"          # [<bool>]
  64.         #Option     "DMAForXv"              # [<bool>]
  65.         #Option     "FBTexPercent"          # <i>
  66.         #Option     "DepthBits"             # <i>
  67.         #Option     "PCIAPERSize"           # <i>
  68.         #Option     "AccelDFS"              # [<bool>]
  69.         #Option     "IgnoreEDID"            # [<bool>]
  70.         #Option     "CustomEDID"            # [<str>]
  71.         #Option     "DisplayPriority"       # [<str>]
  72.         #Option     "PanelSize"             # [<str>]
  73.         #Option     "ForceMinDotClock"      # <freq>
  74.         #Option     "ColorTiling"           # [<bool>]
  75.         #Option     "VideoKey"              # <i>
  76.         #Option     "RageTheatreCrystal"    # <i>
  77.         #Option     "RageTheatreTunerPort"  # <i>
  78.         #Option     "RageTheatreCompositePort"  # <i>
  79.         #Option     "RageTheatreSVideoPort"     # <i>
  80.         #Option     "TunerType"             # <i>
  81.         #Option     "RageTheatreMicrocPath"     # <str>
  82.         #Option     "RageTheatreMicrocType"     # <str>
  83.         #Option     "ScalerWidth"           # <i>
  84.         #Option     "RenderAccel"           # [<bool>]
  85.         #Option     "SubPixelOrder"         # [<str>]
  86.         #Option     "ShowCache"             # [<bool>]
  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.     Driver      "radeon"
  110.     VendorName  "ATI Technologies Inc"
  111.     BoardName   "M9+ 5C61 [Radeon Mobility 9200 (AGP)]"
  112.     BusID       "PCI:1:0:0"
  113.     Option      "DRI"    "true"
  114.   Identifier     "Device0"
  115.   #assigns the output DVI-I-0 to Monitor0
  116.   Option         "VGA-0" "Monitor0"
  117.   #assigns the output DVI-I-1 to Monitor1
  118.   Option         "LVDS" "Monitor1"
  119. EndSection
  120.  
  121. Section "Screen"
  122.   Identifier          "screen0"
  123.   Device              "Device0"
  124.   Monitor             "Monitor0"
  125.   DefaultDepth       24
  126.   SubSection "Display"
  127.     Depth           24
  128.     Modes           "1920x1080"
  129.     #note the lack of quotes, this line sets the 'maximum' resolution
  130.     EndSubSection
  131. EndSection
  132.  
  133. Section "Extensions"
  134.     Option "Composite" "Enable"
  135.     Option "RENDER" "Enable"
  136. EndSection
  137.  
  138. Section "DRI"
  139.         Group  "video"
  140.         Mode   0666
  141. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement