Advertisement
Guest User

xorg.conf

a guest
Aug 6th, 2021
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/X11R7/lib/modules"
  10. FontPath "/usr/X11R7/lib/X11/fonts/misc/"
  11. FontPath "/usr/X11R7/lib/X11/fonts/TTF/"
  12. FontPath "/usr/X11R7/lib/X11/fonts/Type1/"
  13. FontPath "/usr/X11R7/lib/X11/fonts/75dpi/"
  14. FontPath "/usr/X11R7/lib/X11/fonts/100dpi/"
  15. EndSection
  16.  
  17. Section "Module"
  18. Load "dri"
  19. Load "dri2"
  20. Load "glx"
  21. Load "shadow"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. Identifier "Keyboard0"
  26. Driver "kbd"
  27. Option "Protocol" "wskbd"
  28. Option "Device" "/dev/wskbd"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32. Identifier "Mouse0"
  33. Driver "mouse"
  34. Option "Protocol" "wsmouse"
  35. Option "Device" "/dev/wsmouse"
  36. Option "ZAxisMapping" "4 5 6 7"
  37. EndSection
  38.  
  39. Section "Monitor"
  40. Identifier "Monitor0"
  41. VendorName "Monitor Vendor"
  42. ModelName "Monitor Model"
  43. EndSection
  44.  
  45. Section "Device"
  46. ### Available Driver options are:-
  47. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  48. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  49. ### <percent>: "<f>%"
  50. ### [arg]: arg optional
  51. #Option "NoAccel" # [<bool>]
  52. #Option "SWcursor" # [<bool>]
  53. #Option "Dac6Bit" # [<bool>]
  54. #Option "Dac8Bit" # [<bool>]
  55. #Option "BusType" # [<str>]
  56. #Option "CPPIOMode" # [<bool>]
  57. #Option "CPusecTimeout" # <i>
  58. #Option "AGPMode" # <i>
  59. #Option "AGPFastWrite" # [<bool>]
  60. #Option "AGPSize" # <i>
  61. #Option "GARTSize" # <i>
  62. #Option "RingSize" # <i>
  63. #Option "BufferSize" # <i>
  64. #Option "EnableDepthMoves" # [<bool>]
  65. #Option "EnablePageFlip" # [<bool>]
  66. #Option "NoBackBuffer" # [<bool>]
  67. #Option "DMAForXv" # [<bool>]
  68. #Option "FBTexPercent" # <i>
  69. #Option "DepthBits" # <i>
  70. #Option "PCIAPERSize" # <i>
  71. #Option "AccelDFS" # [<bool>]
  72. #Option "IgnoreEDID" # [<bool>]
  73. #Option "CustomEDID" # [<str>]
  74. #Option "DisplayPriority" # [<str>]
  75. #Option "PanelSize" # [<str>]
  76. #Option "ForceMinDotClock" # <freq>
  77. #Option "ColorTiling" # [<bool>]
  78. #Option "VideoKey" # <i>
  79. #Option "RageTheatreCrystal" # <i>
  80. #Option "RageTheatreTunerPort" # <i>
  81. #Option "RageTheatreCompositePort" # <i>
  82. #Option "RageTheatreSVideoPort" # <i>
  83. #Option "TunerType" # <i>
  84. #Option "RageTheatreMicrocPath" # <str>
  85. #Option "RageTheatreMicrocType" # <str>
  86. #Option "ScalerWidth" # <i>
  87. #Option "RenderAccel" # [<bool>]
  88. #Option "SubPixelOrder" # [<str>]
  89. #Option "ClockGating" # [<bool>]
  90. #Option "VGAAccess" # [<bool>]
  91. #Option "ReverseDDC" # [<bool>]
  92. #Option "LVDSProbePLL" # [<bool>]
  93. #Option "AccelMethod" # <str>
  94. #Option "DRI" # [<bool>]
  95. #Option "ConnectorTable" # <str>
  96. #Option "DefaultConnectorTable" # [<bool>]
  97. #Option "DefaultTMDSPLL" # [<bool>]
  98. #Option "TVDACLoadDetect" # [<bool>]
  99. #Option "ForceTVOut" # [<bool>]
  100. #Option "TVStandard" # <str>
  101. #Option "IgnoreLidStatus" # [<bool>]
  102. #Option "DefaultTVDACAdj" # [<bool>]
  103. #Option "Int10" # [<bool>]
  104. #Option "EXAVSync" # [<bool>]
  105. #Option "ATOMTVOut" # [<bool>]
  106. #Option "R4xxATOM" # [<bool>]
  107. #Option "ForceLowPowerMode" # [<bool>]
  108. #Option "DynamicPM" # [<bool>]
  109. #Option "NewPLL" # [<bool>]
  110. #Option "ZaphodHeads" # <str>
  111. Identifier "Card0"
  112. Driver "radeon"
  113. BusID "PCI:1:2:0"
  114. EndSection
  115.  
  116. Section "Screen"
  117. Identifier "Screen0"
  118. Device "Card0"
  119. Monitor "Monitor0"
  120. SubSection "Display"
  121. Viewport 0 0
  122. Depth 1
  123. EndSubSection
  124. SubSection "Display"
  125. Viewport 0 0
  126. Depth 4
  127. EndSubSection
  128. SubSection "Display"
  129. Viewport 0 0
  130. Depth 8
  131. EndSubSection
  132. SubSection "Display"
  133. Viewport 0 0
  134. Depth 15
  135. EndSubSection
  136. SubSection "Display"
  137. Viewport 0 0
  138. Depth 16
  139. EndSubSection
  140. SubSection "Display"
  141. Viewport 0 0
  142. Depth 24
  143. EndSubSection
  144. EndSection
  145.  
  146.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement