aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/config/non-seat0.conf.multi-seat
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-07-17 13:20:49 +0200
committermarha <marha@users.sourceforge.net>2013-07-17 13:20:49 +0200
commit1e8e0fecef85725718befab85015da4575f570dc (patch)
treeb0338b4e7c765f9011b1d38820e2aaf9cb19ef04 /xorg-server/config/non-seat0.conf.multi-seat
parent8a339365f243adb27ac9d417796a4338b1f8ddf6 (diff)
parentf5e157731e6b51421ac89cfefb666b8bbf971b03 (diff)
downloadvcxsrv-1e8e0fecef85725718befab85015da4575f570dc.tar.gz
vcxsrv-1e8e0fecef85725718befab85015da4575f570dc.tar.bz2
vcxsrv-1e8e0fecef85725718befab85015da4575f570dc.zip
Merge remote-tracking branch 'origin/released'
* origin/released: mesa mkfontscale xserver git update 17 Jul 2013
Diffstat (limited to 'xorg-server/config/non-seat0.conf.multi-seat')
-rw-r--r--xorg-server/config/non-seat0.conf.multi-seat18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-server/config/non-seat0.conf.multi-seat b/xorg-server/config/non-seat0.conf.multi-seat
new file mode 100644
index 000000000..34008ce50
--- /dev/null
+++ b/xorg-server/config/non-seat0.conf.multi-seat
@@ -0,0 +1,18 @@
+# This is the default configuration for servers on seat-1 and above.
+#
+# Start the server with -config non-seat0.conf.multi-seat, or alternatively
+# rename the file to end in .conf and put it in the standard config
+# directory (though it will apply to _all_ seats!).
+#
+# * Disable VT switching with Ctrl-Alt-F1
+# * Force a grab on all input devices to detach them from the VT subsystem
+# to avoid event leakage.
+
+Section "ServerFlags"
+ Option "DontVTSwitch" "on"
+EndSection
+
+Section "InputClass"
+ Identifier "Force input devices to seat"
+ Option "GrabDevice" "on"
+EndSection