0

I always xset +dpms. But nearly every day dpms is switched off again. How can I find out what program is doing this?

Jacob Vlijm
  • 83,767
  • Most likely, the dpms setting is not recognised on restart due to a minhor incompatibility. Fallback to default is applied then. You can however easily work around by adding /bin/bash -c "sleep 15 && xset +dpms" to startup applications (Add to Startup Applications: Dash > Startup Applications > Add). If it solves your issue, I'll write it as an answer, please mention. – Jacob Vlijm Oct 25 '16 at 09:20
  • Ok I watch if it is only reset after hybernation or if it is reset during the machine running. –  Oct 25 '16 at 16:52
  • It looks like the program "viber" is doing this when I make video chats. –  Oct 28 '16 at 13:27

1 Answers1

1

The messenger "viber" switches dpms off during video chats.

David Foerster
  • 36,264
  • 56
  • 94
  • 147