Recent Posts

Pages: [1] 2 3 4 5 6 7 8 9 10
1
Mac OS 9 on Unsupported Hardware / Re: Mac Mini G4 + display oddities
« Last post by aBc on Today at 12:12:26 AM »
Of possible relevance here … per darthnVader.

Mac Mini G4 pixel clock limited to 135Mhz   / April 1, 2018
https://macos9lives.com/smforum/index.php?topic=4337.msg30099#msg30099

Quote
Display Support:   Single Display   Resolution Support:   1920x1200
Details:   The DVI video output supports digital resolutions up to 1920x1200. Apple also reports that it supports the "20-inch Apple Cinema display and 23-inch Apple Cinema HD display; supports coherent digital displays up to 154MHz; supports non-coherent digital displays up to 135MHz." VGA output (using the provided adapter) supports analog resolutions as high as 1920x1080. S-Video and composite video (to connect to a projector or TV) requires the Apple DVI to Video adapter (sold separately).


Coherent vs non-coherent is some obscure thing to do with the TMDS transmitter( on the GPU ) and the TMDS receiver in the display. The 9200 either has an issue with a weak TMDS signal with non-coherent receivers( Displays ). Or Apple crippled it, tho I doubt that.

The trouble is, no manufacturer really list that in the specs, and I doubt you'd get anyone in tech support to know what you were talking about if you did call them.

So it's really a crap shoot as to what brand and make of display will work correctly at the native res of the LCD/LED. My 1080p HDTV works fine with the Mini @720p, as the pixel clock is not over 135Mhz at that resolution.
2
New Member Welcome / Re: Greetings from Aus
« Last post by Knezzen on Today at 12:08:09 AM »
Welcome, BitGeek! Great to have you here :)
3
Hardware / Re: AcBel PSU / Quicksilver
« Last post by aBc on Yesterday at 11:58:21 PM »
Yes, for more in-depth, related info read through that entire thread beginning here:
http://macos9lives.com/smforum/index.php?topic=5341.0
4
New Member Welcome / Greetings from Aus
« Last post by BitGeek on Yesterday at 11:57:50 PM »
Hi, found this site while trying to figure out OS 9 - great resource!
5
Hardware / Re: AcBel PSU / Quicksilver
« Last post by ssp3 on Yesterday at 11:22:28 PM »
7
Hardware / Re: AcBel PSU / Quicksilver
« Last post by indibil on Yesterday at 10:52:48 PM »
Hello.

I have a QS 800MHz that when you press the button, it starts and stops. I have dismantled the power supply and bridged the green cable with the black one, and when I connected it the same thing happened. The source is AcBel 614-0157 QS PSU like the one @Jacques shows.

So I followed the tutorial.

None are swollen. C10 gives a correct value. C13, C16 and C29 of 2000uF give me a value of 3300uF and about 3-4ohm of resistance. When it seems strange, I replaced them.

The power supply was very clean.

After replacing them the problem persists, exactly the same. The fan control daughter board has few capacitors. Today I will try to check and replace some more, but I am afraid that my power supply has another problem.
8
This is an amazing resource!! Thank you lolxD!
9
Software / Re: smh, the future of web browsing sucks
« Last post by IoIxD on Yesterday at 07:03:27 PM »
i still cant beleive we now live in a world where the browser software developers are so f**kin lazy that they can only compile browser support for os'es from 2019 or above..  (the last 5 years)

Google Chrome and Firefox* support Windows 10, which was released in 2015. I can't find information on if they require a specific update to it, but I can find that Chrome also supports Windows Server 2016. Chrome also runs on a Pentium 4.

Both minimally support Mac from 2019 and Linux from 2018, yes. The former correlates with Apple dropping 32-bit support, which correlates with them not really caring about backwards compatibility, so I wouldn't be 100% angry at the browser devs. I think the Linux kernel devs also hold that same attitude, and in that case Antix Linux or Artix Linux exists and allows you to run a modern kernel on older machines.

There's lots of reasons to hate the modern web, but I disagree with this being one of them.

*at this point those might as well be the only browsers left. I really hope Ladybird is good...

EDIT: Ok I just realized that FreeBSD support goes back to 12.0, which is probably what you meant. FreeBSD is not the only OS though, and thus my point still stands.
10
Development & Programming / I made Modern API Documentation for Mac OS 9.
« Last post by IoIxD on Yesterday at 05:09:53 PM »
I started becoming interested in Mac programming recently and was quite disappointed in the lack of good documentation for the C/C++ functions. Outside of literal scans of books, the only thing I could find was the Apple website which was only avaliable via Wayback Machine and had a horrible interface (a search bar that no longer worked)

So I took matters into my own hands.

This is generated via the header files from the copy of Universal Interfaces that I got with CodeWarrior 8. It's actually so new that it's intended for Carbon developers, but the functions that were removed in Carbon are still documented here.

Unfrotunately, "documented" is very literal here. It turns out Apple was horrible at documentation; many functions are not described and most struct fields are not either. I could probably find more information if I sat down and fully combed through the books, and if I do, I'm probably going to add it to this site. But in the mean time, this is better then what I found before.

I also invite anybody who has the time/knowledge to submit a pull request to the GitHub repo for the docs.
Pages: [1] 2 3 4 5 6 7 8 9 10