mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
committed by
Koen Kooi
parent
9d030d368c
commit
8f6027c1bd
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user