When we Install Linux OS on hyper-V on Windows 10 system, we
having screen resolution issue on virtual machine, here below are commands to
change resolution in virtual machine.
Open your terminal Window.
Execute below command to edit file.
sudoedit /etc/default/grub
Below File will be open to Edit.
In this file make Yellow highlighted change in the line in Red and save changes and
close file
You can use your specific resolution which you want instead of 1920x1080, it’s
not necessary to use the same
Then back to terminal and execute below command
sudo update-grub
Execute below command to restart the system
sudo reboot
Enjoy the updated resolution J