Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 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. Option "AutoAddDevices" "False"
  7. EndSection
  8.  
  9. Section "Files"
  10. ModulePath "/usr/local/lib/xorg/modules"
  11. FontPath "/usr/local/lib/X11/fonts/misc/"
  12. FontPath "/usr/local/lib/X11/fonts/TTF/"
  13. FontPath "/usr/local/lib/X11/fonts/OTF/"
  14. FontPath "/usr/local/lib/X11/fonts/Type1/"
  15. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  16. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  17. FontPath "/usr/local/lib/X11/fonts/cyrillic/"
  18. FontPath "/usr/local/lib/X11/fonts/dejavu/"
  19. FontPath "/usr/local/lib/X11/fonts/Droid/"
  20. FontPath "/usr/local/lib/X11/fonts/terminus-font/"
  21. FontPath "/usr/local/lib/X11/fonts/CharisSIL/"
  22. FontPath "/usr/local/lib/X11/fonts/cyr-rfx-koi8-o/"
  23. FontPath "/usr/local/lib/X11/fonts/encodings/"
  24. FontPath "/usr/local/lib/X11/fonts/koi8-u-gemini/"
  25. FontPath "/usr/local/lib/X11/fonts/local/"
  26. FontPath "/usr/local/lib/X11/fonts/misc/"
  27. FontPath "/usr/local/lib/X11/fonts/ParaType/"
  28. FontPath "/usr/local/lib/X11/fonts/urwfonts-ttf/"
  29. FontPath "/usr/local/lib/X11/fonts/util/"
  30. FontPath "/usr/local/share/fonts/adobe-cmaps/"
  31. FontPath "/usr/local/share/fonts/cantarell/"
  32. EndSection
  33.  
  34. Section "Module"
  35. Load "glx"
  36. Load "freetype"
  37. Load "bitmap"
  38. Load "type1"
  39. EndSection
  40.  
  41. Section "InputDevice"
  42. Identifier "Keyboard0"
  43. Driver "kbd"
  44. EndSection
  45.  
  46. Section "InputDevice"
  47. Identifier "Mouse0"
  48. Driver "mouse"
  49. Option "Protocol" "auto"
  50. Option "Device" "/dev/sysmouse"
  51. Option "ZAxisMapping" "4 5 6 7"
  52. EndSection
  53.  
  54. Section "Monitor"
  55. Identifier "Monitor0"
  56. VendorName "Monitor Vendor"
  57. ModelName "Monitor Model"
  58. EndSection
  59.  
  60. Section "Device"
  61. ### Available Driver options are:-
  62. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  63. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  64. ### <percent>: "<f>%"
  65. ### [arg]: arg optional
  66. #Option "NoAccel" # [<bool>]
  67. #Option "SWcursor" # [<bool>]
  68. #Option "EnablePageFlip" # [<bool>]
  69. #Option "ColorTiling" # [<bool>]
  70. #Option "ColorTiling2D" # [<bool>]
  71. #Option "RenderAccel" # [<bool>]
  72. #Option "SubPixelOrder" # [<str>]
  73. #Option "EXAVSync" # [<bool>]
  74. #Option "EXAPixmaps" # [<bool>]
  75. #Option "ZaphodHeads" # <str>
  76. #Option "EnablePageFlip" # [<bool>]
  77. #Option "SwapbuffersWait" # [<bool>]
  78. Identifier "Card0"
  79. Driver "radeon"
  80. BusID "PCI:0:1:0"
  81. EndSection
  82.  
  83. Section "Screen"
  84. Identifier "Screen0"
  85. Device "Card0"
  86. Monitor "Monitor0"
  87. SubSection "Display"
  88. Viewport 0 0
  89. Depth 1
  90. EndSubSection
  91. SubSection "Display"
  92. Viewport 0 0
  93. Depth 4
  94. EndSubSection
  95. SubSection "Display"
  96. Viewport 0 0
  97. Depth 8
  98. EndSubSection
  99. SubSection "Display"
  100. Viewport 0 0
  101. Depth 15
  102. EndSubSection
  103. SubSection "Display"
  104. Viewport 0 0
  105. Depth 16
  106. EndSubSection
  107. SubSection "Display"
  108. Viewport 0 0
  109. Depth 24
  110. EndSubSection
  111. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement