Skip to content

Commit

Permalink
xserver-nodm-init: use /etc/X11/Xserver from service file instead of …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Denis 'GNUtoo' Carikli authored and koenkooi committed Apr 10, 2012
1 parent 9d030d3 commit 8f6027c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8f6027c

Please sign in to comment.