disable smart scheduling in xf86emulator 2.0alpha master 2.0_alpha submit/master/20120920.150939
authorBoram Park <boram1288.park@samsung.com>
Thu, 30 Aug 2012 06:36:03 +0000 (15:36 +0900)
committerBoram Park <boram1288.park@samsung.com>
Thu, 30 Aug 2012 06:36:03 +0000 (15:36 +0900)
i386-common/startx.in

index 7db7275..06fd559 100755 (executable)
@@ -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 +accessx 0 "
+OTHER_OPTIONS=" -ac -noreset +accessx 0 -dumbSched "
 
 udevadm trigger --subsystem-match=input &