diff --git a/docs/modules/user/pages/configuration.adoc b/docs/modules/user/pages/configuration.adoc index 674d268e..5d8f0521 100644 --- a/docs/modules/user/pages/configuration.adoc +++ b/docs/modules/user/pages/configuration.adoc @@ -50,6 +50,10 @@ Wolf is configured via a TOML config file and some additional optional ENV varia |WOLF_RENDER_NODE |/dev/dri/renderD128 |The default render node used for virtual desktops; see: <<_multiple_gpu>> + +|WOLF_DOCKER_FAKE_UDEV_PATH +|/etc/wolf/fake-udev +|The path on the host for the fake-udev CLI tool |=== Additional env variables useful when debugging: @@ -250,7 +254,6 @@ ls -l /sys/class/drm/renderD*/device/driver Wolf supports also overriding the render node in each single app defined in the `config.toml` config file by setting the `render_node` property; example: - [source,toml] .... [apps.runner] diff --git a/docs/modules/user/pages/quickstart.adoc b/docs/modules/user/pages/quickstart.adoc index 98effbbd..2f7af26c 100644 --- a/docs/modules/user/pages/quickstart.adoc +++ b/docs/modules/user/pages/quickstart.adoc @@ -27,7 +27,6 @@ docker run \ --device-cgroup-rule "c 13:* rmw" \ -v /dev/shm:/dev/shm:rw \ -v /dev/input:/dev/input:rw \ - -v /run/udev:/run/udev:rw \ ghcr.io/games-on-whales/wolf:stable .... @@ -48,7 +47,6 @@ services: - /var/run/docker.sock:/var/run/docker.sock:rw - /dev/shm:/dev/shm:rw - /dev/input:/dev/input:rw - - /run/udev:/run/udev:rw devices: - /dev/dri - /dev/uinput @@ -146,7 +144,6 @@ docker run \ --device /dev/uinput \ -v /dev/shm:/dev/shm:rw \ -v /dev/input:/dev/input:rw \ - -v /run/udev:/run/udev:rw \ ghcr.io/games-on-whales/wolf:stable .... @@ -168,7 +165,6 @@ services: - /var/run/docker.sock:/var/run/docker.sock:rw - /dev/shm:/dev/shm:rw - /dev/input:/dev/input:rw - - /run/udev:/run/udev:rw - nvidia-driver-vol:/usr/nvidia:rw devices: - /dev/dri