Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 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.  
  42. ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
  43.  
  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 "Accel" # [<bool>]
  53. #Option "AccelMethod" # <str>
  54. #Option "Backlight" # <str>
  55. #Option "CustomEDID" # <str>
  56. #Option "DRI" # <str>
  57. #Option "Present" # [<bool>]
  58. #Option "ColorKey" # <i>
  59. #Option "VideoKey" # <i>
  60. #Option "Tiling" # [<bool>]
  61. #Option "LinearFramebuffer" # [<bool>]
  62. #Option "HWRotation" # [<bool>]
  63. #Option "VSync" # [<bool>]
  64. #Option "PageFlip" # [<bool>]
  65. #Option "SwapbuffersWait" # [<bool>]
  66. #Option "TripleBuffer" # [<bool>]
  67. #Option "XvPreferOverlay" # [<bool>]
  68. #Option "HotPlug" # [<bool>]
  69. #Option "ReprobeOutputs" # [<bool>]
  70. #Option "XvMC" # [<bool>]
  71. #Option "ZaphodHeads" # <str>
  72. #Option "VirtualHeads" # <i>
  73. #Option "TearFree" # [<bool>]
  74. #Option "PerCrtcPixmaps" # [<bool>]
  75. #Option "FallbackDebug" # [<bool>]
  76. #Option "DebugFlushBatches" # [<bool>]
  77. #Option "DebugFlushCaches" # [<bool>]
  78. #Option "DebugWait" # [<bool>]
  79. #Option "BufferCache" # [<bool>]
  80. Identifier "Card0"
  81. Driver "intel"
  82. BusID "PCI:0:2:0"
  83. EndSection
  84.  
  85. Section "Screen"
  86. Identifier "Screen0"
  87. Device "Card0"
  88. Monitor "Monitor0"
  89. SubSection "Display"
  90. Viewport 0 0
  91. Depth 1
  92. EndSubSection
  93. SubSection "Display"
  94. Viewport 0 0
  95. Depth 4
  96. EndSubSection
  97. SubSection "Display"
  98. Viewport 0 0
  99. Depth 8
  100. EndSubSection
  101. SubSection "Display"
  102. Viewport 0 0
  103. Depth 15
  104. EndSubSection
  105. SubSection "Display"
  106. Viewport 0 0
  107. Depth 16
  108. EndSubSection
  109. SubSection "Display"
  110. Viewport 0 0
  111. Depth 24
  112. EndSubSection
  113. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement