Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VirtualBox guest mouse integration #11

Closed
jgroenveld opened this issue Sep 2, 2018 · 3 comments
Closed

VirtualBox guest mouse integration #11

jgroenveld opened this issue Sep 2, 2018 · 3 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@jgroenveld
Copy link

@jgroenveld jgroenveld commented Sep 2, 2018

Installing Trident on a VBox guest, installer correctly detects VBox video, but the mouse integration is not working and must capture mouse.
John
groenveld@acm.org

@jgroenveld
Copy link
Author

@jgroenveld jgroenveld commented Sep 2, 2018

On reboot, mouse integration works correctly.
John
groenveld@acm.org

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Sep 4, 2018

This is actually intentional:
The vboxguest module integration is already integrated into the ISO but it is disabled at the moment due to some issues with the window size that the module was reporting (it was a crazy-high resolution like 16k or something - made it unusable even on a couple 4K screens.

We are currently looking into a way to better detect a virtual environment (VBox, VMWare, etc...) and just set a hard resolution for the ISO within those environments (something like 1366x768, not too big but not too small either).

@RodMyers
Copy link
Contributor

@RodMyers RodMyers commented Jan 22, 2019

can you try the RELEASE ISO?

@jgroenveld jgroenveld closed this Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment