Somebody may have mentioned this but would it be possible to edit the xorg.conf so that additional resolutions are available for machines that are completely headless? When I use teamviewer its defaulting to a very low resolution and there are seemingly no others available.
This bothered me too so i added this to oneBash, just slap it anywhere:
xrandr --fb 1360x768
I use the teamviewer=yes param but it does not start automaticaly, I have to click it on terminal. Can anybody help me?
Didnt work for me either, my solution was to uninstall teamviewer, go to the teamviewer site and download the .deb file, install that and add teamviewer to startup applications so it starts when the rig boots, You also have to disable the part about teamviewer in the onebash script or else it will not work, either delete all mention of teamviewer or add a # in front of the lines of code to disable them.