Advertisement
Guest User

Untitled

a guest
Mar 6th, 2011
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 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/lib/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 "extmod"
  20. Load "dbe"
  21. Load "dri2"
  22. Load "dri"
  23. Load "glx"
  24. Load "record"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Mouse0"
  34. Driver "mouse"
  35. Option "Protocol" "auto"
  36. Option "Device" "/dev/input/mice"
  37. Option "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. Identifier "Monitor0"
  42. VendorName "Monitor Vendor"
  43. ModelName "Monitor Model"
  44. EndSection
  45.  
  46. Section "Device"
  47. ### Available Driver options are:-
  48. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  49. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  50. ### <percent>: "<f>%"
  51. ### [arg]: arg optional
  52. #Option "PrintVGARegs" # [<bool>]
  53. #Option "PrintTVRegs" # [<bool>]
  54. #Option "I2CScan" # [<bool>]
  55. #Option "VBEModes" # [<bool>]
  56. #Option "NoAccel" # [<bool>]
  57. #Option "AccelMethod" # <str>
  58. #Option "ExaNoComposite" # [<bool>]
  59. #Option "ExaScratchSize" # <i>
  60. #Option "SWCursor" # [<bool>]
  61. #Option "ShadowFB" # [<bool>]
  62. #Option "RotationType" # [<str>]
  63. #Option "Rotate" # [<str>]
  64. #Option "VideoRAM" # <i>
  65. #Option "ActiveDevice" # [<str>]
  66. #Option "BusWidth" # [<str>]
  67. #Option "Center" # [<bool>]
  68. #Option "PanelSize" # [<str>]
  69. #Option "ForcePanel" # [<bool>]
  70. #Option "TVDotCrawl" # [<bool>]
  71. #Option "TVDeflicker" # <i>
  72. #Option "TVType" # [<str>]
  73. #Option "TVOutput" # [<str>]
  74. #Option "TVPort" # [<str>]
  75. #Option "DisableVQ" # [<bool>]
  76. #Option "DisableIRQ" # [<bool>]
  77. #Option "EnableAGPDMA" # [<bool>]
  78. #Option "NoAGPFor2D" # [<bool>]
  79. #Option "NoXVDMA" # [<bool>]
  80. #Option "VbeSaveRestore" # [<bool>]
  81. #Option "DisableXvBWCheck" # [<bool>]
  82. #Option "ModeSwitchMethod" # [<str>]
  83. #Option "MaxDRIMem" # <i>
  84. #Option "AGPMem" # <i>
  85. Identifier "Card0"
  86. Driver "openchrome"
  87. BusID "PCI:1:0:0"
  88. EndSection
  89.  
  90. Section "Screen"
  91. Identifier "Screen0"
  92. Device "Card0"
  93. Monitor "Monitor0"
  94. SubSection "Display"
  95. Viewport 0 0
  96. Depth 1
  97. EndSubSection
  98. SubSection "Display"
  99. Viewport 0 0
  100. Depth 4
  101. EndSubSection
  102. SubSection "Display"
  103. Viewport 0 0
  104. Depth 8
  105. EndSubSection
  106. SubSection "Display"
  107. Viewport 0 0
  108. Depth 15
  109. EndSubSection
  110. SubSection "Display"
  111. Viewport 0 0
  112. Depth 16
  113. EndSubSection
  114. SubSection "Display"
  115. Viewport 0 0
  116. Depth 24
  117. EndSubSection
  118. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement