Advertisement
Guest User

Untitled

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