How to connect in full screen mode to Linux CentOS 7 virtual machine?

我只是一个虾纸丫 提交于 2019-12-04 12:22:41

try the following:

$sudo grubby --update-kernel=ALL --args="video=hyperv_fb:2560x1440"
$sudo reboot

Also keep in mind that hyperv viewer only goes so far in terms of resolution. My recommendation, install xrdp and use remote desktop, it's better and you'll get full screen resolution.

Take care.

This issue is has been fixed once I have installed below packages on my VM (CentOS 7.6) on Windows 10 host. Hope it may help others too.

yum install dkms gcc make kernel-devel bzip2 binutils patch libgomp glibc-headers glibc-devel kernel-headers

Later reboot and try to install Virtualbox guest additions.

Take care.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!