Advertisement
Guest User

xorg.conf

a guest
Jan 12th, 2018
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "DefaultLayout"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" RightOf "Screen0"
  5. EndSection
  6.  
  7.  
  8. Section "ServerLayout"
  9. Identifier "X.org Configured"
  10. Screen 0 "Screen0" 0 0
  11. Screen 1 "Screen1" RightOf "Screen0"
  12. EndSection
  13.  
  14. Section "Files"
  15. ModulePath "/usr/lib64/xorg/modules"
  16. FontPath "/usr/share/fonts/misc/"
  17. FontPath "/usr/share/fonts/TTF/"
  18. FontPath "/usr/share/fonts/OTF/"
  19. FontPath "/usr/share/fonts/Type1/"
  20. FontPath "/usr/share/fonts/100dpi/"
  21. FontPath "/usr/share/fonts/75dpi/"
  22. EndSection
  23.  
  24. Section "Module"
  25. Load "glx"
  26. EndSection
  27.  
  28.  
  29. Section "Monitor"
  30. Identifier "Monitor0"
  31. VendorName "Monitor Vendor"
  32. ModelName "Monitor Model"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "Monitor1"
  37. VendorName "Monitor Vendor"
  38. ModelName "Monitor Model"
  39. EndSection
  40.  
  41. Section "Device"
  42. ### Available Driver options are:-
  43. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  44. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  45. ### <percent>: "<f>%"
  46. ### [arg]: arg optional
  47. #Option "SWcursor" # [<bool>]
  48. #Option "kmsdev" # <str>
  49. #Option "ShadowFB" # [<bool>]
  50. #Option "AccelMethod" # <str>
  51. #Option "PageFlip" # [<bool>]
  52. #Option "ZaphodHeads" # <str>
  53. #Option "DoubleShadow" # [<bool>]
  54. Identifier "Card0"
  55. Driver "radeon"
  56. Option "Monitor-LVDS" "Monitor0"
  57. BusID "PCI:0:1:0"
  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. ### <percent>: "<f>%"
  65. ### [arg]: arg optional
  66. #Option "SWcursor" # [<bool>]
  67. #Option "kmsdev" # <str>
  68. #Option "ShadowFB" # [<bool>]
  69. #Option "AccelMethod" # <str>
  70. #Option "PageFlip" # [<bool>]
  71. #Option "ZaphodHeads" # <str>
  72. #Option "DoubleShadow" # [<bool>]
  73. Identifier "Card1"
  74. Driver "radeon"
  75. Option "Monitor-VGA-0" "Monitor1"
  76. BusID "PCI:1:0:0"
  77. EndSection
  78.  
  79. Section "Screen"
  80. Identifier "Screen0"
  81. Device "Card0"
  82. Monitor "Monitor0"
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 1
  86. EndSubSection
  87. SubSection "Display"
  88. Viewport 0 0
  89. Depth 4
  90. EndSubSection
  91. SubSection "Display"
  92. Viewport 0 0
  93. Depth 8
  94. EndSubSection
  95. SubSection "Display"
  96. Viewport 0 0
  97. Depth 15
  98. EndSubSection
  99. SubSection "Display"
  100. Viewport 0 0
  101. Depth 16
  102. EndSubSection
  103. SubSection "Display"
  104. Viewport 0 0
  105. Depth 24
  106. EndSubSection
  107. EndSection
  108.  
  109. Section "Screen"
  110. Identifier "Screen1"
  111. Device "Card1"
  112. Monitor "Monitor1"
  113. SubSection "Display"
  114. Viewport 0 0
  115. Depth 1
  116. EndSubSection
  117. SubSection "Display"
  118. Viewport 0 0
  119. Depth 4
  120. EndSubSection
  121. SubSection "Display"
  122. Viewport 0 0
  123. Depth 8
  124. EndSubSection
  125. SubSection "Display"
  126. Viewport 0 0
  127. Depth 15
  128. EndSubSection
  129. SubSection "Display"
  130. Viewport 0 0
  131. Depth 16
  132. EndSubSection
  133. SubSection "Display"
  134. Viewport 0 0
  135. Depth 24
  136. EndSubSection
  137. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement