From d31f68a2c4300bb85173b17bb5fdcdc352b66a74 Mon Sep 17 00:00:00 2001 From: Wang Quanxian Date: Tue, 6 Nov 2012 10:16:12 +0800 Subject: [PATCH] Change default virtual console of X to vt07 as normal Signed-Off-By Quanxian Wang --- 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 cbef31b..519896b 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" +OTHER_OPTIONS=" -ac -noreset -r +accessx 0 vt07" udevadm trigger --subsystem-match=input & -- 2.7.4