You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my up-to-date Archlinux with x11docker 6.6.1, I don't have access to the /dev/video* files in the guests (e.g. it doesn't work with x11docker/check).
As expected, the /dev/video* files are owned by group video; but my host user doesn't belong to that group. Maybe this is Archlinux specific, but according to the Wiki, this is udev that does the magic!
In the x11docker source, function setup_webcam has the following comment: Unprivileged users need to be in group video (x11docker default).
But this is not the case with my configuration…
If I put the following line just below the comment, then everything is fine (check & cheese images tested so far). Containerusergroups="$Containerusergroups video"
I searched through the source, only the --gpu option adds this group to the user list.
HTH
M.
The text was updated successfully, but these errors were encountered:
Hello,
On my up-to-date Archlinux with x11docker 6.6.1, I don't have access to the /dev/video* files in the guests (e.g. it doesn't work with x11docker/check).
As expected, the /dev/video* files are owned by group video; but my host user doesn't belong to that group. Maybe this is Archlinux specific, but according to the Wiki, this is udev that does the magic!
In the x11docker source, function
setup_webcam
has the following comment:Unprivileged users need to be in group video (x11docker default).
But this is not the case with my configuration…
If I put the following line just below the comment, then everything is fine (check & cheese images tested so far).
Containerusergroups="$Containerusergroups video"
I searched through the source, only the
--gpu
option adds this group to the user list.HTH
M.
The text was updated successfully, but these errors were encountered: