A question about multiple monitors
I have never setup a multi-monitor system, so have no exerience. EasyOS, like some other pups, has Zarfy for configuring multiple monitors.
Someone recently reported that while watching a youtube video in the browser, the screen saver kicked in periodically and the screen went black.
There is an app (Caffeine-ng) that sits in the tray, that you can use to toggle screensaving on/off and it also detects if any app running full-screen and automatically disables the screensaver.
The pup_event mechanism that is in all pups, has some code that detects if certain apps, such as mplayer, are running and automatically disables the screensaver. However, that was implemented in the pups a very long time ago, and I don't know if woof-CE built pups still have it. Anyway, it isn't appropriate for the browser, which isn't a dedicated video player.
What I want to do is build upon that original pup_event code and add detection of any app running full-screen.
I found this very useful info:
https://askubuntu.com/questions/30147/c ... is-running
But, I would like full-screen detection to work on multiple monitors. So, first questions for those with multiple monitor experience:
Do you run all monitors with the same resolution?
If not, does a utility like 'xwininfo -root' return the resolution of each monitor?