Advertisement
Guest User

Untitled

a guest
Mar 19th, 2011
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 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 "glx"
  23. Load "record"
  24. Load "dri"
  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 "AccelMethod" # [<str>]
  53. #Option "DRI" # [<bool>]
  54. #Option "ColorKey" # <i>
  55. #Option "VideoKey" # <i>
  56. #Option "FallbackDebug" # [<bool>]
  57. #Option "Tiling" # [<bool>]
  58. #Option "Shadow" # [<bool>]
  59. #Option "SwapbuffersWait" # [<bool>]
  60. #Option "XvMC" # [<bool>]
  61. #Option "XvPreferOverlay" # [<bool>]
  62. #Option "DebugFlushBatches" # [<bool>]
  63. #Option "DebugFlushCaches" # [<bool>]
  64. #Option "DebugWait" # [<bool>]
  65. #Option "HotPlug" # [<bool>]
  66. Identifier "Card0"
  67. Driver "intel"
  68. BusID "PCI:0:2:0"
  69. EndSection
  70.  
  71. Section "Screen"
  72. Identifier "Screen0"
  73. Device "Card0"
  74. Monitor "Monitor0"
  75. SubSection "Display"
  76. Viewport 0 0
  77. Depth 1
  78. EndSubSection
  79. SubSection "Display"
  80. Viewport 0 0
  81. Depth 4
  82. EndSubSection
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 8
  86. EndSubSection
  87. SubSection "Display"
  88. Viewport 0 0
  89. Depth 15
  90. EndSubSection
  91. SubSection "Display"
  92. Viewport 0 0
  93. Depth 16
  94. EndSubSection
  95. SubSection "Display"
  96. Viewport 0 0
  97. Depth 24
  98. EndSubSection
  99. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement