Advertisement
Guest User

multiseat sample xorg.conf ati intel

a guest
May 17th, 2011
8,853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "kbd_0"
  5. InputDevice "mouse_0"
  6. Option "AutoEnableDevices" "false"
  7. Option "AutoAddDevices" "false"
  8. Option "AllowEmptyInput" "true"
  9. EndSection
  10.  
  11. Section "ServerLayout"
  12. Identifier "Layout1"
  13. Screen 0 "Screen1" 0 0
  14. InputDevice "kbd_1"
  15. InputDevice "mouse_1"
  16. Option "AutoEnableDevices" "false"
  17. Option "AutoAddDevices" "false"
  18. Option "AllowEmptyInput" "true"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "dbe"
  23. Load "extmod"
  24. Load "type1"
  25. Load "freetype"
  26. Load "glx"
  27. EndSection
  28.  
  29. Section "ServerFlags"
  30. Option "Xinerama" "0"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. Identifier "kbd_0"
  35. Driver "evdev"
  36. Option "Device" "/dev/input/by-path/pci-0000:00:1a.0-usb-0:1.6.3:1.0-event-kbd"
  37. Option "XkbRules" "xorg"
  38. Option "XkbModel" "105"
  39. Option "XkbLayout" "us"
  40. Option "Protocol" "Standard"
  41.  
  42. EndSection
  43.  
  44. Section "InputDevice"
  45. Identifier "mouse_0"
  46. Driver "evdev"
  47. Option "Device" "/dev/input/by-path/pci-0000:00:1a.0-usb-0:1.6.2:1.0-event-mouse"
  48. Option "GrabDevice" "on"
  49. EndSection
  50.  
  51.  
  52. Section "InputDevice"
  53. Identifier "kbd_1"
  54. Driver "evdev"
  55. Option "Device" "/dev/input/by-path/pci-0000:00:1a.0-usb-0:1.5.4:1.0-event-kbd"
  56. Option "XkbRules" "xorg"
  57. Option "XkbModel" "105"
  58. Option "XkbLayout" "us"
  59. Option "Protocol" "Standard"
  60. EndSection
  61.  
  62. Section "InputDevice"
  63. Identifier "mouse_1"
  64. Driver "evdev"
  65. Option "Device" "/dev/input/by-path/pci-0000:00:1a.0-usb-0:1.5.2:1.0-event-mouse"
  66. Option "GrabDevice" "on"
  67. EndSection
  68.  
  69. Section "Monitor"
  70. Identifier "Monitor0"
  71. Option "VendorName" "Unknown"
  72. Option "ModelName" "Generic Autodetecting Monitor"
  73. Option "DPMS"
  74. EndSection
  75.  
  76. Section "Monitor"
  77. Identifier "Monitor1"
  78. Option "VendorName" "Unknown"
  79. Option "ModelName" "Generic Autodetecting Monitor"
  80. Option "DPMS"
  81. EndSection
  82.  
  83. Section "Device"
  84. Identifier "Device0"
  85. Driver "radeon"
  86. VendorName ""
  87. BoardName ""
  88. BusID "PCI:1:0:0"
  89. Screen 0
  90. EndSection
  91.  
  92. Section "Device"
  93. Identifier "Device1"
  94. Driver "intel"
  95. VendorName ""
  96. BoardName ""
  97. BusID "PCI:0:2:0"
  98. Screen 0
  99. EndSection
  100.  
  101. Section "Screen"
  102. Identifier "Screen0"
  103. Device "Device0"
  104. Monitor "Monitor0"
  105. DefaultDepth 24
  106. SubSection "Display"
  107. Depth 24
  108. EndSubSection
  109. EndSection
  110.  
  111. Section "Screen"
  112. Identifier "Screen1"
  113. Device "Device1"
  114. Monitor "Monitor1"
  115. DefaultDepth 24
  116. SubSection "Display"
  117. Depth 24
  118. EndSubSection
  119. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement