Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Fix LightDM for xubuntu-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Nov 11, 2019
1 parent 99fce7c commit 0ae6b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions BuildPiKernel64bit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@ fi
# Fix xubuntu-desktop/lightdm if present
if [ -n "`which lightdm`" ]; then
if [ ! -f "/etc/X11/xorg.conf" ]; then
echo "Fixing LightDM ..."
cat << EOF2 | tee /etc/X11/xorg.conf >/dev/null
Section "Device"
Identifier "Card0"
Expand Down
1 change: 1 addition & 0 deletions Updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ fi
# Fix xubuntu-desktop/lightdm if present
if [ -n "`which lightdm`" ]; then
if [ ! -f "/etc/X11/xorg.conf" ]; then
echo "Fixing LightDM ..."
cat << EOF2 | tee /etc/X11/xorg.conf >/dev/null
Section "Device"
Identifier "Card0"
Expand Down

0 comments on commit 0ae6b22

Please sign in to comment.