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

[Feature Request] Support of Hyper-V enhanced session mode to allow copy/paste and text selection with mouse via Hyper-V Virtual Machine Connection #3197

Open
ohault opened this issue Jun 19, 2022 · 3 comments
Assignees

Comments

@ohault
Copy link

ohault commented Jun 19, 2022

Is there packages to install to support mouse integration to select text and copy/paste integration when accessing Mariner 2.0 via Hyper-V Virtual Machine Connection ?

@ohault ohault changed the title Copy/Paste and text selection with mouse not working via Hyper-V Virtual Machine Connection Support of Hyper-V enhanced session mode to allow copy/paste and text selection with mouse via Hyper-V Virtual Machine Connection Jun 19, 2022
@WSLUser
Copy link

WSLUser commented Jun 27, 2022

You need the Hyper-V Mouse interactivity driver installed in the kernel. It's possible to enable it by modifying the currently running kernel config file and doing a reboot. But this really should be enabled in the WSL2 kernel, which Mariner uses, with a few extra configurations. I personally enable this option myself when building a new kernel from WSL2 kernel repo.

@ohault
Copy link
Author

ohault commented Jun 27, 2022

I would like to configure a decent text mode console access to Mariner 2.0 though Hyper-V Virtual Machine Connection.

I have currently the following loaded modules :
image

Copy/Paste : Not working
Scrolling : Not working
Mouse support : Not working
Text selection : Not working
Hyper-V Enhanced session mode : Not working

@ohault ohault changed the title Support of Hyper-V enhanced session mode to allow copy/paste and text selection with mouse via Hyper-V Virtual Machine Connection [Feature Request] Support of Hyper-V enhanced session mode to allow copy/paste and text selection with mouse via Hyper-V Virtual Machine Connection Aug 16, 2022
@soo-shan
Copy link

I was also facing issue with copy/pasting with virt-manager.
I found a work around with serial console.

Serial console can be enabled as mentioned in link
systemctl enable [email protected]

Post that if you are using kvm then using virsh command serial console can be accessed via terminal.

To start virtual machine with console

virsh start --console name_of_virtual_machine

To connect to already started virtual machine

virsh console name_of_virtual_machine

Another way would be to enable ssh

@christopherco christopherco self-assigned this Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants