Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 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 "built-ins"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "glx"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. Identifier "Keyboard0"
  26. Driver "kbd"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Mouse0"
  31. Driver "mouse"
  32. Option "Protocol" "auto"
  33. Option "Device" "/dev/input/mice"
  34. Option "ZAxisMapping" "4 5 6 7"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Monitor0"
  39. VendorName "Monitor Vendor"
  40. ModelName "Monitor Model"
  41. EndSection
  42.  
  43. Section "Device"
  44. ### Available Driver options are:-
  45. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  46. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  47. ### <percent>: "<f>%"
  48. ### [arg]: arg optional
  49. #Option "NoAccel" # [<bool>]
  50. #Option "Backlight" # <str>
  51. #Option "DRI" # <str>
  52. #Option "ColorKey" # <i>
  53. #Option "VideoKey" # <i>
  54. #Option "Tiling" # [<bool>]
  55. #Option "LinearFramebuffer" # [<bool>]
  56. #Option "SwapbuffersWait" # [<bool>]
  57. #Option "XvPreferOverlay" # [<bool>]
  58. #Option "HotPlug" # [<bool>]
  59. #Option "ReprobeOutputs" # [<bool>]
  60. #Option "XvMC" # [<bool>]
  61. #Option "ZaphodHeads" # <str>
  62. #Option "TearFree" # [<bool>]
  63. #Option "PerCrtcPixmaps" # [<bool>]
  64. #Option "FallbackDebug" # [<bool>]
  65. #Option "DebugFlushBatches" # [<bool>]
  66. #Option "DebugFlushCaches" # [<bool>]
  67. #Option "DebugWait" # [<bool>]
  68. #Option "BufferCache" # [<bool>]
  69. Identifier "Device0"
  70. Driver "intel"
  71. BusID "PCI:0:2:0"
  72. EndSection
  73.  
  74. Section "Screen"
  75. Identifier "Screen0"
  76. Device "Device0"
  77. Monitor "Monitor0"
  78. SubSection "Display"
  79. Viewport 0 0
  80. Depth 1
  81. Modes "1366x768" "1280x720" "854x480"
  82. EndSubSection
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 4
  86. Modes "1366x768" "1280x720" "854x480"
  87. EndSubSection
  88. SubSection "Display"
  89. Viewport 0 0
  90. Depth 8
  91. Modes "1366x768" "1280x720" "854x480"
  92. EndSubSection
  93. SubSection "Display"
  94. Viewport 0 0
  95. Depth 15
  96. Modes "1366x768" "1280x720" "854x480"
  97. EndSubSection
  98. SubSection "Display"
  99. Viewport 0 0
  100. Depth 16
  101. Modes "1366x768" "1280x720" "854x480"
  102. EndSubSection
  103. SubSection "Display"
  104. Viewport 0 0
  105. Depth 24
  106. Modes "1366x768" "1280x720" "854x480"
  107. EndSubSection
  108. EndSection
  109.  
  110. Section "Extensions"
  111. # Option "Composite" "disable"
  112. # Option "RENDER" "disable"
  113. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement