Read the statement by Michael Teeuw here.
Want to turn off my monitor
-
That’s brill your a legend, got a few hours to myself tomorrow so armed with all this information and sure be giving this a try see what the outcome is.
Thank you so much :) -
@Mykle1 said in Want to turn off my monitor:
{ exec(‘xset dpms force on’, null); }
{ exec(‘xset dpms force off’, null); }These commands do work. I just tested them on my desktop machine with a monitor connected through DVI and a laptop. Displays are immediately turned off (standby) and on. Here’s the laptop.
-
@Mykle1 that’s cool as :) what are you using for the voice command I love that its brill.
-
@robmcc83 said in Want to turn off my monitor:
that’s cool as :) what are you using for the voice command I love that its brill.
-
@cruunnerr i made your tutorial, works like charm! only problem i found is: replaced print “.”, with: print (“.”), Thenks!
-
@Jonae
i encounterd another problem, sometimes after display goes ON the resolution is changed. any ideas why? -
-
@karsten13 said in Want to turn off my monitor:
I had similar problems using
xrandr
for disabling/enabling the monitor.We did a fix in mm for the above problem (coming with next release) but I don’t know if this fixes your problem too.
You can find the fix in this PR.
Thank you, i updated the file, hope for the best :)
-
so far so good, no problems. so i can call it a fix for me.
Thanks