Advertisement
fresneda

xorg.conf.multiseat

May 20th, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. Section "ServerFlags"
  2. Option "DefaultServerLayout" "Layout0"
  3. # Option "AllowMouseOpenFail" "true"
  4. Option "AutoAddDevices" "false"
  5. Option "AutoEnableDevices" "false"
  6. Option "DontZap" "true"
  7. # Option "Xinerama" "0"
  8. Option "AutoAddGPU" "false"
  9. Option "DontVTSwitch" "true"
  10. EndSection
  11.  
  12. Section "ServerLayout"
  13. Identifier "Layout0"
  14. Screen 0 "Screen0" 0 0
  15. InputDevice "Mouse0" "CorePointer"
  16. InputDevice "Keyboard0" "CoreKeyboard"
  17. EndSection
  18.  
  19. Section "ServerLayout"
  20. Identifier "Layout1"
  21. Screen 1 "Screen1" 0 0
  22. InputDevice "Mouse1" "CorePointer"
  23. InputDevice "Keyboard1" "CoreKeyboard"
  24. EndSection
  25.  
  26.  
  27. Section "Files"
  28. ModulePath "/usr/lib/xorg/modules"
  29. FontPath "/usr/share/fonts/X11/misc"
  30. FontPath "/usr/share/fonts/X11/cyrillic"
  31. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  32. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  33. FontPath "/usr/share/fonts/X11/Type1"
  34. FontPath "/usr/share/fonts/X11/100dpi"
  35. FontPath "/usr/share/fonts/X11/75dpi"
  36. FontPath "built-ins"
  37. EndSection
  38.  
  39. Section "Module"
  40. Load "glx"
  41. EndSection
  42.  
  43. Section "InputDevice"
  44. Identifier "Keyboard0"
  45. Driver "evdev"
  46. Option "Device" "/dev/input/by-path/pci-0000:00:1d.7-usb-0:5.4:1.0-event-kbd"
  47. Option "GrabDevice" "on"
  48. Option "XkbRules" "xorg"
  49. Option "XkbModel" "dellusbmm"
  50. Option "XkbLayout" "br"
  51. Option "Protocol" "Standard"
  52. EndSection
  53.  
  54. Section "InputDevice"
  55. Identifier "Keyboard1"
  56. Driver "evdev"
  57. Option "Device" "/dev/input/by-path/pci-0000:00:1d.7-usb-0:6.1.2.4:1.0-event-kbd"
  58. Option "GrabDevice" "on"
  59. Option "XkbRules" "xorg"
  60. Option "XkbModel" "dellusbmm"
  61. Option "XkbLayout" "br"
  62. Option "Protocol" "Standard"
  63. EndSection
  64.  
  65. Section "InputDevice"
  66. Identifier "Mouse0"
  67. Driver "evdev"
  68. Option "Device" "/dev/input/by-id/usb-0461_DELL_Laser_Mouse-event-mouse"
  69. Option "Protocol" "auto"
  70. Option "Device" "/dev/input/mice"
  71. Option "ZAxisMapping" "4 5 6 7"
  72. Option "GrabDevice" "on"
  73. EndSection
  74.  
  75. Section "InputDevice"
  76. Identifier "Mouse1"
  77. Driver "evdev"
  78. Option "Device" "/dev/input/by-id/usb-PixArt_Dell_MS116_USB_Optical_Mouse-event-mouse"
  79. Option "Protocol" "auto"
  80. Option "Device" "/dev/input/mice"
  81. Option "ZAxisMapping" "4 5 6 7"
  82. Option "GrabDevice" "on"
  83. EndSection
  84.  
  85. Section "Monitor"
  86. Identifier "Monitor0"
  87. VendorName "Monitor Vendor"
  88. ModelName "Monitor Model"
  89. EndSection
  90.  
  91. Section "Monitor"
  92. Identifier "Monitor1"
  93. VendorName "Monitor Vendor"
  94. ModelName "Monitor Model"
  95. EndSection
  96.  
  97. Section "Device"
  98. ### Available Driver options are:-
  99. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  100. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  101. ### <percent>: "<f>%"
  102. ### [arg]: arg optional
  103. #Option "Accel" # [<bool>]
  104. #Option "SWcursor" # [<bool>]
  105. #Option "EnablePageFlip" # [<bool>]
  106. #Option "ColorTiling" # [<bool>]
  107. #Option "ColorTiling2D" # [<bool>]
  108. #Option "RenderAccel" # [<bool>]
  109. #Option "SubPixelOrder" # [<str>]
  110. #Option "AccelMethod" # <str>
  111. #Option "EXAVSync" # [<bool>]
  112. #Option "EXAPixmaps" # [<bool>]
  113. #Option "ZaphodHeads" # <str>
  114. #Option "EnablePageFlip" # [<bool>]
  115. #Option "SwapbuffersWait" # [<bool>]
  116. Identifier "Card0"
  117. Driver "fglrx"
  118. BusID "PCI:2:0:0"
  119. EndSection
  120.  
  121. Section "Device"
  122. ### Available Driver options are:-
  123. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  124. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  125. ### <percent>: "<f>%"
  126. ### [arg]: arg optional
  127. #Option "Accel" # [<bool>]
  128. #Option "SWcursor" # [<bool>]
  129. #Option "EnablePageFlip" # [<bool>]
  130. #Option "ColorTiling" # [<bool>]
  131. #Option "ColorTiling2D" # [<bool>]
  132. #Option "RenderAccel" # [<bool>]
  133. #Option "SubPixelOrder" # [<str>]
  134. #Option "AccelMethod" # <str>
  135. #Option "EXAVSync" # [<bool>]
  136. #Option "EXAPixmaps" # [<bool>]
  137. #Option "ZaphodHeads" # <str>
  138. #Option "EnablePageFlip" # [<bool>]
  139. #Option "SwapbuffersWait" # [<bool>]
  140. Identifier "Card1"
  141. Driver "fglrx"
  142. BusID "PCI:3:0:0"
  143. EndSection
  144.  
  145. Section "Screen"
  146. Identifier "Screen0"
  147. Device "Card0"
  148. Monitor "Monitor0"
  149. SubSection "Display"
  150. Viewport 0 0
  151. Depth 1
  152. EndSubSection
  153. SubSection "Display"
  154. Viewport 0 0
  155. Depth 4
  156. EndSubSection
  157. SubSection "Display"
  158. Viewport 0 0
  159. Depth 8
  160. EndSubSection
  161. SubSection "Display"
  162. Viewport 0 0
  163. Depth 15
  164. EndSubSection
  165. SubSection "Display"
  166. Viewport 0 0
  167. Depth 16
  168. EndSubSection
  169. SubSection "Display"
  170. Viewport 0 0
  171. Depth 24
  172. EndSubSection
  173. EndSection
  174.  
  175. Section "Screen"
  176. Identifier "Screen1"
  177. Device "Card1"
  178. Monitor "Monitor1"
  179. SubSection "Display"
  180. Viewport 0 0
  181. Depth 1
  182. EndSubSection
  183. SubSection "Display"
  184. Viewport 0 0
  185. Depth 4
  186. EndSubSection
  187. SubSection "Display"
  188. Viewport 0 0
  189. Depth 8
  190. EndSubSection
  191. SubSection "Display"
  192. Viewport 0 0
  193. Depth 15
  194. EndSubSection
  195. SubSection "Display"
  196. Viewport 0 0
  197. Depth 16
  198. EndSubSection
  199. SubSection "Display"
  200. Viewport 0 0
  201. Depth 24
  202. EndSubSection
  203. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement