하이버V 해상도 재설정
"Save my setting....."부분을 체크하지 않고 사용하다보면 해상도 변경이 필요할 때 관련메뉴를 찾지 못할 때가 있습니다.
1) HyperV 접속 해상도 재설정
HyperV에서 접속 할 때,
자동저장된 해상도 설정을 아래 주소의 config파일을 지워서 다시 설정할 수 있습니다.
%appdata%\Microsoft\Windows\Hyper-V\Client\1.0


Ubuntu의 해상도 변경
위 설정을 변경하더라도 기본적으로 해상도 변경은 안됩니다. 아래 글을 참고합니다.
https://superuser.com/questions/1660150/change-screen-resolution-of-ubuntu-vm-in-hyper-v
Change screen resolution of Ubuntu VM in Hyper-V
Last night I was attempting to set up a Ubuntu VM on my device using Hyper-V. I had no problems with creating the VM, nor getting OS installed inside it and booted (apart from I incorrectly chose
superuser.com
2) 위 글을 참고해서 설정을 변경은 다음과 같이 진행합니다.
# Terminal
sudo nano /etc/default/grub
# 아래 그림처럼 해상도 문구를 추가해준다
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1200"
# nano editor에서 저장하고 빠져나온다
sudo update-grub
# 혹시 에러문구가 나오면, 아래 구문을 uncomment한다
GRUB_DISABLE_OS_PROBER=false

_
반응형