Guest User

Untitled

a guest
Mar 28th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  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/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/misc/"
  12. FontPath "/usr/share/fonts/TTF/"
  13. FontPath "/usr/share/fonts/OTF/"
  14. FontPath "/usr/share/fonts/Type1/"
  15. FontPath "/usr/share/fonts/100dpi/"
  16. FontPath "/usr/share/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "dri2"
  21. Load "dbe"
  22. Load "extmod"
  23. Load "dri"
  24. Load "glx"
  25. Load "record"
  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/input/mice"
  38. Option "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "Monitor0"
  43. VendorName "Monitor Vendor"
  44. ModelName "Monitor Model"
  45. EndSection
  46.  
  47. Section "Monitor"
  48. Identifier "Monitor1"
  49. VendorName "Monitor Vendor"
  50. ModelName "Monitor Model"
  51. EndSection
  52.  
  53. Section "Device"
  54. ### Available Driver options are:-
  55. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  56. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  57. ### <percent>: "<f>%"
  58. ### [arg]: arg optional
  59. #Option "NoAccel" # [<bool>]
  60. #Option "SWcursor" # [<bool>]
  61. #Option "Dac6Bit" # [<bool>]
  62. #Option "Dac8Bit" # [<bool>]
  63. #Option "BusType" # [<str>]
  64. #Option "CPPIOMode" # [<bool>]
  65. #Option "CPusecTimeout" # <i>
  66. #Option "AGPMode" # <i>
  67. #Option "AGPFastWrite" # [<bool>]
  68. #Option "AGPSize" # <i>
  69. #Option "GARTSize" # <i>
  70. #Option "RingSize" # <i>
  71. #Option "BufferSize" # <i>
  72. #Option "EnableDepthMoves" # [<bool>]
  73. #Option "EnablePageFlip" # [<bool>]
  74. #Option "NoBackBuffer" # [<bool>]
  75. #Option "DMAForXv" # [<bool>]
  76. #Option "FBTexPercent" # <i>
  77. #Option "DepthBits" # <i>
  78. #Option "PCIAPERSize" # <i>
  79. #Option "AccelDFS" # [<bool>]
  80. #Option "IgnoreEDID" # [<bool>]
  81. #Option "CustomEDID" # [<str>]
  82. #Option "DisplayPriority" # [<str>]
  83. #Option "PanelSize" # [<str>]
  84. #Option "ForceMinDotClock" # <freq>
  85. #Option "ColorTiling" # [<bool>]
  86. #Option "VideoKey" # <i>
  87. #Option "RageTheatreCrystal" # <i>
  88. #Option "RageTheatreTunerPort" # <i>
  89. #Option "RageTheatreCompositePort" # <i>
  90. #Option "RageTheatreSVideoPort" # <i>
  91. #Option "TunerType" # <i>
  92. #Option "RageTheatreMicrocPath" # <str>
  93. #Option "RageTheatreMicrocType" # <str>
  94. #Option "ScalerWidth" # <i>
  95. #Option "RenderAccel" # [<bool>]
  96. #Option "SubPixelOrder" # [<str>]
  97. #Option "ClockGating" # [<bool>]
  98. #Option "VGAAccess" # [<bool>]
  99. #Option "ReverseDDC" # [<bool>]
  100. #Option "LVDSProbePLL" # [<bool>]
  101. #Option "AccelMethod" # <str>
  102. #Option "DRI" # [<bool>]
  103. #Option "ConnectorTable" # <str>
  104. #Option "DefaultConnectorTable" # [<bool>]
  105. #Option "DefaultTMDSPLL" # [<bool>]
  106. #Option "TVDACLoadDetect" # [<bool>]
  107. #Option "ForceTVOut" # [<bool>]
  108. #Option "TVStandard" # <str>
  109. #Option "IgnoreLidStatus" # [<bool>]
  110. #Option "DefaultTVDACAdj" # [<bool>]
  111. #Option "Int10" # [<bool>]
  112. #Option "EXAVSync" # [<bool>]
  113. #Option "ATOMTVOut" # [<bool>]
  114. #Option "R4xxATOM" # [<bool>]
  115. #Option "ForceLowPowerMode" # [<bool>]
  116. #Option "DynamicPM" # [<bool>]
  117. #Option "NewPLL" # [<bool>]
  118. #Option "ZaphodHeads" # <str>
  119. Option "ColorTiling" "on" # [<bool>]
  120. Option "AccelDFS" "on" # [<bool>]
  121. Option "EXAVSync" "yes" # [<bool>]
  122. Option "AccelMethod" "EXA" # <str>
  123. Option "DRI" "on" # [<bool>]
  124. Option "DynamicPM" "on" # [<bool>]
  125. Identifier "Card1"
  126. Driver "radeon"
  127. BusID "PCI:2:0:0"
  128. EndSection
Advertisement
Add Comment
Please, Sign In to add comment