Code Monkey home page Code Monkey logo

Comments (3)

jareware avatar jareware commented on June 22, 2024 1

I would agree that it doesn't sound specific to the kiosk... so I would rather focus on researching whether other people are having the same issue with Chromium on Raspbian, and/or specific Pi hardware (as it sounds like it's a HW acceleration issue).

from chilipie-kiosk.

jareware avatar jareware commented on June 22, 2024

Did you end up finding a solution @matristain?

from chilipie-kiosk.

matristain avatar matristain commented on June 22, 2024

I've tryed meny thins on this devives but what I think was the solution is this:
I've add this lines to the .xsession file before the chomium-browse line:

sudo rm -r ~/.cache/chromium
sudo rm -r ~/.config/chromium/Default/

MAC=$( cat /sys/class/net/eth0/address | tr --delete : )

chromium-browser --start-fullscreen --autoplay-policy=no-user-gesture-required --window-size=1920,1080 --disable-infobars https://mydomain.com/device/$MAC &

So far I don't have this issue any more.

PS: I don't know if this interfere with the "open last page" as I use the MAC Address to redirect each device wherever i want from my server.

from chilipie-kiosk.

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.