appwiki:virtualmachine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
appwiki:virtualmachine [2022/09/19 15:58] – [FAQ - Problem and Solution] yingappwiki:virtualmachine [2024/04/28 07:21] (current) – [Solutions on Hyper-V] ying
Line 15: Line 15:
   * Make sure manually download latest official firefox, and don't use the old firefox comes within OS.   * Make sure manually download latest official firefox, and don't use the old firefox comes within OS.
   * launch the latest download firefox within unzipped folder in terminal <code>./firefox</code>   * launch the latest download firefox within unzipped folder in terminal <code>./firefox</code>
-====== Solutions ======+====== Solutions on Hyper-V ====== 
 + 
 +  * Hyper-V is microsoft's virtual machine software, it comes as a feature to enable on windows pro and above 
 +  * also once hyper-V installed, your virtualbox and vmware may not work well 
 +    * check this: https://learn.microsoft.com/en-us/troubleshoot/windows-client/application-management/virtualization-apps-not-work-with-hyper-v 
 + 
 +  * tutorial 
 +    * https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v 
 +    * https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/quick-create-virtual-machine 
 +    * gpu on hyper v 
 +      *  Use ANY GPU in a Virtual Machine / GPU Sharing with Virtual Machine : https://www.youtube.com/watch?v=aZtuiLYnb_g 
 + 
 + 
 + 
 +====== Solutions on VMWare Player ====== 
 + 
 +  * compare to virtualbox 
 +    * also free but allow you to set VRAM to 8GB instead of 128MB of virtualbox, good for game 
 +    * only limited to windows system 
 + 
 +===== install vmware tool ===== 
 + 
 +  * vmware tool is like virtualbox guest tool, which you load the built-in virtual machine driver dvd into your virtual machine and install the virtual drivers 
 +  * for vmware player, once you started virtual machine, go Player menu > manager > install vmware tool 
 + 
 +===== make mouse stay inside vmware===== 
 + 
 +  * once you install vmware tool inside virtual machine, you automatically seamless movement from virtual machine to your own machine, 
 +  * but sometimes, you prefer to lock your mouse inside virtual machine, like 
 +    * quick move to edge of your virutal machine 
 +    * or play games without lose your mouse outside 
 +  * that case, you need to edit the preference ini file of vmware, window key + R <code>%APPDATA%\VMware\preferences.ini</code> 
 +    * then, add these 2 lines to lock mouse inside, (you can ctrl+alt key to bring mouse out on windows) 
 +    * <code>pref.motionGrab = "FALSE" 
 +pref.motionUngrab = "FALSE" 
 +</code> 
 + 
 + 
 +====== Solutions on VirtualBox ======
  
 ===== Portable Virtual Box ===== ===== Portable Virtual Box =====
  • appwiki/virtualmachine.txt
  • Last modified: 2024/04/28 07:21
  • by ying