Guest User

Untitled

a guest
Nov 20th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" 0 0
  5. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. Option "BlankTime" "0"
  8. Option "StandbyTime" "0"
  9. Option "SuspendTime" "0"
  10. Option "OffTime" "0
  11. EndSection
  12.  
  13. Section "Files"
  14. ModulePath "/usr/lib/xorg/modules"
  15. FontPath "/usr/share/fonts/X11/misc"
  16. FontPath "/usr/share/fonts/X11/cyrillic"
  17. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  18. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  19. FontPath "/usr/share/fonts/X11/Type1"
  20. FontPath "/usr/share/fonts/X11/100dpi"
  21. FontPath "/usr/share/fonts/X11/75dpi"
  22. FontPath "built-ins"
  23. EndSection
  24.  
  25. Section "Module"
  26. Load "glx"
  27. EndSection
  28.  
  29. Section "InputClass"
  30. Identifier "elo-touch"
  31. MatchDriver "libinput"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Keyboard0"
  36. Driver "kbd"
  37. EndSection
  38.  
  39. Section "InputDevice"
  40. Identifier "Mouse0"
  41. Driver "mouse"
  42. Option "Protocol" "auto"
  43. Option "Device" "/dev/input/mice"
  44. Option "ZAxisMapping" "4 5 6 7"
  45. EndSection
  46.  
  47. Section "Monitor"
  48. Identifier "Monitor0"
  49. VendorName "Monitor Vendor"
  50. ModelName "Monitor Model"
  51. EndSection
  52.  
  53. Section "Monitor"
  54. Identifier "Monitor1"
  55. VendorName "Monitor Vendor"
  56. ModelName "Monitor Model"
  57. EndSection
  58.  
  59. Section "Device"
  60. ### Available Driver options are:-
  61. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  62. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  63. ### <percent>: "<f>%"
  64. ### [arg]: arg optional
  65. #Option "NoAccel" # [<bool>]
  66. #Option "AccelMethod" # <str>
  67. #Option "Backlight" # <str>
  68. #Option "DRI" # <str>
  69. #Option "ColorKey" # <i>
  70. #Option "VideoKey" # <i>
  71. #Option "Tiling" # [<bool>]
  72. #Option "LinearFramebuffer" # [<bool>]
  73. #Option "SwapbuffersWait" # [<bool>]
  74. #Option "TripleBuffer" # [<bool>]
  75. #Option "XvPreferOverlay" # [<bool>]
  76. #Option "HotPlug" # [<bool>]
  77. #Option "ReprobeOutputs" # [<bool>]
  78. #Option "XvMC" # [<bool>]
  79. #Option "ZaphodHeads" # <str>
  80. #Option "TearFree" # [<bool>]
  81. #Option "PerCrtcPixmaps" # [<bool>]
  82. #Option "FallbackDebug" # [<bool>]
  83. #Option "DebugFlushBatches" # [<bool>]
  84. #Option "DebugFlushCaches" # [<bool>]
  85. #Option "DebugWait" # [<bool>]
  86. #Option "BufferCache" # [<bool>]
  87. Option "AccellMethod" "SNA"
  88. Option "ZaphodHeads" "HDMI1"
  89. Option "TearFree" "true"
  90. Identifier "Device0"
  91. Driver "intel"
  92. BusID "PCI:0:2:0"
  93. Screen 0
  94. EndSection
  95.  
  96. Section "Device"
  97. Option "AccellMethod" "SNA"
  98. Option "ZaphodHeads" "HDMI2"
  99. Option "TearFree" "true"
  100. Identifier "Device1"
  101. Driver "intel"
  102. BusID "PCI:0:2:0"
  103. Screen 1
  104. EndSection
  105.  
  106. Section "Screen"
  107. Identifier "Screen0"
  108. Device "Device0"
  109. Monitor "Monitor0"
  110. SubSection "Display"
  111. Depth 24
  112. EndSubSection
  113.  
  114. EndSection
  115.  
  116. Section "Screen"
  117. Identifier "Screen1"
  118. Device "Device1"
  119. Monitor "Monitor1"
  120. SubSection "Display"
  121. Depth 24
  122. EndSubSection
Add Comment
Please, Sign In to add comment