Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 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 "AIGLX" "true"
  7. EndSection
  8.  
  9. Section "Files"
  10. ModulePath "/usr/local/lib/xorg/modules"
  11. FontPath "/usr/local/share/fonts/encodings/"
  12. FontPath "/usr/local/share/fonts/misc/"
  13. FontPath "/usr/local/share/fonts/100dpi/"
  14. FontPath "/usr/local/share/fonts/75dpi/"
  15. FontPath "/usr/local/share/fonts/ChromeOS/"
  16. FontPath "/usr/local/share/fonts/Droid/"
  17. FontPath "/usr/local/share/fonts/Liberation/"
  18. FontPath "/usr/local/share/fonts/Menlo/"
  19. FontPath "/usr/local/share/fonts/OTF/"
  20. FontPath "/usr/local/share/fonts/SFNS Display/"
  21. FontPath "/usr/local/share/fonts/SourceSansPro/"
  22. FontPath "/usr/local/share/fonts/TTF/"
  23. FontPath "/usr/local/share/fonts/Type1/"
  24. FontPath "/usr/local/share/fonts/junicode/"
  25. FontPath "/usr/local/share/fonts/anonymous-pro/"
  26. FontPath "/usr/local/share/fonts/bitstream-vera/"
  27. FontPath "/usr/local/share/fonts/cantarell/"
  28. FontPath "/usr/local/share/fonts/clearsans/"
  29. FontPath "/usr/local/share/fonts/cyrillic/"
  30. FontPath "/usr/local/share/fonts/dejavu/"
  31. FontPath "/usr/local/share/fonts/libdockapp/"
  32. FontPath "/usr/local/share/fonts/noto/"
  33. FontPath "/usr/local/share/fonts/ubuntu-font/"
  34. FontPath "/usr/local/share/fonts/util/"
  35. FontPath "/usr/local/share/fonts/terminus-font/"
  36. FontPath "/usr/local/share/fonts/GentiumPlus/"
  37. FontPath "/usr/local/share/fonts/ParaType/"
  38. FontPath "/usr/local/share/fonts/urwfonts-ttf/"
  39. FontPath "/usr/local/share/fonts/CharisSILCompact/"
  40. FontPath "/usr/local/share/fonts/stix/"
  41. FontPath "/usr/local/share/fonts/ecofont"
  42. FontPath "/usr/local/share/fonts/DoulosSILCompact/"
  43. FontPath "/usr/local/share/fonts/inconsolata/"
  44. FontPath "/usr/local/share/fonts/Khmer/"
  45. FontPath "/usr/local/share/fonts/padauk/"
  46. FontPath "/usr/local/share/fonts/fira/"
  47. FontPath "/usr/local/share/fonts/webfonts/"
  48. FontPath "/usr/local/share/fonts/koi8-u-monaco/"
  49. EndSection
  50.  
  51. Section "Module"
  52. Load "freetype"
  53. Load "bitmap"
  54. Load "type1"
  55. Load "glx"
  56. Load "glamoregl"
  57. EndSection
  58.  
  59. #Section "Extensions"
  60. # Option "Composite" "Enable"
  61. #EndSection
  62.  
  63. Section "InputDevice"
  64. Identifier "Keyboard0"
  65. Driver "kbd"
  66. EndSection
  67.  
  68. Section "InputDevice"
  69. Identifier "Mouse0"
  70. Driver "mouse"
  71. Option "Protocol" "auto"
  72. Option "Device" "/dev/sysmouse"
  73. Option "ZAxisMapping" "4 5 6 7"
  74. EndSection
  75.  
  76. Section "Monitor"
  77. Identifier "Monitor0"
  78. VendorName "Monitor Vendor"
  79. ModelName "Monitor Model"
  80. EndSection
  81.  
  82. Section "Device"
  83. ### Available Driver options are:-
  84. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  85. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  86. ### <percent>: "<f>%"
  87. ### [arg]: arg optional
  88. #Option "Accel" # [<bool>]
  89. #Option "AccelMethod" "uxa"
  90. #Option "AccelMethod" "sna"
  91. Option "AccelMethod" "glamor"
  92. #Option "Backlight" # <str>
  93. #Option "CustomEDID" # <str>
  94. Option "DRI" "True"
  95. #Option "Present" # [<bool>]
  96. #Option "ColorKey" # <i>
  97. #Option "VideoKey" # <i>
  98. #Option "Tiling" # [<bool>]
  99. #Option "LinearFramebuffer" # [<bool>]
  100. #Option "HWRotation" # [<bool>]
  101. #Option "VSync" # [<bool>]
  102. #Option "PageFlip" # [<bool>]
  103. #Option "SwapbuffersWait" # [<bool>]
  104. #Option "TripleBuffer" # [<bool>]
  105. #Option "XvPreferOverlay" # [<bool>]
  106. #Option "HotPlug" # [<bool>]
  107. #Option "ReprobeOutputs" # [<bool>]
  108. #Option "XvMC" # [<bool>]
  109. #Option "ZaphodHeads" # <str>
  110. #Option "VirtualHeads" # <i>
  111. ##Option "TearFree" "true"
  112. #Option "PerCrtcPixmaps" # [<bool>]
  113. #Option "FallbackDebug" # [<bool>]
  114. #Option "DebugFlushBatches" # [<bool>]
  115. #Option "DebugFlushCaches" # [<bool>]
  116. #Option "DebugWait" # [<bool>]
  117. #Option "BufferCache" # [<bool>]
  118. Identifier "Card0"
  119. BusID "PCI:0:2:0"
  120. Driver "modesetting"
  121. EndSection
  122.  
  123. Section "Screen"
  124. Identifier "Screen0"
  125. Device "Card0"
  126. Monitor "Monitor0"
  127. SubSection "Display"
  128. Viewport 0 0
  129. Depth 24
  130. EndSubSection
  131. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement