VMware: Difference between revisions

imported>Nix
note on journalctl
imported>Nix
add mouse issues section
Line 7: Line 7:
This section covers issues you might have running NixOS as a guest VM in VMware Workstation or similar.
This section covers issues you might have running NixOS as a guest VM in VMware Workstation or similar.


==== Cannot change resolution in KDE Plasma ISO ====
==== Display issues ====
 
===== Cannot change resolution in KDE Plasma ISO =====


If you are unable to change resolution in a guest VM while booted into the NixOS Plasma graphical installer ISO...
If you are unable to change resolution in a guest VM while booted into the NixOS Plasma graphical installer ISO...
Line 16: Line 18:


If you continue to have issues, running <code>journalctl</code> should print a system log with debug info which might help in resolving the issue.
If you continue to have issues, running <code>journalctl</code> should print a system log with debug info which might help in resolving the issue.
==== Mouse issues ====
===== Mouse buttons above 5 do not work =====
If your mouse's thumb buttons or other additional buttons do not work, set guest to use advanced mouse. For your NixOS-based guest VM, add the below lines to its ''.vmx'' configuration file:
  mouse.vusb.enable = "TRUE"
  mouse.vusb.useBasicMouse = "FALSE"


[[Category:Cookbook]]
[[Category:Cookbook]]