ognif's Posts

In my VM,  I created with Vagrant and Ansible, I have the following problem with a 4K screen. (Problem do not happen on common Screen) After Power Up the VM, I try to go to the login screen of Ubun... See more...
In my VM,  I created with Vagrant and Ansible, I have the following problem with a 4K screen. (Problem do not happen on common Screen) After Power Up the VM, I try to go to the login screen of Ubuntu and the screen keeps black. If I click on VMWare Player maximize button, the login Screen will get shown. Any idea what I can optimize to avoid this issue? I use a Ubuntu 20.04 installation Provider is Vagrant with VMware Desktop In Vagrant I set config.vm.provider :vmware_desktop do |vmware| vmware.vmx["memsize"] = "16000" vmware.vmx["numvcpus"] = "8" vmware.vmx['mks.enable3d'] = true vmware.gui = true end My Hardware; ThinkPad T14s with 32 GB RAM and Ryzen 7 Pro CPU (AMD Ryzen 7 PRO 4750U with Radeon Graphics 1.70 GHz) AMD Ryzen driver is installed. VMNWare Tools are installed on machine. Windows 10 Pro Host 64bit