Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TWIN in docker container #38

Open
jkeen871 opened this issue Jun 5, 2019 · 1 comment
Open

TWIN in docker container #38

jkeen871 opened this issue Jun 5, 2019 · 1 comment

Comments

@jkeen871
Copy link

jkeen871 commented Jun 5, 2019

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,

@cosmos72
Copy link
Owner

cosmos72 commented Jun 5, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants