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

"python3 -m display_server.py" causes over %100 CPU use #15

Open
CSTEZCAN opened this issue Aug 27, 2019 · 1 comment
Open

"python3 -m display_server.py" causes over %100 CPU use #15

CSTEZCAN opened this issue Aug 27, 2019 · 1 comment

Comments

@CSTEZCAN
Copy link

"python3 -m display_server.py" causes over %100 CPU use when there is no HDMI or OLED display attached. it depletes battery REALLY FAST!

@santaimpersonator
Copy link

You can stop the service...

  1. List the services running sudo systemctl -l --type==service to get the service name
    • It probably will fall under:
      • jetcard_display
      • jetcard_display.service
  2. Stop or disable the service
    • sudo systemctl stop <service name>
    • sudo systemctl disable <service name>

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