User`s guide

Starting the X Window System
007-5483-001 59
ServerLayout Section
The ServerLayout section defines the input/output keyboard/mouse is associated
with a screen and where the multiple screens are located relative to one another. This
example shows two screens:
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "Xinerama" "off"
Screen 0 "Screen SG-0"
Screen 1 "Screen SG-1" RightOf "Screen SG-0"
EndSection
This example show a ServerLayout section with two separate keyboard/mouse
entries:
Section "ServerLayout"
Identifier "Seat0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "IsolateDevice" "True"
Screen 0 "Screen SG-0"
EndSection
Section "ServerLayout"
Identifier "Seat1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Option "IsolateDevice" "True"
Screen 0 "Screen SG-1"
EndSection