Advertisement
Guest User

xorg fglrx

a guest
Jul 13th, 2012
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "XFree86 Configured"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9. # RgbPath "/usr/X11R6/lib/X11/rgb"
  10. ModulePath "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/X11"
  12. EndSection
  13.  
  14. Section "Module"
  15. Load "dbe"
  16. Load "extmod"
  17. Load "record"
  18. Load "speedo"
  19. Load "type1"
  20. Load "glx"
  21. Load "int10"
  22. Load "v4l"
  23. Load "dri"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27. Identifier "Keyboard0"
  28. Driver "keyboard"
  29. Option "XkbLayout" "us"
  30. Option "XkbVariant" "basic"
  31. Option "XkbModel" "pc105"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Mouse0"
  36. Driver "mouse"
  37. Option "Protocol" "auto"
  38. Option "Device" "/dev/input/mice"
  39. Option "ZAxisMapping" "4 5"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. VendorName "Unknown Monitor Vendor"
  45. ModelName "Unknown Monitor Model"
  46. Modeline "1920x1080" 173.25 1920 2048 2248 2576 1080 1083 1088 1121
  47. HorizSync 20-500
  48. VertRefresh 59-61
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor1"
  53. VendorName "Unknown Monitor Vendor"
  54. ModelName "Unknown Monitor Model"
  55. Modeline "1920x1080" 173.25 1920 2048 2248 2576 1080 1083 1088 1121
  56. HorizSync 20-500
  57. VertRefresh 59-61
  58. EndSection
  59.  
  60. Section "Device"
  61. ### Available Driver options are:-
  62. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  63. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  64. ### [arg]: arg optional
  65. #Option "NoAccel" # [<bool>]
  66. #Option "SWcursor" # [<bool>]
  67. #Option "ColorKey" # <i>
  68. #Option "CacheLines" # <i>
  69. #Option "Dac6Bit" # [<bool>]
  70. #Option "DRI" # [<bool>]
  71. #Option "NoDDC" # [<bool>]
  72. #Option "ShowCache" # [<bool>]
  73. #Option "XvMCSurfaces" # <i>
  74. Identifier "Card0"
  75. Driver "intel"
  76. BusID "PCI:0:2:0"
  77. VendorName "Unknown Vendor Name"
  78. BoardName "Unknown Board Name"
  79. Option "LinearAlloc" "16384"
  80. Option "XvmcUsesTextures" "true"
  81. Option "renderAccel" "true"
  82. Option "NoDDCValue"
  83. Option "UseEDID" "true"
  84. Option "ExactModeTimingsDVI" "true"
  85. Option "NoLogo" "true"
  86. Option "NoBandWidthTest" "true"
  87. Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
  88. Option "DynamicTwinView" "false"
  89. Option "UseEvents" "true"
  90. Option "AllowGLXWithComposite" "true"
  91. Option "AddARGBGLXVisuals" "true"
  92. Option "ConnectedMonitor" "DFP"
  93. EndSection
  94.  
  95. Section "Device"
  96. ### Available Driver options are:-
  97. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  98. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  99. ### [arg]: arg optional
  100. #Option "NoAccel" # [<bool>]
  101. #Option "SWcursor" # [<bool>]
  102. #Option "ColorKey" # <i>
  103. #Option "CacheLines" # <i>
  104. #Option "Dac6Bit" # [<bool>]
  105. #Option "DRI" # [<bool>]
  106. #Option "NoDDC" # [<bool>]
  107. #Option "ShowCache" # [<bool>]
  108. #Option "XvMCSurfaces" # <i>
  109. Identifier "Card1"
  110. Driver "fglrx"
  111. BusID "PCI:1:0:0"
  112. VendorName "Unknown Vendor Name"
  113. BoardName "Unknown Board Name"
  114. Option "LinearAlloc" "16384"
  115. Option "XvmcUsesTextures" "true"
  116. Option "renderAccel" "true"
  117. Option "NoDDCValue"
  118. Option "UseEDID" "true"
  119. Option "ExactModeTimingsDVI" "true"
  120. Option "NoLogo" "true"
  121. Option "NoBandWidthTest" "true"
  122. Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
  123. Option "DynamicTwinView" "false"
  124. Option "UseEvents" "true"
  125. Option "AllowGLXWithComposite" "true"
  126. Option "AddARGBGLXVisuals" "true"
  127. Option "ConnectedMonitor" "DFP"
  128. EndSection
  129.  
  130. Section "Screen"
  131. Identifier "Screen0"
  132. Device "Card0"
  133. Monitor "Monitor0"
  134. DefaultDepth 24
  135. SubSection "Display"
  136. Modes "1920x1080"
  137. Virtual 1920 1080
  138. EndSubSection
  139. Option "XvmcUsesTextures" "true"
  140. Option "renderAccel" "true"
  141. Option "NoDDCValue"
  142. Option "UseEDID" "true"
  143. Option "ExactModeTimingsDVI" "true"
  144. Option "NoLogo" "true"
  145. Option "NoBandWidthTest" "true"
  146. Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
  147. Option "DynamicTwinView" "false"
  148. Option "UseEvents" "true"
  149. Option "AllowGLXWithComposite" "true"
  150. Option "AddARGBGLXVisuals" "true"
  151. Option "TVStandard" "1080p"
  152. EndSection
  153.  
  154. Section "ServerFlags"
  155. Option "AllowMouseOpenFail" "true"
  156. Option "BlankTime" "0"
  157. Option "StandbyTime" "0"
  158. Option "SuspendTime" "0"
  159. Option "OffTime" "0"
  160. Option "AIGLX" "Off"
  161. EndSection
  162.  
  163. Section "Extensions"
  164. Option "Composite" "true"
  165. Option "RENDER" "true"
  166. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement