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
The folders /usr/local/lib/twin and /usr/local/share/twin or, depending on how you compiled & installed twin, /usr/lib/twin and /usr/share/twin are needed at runtime. They also contain several .so shared libraries, including the display driver modules hw_tty,so, hw_twin.so etc.
The other required files are the shared libraries /usr/local/lib/libT*.
You can start by checking that all these files have been copied to the docker container.
If they have and you still get the same error, the next step is to run something like strace -o log twin [ARGS] and check the file log for errors.
Im really fond of TWIN I think its perfect for use in docker container for my particular use case.
I have build a container and compiled twin seemingly successfully.
But I am having issues with : twin: unable to load display driver module `hw_...
I can only assume this is some sort of dependency issue since both the container and my desktop are F29. IT works great on the desktop.
Could you shed some light on possible next steps to get it working in docker?
Thanks,
The text was updated successfully, but these errors were encountered: