drjajas
drjajas
@kyrie2to11 so the following did the trick for me: sudo apt install xserver-xorg-video-dummy sudo nano /usr/share/X11/xorg.conf.d/xorg.conf Input the following in the file: ``` Section "Device" Identifier "Configured Video Device" Driver...
i found some other ways: sudo nano /etc/xrdp/startwm.sh in the file comment out the last two lines: #test -x /etc/X11/Xsession && exec /etc/X11/Xsession #exec /bin/sh /etc/X11/Xsession and add one of...
I have no idea Why but it worked after i did this: sudo apt-get remove --purge teamviewer-host sudo apt-get autoremove rm -rf ~/.teamviewer sudo rm -rf /var/log/teamviewer* sudo find /...
Seems like it was only a short fix after a reboot it stopped working again.
A new way i found to fix it: sudo apt-get update sudo apt-get upgrade sudo apt-get remove --purge teamviewer sudo apt-get autoremove rm -rf /.teamviewer sudo rm -rf /var/log/teamviewer* sudo...
For anyone experiencing the issue where TeamViewer doesn't function without a connected display, I've found a solution: sudo apt install xserver-xorg-video-dummy sudo nano /usr/share/X11/xorg.conf.d/xorg.conf Input the following in the file:...