Advertisement
Guest User

Untitled

a guest
Aug 25th, 2012
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. Section "Module"
  2. Load "glx"
  3. Load "extmod"
  4. Load "record"
  5. Load "dri2"
  6. Load "dbe"
  7. Load "dri"
  8. EndSection
  9.  
  10. Section "Device"
  11. ### Available Driver options are:-
  12. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  13. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  14. ### [arg]: arg optional
  15. #Option "NoAccel" # [<bool>]
  16. #Option "SWcursor" # [<bool>]
  17. #Option "Dac6Bit" # [<bool>]
  18. #Option "Dac8Bit" # [<bool>]
  19. #Option "BusType" # [<str>]
  20. #Option "CPPIOMode" # [<bool>]
  21. #Option "CPusecTimeout" # <i>
  22. #Option "AGPMode" # <i>
  23. #Option "AGPFastWrite" # [<bool>]
  24. #Option "AGPSize" # <i>
  25. #Option "GARTSize" # <i>
  26. #Option "RingSize" # <i>
  27. #Option "BufferSize" # <i>
  28. #Option "EnableDepthMoves" # [<bool>]
  29. #Option "EnablePageFlip" # [<bool>]
  30. #Option "NoBackBuffer" # [<bool>]
  31. #Option "DMAForXv" # [<bool>]
  32. #Option "FBTexPercent" # <i>
  33. #Option "DepthBits" # <i>
  34. #Option "PCIAPERSize" # <i>
  35. #Option "AccelDFS" # [<bool>]
  36. #Option "IgnoreEDID" # [<bool>]
  37. #Option "CustomEDID" # [<str>]
  38. #Option "DisplayPriority" # [<str>]
  39. #Option "PanelSize" # [<str>]
  40. #Option "ForceMinDotClock" # <freq>
  41. #Option "ColorTiling" # [<bool>]
  42. #Option "VideoKey" # <i>
  43. #Option "RageTheatreCrystal" # <i>
  44. #Option "RageTheatreTunerPort" # <i>
  45. #Option "RageTheatreCompositePort" # <i>
  46. #Option "RageTheatreSVideoPort" # <i>
  47. #Option "TunerType" # <i>
  48. #Option "RageTheatreMicrocPath" # <str>
  49. #Option "RageTheatreMicrocType" # <str>
  50. #Option "ScalerWidth" # <i>
  51. #Option "RenderAccel" # [<bool>]
  52. #Option "SubPixelOrder" # [<str>]
  53. #Option "ClockGating" # [<bool>]
  54. #Option "VGAAccess" # [<bool>]
  55. #Option "ReverseDDC" # [<bool>]
  56. #Option "LVDSProbePLL" # [<bool>]
  57. #Option "AccelMethod" # <str>
  58. #Option "DRI" # [<bool>]
  59. #Option "ConnectorTable" # <str>
  60. #Option "DefaultConnectorTable" # [<bool>]
  61. #Option "DefaultTMDSPLL" # [<bool>]
  62. #Option "TVDACLoadDetect" # [<bool>]
  63. #Option "ForceTVOut" # [<bool>]
  64. #Option "TVStandard" # <str>
  65. #Option "IgnoreLidStatus" # [<bool>]
  66. #Option "DefaultTVDACAdj" # [<bool>]
  67. #Option "Int10" # [<bool>]
  68. #Option "EXAVSync" # [<bool>]
  69. #Option "ATOMTVOut" # [<bool>]
  70. #Option "R4xxATOM" # [<bool>]
  71. #Option "ForceLowPowerMode" # [<bool>]
  72. #Option "DynamicPM" # [<bool>]
  73. #Option "NewPLL" # [<bool>]
  74. #Option "Gallium" # [<bool>]
  75. #Option "ZaphodHeads" # <str>
  76. Identifier "Radeon 9600"
  77. Driver "radeon"
  78. VendorName "ATI Technologies Inc"
  79. BoardName "RV350 AQ [Radeon 9600]"
  80. BusID "PCI:3:0:0"
  81. Option "ConnectedMonitor" "CRT"
  82.  
  83.  
  84. Option "AccelMethod" "XAA"
  85. # XAA/EXA
  86. Option "AccelDFS" "1"
  87. # 1/0 On for PCIE, off for AGP
  88. # Manpage: Use or don't use accelerated EXA DownloadFromScreenhook
  89. # when possible.
  90.  
  91.  
  92. #Option "AGPMode" "4"
  93. # 1-8 Does not affect PCIE models.
  94. #Option "AGPFastWrite" "1"
  95. # 1/0 Does not affect PCIE models. Not recommended.
  96. #Option "GARTSize" "128"
  97. # 0-64 Megabytes of gart (system) memory used.
  98. # Wrongly defaults to 8MB sometimes, see your logfile.
  99. # Bigger seems better.
  100.  
  101.  
  102. Option "EnablePageFlip" "1"
  103. # 1/0 Increases 3D performance substantially
  104. # seemingly in XAA mode only
  105. Option "ColorTiling" "1"
  106. # 1/0 Increases 3D performance substantially
  107. # affected stability only positively on my system
  108. EndSection
  109.  
  110. Section "DRI"
  111. Group "video"
  112. Mode 0666
  113. EndSection
  114.  
  115. Section "Extensions"
  116. Option "Composite" "Enable" # for 3D, alpha desktop effects
  117. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement