Untitled topic
41–50 of 85 posts
Re: undefined
#42data:text/html,Black
I don't need it very often, but turning the monitor off, creates other issues which were harder to fix than to use this tab ;-)
Re: undefined
#43Making your screen all black saves energy. For many monitors this is not true. For a screen where the resting state of the LCD pixels are open displaying black means the monitor has to switch the diffuser to closed in order to block the light, which uses more energy than displaying white. There are lots of different LCD technologies which affect whether black or white is more efficient. For CRT screens black is alway…
Re: undefined
#44Re: undefined
#45Re: undefined
#46Re: undefined
#47It seems to resort to a video for iOS, which is interesting. function allscreen(){ if (iOS) { if (!vid) { let e = document.createElement('video'); e.src = color.substring(1) + '.mp4?v=2'; For every other browser, it's just a div with a background color. I imagine that might negate the claimed energy savings.
Frequently asked questions Does it work on iOS devices? Yes. We're using a workaround, since iOS does not support native browser fullscreen.
Re: undefined
#48Pros:
* Only 1 keypress per display
* The button is guaranteed to be present on all displays by default
* It doesn't frustrate you by pointing out the dead pixels
* Optimal energy efficiency
* You don't have to customize scripts or settings on your OSs, even if you reinstall
* You don't have to know if you've got an OLED that turns off the hardware pixels when they're black, or LCD that turns off its backlight, or whatever a CRT display used to do
* You don't have to worry about a working Internet connection to access the site
* You don't need a browser
* You don't even need a CPU
Cons: * The off color is not customizableRe: undefined
#49Some months back I built http://keylight.us to use my second monitor as a light during video meetings.