Je li moguće isključiti svoje monitora računala s računala?

Sadržaj:

Je li moguće isključiti svoje monitora računala s računala?
Je li moguće isključiti svoje monitora računala s računala?
Anonim
Isključivanje monitora s vašeg računala definitivno će ubrzati vaš tijek rada na kraju dana. Je li moguće?
Isključivanje monitora s vašeg računala definitivno će ubrzati vaš tijek rada na kraju dana. Je li moguće?

Današnja pitanja i odgovori nam se javljaju zahvaljujući SuperUseru - podjele Stack Exchange-a, zajednice-driven grupiranja Q & A web stranica.

Pitanje

SuperUser čitač Squ36 želi znati može li mu računalo reći svojim monitorima što učiniti:

I was wondering if it was possible to power on/off a display using a computer connected via HDMI. Let me explain:

I want my computer to power off my monitors (not standby mode) when I don’t use it (no keyboard/mouse input) for more than 15 minutes, and power them back when such input is received. My monitors are connected over HDMI, so I was wondering if it was possible to use the CEC functionality with a computer. If is it possible, then is there a hardware requirement ?

My point is that I often take a break from my computer, but forget to turn off the screens, and I would prefer to shut down the screens completely instead of putting them to standby mode.

Kako to može ići?

Odgovor

SuperUser suradnik Synetech nudi neke uvide i rješenje:

I want my computer to power off my monitors (not standby mode) when I don’t use it (no keyboard/mouse input) for more than 15 minutes, and power them back when such input is received.

What you want is exactly what you are trying to avoid.

If the monitor is actually, fully off, then it can’t turn back on from a signal on the video cable. To allow it to turn on like that, there needs to be some sort of circuit in the monitor that remains on and active to watch for the signal. Monitors already have such a circuit, but turning them off turns that circuit off as well.

To use that circuit, you need to leave some electricity in the monitor, and that is exactly what standby does: it turns the display (and speakers, and everything else) off while leaving that one small circuit active.

With most modern monitors, there is essentially no difference between standby mode and fully off other than a tiny low-voltage trickle in that circuit and the LED on the front.

I have to pay for electricity, so we always avoid using electricity as much as is humanly possible, yet, I leave it in standby when I am using the computer and need to step away for a while (I turn both off when I am done for the day).

Instead of letting the monitor remain on for 15 minutes for nothing, your best best is to do what I do and simply get into the habit of either turning the monitor off whenever you get up to step away, or to manually put it into standby mode. What I do is to use the AutoHotkey script below (can be compiled to an executable that runs in the background if desired) to let me press ⊞ Win+M to sleep the monitor whenever I get up. Other options include using a shortcut or program, using a script or program to do it with a mouse-cursor hot-corner, or even just reducing the timeout from 15 minutes to five or so.

;Monitor Standby Hotkey;⊞ Win + M puts monitor in standby #m:: Sleep 1000; Pause for 1sec to prevent un-sleeping when key released SendMessage, 0x112, 0xF170, 2,, Program Manager; 0x112 is WM_SYSCOMMAND, 0xF170 is SC_MONITORPOWER; Use 1 in place of 2 to activate the monitor's low-power mode; Use -1 in place of 2 to turn the monitor on return

Jedno rješenje koje možemo snažno preporučiti je povezivanje vaših monitora s namjenskim trakom za napajanje kako bi svima mogli uništiti snage. Iako je ovo rješenje djelovalo praktično i učinkovito, otkrili smo da u primjeni potpuno snabdijevanje struje monitora (umjesto korištenja gumba za napajanje) često dovodi do brisanja postavki monitora. Bez obzira na vrijeme koje smo spremili s jednim prekidačem na traci za napajanje, izgubili smo kod rekonfiguriranja monitora.

Imate li nešto za objašnjenje? Zvuči u komentarima. Želite li pročitati više odgovora od drugih tehnoloških korisnika Stack Exchangea? Pogledajte ovdje cijelu raspravu.

Preporučeni: