Guest User

Untitled

a guest
Aug 22nd, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 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/lib64/xorg/modules"
  10. FontPath "/usr/share/fonts/misc/"
  11. FontPath "/usr/share/fonts/TTF/"
  12. FontPath "/usr/share/fonts/OTF/"
  13. FontPath "/usr/share/fonts/Type1/"
  14. FontPath "/usr/share/fonts/100dpi/"
  15. FontPath "/usr/share/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "glx"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Mouse0"
  29. Driver "mouse"
  30. Option "Protocol" "auto"
  31. Option "Device" "/dev/input/mice"
  32. Option "ZAxisMapping" "4 5 6 7"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "Monitor0"
  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 "HWcursor" # [<bool>]
  49. #Option "PciRetry" # [<bool>]
  50. #Option "SyncOnGreen" # [<bool>]
  51. #Option "NoAccel" # [<bool>]
  52. #Option "ShowCache" # [<bool>]
  53. #Option "MGASDRAM" # [<bool>]
  54. #Option "ShadowFB" # [<bool>]
  55. #Option "UseFBDev" # [<bool>]
  56. #Option "ColorKey" # <i>
  57. #Option "SetMclk" # <freq>
  58. #Option "OverclockMem" # [<bool>]
  59. #Option "VideoKey" # <i>
  60. #Option "Rotate" # [<str>]
  61. #Option "TexturedVideo" # [<bool>]
  62. #Option "Crtc2Half" # [<bool>]
  63. #Option "Crtc2Ram" # <i>
  64. #Option "Int10" # [<bool>]
  65. #Option "AGPMode" # <i>
  66. #Option "AGPSize" # <i>
  67. #Option "DigitalScreen1" # [<bool>]
  68. #Option "DigitalScreen2" # [<bool>]
  69. #Option "TV" # [<bool>]
  70. #Option "TVStandard" # [<str>]
  71. #Option "CableType" # [<str>]
  72. #Option "NoHal" # [<bool>]
  73. #Option "SwappedHead" # [<bool>]
  74. #Option "DRI" # [<bool>]
  75. #Option "MergedFB" # [<bool>]
  76. #Option "Monitor2HSync" # [<str>]
  77. #Option "Monitor2VRefresh" # [<str>]
  78. #Option "Monitor2Position" # [<str>]
  79. #Option "MetaModes" # [<str>]
  80. #Option "OldDmaInit" # [<bool>]
  81. #Option "ForcePciDma" # [<bool>]
  82. #Option "AccelMethod" # [<str>]
  83. #Option "KVM" # [<bool>]
  84. Identifier "Card0"
  85. Driver "mga"
  86. BusID "PCI:3:0:0"
  87. EndSection
  88.  
  89. Section "Screen"
  90. Identifier "Screen0"
  91. Device "Card0"
  92. Monitor "Monitor0"
  93. SubSection "Display"
  94. Viewport 0 0
  95. Depth 1
  96. Modes "1280x1024" "1024x768"
  97. EndSubSection
  98. SubSection "Display"
  99. Viewport 0 0
  100. Depth 4
  101. Modes "1280x1024" "1024x768"
  102. EndSubSection
  103. SubSection "Display"
  104. Viewport 0 0
  105. Depth 8
  106. Modes "1280x1024" "1024x768"
  107. EndSubSection
  108. SubSection "Display"
  109. Viewport 0 0
  110. Depth 15
  111. Modes "1280x1024" "1024x768"
  112. EndSubSection
  113. SubSection "Display"
  114. Viewport 0 0
  115. Depth 16
  116. Modes "1280x1024" "1024x768"
  117. EndSubSection
  118. SubSection "Display"
  119. Viewport 0 0
  120. Depth 24
  121. Modes "1280x1024" "1024x768"
  122. EndSubSection
  123. EndSection
  124.  
  125. Section "Files"
  126. ModulePath "/usr/lib64/xorg/modules"
  127. FontPath "/usr/share/fonts/misc/"
  128. FontPath "/usr/share/fonts/TTF/"
  129. FontPath "/usr/share/fonts/OTF/"
  130. FontPath "/usr/share/fonts/Type1/"
  131. FontPath "/usr/share/fonts/100dpi/"
  132. FontPath "/usr/share/fonts/75dpi/"
  133. EndSection
  134.  
  135. Section "Module"
  136. Load "glx"
  137. EndSection
  138.  
  139. Section "InputClass"
  140. Identifier "system-keyboard"
  141. # Driver "evdev"
  142. MatchIsKeyboard "on"
  143. Option "XkbRules" "xorg"
  144. Option "XkbModel" "pc105"
  145. Option "XkbLayout" "us,ru,ua"
  146. Option "XkbVariant" ",winkeys,winkeys"
  147. Option "XkbOptions" "grp:shifts_toggle,grp_led:scroll"
  148. EndSection
  149.  
  150. Section "InputDevice"
  151. Identifier "Mouse0"
  152. Driver "mouse"
  153. Option "Protocol" "auto"
  154. Option "Device" "/dev/input/mice"
  155. Option "ZAxisMapping" "4 5 6 7"
  156. EndSection
Advertisement
Add Comment
Please, Sign In to add comment