From dc4c634ebd791ab174a2095600653fb6693da83c Mon Sep 17 00:00:00 2001 From: TomasM Date: Tue, 14 Nov 2017 05:36:49 -0500 Subject: [PATCH] try direct startx --- .../modules/02-xorg/rootcopy/lib/systemd/system/xorg.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slax/debian/modules/02-xorg/rootcopy/lib/systemd/system/xorg.service b/Slax/debian/modules/02-xorg/rootcopy/lib/systemd/system/xorg.service index 02a795f..2cd0890 100644 --- a/Slax/debian/modules/02-xorg/rootcopy/lib/systemd/system/xorg.service +++ b/Slax/debian/modules/02-xorg/rootcopy/lib/systemd/system/xorg.service @@ -3,4 +3,4 @@ Description=X-Window After=systemd-user-sessions.service [Service] -ExecStart=/bin/su --login -c "exec /usr/bin/startx" +ExecStart=/usr/bin/startx