How do you get the angle of the lid from the CLI?Is there any way to set a MacBook Pro to not sleep when you close the lid?MacBook Pro 13 doesn't fall asleep when the lid closedHow to get the postion of the lidPreventing MacBook from sleeping when closing lid on SierraHow to keep MacBook awake with lid closed + extended display?My Macbook air won't go to sleep when I close the lidCommand-line stop MacBook from sleeping when lid is closed?Hinge on 2016 MacBook Pro

If the UK government illegally doesn't ask for article 50 extension, can parliament do it instead?

What percentage of the mass/energy of the universe is in the form of electromagnetic waves?

To which country did MiGs in Top Gun belong?

How to check status of Wi-Fi adapter through command line?

Declaring 2 (or even multi-) dimensional std::arrays elegantly

How did Gollum know Sauron was gathering the Haradrim to make war?

What is the maximal acceptable delay between pilot's input and flight control surface actuation?

Sum of Infinite series with a Geometric series in multiply

Function of the separated, individual solar cells on Telstar 1 and 2? Why were they "special"?

How can I oppose my advisor granting gift authorship to a collaborator?

Plotting level sets of the form f(x,y,c)==0

Are there photos of the Apollo LM showing disturbed lunar soil resulting from descent engine exhaust?

A question about dihedral group

Why would a Intel 8080 chip be destroyed if +12 V is connected before -5 V?

How to align values in table according to the pm and point?

Can there be plants on the dark side of a tidally locked world?

Taking the first element in a list of associations

Why not use futuristic pavise ballistic shields for protection?

IEEE Registration Authority mac prefix

What is the significance of 104%?

Tiny image scraper for xkcd.com

How do you manage to study and have a balance in your life at the same time?

What is this red bug infesting some trees in southern Germany?

properties that real numbers hold but complex numbers does not



How do you get the angle of the lid from the CLI?


Is there any way to set a MacBook Pro to not sleep when you close the lid?MacBook Pro 13 doesn't fall asleep when the lid closedHow to get the postion of the lidPreventing MacBook from sleeping when closing lid on SierraHow to keep MacBook awake with lid closed + extended display?My Macbook air won't go to sleep when I close the lidCommand-line stop MacBook from sleeping when lid is closed?Hinge on 2016 MacBook Pro






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















I know that you get whether the lid is open or closed from:



ioreg -r -k AppleClamshellState -d 4 | grep AppleClamshellState.



What I want to know is if the lid is open, what is its angle relative to the plane it is sitting on.










share|improve this question









New contributor



Blam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    3















    I know that you get whether the lid is open or closed from:



    ioreg -r -k AppleClamshellState -d 4 | grep AppleClamshellState.



    What I want to know is if the lid is open, what is its angle relative to the plane it is sitting on.










    share|improve this question









    New contributor



    Blam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      3












      3








      3








      I know that you get whether the lid is open or closed from:



      ioreg -r -k AppleClamshellState -d 4 | grep AppleClamshellState.



      What I want to know is if the lid is open, what is its angle relative to the plane it is sitting on.










      share|improve this question









      New contributor



      Blam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I know that you get whether the lid is open or closed from:



      ioreg -r -k AppleClamshellState -d 4 | grep AppleClamshellState.



      What I want to know is if the lid is open, what is its angle relative to the plane it is sitting on.







      macos macbook command-line hardware






      share|improve this question









      New contributor



      Blam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question









      New contributor



      Blam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question








      edited 7 hours ago









      bmike

      168k46 gold badges304 silver badges662 bronze badges




      168k46 gold badges304 silver badges662 bronze badges






      New contributor



      Blam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 11 hours ago









      BlamBlam

      1184 bronze badges




      1184 bronze badges




      New contributor



      Blam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Blam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.

























          1 Answer
          1






          active

          oldest

          votes


















          5















          There is no easy way to do this from within the computer (you could always measure it of course). The hardware on laptops only needs to know whether the lid is closed or not, so a simple on/off switch is enough and built-in.




          There are (at least) two threads on reddit where apparently the tilt level seems to control audio volume:



          • https://www.reddit.com/r/ProgrammerHumor/comments/6fek1m/hope_you_dont_mind_having_the_volume_turned_up/

          • https://www.reddit.com/r/ProgrammerHumor/comments/6fowct/lid_controlled_volume_mac_edition/

          The first one is quite obviously a fake, the second one claims




          You're right! I used the ambient light sensor values to calculate the percentage




          So while there isn't a way to get the angle directly, it can be calculated/approximated using other sensors.






          share|improve this answer






















          • 3





            I think you're ignoring the opportunity to superglue a Bluetooth spirit level to the lid of the MacBook :-) Oh, and one to the chassis too.

            – High Performance Mark
            11 hours ago




















          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          5















          There is no easy way to do this from within the computer (you could always measure it of course). The hardware on laptops only needs to know whether the lid is closed or not, so a simple on/off switch is enough and built-in.




          There are (at least) two threads on reddit where apparently the tilt level seems to control audio volume:



          • https://www.reddit.com/r/ProgrammerHumor/comments/6fek1m/hope_you_dont_mind_having_the_volume_turned_up/

          • https://www.reddit.com/r/ProgrammerHumor/comments/6fowct/lid_controlled_volume_mac_edition/

          The first one is quite obviously a fake, the second one claims




          You're right! I used the ambient light sensor values to calculate the percentage




          So while there isn't a way to get the angle directly, it can be calculated/approximated using other sensors.






          share|improve this answer






















          • 3





            I think you're ignoring the opportunity to superglue a Bluetooth spirit level to the lid of the MacBook :-) Oh, and one to the chassis too.

            – High Performance Mark
            11 hours ago















          5















          There is no easy way to do this from within the computer (you could always measure it of course). The hardware on laptops only needs to know whether the lid is closed or not, so a simple on/off switch is enough and built-in.




          There are (at least) two threads on reddit where apparently the tilt level seems to control audio volume:



          • https://www.reddit.com/r/ProgrammerHumor/comments/6fek1m/hope_you_dont_mind_having_the_volume_turned_up/

          • https://www.reddit.com/r/ProgrammerHumor/comments/6fowct/lid_controlled_volume_mac_edition/

          The first one is quite obviously a fake, the second one claims




          You're right! I used the ambient light sensor values to calculate the percentage




          So while there isn't a way to get the angle directly, it can be calculated/approximated using other sensors.






          share|improve this answer






















          • 3





            I think you're ignoring the opportunity to superglue a Bluetooth spirit level to the lid of the MacBook :-) Oh, and one to the chassis too.

            – High Performance Mark
            11 hours ago













          5














          5










          5









          There is no easy way to do this from within the computer (you could always measure it of course). The hardware on laptops only needs to know whether the lid is closed or not, so a simple on/off switch is enough and built-in.




          There are (at least) two threads on reddit where apparently the tilt level seems to control audio volume:



          • https://www.reddit.com/r/ProgrammerHumor/comments/6fek1m/hope_you_dont_mind_having_the_volume_turned_up/

          • https://www.reddit.com/r/ProgrammerHumor/comments/6fowct/lid_controlled_volume_mac_edition/

          The first one is quite obviously a fake, the second one claims




          You're right! I used the ambient light sensor values to calculate the percentage




          So while there isn't a way to get the angle directly, it can be calculated/approximated using other sensors.






          share|improve this answer















          There is no easy way to do this from within the computer (you could always measure it of course). The hardware on laptops only needs to know whether the lid is closed or not, so a simple on/off switch is enough and built-in.




          There are (at least) two threads on reddit where apparently the tilt level seems to control audio volume:



          • https://www.reddit.com/r/ProgrammerHumor/comments/6fek1m/hope_you_dont_mind_having_the_volume_turned_up/

          • https://www.reddit.com/r/ProgrammerHumor/comments/6fowct/lid_controlled_volume_mac_edition/

          The first one is quite obviously a fake, the second one claims




          You're right! I used the ambient light sensor values to calculate the percentage




          So while there isn't a way to get the angle directly, it can be calculated/approximated using other sensors.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 7 hours ago

























          answered 11 hours ago









          nohillsidenohillside

          56.8k14 gold badges119 silver badges167 bronze badges




          56.8k14 gold badges119 silver badges167 bronze badges










          • 3





            I think you're ignoring the opportunity to superglue a Bluetooth spirit level to the lid of the MacBook :-) Oh, and one to the chassis too.

            – High Performance Mark
            11 hours ago












          • 3





            I think you're ignoring the opportunity to superglue a Bluetooth spirit level to the lid of the MacBook :-) Oh, and one to the chassis too.

            – High Performance Mark
            11 hours ago







          3




          3





          I think you're ignoring the opportunity to superglue a Bluetooth spirit level to the lid of the MacBook :-) Oh, and one to the chassis too.

          – High Performance Mark
          11 hours ago





          I think you're ignoring the opportunity to superglue a Bluetooth spirit level to the lid of the MacBook :-) Oh, and one to the chassis too.

          – High Performance Mark
          11 hours ago



          Popular posts from this blog

          Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

          Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

          Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її