Hey all! I have a Ryzen 7950X3D, VMWW 17.x and Sequoia working very well. Thank you for this forum!!! My only apparent issue is this delay. I searched before asking this but could not find anything for 'mouse delay'. When I click a menu, nothing happens. When I click a menu and move my mouse a little, then the menu shows. It does this everywhere. And the highlight does not match where my mouse actually is in the VM. But I hover the mouse where I want to click, and that does still work. Is that a resolution issue possibly? I set my VM to exactly 1/2 of my 4k total resolution of my monitor in full screen. Maybe related to this, in terminal, typing commands is one character off. This is a clean windows 11 pro 24H2 host and fresh vmware with all the patches and fixes from the top of this thread. If nobody is saying anything about this, or calling it something else, what could it be that is behind this issue? To explain the one character off, imagine I went to this line: test 01 and went to delete the space between 'test' and '01'. If I allow myself to move to the space, and hit delete, it deletes the 't' in 'test' rather than the space between which was highlighted. I can 'deal' with that since I know where I need to go to sort this out, it's very odd behavior. Hopefully there is an easy fix to this. Thanks again for all this!!
The problems reported can indeed be considered strange, but it's not common because from what I've researched few people use 4k resolution on virtualized macOS.
The cursor and mouse is usually a problem of poorly activated graphics acceleration (QE/CI) caused by VMWare Tools.
If you uninstall it, the problem should disappear, but there's no way you'll be able to configure a higher resolution without it.
One solution would be to try smaller resolutions such as 1920x1080, 2560x1440 or 1440x900. The advantage is that you can choose any resolution value close to 4k.
Avoid exactly “half of 4K”, as this can cause pixel mapping problems in the VM.
As for the problem with the mouse, you could also try disabling the mouse's graphics acceleration in 4k resolution by running the command in the terminal:
defaults write .GlobalPreferences com.apple.mouse.scaling -1
Make these changes and let us know the result, but in principle VMWare Tools no longer receives updates and this must be the exact cause of the problem, which must be solved in some other way.