sudo apt-get install xserver-xorg-video-dummy
Create / Edit xorg.conf file Rename file if already exists for backup
| # Stop the kiosk service | |
| sudo systemctl stop kiosk | |
| # Remove the kiosk service from startup | |
| sudo systemctl disable kiosk | |
| # Remove the kiosk service | |
| sudo rm -f /etc/systemd/system/kiosk.service | |
| # Reload systemctl daemons |