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

Explanation of LXDE feature #9

Closed
BrendanBall opened this issue Oct 15, 2019 · 2 comments · Fixed by #21
Closed

Explanation of LXDE feature #9

BrendanBall opened this issue Oct 15, 2019 · 2 comments · Fixed by #21

Comments

@BrendanBall
Copy link

Hi, we're setting up grafana kiosk on a raspberry pi 3, mostly following the blog. I'm confused about the LXDE option as there's no explanation and I'm unfamiliar with it. What can I do with the LXDE option? Can we add this to the documentation?

@briangann
Copy link
Collaborator

This is to initialize settings for the desktop

it does this:

  • sets profile via lxpanel to LXDE
  • sets pcmanfs profile to LXDE
  • runs "xset s off" to disable screensaver
  • runs "xset -dpms" to disable powersaving (prevent screen from turning off)
  • runs "xset s noblank" disables blank mode for screensaver (maybe not needed)
  • runs "unclutter" to hide the mouse

@BrendanBall
Copy link
Author

Sorry didn't get a notification, thanks for the response. Can we add this to the readme or other documentation somewhere?

@briangann briangann added this to To do in grafana-kiosk Dec 20, 2019
@briangann briangann mentioned this issue Dec 20, 2019
grafana-kiosk automation moved this from To do to Done Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
grafana-kiosk
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants