Advertisement
Guest User

Untitled

a guest
Jul 24th, 2011
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 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 "catalogue:/etc/X11/fontpath.d"
  11. FontPath "built-ins"
  12. EndSection
  13.  
  14. Section "Module"
  15. Load "glx"
  16. Load "record"
  17. Load "dri"
  18. Load "extmod"
  19. Load "dri2"
  20. Load "dbe"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24. Identifier "Keyboard0"
  25. Driver "kbd"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Mouse0"
  30. Driver "mouse"
  31. Option "Protocol" "auto"
  32. Option "Device" "/dev/input/mice"
  33. Option "ZAxisMapping" "4 5 6 7"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "Monitor0"
  38. VendorName "Monitor Vendor"
  39. ModelName "Monitor Model"
  40. EndSection
  41.  
  42. Section "Device"
  43. ### Available Driver options are:-
  44. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  45. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  46. ### [arg]: arg optional
  47. #Option "AccelMethod" # [<str>]
  48. #Option "DRI" # [<bool>]
  49. #Option "ColorKey" # <i>
  50. #Option "VideoKey" # <i>
  51. #Option "FallbackDebug" # [<bool>]
  52. #Option "Tiling" # [<bool>]
  53. #Option "LinearFramebuffer" # [<bool>]
  54. #Option "Shadow" # [<bool>]
  55. #Option "SwapbuffersWait" # [<bool>]
  56. #Option "XvMC" # [<bool>]
  57. #Option "XvPreferOverlay" # [<bool>]
  58. #Option "DebugFlushBatches" # [<bool>]
  59. #Option "DebugFlushCaches" # [<bool>]
  60. #Option "DebugWait" # [<bool>]
  61. #Option "HotPlug" # [<bool>]
  62. #Option "RelaxedFencing" # [<bool>]
  63. Identifier "Card0"
  64. Driver "intel"
  65. VendorName "Intel Corporation"
  66. BoardName "2nd Generation Core Processor Family Integrated Graphics Controller"
  67. BusID "PCI:0:2:0"
  68. EndSection
  69.  
  70. Section "Screen"
  71. Identifier "Screen0"
  72. Device "Card0"
  73. Monitor "Monitor0"
  74. SubSection "Display"
  75. Viewport 0 0
  76. Depth 1
  77. EndSubSection
  78. SubSection "Display"
  79. Viewport 0 0
  80. Depth 4
  81. EndSubSection
  82. SubSection "Display"
  83. Viewport 0 0
  84. Depth 8
  85. EndSubSection
  86. SubSection "Display"
  87. Viewport 0 0
  88. Depth 15
  89. EndSubSection
  90. SubSection "Display"
  91. Viewport 0 0
  92. Depth 16
  93. EndSubSection
  94. SubSection "Display"
  95. Viewport 0 0
  96. Depth 24
  97. EndSubSection
  98. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement