You are not logged in.
Pages: 1
Hi
I have some games that I use my xbox gamepad with.
It seems like using the gamepad does not stop a screensaver coming on, or the monitor turning off
Is there any way around this?
Thanks in advance
Offline
I don't know your desktop environment but for XCFE4 you can use a script to start the game and turn on presentation mode, no screensaver, then turn it off when finished eg
#!/bin/bash
DISPLAY=:0.0
USER=$(whoami)
xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/presentation-mode -T
<run game here>
xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/presentation-mode -T
exitThere maybe something similar you can use
Last edited by SimonJ (2024-09-18 19:58:10)
Rlu: 222126
Online
Pages: 1