Anybody know how to decrease the text size for the CLI interface on an iBook G4 with OpenBSD 6.6? The OpenBSD FAQ gives how to do it for devices using VGA, but the iBook is using radeondrm... I found an ancient page from 2003 that has you recompiling the kernel to do it but I don't think those instructions exactly apply anymore.
I'd kind of like to use the iBook as distraction free device and not using X11 is one way to limiting those but I'd rather not work at like 18 point font.
I'm also having trouble getting Wifi to automatically connect at boot.
I can do
Bash:
ifconfig bwi0 up
ifconfig bwi0 join myssid wpakey mypassphrase
dhclient
and get a working net connection after boot but having my hostfile.bwi0 as
Bash:
join myssid wpakey mypassphrase
dhcp
up
seems to get a lease at boot but doesn't actually seem to let me connect anywhere. Not sure what's wrong there.
Overall I'm pretty impressed that OpenBSD 6.6 works so well on a device so old.