Code Monkey home page Code Monkey logo

xodo's Introduction

OpenBSD user ● DragonFly BSD committer (retired) ● InfoSec and CCC member since > 20y ● Pronouns: he/him ● I am @xhr on Mastodon.

finger [email protected] for more information

xodo's People

Contributors

garotosopa avatar thexhr avatar

Watchers

 avatar  avatar  avatar

xodo's Issues

not implemented yet

Following your tutorial on using this script, I am met with this error.

doas /usr/local/bin/xodo.sh --setup /usr/local/bin/firefox-esr --as firefox --for spinner
doas ([email protected]) password:
Setup /usr/local/bin/firefox-esr as firefox for spinner
Not implemented yet

spinner being my user and firefox-esr being my browser

i followed your tutorial here: https://xosc.org/sandbox.html
which i guess is probably outdated now

/dev/dri/{card0,renderD128}

Hi!

I am doing something like this too, but by hand, I noticed that I need permissions over /dev/dri/card0 & /dev/dri/renderD128 to get acceleration with that "browser" user, so in my case I created a group for my own user and for my browser's user to be able to access those devices, so basically I do the follow:

$ doas groupadd _dri
$ usermod -G _dri gonzalo && usermod -G _dri _browser
$ chown gonzalo:_dri /dev/dri/card0
$ chown gonzalo:_dri /dev/dri/renderD128
$ chmod 660 /dev/dri/card0 /dev/dri/renderD128

Did you try this? do you think it worth to add it to xodo?

Cheers.-

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.