mirror of
https://github.com/PhyllomeOS/wiki.git
synced 2025-01-03 11:25:22 +00:00
docs: update gofurther/evdev
This commit is contained in:
parent
87b2149aaf
commit
f2d4be34d5
@ -2,7 +2,7 @@
|
|||||||
title: Share an input device with a guest using evdev
|
title: Share an input device with a guest using evdev
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2022-08-25T20:26:02.610Z
|
date: 2023-02-08T18:57:32.721Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2022-08-13T00:26:02.801Z
|
dateCreated: 2022-08-13T00:26:02.801Z
|
||||||
@ -10,13 +10,15 @@ dateCreated: 2022-08-13T00:26:02.801Z
|
|||||||
|
|
||||||
# Share an input device
|
# Share an input device
|
||||||
|
|
||||||
> *Input grabbing on Wayland doesn't currently work as expected. Destkop environments based on the X session manager may work better in this regard*
|
## Virtio-input
|
||||||
|
|
||||||
|
> Input grabbing on Wayland doesn't currently work as expected. Destkop environments based on the X session manager may work better.
|
||||||
{.is-warning}
|
{.is-warning}
|
||||||
|
|
||||||
There are multiple ways to share an input device with a virtual machine.
|
|
||||||
|
|
||||||
## Event device
|
## Event device
|
||||||
|
|
||||||
|
Libvirt offers a very low-latency way to share an input device device with a local virtual machine, using the linux evdev event interface.
|
||||||
|
|
||||||
Event device or simply `evdev` is a generic input event interface that is part of the Linux kernel.
|
Event device or simply `evdev` is a generic input event interface that is part of the Linux kernel.
|
||||||
|
|
||||||
The following is an XML snippet example for sharing a mouse and a keyboard.
|
The following is an XML snippet example for sharing a mouse and a keyboard.
|
||||||
|
Loading…
Reference in New Issue
Block a user