Skip to content

A python based CLI for making monitor adjustment to an iMac G3 over I2C

Notifications You must be signed in to change notification settings

qbancoffee/imac_g3_osd_cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imac_g3_osd_cli

A python based CLI for making monitor adjustment to an iMac G3 over I2C from a raspberry pi.

This was tested on a raspberry pi 4 running Raspberry Pi OS Debian version: 11 (bullseye)

To use the script:

  • Open a terminal and clone the repo.
git clone https://github.com/qbancoffee/imac_g3_osd_cli.git
  • Change to the directory.
cd imac_g3_osd_cli 
  • Make the install script executable.(although it already should be)
chmod +x ./install
  • Install the script.
sudo ./install

At this point everything needed should be installed, so reboot the raspberry pi, log in, open a terminal and type the following.

sudo edit-ivad-init

The script is in the path so you should be able to run it from anywhere.

WRITE INSTRUCTIONS FOR USE HERE

About

A python based CLI for making monitor adjustment to an iMac G3 over I2C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.3%
  • Shell 10.7%