diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-04-15 11:45:33 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-04-15 11:45:33 +0100 |
| commit | 2de4e11b995d9df96ff555fde34bb43e73811ffd (patch) | |
| tree | 1d3ba55dc37a88a47efd34898cd1695ff91ce478 /etc | |
| parent | 84e69f8a61e2609c724b522c0aa93c5e2d05e74b (diff) | |
Add /etc/fbtab to show what was needed to allow running command mango and get keyboard working under Wayland
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/fbtab | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/fbtab b/etc/fbtab new file mode 100644 index 0000000..a01c439 --- /dev/null +++ b/etc/fbtab @@ -0,0 +1,7 @@ +# $OpenBSD: fbtab.head,v 1.2 1999/05/05 06:56:34 deraadt Exp $ +# login(1) reads this file to determine which devices should be chown'd to +# the new user. Format is: +# login-tty perm device:[device]:... +/dev/ttyC0 0600 /dev/console:/dev/wskbd:/dev/wskbd0:/dev/wskbd1:/dev/wsmouse:/dev/wsmouse0:/dev/wsmouse1:/dev/ttyCcfg:/dev/ttyC4:/dev/dri/card0:/dev/dri/renderD128 +# samples +#/dev/ttyC0 0600 /dev/fd0 |
