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

Option to disable screen blanking #69

Open
TheCycoONE opened this issue Feb 28, 2018 · 2 comments
Open

Option to disable screen blanking #69

TheCycoONE opened this issue Feb 28, 2018 · 2 comments

Comments

@TheCycoONE
Copy link

In X the joystick input doesn't get intercepted so the screen blanks during play.

It would be nice if the xset workaround was built into this launcher.

https://unix.stackexchange.com/questions/214803/how-to-prevent-dpms-screensaver-from-activating-when-gamepad-used

@Wintermute0110
Copy link
Owner

I don't want to include platform-dependant code into AEL. Kodi has its own screensaver, so I think the best solution is to execute xset -dpms s off in the script that initialises Kodi.

Another solution is to use a wrapper shell script, like the guy who answer's the question suggests.

@Scall
Copy link

Scall commented Jul 7, 2020

I suggest you try joystickwake, a program written specifically to solve this kind of issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants