I use AnyDesk in Ubuntu, but the screen is too small. Is there a way to modify the screen resolution?
2 Answers
Run in a terminal:
xrandr --fb 1920x1080 I had a similar problem on my windows machine. I was not able to resize the anydesk window on my external monitor and it occupied the whole screen without any resize option.
Workaround:
This issue is due to scaling of your os(in my case windows)
Go to display setting scale the windows to 110% or more and then you should be able to resize the anydesk window.
Hope this helps!
2