How to get a better resolution 1920*1080 in Intel UHD 620 Graphics

Thank you very much, I was able to solve the problem both with the command sudo xrandr -s 1920x1080 and with the vm tools:

sudo cvt 1920 1080
sudo xrandr --newmode “1920x1080_60.00” 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync + vsync
sudo xrandr --addmode Virtual1 “1920x1080_60.00”
sudo xrandr --size 1920x1080

1 Like