Tagged Questions
0
votes
0answers
45 views
MAC OS X - Mountain Lion - After power saving resolution not maintained [closed]
I have this really crazy problem with Mac OS X 10.8.x, It seems when the notebook goes into display sleep mode (IE monitors switch off) and I return to use it 7 of of 10 times the resolution on my ...
2
votes
1answer
91 views
Change main monitor on Mac programatically
I would like to disable the primary monitor on a Mac and then change secondary monitor to be the main programatically.
Any help on how I can do this? Not sure where to start my research. Thanks!
0
votes
0answers
56 views
How to set the color profile seperatatly per monitor on a Mac
I have a Mac Pro with two identical Samsung monitors. I've callibrated both monitors, but when i change the color profile for one monitor it also changes the profile for the other. Is it possible to ...
0
votes
0answers
37 views
How to get the brand name of the attached monitor on OSX?
I can see the brand name of the monitor attached to a mac as the title bar of System Preferences while in the Displays pane, e.g. SyncMaster in my case. And I can find it in the data output by ...
0
votes
0answers
186 views
Change an external monitor's brightness with a keystroke [closed]
My goal is to adjust the brightness of an external monitor (in my case: 'Dell U2711') via a keystroke on my keyboard.
This does not seem to be possible. Is such a thing possible with other external ...
1
vote
0answers
120 views
Monitoring API calls in Mac OSX
I am beginner on mac and I am doing some reverse engineering and want to know which APIs are called from the executable.
In windows some applications do this such as apimonitor
is there any solution ...
0
votes
1answer
42 views
How to monitor global use of OSX application services?
Open a TextEdit document with a few words in it. Notice that when you right click on a word, you can click "Look up (Word)" to get its definition or "Speech Start Speaking" to hear it read out aloud.
...
0
votes
1answer
209 views
Using Memory Monitor on a single process on Instruments on OS X?
I'm having some issues with Instruments on OS X. I'm trying to monitor the memory consumption of a single process over time on OS X. I'm using Instruments 4.1 for that, with the "Memory Monitor" ...
0
votes
1answer
107 views
Graceful Shutdown Of Application
I want to create a Mac Leopard application that will monitor another application, running on the same computer, and "gracefully" shutdown the monitored application after it has been running for x ...
5
votes
3answers
3k views
Pointers to creating virtual monitor drivers for OS X
I'd like to create a virtual monitor driver for OS X. What I mean by virtual is a monitor driver that does not drive an attached monitor, yet fools OS X into thinking there is such a monitor attached.
...
0
votes
1answer
156 views
how my cocoa application can track streaming-audio activity
I have to develop a application to log online streaming information like opened player(iTunes,Quicktime),running track, total running time of particular track.