Try Adelie Linux, it seems like nowhere near as good as Ubuntu, but it shouldn't have VFS error: www.adelielinux.org/info.html
No thanks. I'll stay with Ubuntu.
Try Adelie Linux, it seems like nowhere near as good as Ubuntu, but it shouldn't have VFS error: www.adelielinux.org/info.html
<snip>...if the Finder drops a connection to an attached server the computer beachballs forever. Leopard will ask if you want to disconnect and will move right along.<snip>
Yes, you have and thank you for mentioning it again!I'm sure I've mentioned it before, but there is a fix for this issue- http://bafford.com/software/unlockupd/
I keep hearing that T4Fx is too slow and heavy, so yet again I remind people that there are ways to make it dance.
People want to use it out of the box, they take no time to optimize it and when it can't do what they expect from it they declare it too slow and heavy.
What is happening here is not that the app doesn't work, it's just that their expectations are skewed.
It's been a known fact that Youtube on PowerPC has been difficult to make work for years now - with any browser. The limitation here is mainly on the Mac and while outdated browsers contribute to this, getting around the Mac's hardware limitations is the actual issue.
Yet people expect TenFourFox to stream 1080p video from Youtube without issue and then blame the browser when that doesn't happen!
The other thing about expectations is speed. Firefox/TenFourFox on ANY system is not faster than Webkit or Chrome. Expecting T4Fx then to blow the doors off Safari on a PowerPC is ludicrous. Yet again, people then claim it's too slow and heavy.
It always has been slower, it always has been heavier. And even on modern Macs in comparison to WK and Chrome it is slower and heavier and as far as I can tell it always will be.
But again, there are things you can do. Even so, it will never be faster than these other browsers. But it will be faster than the out of the box profile people seem to expect will do the internet so wonderfully.
All of this goes back to a final expectation though. People seem to be so concerned about speed. Speed is nice, speed is fine, but as I have mentioned many times, I prefer the ability to customize and the ability to use as many modern things as I can on my Macs over speed. I am willing to sacrifice some speed for that.
It would seem that many people are not. Or perhaps their use cases differ from mine.
Tiger is a nice OS and as has been claimed it is probably best optimized for PowerPC. But I can't run Adobe CS4 on Tiger. The printer sharing features of Tiger are primitive in comparison to Leopard. Tiger has issues conncecting to Windows servers and PCs. It's capacity to use SMB is primitive and if the Finder drops a connection to an attached server the computer beachballs forever. Leopard will ask if you want to disconnect and will move right along.
So, again I sacrifice speed for customization and usability. I use Tiger because I have to on certain Macs. But Leopard for everything else, even if it's on a Mac that cannot install it natively.
Don't get me wrong. I am not berating anyone for their choices being different than mine. I'm just pointing out that because one may prefer this or that over the other it does not make the other option any less valid.
Well, I bet that if someone were to write optimized codecs with Altivec assembly(which would be incredibly difficult), and write an Altivec optimized C library, run those on an Altivec optimized Linux kernel. Even Ivy Bridge/Sandy Bridge laptops would get their arses whipped.
Well, I bet that if someone were to write optimized codecs with Altivec assembly(which would be incredibly difficult), and write an Altivec optimized C library, run those on an Altivec optimized Linux kernel. Even Ivy Bridge/Sandy Bridge laptops would get their arses whipped. My laptop is a dual core Penryn C2D P8700, with Quadro FX 770M GPU, handles 1080p@30fps just fine. Admitedly, my laptop runs about 60 watts of power to play a 1080p video on one screen, while doing general web browsing with 6 tabs on another screen, a PMG5 Quad would be using 300 watts just for the CPU. And my laptop runs Javascript-laden modern sites just fine, but a G5 struggles, even though T4FX has a Altivec optimized Javascript engine(but I would imagine, running a Altivec optimized Javascript engine on LInux would be a bit faster.).
I am not sure how much difference altivec optimization would make for the whole experience.
Given how a modern CPU works the days of hand optimizing through assembly language are long behind us. Compilers now do the heavy lifting that you described above.The thing past-me didnt realize about altivec assembly optimization is that the vendors and development partners back in the day had extremely fancy software tools that could analyze the internal state of the CPU, simulate all the pipelines and so forth and so on, so that they would help you optimize your assembly code. That was how people really optimized altivec code back in the day. It is not just writing instructions to run calculations in parallel. It is about giving the CPU the altivec instructions in the most optimal order so that it will always be able to be working on something or fetching data into those 128 bit registers efficiently, and using the available parts of the CPU simultaneously in time for everything to come together. I think this is beyond difficult - i think it basically requires the high level analysis tools that are not available to joe schmoe linux hacker. Or tons of experience and/or savant-level insight into how altivec works.
A modern web page is a cesspool of hidden code which bogs down computers which are still capable of displaying the content of the page. The optimization for web browsing is to optimize the web pages themselves.More than that, what would the best theoretical speedup be? Lets say somehow you have algorithm X and you can apply altivec magic and speed it up. Well, altivec is SIMD with a 128 bit register. So maybe if your algorithm works on 32 bit values, you can get a 4 times speedup in the best case. Is four times speedup enough to deal with the modern web? If a site loads in 4 minutes, and you get it down to 1 minute, does that mean its usable? If your algorithm is dealing with 8 bits values you get 16 x speedup maybe? How many algorithms only depend on calculations on 8 bit values? And does that make a difference if your program is really i/o bound instead of CPU bound... what is the maximum bandwidth of the disk bus on a G5 machine? the network ? And the GPU?
It will probably be the deprecation of plain HTTP and/or TLS 1.0-1.2.Something will likely come that will kill PPC internet usage before 2020