I am trying to write a simple Cocoa App for the Mac for one simple purpose: switching my Dell monitor input to another one (so I can switch between PC and MAC). I already found an application for Windows that does that (mControl by entechtaiwan), and they explain what they do in there:
"To switch inputs via software you use the VESA MCCS command 60h. To send that command to the monitor, you'll need to read and write to the GPU I/O pads that connect to the monitor. Ditto on the Mac."
Does anyone know how can I send such a command from a Cocoa app? Maybe there's a library for that...shouldn't it be quite simple?