summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/docs/README-kmsbsd.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/SDL-2.30.2/docs/README-kmsbsd.md')
-rw-r--r--src/contrib/SDL-2.30.2/docs/README-kmsbsd.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/contrib/SDL-2.30.2/docs/README-kmsbsd.md b/src/contrib/SDL-2.30.2/docs/README-kmsbsd.md
new file mode 100644
index 0000000..1aad380
--- /dev/null
+++ b/src/contrib/SDL-2.30.2/docs/README-kmsbsd.md
@@ -0,0 +1,27 @@
1KMSDRM on *BSD
2==================================================
3
4KMSDRM is supported on FreeBSD and OpenBSD. DragonFlyBSD works but requires being a root user. NetBSD isn't supported yet because the application will crash when creating the KMSDRM screen.
5
6WSCONS support has been brought back, but only as an input backend. It will not be brought back as a video backend to ease maintenance.
7
8OpenBSD note: Note that the video backend assumes that the user has read/write permissions to the /dev/drm* devices.
9
10
11SDL2 WSCONS input backend features
12===================================================
131. It is keymap-aware; it will work properly with different keymaps.
142. It has mouse support.
153. Accent input is supported.
164. Compose keys are supported.
175. AltGr and Meta Shift keys work as intended.
18
19Partially working or no input on OpenBSD/NetBSD.
20==================================================
21
22The WSCONS input backend needs read/write access to the /dev/wskbd* devices, without which it will not work properly. /dev/wsmouse must also be read/write accessible, otherwise mouse input will not work.
23
24Partially working or no input on FreeBSD.
25==================================================
26
27The evdev devices are only accessible to the root user by default. Edit devfs rules to allow access to such devices. The /dev/kbd* devices are also only accessible to the root user by default. Edit devfs rules to allow access to such devices.