From 7b9473bccdd6fb56765705417e47ed986e8ca8fe Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Fri, 28 Apr 2017 14:03:21 -0500 Subject: [PATCH] chroot: jessie/stretch works bettern when DefaultDepth isnt defined Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- target/chroot/beagleboard.org-console-jessie.sh | 2 +- target/chroot/beagleboard.org-jessie.sh | 2 +- target/chroot/beagleboard.org-stretch.sh | 2 +- target/chroot/machinekit-jessie.sh | 2 +- target/chroot/seeed-jessie.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/target/chroot/beagleboard.org-console-jessie.sh b/target/chroot/beagleboard.org-console-jessie.sh index 2073aa1b3..8196a123f 100755 --- a/target/chroot/beagleboard.org-console-jessie.sh +++ b/target/chroot/beagleboard.org-console-jessie.sh @@ -119,7 +119,7 @@ setup_desktop () { echo " Identifier \"Builtin Default fbdev Screen 0\"" >> ${wfile} echo " Device \"Builtin Default fbdev Device 0\"" >> ${wfile} echo " Monitor \"Builtin Default Monitor\"" >> ${wfile} - echo " DefaultDepth 16" >> ${wfile} + echo "# DefaultDepth 16" >> ${wfile} echo "EndSection" >> ${wfile} echo "" >> ${wfile} echo "Section \"ServerLayout\"" >> ${wfile} diff --git a/target/chroot/beagleboard.org-jessie.sh b/target/chroot/beagleboard.org-jessie.sh index d58dd53df..6800626f8 100755 --- a/target/chroot/beagleboard.org-jessie.sh +++ b/target/chroot/beagleboard.org-jessie.sh @@ -119,7 +119,7 @@ setup_desktop () { echo " Identifier \"Builtin Default fbdev Screen 0\"" >> ${wfile} echo " Device \"Builtin Default fbdev Device 0\"" >> ${wfile} echo " Monitor \"Builtin Default Monitor\"" >> ${wfile} - echo " DefaultDepth 16" >> ${wfile} + echo "# DefaultDepth 16" >> ${wfile} echo "EndSection" >> ${wfile} echo "" >> ${wfile} echo "Section \"ServerLayout\"" >> ${wfile} diff --git a/target/chroot/beagleboard.org-stretch.sh b/target/chroot/beagleboard.org-stretch.sh index a4cac90d2..d130d3104 100755 --- a/target/chroot/beagleboard.org-stretch.sh +++ b/target/chroot/beagleboard.org-stretch.sh @@ -119,7 +119,7 @@ setup_desktop () { echo " Identifier \"Builtin Default fbdev Screen 0\"" >> ${wfile} echo " Device \"Builtin Default fbdev Device 0\"" >> ${wfile} echo " Monitor \"Builtin Default Monitor\"" >> ${wfile} - echo " DefaultDepth 16" >> ${wfile} + echo "# DefaultDepth 16" >> ${wfile} echo "EndSection" >> ${wfile} echo "" >> ${wfile} echo "Section \"ServerLayout\"" >> ${wfile} diff --git a/target/chroot/machinekit-jessie.sh b/target/chroot/machinekit-jessie.sh index 75779e3b8..73ccb0cbe 100755 --- a/target/chroot/machinekit-jessie.sh +++ b/target/chroot/machinekit-jessie.sh @@ -131,7 +131,7 @@ setup_desktop () { echo " Identifier \"Builtin Default fbdev Screen 0\"" >> ${wfile} echo " Device \"Builtin Default fbdev Device 0\"" >> ${wfile} echo " Monitor \"Builtin Default Monitor\"" >> ${wfile} - echo " DefaultDepth 16" >> ${wfile} + echo "# DefaultDepth 16" >> ${wfile} echo "EndSection" >> ${wfile} echo "" >> ${wfile} echo "Section \"ServerLayout\"" >> ${wfile} diff --git a/target/chroot/seeed-jessie.sh b/target/chroot/seeed-jessie.sh index cfd0944e5..392cca0f7 100755 --- a/target/chroot/seeed-jessie.sh +++ b/target/chroot/seeed-jessie.sh @@ -119,7 +119,7 @@ setup_desktop () { echo " Identifier \"Builtin Default fbdev Screen 0\"" >> ${wfile} echo " Device \"Builtin Default fbdev Device 0\"" >> ${wfile} echo " Monitor \"Builtin Default Monitor\"" >> ${wfile} - echo " DefaultDepth 16" >> ${wfile} + echo "# DefaultDepth 16" >> ${wfile} echo "EndSection" >> ${wfile} echo "" >> ${wfile} echo "Section \"ServerLayout\"" >> ${wfile} -- GitLab