Hyper-V에서 ubuntu를 설치시 해상도 변경을 하고자 할 경우 다음과 같이 하면 됩니다.
해결방법
$> sudo vi /etc/default/grub
– 해당 파일에서 “GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”부분을 찾습니다.
– 이 부분에서 “video=hyperv_fb:1920×1080″ 부분을 추가합니다.
– 최종적으로는 GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash video=hyperv_fb:1920×1080” 형태로 됩니다.
– 저장합니다.
$> sudo update-grub
$> reboot
참고1.
none of the selected modes were compatible with the possible modes:
Trying modes for CRTC 354
CRTC 354: trying mode 2560×1024@50Hz with output at 1280×1024@51Hz (pass 0)
CRTC 354: trying mode 2560×1024@50Hz with output at 1280×1024@51Hz (pass 1)
재시동시 위와 유사한 오류가 나는경우.
$> rm ~/.config/monitors.xml
참고2.
Installed linux-image-extras with the hyperv-drivers:
$> sudo apt-get install linux-image-extra-virtual
참고3.
Hyper-V 설정에서 “RemoteFX 3D 비디오 어댑터”같은 하드웨어를 추가할 경우 설정이 제대로 동작하지 않습니다.