Advertisement
Guest User

arch xorg.conf.new

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