Advertisement
tzochios

xorg.conf

Jul 25th, 2011
402
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.     Screen      1  "Screen1" RightOf "Screen0"
  5.     InputDevice    "Mouse0" "CorePointer"
  6.     InputDevice    "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Files"
  10.     ModulePath   "/usr/local/lib/xorg/modules"
  11.     FontPath     "/usr/local/lib/X11/fonts/misc/"
  12.     FontPath     "/usr/local/lib/X11/fonts/TTF/"
  13.     FontPath     "/usr/local/lib/X11/fonts/OTF"
  14.     FontPath     "/usr/local/lib/X11/fonts/Type1/"
  15.     FontPath     "/usr/local/lib/X11/fonts/100dpi/"
  16.     FontPath     "/usr/local/lib/X11/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20.     Load  "extmod"
  21.     Load  "record"
  22.     Load  "dbe"
  23.     Load  "glx"
  24.     Load  "dri"
  25.     Load  "dri2"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.     Identifier  "Keyboard0"
  30.     Driver      "kbd"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34.     Identifier  "Mouse0"
  35.     Driver      "mouse"
  36.     Option      "Protocol" "auto"
  37.     Option      "Device" "/dev/sysmouse"
  38.     Option      "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42.     #DisplaySize      530   300 # mm
  43.     Identifier   "Monitor0"
  44.     VendorName   "GSM"
  45.     ModelName    "W2486"
  46.     HorizSync    30.0 - 83.0
  47.     VertRefresh  56.0 - 75.0
  48.     Option      "DPMS"
  49. EndSection
  50.  
  51. Section "Monitor"
  52.     Identifier   "Monitor1"
  53.     VendorName   "Monitor Vendor"
  54.     ModelName    "Monitor Model"
  55. EndSection
  56.  
  57. Section "Device"
  58.         ### Available Driver options are:-
  59.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  60.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  61.         ### [arg]: arg optional
  62.         #Option     "NoAccel"               # [<bool>]
  63.         #Option     "SWcursor"              # [<bool>]
  64.         #Option     "Dac6Bit"               # [<bool>]
  65.         #Option     "Dac8Bit"               # [<bool>]
  66.         #Option     "BusType"               # [<str>]
  67.         #Option     "CPPIOMode"             # [<bool>]
  68.         #Option     "CPusecTimeout"         # <i>
  69.         #Option     "AGPMode"               # <i>
  70.         #Option     "AGPFastWrite"          # [<bool>]
  71.         #Option     "AGPSize"               # <i>
  72.         #Option     "GARTSize"              # <i>
  73.         #Option     "RingSize"              # <i>
  74.         #Option     "BufferSize"            # <i>
  75.         #Option     "EnableDepthMoves"      # [<bool>]
  76.         #Option     "EnablePageFlip"        # [<bool>]
  77.         #Option     "NoBackBuffer"          # [<bool>]
  78.         #Option     "DMAForXv"              # [<bool>]
  79.         #Option     "FBTexPercent"          # <i>
  80.         #Option     "DepthBits"             # <i>
  81.         #Option     "PCIAPERSize"           # <i>
  82.         #Option     "AccelDFS"              # [<bool>]
  83.         #Option     "IgnoreEDID"            # [<bool>]
  84.         #Option     "CustomEDID"            # [<str>]
  85.         #Option     "DisplayPriority"       # [<str>]
  86.         #Option     "PanelSize"             # [<str>]
  87.         #Option     "ForceMinDotClock"      # <freq>
  88.         #Option     "ColorTiling"           # [<bool>]
  89.         #Option     "VideoKey"              # <i>
  90.         #Option     "RageTheatreCrystal"    # <i>
  91.         #Option     "RageTheatreTunerPort"  # <i>
  92.         #Option     "RageTheatreCompositePort"  # <i>
  93.         #Option     "RageTheatreSVideoPort"     # <i>
  94.         #Option     "TunerType"             # <i>
  95.         #Option     "RageTheatreMicrocPath"     # <str>
  96.         #Option     "RageTheatreMicrocType"     # <str>
  97.         #Option     "ScalerWidth"           # <i>
  98.         #Option     "RenderAccel"           # [<bool>]
  99.         #Option     "SubPixelOrder"         # [<str>]
  100.         #Option     "ClockGating"           # [<bool>]
  101.         #Option     "VGAAccess"             # [<bool>]
  102.         #Option     "ReverseDDC"            # [<bool>]
  103.         #Option     "LVDSProbePLL"          # [<bool>]
  104.         #Option     "AccelMethod"           # <str>
  105.         #Option     "DRI"                   # [<bool>]
  106.         #Option     "ConnectorTable"        # <str>
  107.         #Option     "DefaultConnectorTable"     # [<bool>]
  108.         #Option     "DefaultTMDSPLL"        # [<bool>]
  109.         #Option     "TVDACLoadDetect"       # [<bool>]
  110.         #Option     "ForceTVOut"            # [<bool>]
  111.         #Option     "TVStandard"            # <str>
  112.         #Option     "IgnoreLidStatus"       # [<bool>]
  113.         #Option     "DefaultTVDACAdj"       # [<bool>]
  114.         #Option     "Int10"                 # [<bool>]
  115.         #Option     "EXAVSync"              # [<bool>]
  116.         #Option     "ATOMTVOut"             # [<bool>]
  117.         #Option     "R4xxATOM"              # [<bool>]
  118.         #Option     "ForceLowPowerMode"     # [<bool>]
  119.         #Option     "DynamicPM"             # [<bool>]
  120.         #Option     "NewPLL"                # [<bool>]
  121.         #Option     "ZaphodHeads"           # <str>
  122.     Identifier  "Card0"
  123.     Driver      "radeon"
  124.     VendorName  "ATI Technologies Inc"
  125.     BoardName   "R680 [Radeon HD 3870 x2]"
  126.     BusID       "PCI:3:0:0"
  127. EndSection
  128.  
  129. Section "Device"
  130.         ### Available Driver options are:-
  131.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  132.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  133.         ### [arg]: arg optional
  134.         #Option     "NoAccel"               # [<bool>]
  135.         #Option     "SWcursor"              # [<bool>]
  136.         #Option     "Dac6Bit"               # [<bool>]
  137.         #Option     "Dac8Bit"               # [<bool>]
  138.         #Option     "BusType"               # [<str>]
  139.         #Option     "CPPIOMode"             # [<bool>]
  140.         #Option     "CPusecTimeout"         # <i>
  141.         #Option     "AGPMode"               # <i>
  142.         #Option     "AGPFastWrite"          # [<bool>]
  143.         #Option     "AGPSize"               # <i>
  144.         #Option     "GARTSize"              # <i>
  145.         #Option     "RingSize"              # <i>
  146.         #Option     "BufferSize"            # <i>
  147.         #Option     "EnableDepthMoves"      # [<bool>]
  148.         #Option     "EnablePageFlip"        # [<bool>]
  149.         #Option     "NoBackBuffer"          # [<bool>]
  150.         #Option     "DMAForXv"              # [<bool>]
  151.         #Option     "FBTexPercent"          # <i>
  152.         #Option     "DepthBits"             # <i>
  153.         #Option     "PCIAPERSize"           # <i>
  154.         #Option     "AccelDFS"              # [<bool>]
  155.         #Option     "IgnoreEDID"            # [<bool>]
  156.         #Option     "CustomEDID"            # [<str>]
  157.         #Option     "DisplayPriority"       # [<str>]
  158.         #Option     "PanelSize"             # [<str>]
  159.         #Option     "ForceMinDotClock"      # <freq>
  160.         #Option     "ColorTiling"           # [<bool>]
  161.         #Option     "VideoKey"              # <i>
  162.         #Option     "RageTheatreCrystal"    # <i>
  163.         #Option     "RageTheatreTunerPort"  # <i>
  164.         #Option     "RageTheatreCompositePort"  # <i>
  165.         #Option     "RageTheatreSVideoPort"     # <i>
  166.         #Option     "TunerType"             # <i>
  167.         #Option     "RageTheatreMicrocPath"     # <str>
  168.         #Option     "RageTheatreMicrocType"     # <str>
  169.         #Option     "ScalerWidth"           # <i>
  170.         #Option     "RenderAccel"           # [<bool>]
  171.         #Option     "SubPixelOrder"         # [<str>]
  172.         #Option     "ClockGating"           # [<bool>]
  173.         #Option     "VGAAccess"             # [<bool>]
  174.         #Option     "ReverseDDC"            # [<bool>]
  175.         #Option     "LVDSProbePLL"          # [<bool>]
  176.         #Option     "AccelMethod"           # <str>
  177.         #Option     "DRI"                   # [<bool>]
  178.         #Option     "ConnectorTable"        # <str>
  179.         #Option     "DefaultConnectorTable"     # [<bool>]
  180.         #Option     "DefaultTMDSPLL"        # [<bool>]
  181.         #Option     "TVDACLoadDetect"       # [<bool>]
  182.         #Option     "ForceTVOut"            # [<bool>]
  183.         #Option     "TVStandard"            # <str>
  184.         #Option     "IgnoreLidStatus"       # [<bool>]
  185.         #Option     "DefaultTVDACAdj"       # [<bool>]
  186.         #Option     "Int10"                 # [<bool>]
  187.         #Option     "EXAVSync"              # [<bool>]
  188.         #Option     "ATOMTVOut"             # [<bool>]
  189.         #Option     "R4xxATOM"              # [<bool>]
  190.         #Option     "ForceLowPowerMode"     # [<bool>]
  191.         #Option     "DynamicPM"             # [<bool>]
  192.         #Option     "NewPLL"                # [<bool>]
  193.         #Option     "ZaphodHeads"           # <str>
  194.     Identifier  "Card1"
  195.     Driver      "radeon"
  196.     VendorName  "ATI Technologies Inc"
  197.     BoardName   "R680 [Radeon HD 3870 x2]"
  198.     BusID       "PCI:4:0:0"
  199. EndSection
  200.  
  201. Section "Screen"
  202.     Identifier "Screen0"
  203.     Device     "Card0"
  204.     Monitor    "Monitor0"
  205.     SubSection "Display"
  206.         Viewport   0 0
  207.         Depth     1
  208.     EndSubSection
  209.     SubSection "Display"
  210.         Viewport   0 0
  211.         Depth     4
  212.     EndSubSection
  213.     SubSection "Display"
  214.         Viewport   0 0
  215.         Depth     8
  216.     EndSubSection
  217.     SubSection "Display"
  218.         Viewport   0 0
  219.         Depth     15
  220.     EndSubSection
  221.     SubSection "Display"
  222.         Viewport   0 0
  223.         Depth     16
  224.     EndSubSection
  225.     SubSection "Display"
  226.         Viewport   0 0
  227.         Depth     24
  228.     EndSubSection
  229. EndSection
  230.  
  231. Section "Screen"
  232.     Identifier "Screen1"
  233.     Device     "Card1"
  234.     Monitor    "Monitor1"
  235.     SubSection "Display"
  236.         Viewport   0 0
  237.         Depth     1
  238.     EndSubSection
  239.     SubSection "Display"
  240.         Viewport   0 0
  241.         Depth     4
  242.     EndSubSection
  243.     SubSection "Display"
  244.         Viewport   0 0
  245.         Depth     8
  246.     EndSubSection
  247.     SubSection "Display"
  248.         Viewport   0 0
  249.         Depth     15
  250.     EndSubSection
  251.     SubSection "Display"
  252.         Viewport   0 0
  253.         Depth     16
  254.     EndSubSection
  255.     SubSection "Display"
  256.         Viewport   0 0
  257.         Depth     24
  258.     EndSubSection
  259. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement