From 1a0d816f9b8e431bd6ff09fce26a498c2ac97bd2 Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Fri, 26 Oct 2012 14:59:07 -0700 Subject: [PATCH] TIVI-248 & TIVI-267: remove -sharevts option from startx. --- i386-common/startx.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i386-common/startx.in b/i386-common/startx.in index 063a932..cbef31b 100755 --- a/i386-common/startx.in +++ b/i386-common/startx.in @@ -2,7 +2,7 @@ DISPLAY=":0" XORG_CONF=" -config @DATADIR@/etc/X11/xorg.conf -configdir /opt/etc/X11/xorg.conf.d " -OTHER_OPTIONS=" -ac -noreset -r +accessx 0 -sharevts" +OTHER_OPTIONS=" -ac -noreset -r +accessx 0" udevadm trigger --subsystem-match=input & -- 2.7.4