Jump to content

an idea...


Suzuka
 Share

8 posts in this topic

Recommended Posts

I recently read a post about making the macbooks single button into a two button by replacing a kext. So this got me thinking, if a certain kext is replaced in my imac with one from an ibook, I can shut off my moniter by turning the brightness down. anyone with an iBook(and maybe a macbook) wanna help me with this? and does anybody no what kext (if any) is used?

Link to comment
Share on other sites

Oh dear, the monitor discussion again. Here are my issues with this problem:

 

1. Is there a Terminal command that can do this (which I thought other *nix systems had this)? If so, I can cobble an AppleScript in ten seconds for everyone to turn off their monitors.

 

2. As always, I recommend making an all black picture, saving it in a custom folder, and making that your screensaver. It's a stopgap measure, yes, but it works.

Link to comment
Share on other sites

do shell script ("pmset dim 1") password ¬
"your_password" with administrator privileges
delay 70
do shell script ("pmset dim 30") password ¬
"Your_password" with administrator privileges

 

that shuts it off after a minute, anyone wanna try to edit it to work in one second?

Link to comment
Share on other sites

delay 70 = delay 70 seconds

 

well the delay is how long untill the script stops

 

do shell script ("pmset dim 1") password ¬

the "pmset dim 1 1=one minute. if I try and set it to .1 or 0:01 it gives me a huge error

Link to comment
Share on other sites

 Share

×
×
  • Create New...