Coder Social home page Coder Social logo

Comments (7)

github-actions avatar github-actions commented on June 5, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

from docker-webtop.

thelamer avatar thelamer commented on June 5, 2024

Don't mount in /dev/dri
If you discover the package needed in the alpine repos for this gpu feel free to post it, I don't have any broadcom stuff.

from docker-webtop.

TetsujinXLIV avatar TetsujinXLIV commented on June 5, 2024

Thank you for commenting back. I have tried both with and without /dev/dri. I will remove it again.
I'm not sure how to find that. Is there something I can look for to identify what's needed?

from docker-webtop.

thelamer avatar thelamer commented on June 5, 2024

I don't have a pi, but I remember the boot config needs to enable the GPU as it is disabled by default.
https://wiki.alpinelinux.org/wiki/Raspberry_Pi#Traditional_disk-based_(sys)_installation

The vc4 stuff, this is outside the container, but in general without dri you should be good from a rendering standpoint as it is pure cpu like other systems.

Also drop privileged that mounts in the video card as well.

from docker-webtop.

TetsujinXLIV avatar TetsujinXLIV commented on June 5, 2024

I checked and those settings were already set so that part is good.
YES! Turning off privileged mode has fixed it! However, what I am trying to do is have this be a desktop that I can do some coding on and to do that I need vs-code and 1password installed. vs-code needs privileged mode I believe. I just checked and I can't launch vs-code in the desktop now with privileged mode disabled.

from docker-webtop.

thelamer avatar thelamer commented on June 5, 2024

vs-code needs seccomp unconfined unless you launch it with --no-sandbox
The privileged flag will just enable docker in the container.
https://github.com/linuxserver/docker-vscodium/blob/master/root/usr/bin/codium

In general though this makes me realize I need a flag to disable DRI3 acceleration as it might not work all the time.

from docker-webtop.

TetsujinXLIV avatar TetsujinXLIV commented on June 5, 2024

Thank you this did fix it!

from docker-webtop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.