Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "jp106" Option "XkbLayout" "jp" Option "XkbOptions" "ctrl:swapcaps" EndSection
Section "InputDevice" Identifier "Glide Point" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "GlidePointPS/2" # "PS/2"?? Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Glide Point" InputDevice "USB Mouse" EndSection
Section "InputDevice" Identifier "Glide Point" Driver "mouse" Option "Device" "/dev/psaux" Option "Protocol" "GlidePointPS/2" # "PS/2"?? Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Glide Point" "CorePointer" InputDevice "USB Mouse" "SendCoreEvents" EndSection
Section "ServerLayout" Identifier "Default Layout" Screen "Screen1" Screen "Screen2" RightOf "Screen1" InputDevice "Generic Keyboard" InputDevice "Generic Mouse" Option "Xinerama" "true" EndSection
RightOfの他にLeftOf, Above, Below, Absolute x y, Relative x yがあります。