bolha.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a Brazilian IT Community. We love IT/DevOps/Cloud, but we also love to talk about life, the universe, and more. | Nós somos uma comunidade de TI Brasileira, gostamos de Dev/DevOps/Cloud e mais!

Server stats:

254
active users

#powerpc

1 post1 participant0 posts today

This is my Motorola StarMax 3000 that I bought back in the 90’s. It’s one of the Mac clones from the short period where Apple had a clone program. It has the Apple designed Tanzania board that the 4400 also used. The 4400 is generally regarded as the least “Mac” Mac, so the StarMax is even less of a Mac I guess. It was my first “Mac”, and I got it pretty cheap when they were getting rid of the old stock.
The StarMax was universally criticized for its obscene noise level, and it is really is very loud, to the point of being unusable.
I’ve worked a little on mine recently.
It has two fans - a 92mm in the PSU and a 60mm in the front, which takes care of the CPU. Yes, really. 60mm.
I have replaced those with Noctuas.
Another noise source, which is perhaps even worse, is the obscenely loud OEM IBM hard drive. I have replaced it with a CF card in the back, also making getting files across easier.
The StarMax has also been fitted with a Sonnet CPU upgrade, which replaces the L2 DIMM and needs an extension to activate.
All in all, this is a delightfully quirky system.

Project Espresso alpha now available

"We are excited to announce that Project Espresso, our project to port Adélie Linux to the Wii U console, has just released alpha repositories. We will be providing root images for SD cards in the coming days. For more information, including links to the repositories and how to set up your existing install to use these binaries, see the linked blog post. Happy computing!"

blog.atwilcox.tech/2025/02/24/

blog.atwilcox.techEspresso alpha available! – Wilcox Technologies Inc. Blog

#retro #linux #powerpc
Did some reason my ADHD brain remembered running Linux on my Apple Performa 6400/200 tower.
Found this lunduke.locals.com/post/408868
It's a good quick rundown of running a micro-kernel based OS. It was a wild time.

6400: en.m.wikipedia.org/wiki/Power_
The main board was on a giant socket and slid in/out with little effort.
It floored my PC friends at the time how easy it was to access the internals.
That was the last/best Mac I owned. MacOS 9 was a weird thing, nevermind 10

lunduke.locals.comMkLinux: The delightfully weird PowerPC Mac Linux Distro of the 1990sConnect with Lunduke and other members of Lunduke community

The new Power Mac 6500, "Miracle" has been moved onto the Tower of Power 😁

The internal hard drive is truly dead - Apple System Profiler is the only thing that is able to see it. So I connected the 4 GB LaCie SCSI drive up and formatted that to use for now, until I can pop in a new internal drive or a CF to IDE adapter.

There's still a weird problem with the video. Sometimes when I boot the machine, there's no video at all, and I have to power it off and back on again a few times before the video returns. But when it does have a picture, it's stable, and not flickering like it did on the TV or the monitor that it came with.

Finding an install disc to boot this from is troublesome. Most of my classic Mac OS install discs I burned 25 years ago, and turns out they don't work properly any more and just make the CD drive spin up and down a lot (like the 8.6 disc in the attached pic).

Eventually I found the original Mac OS 8.1 install disc from my Dad's old G3, which works, so I'm going to install that for now and see if I can upgrade the OS either to 8.6 or 9.1 later, once I have the machine on the network and can install from there.

So this morning, I was laying in bed and doomscrolling, when I got a Facebook Marketplace notification that someone in the next town over was selling a Power Mac 6500/275, with a bunch of peripherals, for an _unbelievably_ low price.

90 minutes later I was loading it into my car. 😅 It's a #MARCHintosh miracle!

Anyway, presenting the newest member of my Tower of Power:
- Power Mac 6500/275
- 128 MB RAM
- 60GB internal IDE hard drive (might be dead)
- 4GB external SCSI hard drive, working (the smaller one in the pic)
- ?GB external SCSI hard drive, condition unknown (the gigantic one in the pic)
- internal ZIP drive
- includes a 10Mbit ethernet PCI card
- includes a USB PCI card (probably USB 1.x)
- includes a modem (lol)
- includes an Acer AL1716 monitor

It does have some quirks:
1. I'm not sure what the condition of the internal IDE hard drive is. Apple System Profiler recognizes that there is one installed, but doesn't recognize any volumes, and I can't hear it spin up. Not sure if it's dead or just needs to be formatted. Also the serial number is showing up in ASP as garbage characters?

2. I can't connect the second external SCSI drive because I need to connect the first one to boot right now. Later on I'll see if I can find a bootable CD to get around that.

3. It came with two VGA cables and two VGA-DB15 adapters. One of them didn't work with the monitor at all. The other one worked but the screen would flicker on and off every couple of seconds. So I hooked it up to my TV instead (which has a VGA port). The adapter that "worked" with the monitor didn't work with the TV, but the one that didn't work with the monitor worked fine with the TV. The screen flickered a couple times on the TV, but otherwise worked.

4. One of the plastic tabs on the back used to slide out the logic board was broken off. I was able to get the board out to inspect it using a flat head screwdriver but it was annoying.

5. The case needs a real good cleaning.

6. ASP says that there's no modem installed... but there's definitely a modem installed in the machine. I'm guessing it's just missing a driver or something? The OS install doesn't look complete.

7. Battery is dead and needs replacing. It's a Rayovac 840 so not as simple as swapping one of my MeowToast CR2032 adapters in. Hmm.

Anyway, I guess I have a second project for Marchintosh now. 😂

I wrote an extensive article about the Mac Mini G4 as a retro-gaming machine.

For me it is near perfect as it is able to run almost anything from the late 80s up to early 2000s. And it has a very reduced footprint and can be easily plugged into modern display 🙂

This article also expose some technical aspects such as the way PowerPC Mac OS machines could ran 680x0 software and delves into the history of PowerPC until the G4.

xtof.info/MacMiniG4-the-best-c

XtoF’s Lair · Mac Mini G4 - The best « classic » Macintosh for retro-gaming?The Mac Mini G4 promises to be compatible with almost every Macintosh software released until the early 2000s. This article explains why and puts the machine to the test.

I landed some improvements and small optimizations to #pixman's AltiVec code. See gitlab.freedesktop.org/pixman/

It was fun working with a new (to me) instruction set and trying to figure out how to puzzle together the pieces into something that improved the `pix_multiply()` function (which is kind of the core primitive of most fast paths).

I couldn't figure out a way to use the `vec_mradds`/`vmhraddshs` instruction. Maybe you can? (see gitlab.freedesktop.org/pixman/)

GitLabvmx: Many improvements (!136) · Merge requests · Pixman / pixman · GitLabMatt Turner (19): vmx: Remove unnecessary variable vmx: Remove unpack_565_to_8888() and associated constants vmx: Remove unpack_128_2x128_16() vmx: Remove...

I fixed an issue in pixman's Altivec code the other day -- cgit.freedesktop.org/pixman/co

And in the process, I read through the Altivec docs and discovered that there are vector instructions that pack and unpack between a8r8g8b8 and a1r5g5b5 formats (but nothing fo r5g6b5).

Any clues why? Was a1r5g5b5 really common on Mac OS or something? I don't think I've seen a1r5g5b5 used anywhere.

cgit.freedesktop.orgvmx: Fix is_opaque, is_zero, is_transparent functions - pixman - Pixman: The pixel-manipulation library for X and cairo. (mirrored from https://gitlab.freedesktop.org/pixman/pixman)

"The engineering models of both the Curiosity Mars rover (fg) and the Perseverance Mars rover share space in the recently expanded garage at the Mars Yard. Curiosity’s Earthy double is called MAGGIE, short for Mars Automated Giant Gizmo for Integrated Engineering; Perseverance’s double goes by OPTIMISM (Operational Perseverance Twin for...)"
[NASA
Twin Rover Twins](science.nasa.gov/resource/twin)
#mars #nasa #space #powerpc #rover #robotics #technology #exploration #science #garage #pimpmyrover

Painter 7, running on Mac OS 9 on a 1.5Ghz G4 #PowerPC Mac Mini from 2005 + an old Wacom Graphire 2.

Not bad for a 19 year old machine. This is surprisingly useable. Excuse the quality of the art. I swear I was better at it in the past century. Holding a phone + a rotated screen + left hand doesn’t make it better …

Considering I once used (an earlier version of) this app on a 100Mhz PC this flies.
#RetroComputing