Code Monkey home page Code Monkey logo

Comments (7)

waydabber avatar waydabber commented on July 26, 2024

Are you sure it is possible in Lunar? Power control via DDC is possible but rarely implemented correctly and most of the time you can't turn the display back afterwards.

If you mean Lunar's blackout feature, it is not actually turning the display off, just hides it behind a mirror and turns brightness down as much as possible.

from m1ddc.

pavelrad avatar pavelrad commented on July 26, 2024

I mean turning off using DDC, which works just as expected on my monitor: it turns off like the power button was pressed.

from m1ddc.

pavelrad avatar pavelrad commented on July 26, 2024

I saw a comment in Lunar on this feature, which says that it might not work, and it's impossible to turn on after that. But I still believe that turning on might work, because as i stated in the first comment, my monitor responds to DDC commands when it turned off. Looks like it is actually in some standby mode. When I disconnect it from the power source, m1ddc is not able to get any response from it and prints some corresponding error.

from m1ddc.

waydabber avatar waydabber commented on July 26, 2024

Do you still see the display in the display layout? If so, then indeed it must be in some kind of low power mode but show itself as connected.

You can easily add it to m1ddc, it should work like the mute command (just duplicate everything that is mute related but give it a new name like standby and of course change the control code. If it works, you can add a PR.

from m1ddc.

waydabber avatar waydabber commented on July 26, 2024

but... power control is highly manufacturer specific so I am not sure if it is a good idea to make it generally available. :)

from m1ddc.

pavelrad avatar pavelrad commented on July 26, 2024

Wow! It is already here but just not reflected in the help. standby worked for me as expected. I can turn on the display with m1ddc set s 1 and turn it off with m1ddc set s 5 commands. Thank you for your help! 🙇

from m1ddc.

waydabber avatar waydabber commented on July 26, 2024

Oh yes, forgot about that lol. :) Now that you mention it, indeed I did experiment with this. 🤣

from m1ddc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.