For some reason teamviewer always renders the UI huge on my machine. I was finally able to solve it by changing the Exec
in /opt/teamviewer/tv_bin/desktop/com.teamviewer.TeamViewer.desktop
to the following.
Exec=/usr/bin/env QT_AUTO_SCREEN_SCALE_FACTOR=0 /opt/teamviewer/tv_bin/script/teamviewer
Pinned Comments
swiftgeek commented on 2023-08-01 19:17 (UTC) (edited on 2023-08-01 19:21 (UTC) by swiftgeek)
As mentioned in @seyn6gk's comment
Without changing anything, since teamviewer 13 a desktop environment/login with display manager like lightdm/sddm/gdm is required.
startx
users can follow workaround mentioned in @r7v s commentr7v commented on 2022-06-07 14:49 (UTC)
Workaround for startx
Create drop-in
/etc/systemd/system/getty@tty1.service.d/getty@tty1.service-drop-in.conf
withSource: https://community.teamviewer.com/English/discussion/95696/teamviewer-15-stopped-working-on-debian-buster#M4399