Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s3rgeym/hyperv-enhanced-session
Home page for the AUR package.
https://github.com/s3rgeym/hyperv-enhanced-session
Last synced: 1 day ago
JSON representation
Home page for the AUR package.
- Host: GitHub
- URL: https://github.com/s3rgeym/hyperv-enhanced-session
- Owner: s3rgeym
- Created: 2023-09-09T21:08:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T04:24:37.000Z (about 1 year ago)
- Last Synced: 2023-09-12T12:03:24.120Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
AUR package that provides Enhanced Session Mode support for the Hyper-V virtual machine. Based on [linux-vm-tools](https://github.com/microsoft/linux-vm-tools/).
![image](https://github.com/s3rgeym/hyperv-enhanced-session/assets/12753171/afba61f6-be08-4bf9-bc1e-bf08ca81bab8)
## Installation
```bash
# install
yay -S hyperv-enhanced-session# enable session
sudo systemctl enable --now hyperv-enhanced-session# xrdp reads .xinitrc
echo "/usr/lib/plasma-dbus-run-session-if-needed startplasma-x11" > ~/.xinitrc
chmod +x ~/.xinitrc# restart xrdp if service already started
sudo systemctl daemon-reload
sudo systemctl restart xrdp
```## Hyper-V Settings
```ps
Set-VMhost -EnableEnhancedSessionMode $True
Set-VM -VMName -EnhancedSessionTransportType HvSocket
```## Links
* [Arch Wiki: Xrdp]( https://wiki.archlinux.org/title/xrdp)
* [Setup Hyper-V enhanced session for Ubuntu 20](https://gist.github.com/milnak/54e662f88fa47a5d3a317edb712f957e)