From 0c0a79ceab46a72f170852f469c6e417cdd5bc1d Mon Sep 17 00:00:00 2001 From: Baptiste DURAND Date: Thu, 16 Oct 2014 11:04:40 +0200 Subject: [PATCH] Fix TC-1767 current mode argument overide the resolution set in weston.ini. Change-Id: Ic96091d9395b33818c5df6c779bed1a087170966 Signed-off-by: Baptiste DURAND --- weston.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weston.service b/weston.service index c33201e..e523a5a 100644 --- a/weston.service +++ b/weston.service @@ -3,7 +3,7 @@ Description=Weston Requires=dbus.socket [Service] -ExecStart=/usr/bin/weston-launch -- -i0 --current-mode +ExecStart=/usr/bin/weston-launch -- -i0 StandardInput=tty StandardOutput=journal StandardError=journal -- 2.7.4