qbancoffee / imac_g3_ivad_board_init

iMac G3 IVAD board initialization with an arduino
GNU Lesser General Public License v3.0
146 stars 14 forks source link

Apple Studio Display (M7768) boot signal - Potentially Related? #16

Open TitaniaEXE opened 1 year ago

TitaniaEXE commented 1 year ago

Hello, I've been looking into the ADC Apple Studio Display, model M7768. This is Apple's last CRT, and it uses ADC as it's connector. It's possible to split it back into VGA + USB + Power (+LED +Soft Power), either by a converter or simply splicing the wires. However, the Display will only "boot" if it's connected to a G4-G5 era Mac, as it needs some sort of boot signal.

Now, some known things about this monitor:

Is there any possibility the boot signal this monitor expects is related to the signals these IVAD boards use?

qbancoffee commented 1 year ago

I'm not sure if ti uses the same sort of sequence but I wouldn't doubt it. The best way to know is if you can sniff the comms between the two when starting it up. Do you have a way of sniffing the comms?

TitaniaEXE commented 1 year ago

I currently lack a compatible Mac system to connect it to, or a logic analyzer. However, using Linux it is possible to transmit arbitrary i2c/DDC signals, so it should be possible to try the signals. Given that the monitor is active enough to transmit EDID and handle DDC over USB, it would seem that it only needs a "start up" signal, as the device is already awake enough to handle those.

TitaniaEXE commented 1 year ago

Using an HDMI to VGA adapter, the monitor presents four i2c registers at the bus:

I reckon I could use i2cset for write_byte_data, and i2cget for read_byte, but I am not certain what would replicate simple write_byte.