xserver-nodm-init: use /etc/X11/Xserver from service file instead of Xorg directly

* /etc/X11/Xserver is provided by xserver-common and sets correct DPI
  before starting Xorg (or other xserver)

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Denis 'GNUtoo' Carikli
2012-04-10 05:59:38 +00:00
committed by Koen Kooi
parent 9d030d368c
commit 8f6027c1bd
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
Description=Xserver startup with a display manager
[Service]
ExecStart=/usr/bin/xinit /etc/X11/Xsession -- /usr/bin/Xorg
ExecStart=/usr/bin/xinit /etc/X11/Xsession -- /etc/X11/Xserver
[Install]
WantedBy=multi-user.target
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
SECTION = "x11"
PR = "r13"
PR = "r14"
SRC_URI = "file://xserver-nodm \
file://xserver-nodm.service \