My Computer
System One
-
- OS
- Windows XP,7,10,11 Linux Arch Linux
- Computer type
- PC/Desktop
- CPU
- 2 X Intel i7
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi folks
running Windows 11 HOST and installing a Linux VM (could be Windows - same prob)
The console screen can't be re-sized ... But in Full size -- it then only has one small display -- I want 1920 X 1080
Cereberus said:1) Open Terminal
2) Type: sudo nano /etc/default/grub
3) Find the line starting with GRUB_CMDLINE_LINUX_DEFAULT, and add video=hyperv_fb:[the resolution you want].
So my line ends up looking like this: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1366x768"
4) Write the changes and quit nano
5) Run: sudo update-grub
6) Reboot the virtual machine
Thanks GuysOn Ubuntu, you can set up installation to use enhanced mode.
If you cannot use enhanced mode for Debian, you can set it up by making a linux modification.
![]()
How To Change the Resolution of an Ubuntu Hyper-V Virtual Machine -- Virtualization Review
You can't change the screen resolution in an Ubuntu VM hosted on Hyper-V from the GUI. Here's a simple workaround.virtualizationreview.com
Same works for Debian as well.
![]()
How To Make Debian Linux Fullscreen in Hyper-V
How To Make Debian Linux Fullscreen in Hyper-V. GitHub Gist: instantly share code, notes, and snippets.gist.github.com
edit: @Bree beat me to it referencing an older post of mine LOL