Re: iMac G3: Turn off screen?
Wolfgang Pfeiffer <[email protected]> Mon, 17 Jul 2023 19:06:28 +0200
| Newsgroups | gmane.os.openbsd.ppc |
|---|---|
| Message-ID | <ZLV1FLVB3Rpt7Nrg@localhost> |
On Mon, Jul 17, 2023 at 01:15:35PM +0000, Jag Talon wrote: >I recently installed OpenBSD 7.3 on an iMac G3 (dmesg attached) and >I'm using it as a tiny web server. I'm really happy with it, but the >screen is too bright at night. > >I know that OpenBSD on PPC doesn't support sleep, but would anyone >familiar know if turning off or dimming the CRT monitor is possible? ssh into the Mac and switch it off via something like xrandr --output <display ID> --off ? And I'd be careful to not switch off the wrong display .. ;) Or better, trying to map some key combo to turn up/down monitor brightness ..? Wolfgang