Jason Haas on LinuxPPC -- and Drunk Drivers
Math intensive server stuff
(Score:4, Interesting)
by drenehtsral
I'm working on (or more accurately about to start) a very math intensive client server system, where the server has to do a metric ass-load of calculations mostly on 64-bit signed integers on behalf of client machines. The data are all going to be in ram, and multi-cpu support is a good thing.
Would you recommend a PPC machine over a x86 machine for a task like this? I guess this is mainly a chipset/etc... question, but i have been unable to find that sort of information elsewhere, and i figure who better to ask, 'cause you probably have a decent gut-feeling for how the architecture works in practice on real-world data =:-)
Jason:
Wow, nothing like a nice, simple question to start your day. ;-D
If you're going to be working with 64-bit numbers, I would try to do a real-world test. That is, get Athlon, Alpha, Pentium 4, and PowerPC 7400 (G4) machines, and try some tests to see how quickly each of them handle integers that big. I know the PowerPC 7400 (G4) has an awesome vector calculation module (128-bit vector registers can be fun), but that's not the same thing as integers. The 7400 doesn't have any specialized integer units, whereas the Athlon and P4 do. (I'm pretty sure of this, but you should definitely do your homework before making any decisions based on this information.) It might be great for decompressing video, but for hard-core (sounding) tasks like handling 64-bit signed integers, I'd definitely test everything possible. Definitely try the Alpha and MIPS, too. Alpha's sort of known for handling these sorts of things.
I'd also ask on the linuxppc-devel mailing list. People that probably can help you are on that list. (http://lists.linuxppc.org/)
Re:Math intensive server stuff
(Score:5, Interesting)
by Smitty825
One other important thing to ask is the state of the GCC complier for the PowerPC Platform. IIRC, it isn't as efficient as the ones available for the x86 and Alpha platforms. How much would LinuxPPC benefit from an optimized compiler and what sort of performance could be expected from LinuxPPC compared to Linux86/Alpha/others?
Jason:
Franz Sirl, a Linux/PowerPC developer, has done a lot of work on optimizing GCC for PPC. Look at PPC vs. x86 benchmarks. Theoretically, PowerPC kicks x86's butt, but if things aren't optimized for it (as often happens in this x86 world), it may not seem like such a hot processor. With more optimization, performance should continue to improve. Again, I'd ask about this on the linuxppc-devel list.
Platform Issues
(Score:5, Interesting)
by IanCarlson
Is LinuxPPC a viable alternative to x86 Linux? Can I run my department on a LinuxPPC-based server with the same peace-of-mind that I get on an i386-based box running Linux? Will I still enjoy the almost surrealistic uptimes I get with my current Linux server? Does the LinuxPPC code still suffer from chronic flakey-ness?
I'm currently looking into obtaining a PowerPC box to test out the current state of Linux on the PPC platform.Hopefully your answers will point me down the path of RISC utopia.
Jason:
That's a good place to be. Of course it's an alternative. For some of us, it's reality. ;-) You can run on a PPC box as well as an x86 box. I know of many places that are using PPC boxes for everything from basic stuff like web servers to netatalk servers to controlling puppets. (Jim Henson's Creature Shop!) There are a lot of real world examples of Linux/PowerPC in action. We have a few in our office. Most of our servers have the same legendary uptimes that Linux is known for. Servers outside our office have them. Other people's servers have them. It's everywhere. ;-)
The PowerPC 604 is an incredibly stable processor for Linux use, and the 750 (Apple's G3) is very solid. The 7500 (G4) is getting there fast.
I'm not sure what you mean by "chronic [code] flakey-ness". Code not optimized for PPC? Yes, though not as much now. Unstable code? Yes, but that seems universal. A lot of times, it can be traced to simple things like bad RAM. Try replacing the RAM if your machine is acting quirky. It could make a big difference! (He says to an audience in which 512 MB of RAM may not be uncommon....)
ATX motherboard availability?
(Score:4, Interesting)
by glrotate
I think one thing that would foster Linux PPC adoption, and PPC in general would be a relatively cheap PPC motherboard. I remember IBM released their reference design some tine ago and there was some noise from 3rd parties about product anouncements, but nothing materialized. Does anyone know when we might see something?
Jason:
Oh, that would rock if those came into reality. I do know about it but I can't comment about it beyond saying that I hope it actually happens.
What I can say: it needs to happen.
merge with RedHat?
(Score:5, Interesting)
by A moron
I've tried LinuxPPC several times over the years and have actually been disappointed. It just hasn't seemed polished and LinuxPPC, the company, has had some serious customer service problems.
Have you ever thought about or actually talked to RedHat as making LinuxPPC the RedHat Distro for PPC?
Jason:
Yes, and I can't comment about that. In September of 2000, we committed to customer service, as things really were bad. But then, a major hunk of the company was unable to think straight, or remember what he was just about to say. (That "hunk of the company" == me!) The good news is that customer service is still a major priority, and I'm well enough that I can see to it that it stays that way, and make sure that people are helped.
Your Perception Before and After the Accident
(Score:5, Interesting)
by TheNecromancer
Jason,
First of all, I'd like to commend you and your wife for your courage and determination through your ordeal! I also hope they throw the book at the jerk who caused the accident!
My question is this: Do you find that your perception of the world and what your interests, passions and abilities are, different than before your accident? Has the accident changed your interests towards the computing industry?
Jason:
First off, thank you. :-) I've been through hell, many times. People don't know what it's like to have a traumatic brain injury, or permanently lose vision in an eye. It's not fun. ;-)
Say, Cassie (my wife) is a major hero here. Thanks to everyone who wrote in and expressed support for her. Do it some more, she'd appreciate it. ;-D
They will be throwing the book at "Jerk Boy" (my name for the ...drunk.... who hit me). He faces three felony charges, including driving under the influence and driving with intent to cause harm. Considering that he had a 0.25 BAC (blood-alchohol content), I don't know how they could defend against it.
Yes, my injuries changed a lot of things, including how I see the computing industry. Part of me realizes how big a help it's been (and at the same time a bloody pain the ass!), and part of me wants to get out of it. To me, living well (being content with your situation, loved ones, etc.) is much more important than having the latest box, biggest monitor, or best domain name is. (It was that way before, too, but now it's even more so.)
Linux and Accessibility
(Score:5, Interesting)
by FourG
During your recovery period, did you find the need to use any accessibility tools to accomplish tasks? If so, what were your impressions? Does Linux have the tools people with alternative interface needs (like text-to-speech) need to access their information?
Jason:
I didn't have any experience with that stuff, unfortunately. I think the State of Georgia's health department may have been able to help me with a bit of that, but I'm sure it all would have been for Windows or the Mac OS. (And useless to me.)
A moment of victory for me was about four months after I got hit; I was back at home, and still was able to use vi. I'm not sure what that says about the effects of a brain injury. ;-D
Altivec and MP G4's?
(Score:4, Interesting)
by esome
ok, newbie questions but:
1)How much can a PPC linux distro can benefit from Altivec optimization?
2)Does LinuxPPC enjoy the same degree of improved performance from additional processors that OS-X does?
Jason:
AltiVec: Apps that use features that AltiVec can help will benefit. The OS itself probably won't get much benefit. AltiVec was designed to help things like video and audio, things that people in Apple's markets are interested in. Linux doesn't have much software that can benefit from that. I don't know how much an AltiVec-friendly kernel or version of Apache would improve things, if at all. As Linux gets more "desktop" and "multimedia" software, AltiVec support will probably become a more interesting topic for Linux.
Oh, you could probably jigger Enlightenment to use AltiVec.. oh my...
SMP support is still improving. Until recently, there wasn't much in the way of SMP hardware out there. Before Apple introduced the multiprocessor G4s, there simply wan't that much at all. There were a number of MP PPC 604 machines, but they're no longer in production, unless you find an obscure Motorola box.
With Apple (the major PPC player) making MP boxes, MP support will improve. With Apple making boxes that have AltiVec, support for that'll improve too. Assuming that they keep using AltiVec.
Why should my next purchase be a PowerPC?
(Score:5, Interesting)
by rjh
Intel hardware is a commodity; it's cheap, there are lots of peripherals for it, you can buy individual components and build your own box easily, and prices are very low.
AFAIK (which isn't far), PowerPC hardware is mostly proprietary, controlled by Apple, is more expensive, has less variety in peripherals, and you're more or less stuck buying a Macintosh just to get your PC. Not just that, but many components of many PowerPC-based computers have marginal to no support under Linux (USB is marginal, Firewire is nonexistent right now, etc).
Given all this, where is the major win in the PowerPC? Why ought my next purchase for a PC be a PowerPC running LinuxPPC/Yellow Dog/MkLinux?
I'm not trolling here; I'm just uneducated. :) Educate me.
Jason:
Very good question! You're right: unless you get an oddity of a system, you're buying a Mac to get a PPC box. The TiVo is a Linux/PPC box, but I don't think that it can run Apache. ;-) (then again, Paul Mackerras and company have added an Ethernet card... anyway...)
For what it's worth, USB on Linux is coming a long way (printers now work, for example), and FireWire's getting there.
The advantage of PPC over x86 is/was that at a lower clock speed, you got higher performance. But 1 GHz PCs are coming out left and right, and Apple's fastest is 500 MHz. For some things, they will be the same speed. But you can get a Celery (er, Celeron) box super-cheap, with a lot more stuff that you get with an iMac. It's becoming quite difficult to have a viable alternative when you can't get a super-cheap box.
PPCs are smaller, faster, and cooler (literally and figuratively) than x86 chips. The PPC 7400 doesn't need a CPU cooling fan. Get a Mac (I'd name some other cheap PPC boxes, but there aren't any!) and you'll get a super-cool case and the cool-looking one-button optical mouse.
Where's the real advantage, though? Again, good question. As the computer world changes, and no third party desktop PPC boxes appear, it's getter harder to answer. I think the real problem here is that there are no real third-party alternatives for PPC hardware. And that needs to change. Should IBM's POP board see the light of day, ask me again, and I'll have a different answer for ya. As I said above, it needs to happen.
=---
Why should my next purchase be a PowerPC? by rjh Intel hardware is a commodity; it's cheap, there are lots of peripherals for it, you can buy individual components and build your own box easily, and prices are very low....Given all this, where is the major win in the PowerPC? Why ought my next purchase for a PC be a PowerPC running LinuxPPC/Yellow Dog/MkLinux?
:-). However, I just don't see how (at this time) the benefits outweigh the costs of a PPC based system (or Alpha, or MIPS, except for servers). x86 processors are the cheapest and best supported (in terms of motherboards, etc). In addition, the peripherals of a Mac aren't nearly as abundant as those of your common PC.
Jason: Very good question!...PPCs are smaller, faster, and cooler (literally and figuratively) than x86 chips. The PPC 7400 doesn't need a CPU cooling fan. Get a Mac (I'd name some other cheap PPC boxes, but there aren't any!) and you'll get a super-cool case and the cool-looking one-button optical mouse. Where's the real advantage, though? Again, good question.
Though I've had limited experience with it, I like the RISC architecture because of it's tendancy to run cooler and that it's just a more efficient processor. I'd hardly say that a cool case and mouse consititute a valid reason to switch processor types
I can't see myself or anyone else justifying a purchase of a ~$3000US G4 cube with 2 500 Mhz processors compared with the ultra cheap Athlons and P3's (and 4's) now available. When Athlon motherboards support multi-processors (last I heard the chipsets were in the works, out very soon), the ability to have two, say, 800 Mhz Athlon processors just blows away the processor costs of MIPS, Alpha, and PPC, because each of those 800 Mhz Athlon processors are only a little over $100!.
What would be more interesting is to find accurate answers to the first person (Math intensive server stuff by drenehtsral) as to how the PPC does raw calculations compared to x86s of similar price, and not Mhz. There might be an advantage there.
In short, it's too bad Apple killed the clones, or we'd have cheaper PPCs to play with.
"The universe seems neither benign nor hostile, merely indifferent." --Carl Sagan
Jerk Boy is/was a college student at Princeton. I don't know what he was doing in Savannah that day.
And he is caucasian/white.
Haaz: Co-founder, LinuxPPC Inc., making Linux for PowerPC since 1996.
-- haaz.
Heya,
:)
;-)
I'm still healing. But thanks.
When someone asks how I'm doing, I say, "much better, thank you!"
Haaz: Co-founder, LinuxPPC Inc., making Linux for PowerPC since 1996.
-- haaz.
ok, let me get this straight: an interview with one of the leading developers of LinuxPPC and not one question that pertained to MacOS X!? did no MacOS X question get asked, or did he just ignore them?
i'd like to know, because i've tried both, and after getting used to MacOS X, i really can't see any reason to run LinuxPPC as a desktop machine. (i may pick up an old mac to run as my firewall, however. my old PC just blew up, literally; smoke and all).
but servers aside, can anybody give me any one good reason why i should use LinuxPPC over MacOS X? because i can't think of one. on my machine (B&W G3) MacOS X has been more stable, it runs my old Mac programs, it's up-to-date and compatible with all Macs, excellent SMP (i'll get a dual processor box next), and to top it all off it's got a more consistant and cleaner interface (no linux GUI i've tried has come close, and i've learned Aqua is very "tweakable").
so apart from my little firewall (that would really best be searved with FreeBSD on an x86 box), remind me again why i would have any good reason to run LinuxPPC? and "because it's GPL" doesn't count as a good reason for me, especially after Apple has "refined" the APSL.
- j
Based on my understanding of the AltiVec unit, I think there are a few kernel level options that AltiVec may be useful for.
The most obvious is optimizations to the firewalling and routing code within the kernel. The AltiVec unit has a "permute" function that allows you to generate a 128 bit vector by picking and choosing words from two other 128 bit vectors. Aparently, Motorola has built a software router around a 7400 capable of doing software routing on multiple T3s. In this situation, the AltiVec unit simply becomes a glorified switching fabric.
The second optimization that I can see would be in kernel level encryption, for doing things like IPSec and/or encrypted filesystems. If I remember correctly, this use was sugested in one of the documents available on Motorola's web site.
Esentially, if you stop thinking of the AltiVec unit as a media processor, and think it more of a parallel processing unit, you can use it for a lot of different tasks.
...si hoc legere nimium eruditionis habes...
And I say that at the risk of being redundant - not only did he survive a few months without even looking a linux terminal, only Windows and Mac OS but he still remembered how to work vi! Weaker men would have buckled under similar circumstances and used notepad (or Mac OS' equivalent)!
But seriously, you gotta admire someone like Jason, not only did he pull through but he managed to keep his spirits up during the whole time and laugh (at least in ASCII) about it.
--
All browsers' default homepage should read: Don't Panic...
All browsers' default homepage should read: Don't Panic...
It's true, slow drivers are a problem. I don't know about other places really, but here in South Africa we have one of the highest car accident rates in the world. I was in Germany in Munich recently, and I was quite stunned by how *sensibly* most people there drive. I think the problem in South Africa is that the roads are a very heterogenous environment - there are many many people on the road that drive really slowly (70 - 100 km/h on the highway, 40-60 km/h in urban areas) and there are also just as many who like to driver really fast (e.g. 180-200 km/h on the highway.) So on the highway you'll have a bunch of really slow people, a whole lot of "average" people, and a bunch of really fast people dodging everybody else. Also the quality of cars varies a lot. In Germany, it seemed to me that not only was the quality of cars a lot more homogenous, but also the people had a much smaller range of speeds that they travelled. None of the really slow drivers or the really fast drivers - most people just stayed between 110 and 140 km/h.
As you say, slow people are a big danger, even to people who are staying under the speed limit. South Africans drive like crap. There is also a lot of road rage and general aggression on the roads here, people often cut you off, pull in front of you, etc.
Considering that he had a 0.25 BAC (blood-alchohol content), I don't know how they could defend against it.
Simple. Draft in the presidential-race lawyers.
[No offence meant to Mr. Haas with this... obviously, I wish him all the best, and that Jerk Boy goes down for a good few years.]
If you need to do 64-bit integer calculations, the most important thing is to make sure you have a compiler that does them properly. IEEE-compliant FPUs have 64-bit integer capability, but not all compilers generate code to use it. This is a bigger factor than x86 vs. PPC.
Bad drivers are always responsible for the worst crashes.
streaming media, compression, encryption, you get the picture (yes, x86 may be cheaper for text editing)
when using altivec, ppc has strong advantages over even the 1.4 ghz p4
and no, they dont cost >$3k (as stated elsewhere). g4s start at $1299 (new, w/gigabit ethernet)
the animal doesnt even have opposable thumbs, focker!
Motorola used to sell PPC motherboards.. With PCI and AGP and everything. Take a look: http://www.mcg.mot.com/cfm/templates/product.cfm?P ageID=875&ProductID=39&PageTypeID=1
I'm not sure if this is what I found before, but it's worth a look...
Though I'm not defending drunk drivers, I don't see how they can prove intent to cause harm.
.25 is so bad (and it is) they should just increase the DUI penalty in your state. I think that the additional charge is just a way to punish those without political connections.
If driving with a bac of
"Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
A "Mac" Truck?
My, Mr. Haas DOES lead a dangerous life!
;]
Angry IT woman in big clompy boots. And talking lint!.
Actually, we have seen it. It's called "AMD". They take the CISC instructions and translate them into RISC instructions that can be more highly optimized
All Intel processors from the Pentium Pro onwards have done this, too. You'll be hard-pressed to find an x86 clone that *doesn't* do this, as it makes a lot of the hardware design much easier.
Have you looked at the back or Running Linux? I saw something in there. In any case on the only LinuxPPC box that I deal with on a regular basis it has a Logitech trackball that works very well.
Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
Has anyone here compared the performance and/or functionality of these two distros? I just installed Yellow Dog 1.2.1 on a G3 laptop the other day, and was sorely disappointed... especially considering that it's based on the "Easy-to-Use" Redhat. A few issues I had w/ YDL:
* Would lock or power-down on me if I booted straight "linux"; could only sucessfully do things booting to "linux-novideo". This may be a somewhat known issue, but it keeps me from using > 256 colours.
* Gnome was crap on my machine. The task bar (gnome-session?) cored every time I tried to load up X. the mouse cursor would "float" as it approached max/min/etc buttons on the window.
* KDE was better, but only somewhat. If screen blanked, palette never shifted back to normal colours.
* Since there doesn't appear to be any real "text" mode, minicom had everything shoved into an 80x25 corner of my display, leaving 2 inches of blank black space to the bottom and right.
* Could not alt-Fx between terminals. Could alt-F7 to the blank one reserved for X -- but could not get back to any other terminals.
* Other little, nagging issues.
I haven't been able to easily find information on most of these issues, either. I guess what I'm trying to say is, when Jason tells us "You can run on a PPC box as well as an x86 box", I just certainly hope this is true, and that my YDL experiences won't be repeated with in Yet Another Linux Distro. Based on what I've seen, it didn't perform or function "as well as an x86 box", and it certainly won't be easy for joe user to find ways to fix these issues.
I'm an ardent linux user. I use it almost exclusively. However, unless LinuxPPC is any better, I'm gonna to take a look at OSX or *BSD.
Hi all,
;-)
;-)
;-)
Just wanted to say "thanks!". So, thanks!
If you have a question for me, just ask! The only thing that I don't like about answering questions is typing a lot if they require long answers.
I'll be responding to some of the comments here, too. Thanks again! We may not always see the brightest stones in the mine on here, but the ones that we do find are treasures.
Last time: thanks again!
Oh, if you've mailed me, I have about 70 other mails to reply to, so I'll be a bit slow. And I'm going to Macworld Expo on Sunday, so I'll be tied up with that. Please understand if I don't immediately reply. Thanks! (Again^6!
Haaz: Co-founder, LinuxPPC Inc., making Linux for PowerPC since 1996.
-- haaz.
That's just my opinion. Take it for what it's worth.
Haaz: Co-founder, LinuxPPC Inc., making Linux for PowerPC since 1996.
-- haaz.
well, according to my research, the given reason why Apple pulled in the clones was because the company was consistenly operating in the red, and clones like the Radius were blamed for the serious decline of consumer purchases of Apple products. i'm not sure if that's strictly true or not, but after they pulled back the clones, the *next quarter* they posted their first fiscal gain in a year and a half.
whatever the reason for doing it, it had the desired result.
"It needs to happen." Does anyone know the details for why the POP boards never materialized? What ever happened to Silicon Fruit, Eternal Computing, Total Impact, etc? Is the lack of production a result of perceived lack of market, or a missing part from Motorola, or what?
FWIW, some of the ex Phase 5 (a former Amiga addon manufacturer) guys, in the hope of having a good platform to run their MorphOS Amiga-like OS on, have started a company to produce some PPC motherboards. Ralph Schmidt has stated that the hardware will be "mostly generic" and running LinuxPPC on it should be possible. Whether that means it will be compliant with the PREP/CHRP/POP/whatever standards is still not clear to me. And of course any time products even tangentially related to the Amiga are mentioned, peoples' Vapor Warning lights go off. Nevertheless, it's at least a ray of hope for people who are interested in such things, so I thought I would mention it here.
---
As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
Here is an article about a PPC motherboard product called RioRed.
The company is called SiliconFruit, and this board seems like vapor. However, it is still a very interesting read about their ambitions.
EverCode
You get used to it fast. When OS 8 out and introduced the Contextual Menu in 97, I picked it up quick, mouse with the right and pinkie finger to the Control key with the left . Then I went out a few monthes later and got my Kensington Orbit.
Now I have an MS Intellithingy Explorer. Really nice mouse on a Mac. Oh and I still have my Kensington Orbit for playing Q3 and UT, because I just can't get used to a mouse in those two games.
Essentially, you have to either:
1) set some kernel arguments at boot time (e.g., adb_buttons=1,x,y where x and y = the keycodes for the keyboard buttons that will emulate the second and third mouse buttons respectively.
or
2) create a init script that runs at boot time that sets the values of files in /proc/sys/dev/mac_hid/ (see Franzo's blurb)
I have gotten both methods to work, but use the second one on my PowerBook
If you're not holding onto the little 'tabs' (for want of a better word) at each side of the mouse, you will drop the files.
::Searches for a good way to say this::
::fails::
Well, that's why those bleeding 'tabs" are there!!
Mod down posts with a "Free Mac Mini/iPod" sig, they're spam!
Apple is one of the most consistently profitable computer companies. There were a couple of quarters of red ink after the NeXT buy-out, plus one recently.
Apple scrapped the clones because they directly affected sales of their hardware. I know, I used to own a clone! It was cheaper and more powerful than what Apple had at the time, so I bought it.
Clones were supposed to grow the MacOS's marketshare, and all they did was poach Apple sales. The thing that increased MacOS's market dramatically was the iMac.
Pope
Freedom is Slavery! Ignorance is Strength! Monopolies offer Choice!
It doesn't mean much now, it's built for the future.
the thing is that the PPC processors and boards are very different at a low level from x86 processors and boards (duh). the busses are different. A PC will bottleneck is a number of instances at the boards, and cranking the MHZ is only going to do so much., Thats why AS/400s and RS/6000 machines are so great for server applications: they are wider. the memory access (of any kind) on new as400s is incredible. and thats the real issue for server type applications (which seems to maybe be the future), processor speed is important for a number of things, (multimedia) but IO is super important for server applicatiosn, databases etc. So the PPC has quite a future, just maybe not on your desktop, and thats also why linux is so important on the PPC, is because it is great for servers: IBM is planning on releasing it (for example) on the 400 which, pricewise is a fantastic deal. at any rate, the PPC I think has a realatively long life ahead of it. Especially when we move into 64 bit processing. the 64 bit PPCs are great and supposedly the backward compatibility is good. -zeke
Uh, really, why do you folks keep bringing up the damn CUBE when making hardware/price comparisons? It's an executive toy and should be ignored at all costs. Get the MP towers instead.
As for the G4 chips (or 7400/7500 family) the next batch will have DUAL AltiVec units! Now there's some tasty FP waiting to happen.
Pope
Freedom is Slavery! Ignorance is Strength! Monopolies offer Choice!
It doesn't mean much now, it's built for the future.
Altivec may be cool stuff; StrongARM and MIPS have their own bits of "coolness," but all are suffering from the "no cheap motherboards" problem. In order to deploy these for substantial applications, you need either to:
- Commit to paying for a whole pile of hardware, which means you need to have deep pockets and have Vulture Capitalists willing to trust Motorola and Apple (apparently the case for TiVo), or
- Run the risk that the hardware will be obsolete, with no upgrade path.
I'd love to see the POP motherboards come out; I'd love to see the F-CPU project get to generating actual silicon, and if they actually produced a board and CPU, I'd almost certainly buy one of those even if it was just a fraction as fast as the latest "Pentium 4." Unfortunately, considerable skepticism is necessary.Which is why Cobalt's newer hardware was using IA-32 rather than MIPS, and why "Rebel Computing" isn't doing too well.
If you're not part of the solution, you're part of the precipitate.
There's one excellent reason for choosing a Mac over Windows or Linux/x86: better ease of use. Using a Mac is easier than using a PC. (And yes, during the day I spend all my time working on NT, so I know whereof I speak.) The relatively small price delta between a Mac and a comparable PC is worth the the time and grief I am saved when working on my Mac.
Linux/PPC takes away that advantage, which is why I've never bothered to install it.
-jon
Remember Amalek.
All the new towers have twin G4 processors.
MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
The x86 ISA is older than I am...and I'm not a kid niether. Intel's most recent high volume CPU core was released in 1994 (pro) and has been the basis for what their doing for a long time. The p4 is slower than the p3. Until I see it in stores, Itanium is vapor.
My G4 is a bit more with the times, as far as computing technology than most implementations of the x86 ISA. Athon's a viable alternative, but remeber, they licensed thier copper fabrication process from....Motorola.
Als0 als0 wik:
IBM's got some nifty stuff coming down the pipe (SOI, POWER 4) that really should blow the doors of most x86 implementations.
"Let him go, Ralph. He knows what he's doing." --Otto Mann (simpsons)
Indeed, even Mac 'enthusiasts' are hard pressed to find good technical reasons for buying PowerPC. Had Moto been at 900MHz by now, then, well, maybe.
But people don't necessairally start asking "What chip?". They average masses just ask "Which PC?". But they could also start asking "Which OS?" -- and this reveals one of the great potential* benefits of Linux -- that you can choose Linux first, and worry about your hardware second (as opposed to, say, the Mac, where choosing Mac OS X 'limits' you to Apple HW). And this is highly exciting for the IT industry, not to mention 'World Domination'...
For while Windows went 'everywhere' horizonatally (across all** desktops), Linux is busy going everywhere vertically (to most scales, CPUs etc.). -- So while MS has been successful keeping horizontal competition out, they are about to get vertically out-flanked.
When Linux is running on the company server, and on your PDA, the only bottleneck will be that 'troublesome' desktop running 'incompatible' Windows ;-)
Note the problem won't be what chip is in your desktop. It won't be the styling of the plastics. It'll simply be a matter of installing the right OS. And most of the time, that'll be Linux.
Is there a "Fanaticism FAQ" ?
* Potential for the masses, but real and current for those who know...
** In so far as 90% == 100%.
Actually, we have seen it. It's called "AMD". They take the CISC instructions and translate them into RISC instructions that can be more highly optimized, especially in parallel. Read about it at this Byte article on the AMD K6 (nee Nexgen Nx586). For those who need to read about the latest and greatest, try this Althon architecture overview (about a third of the way down). Without RISC, AMD would never have been able to efficiently make use of all those "extra" logic units.
Sure, we'll probably never get to see how a mature RISC chip will perform, but even "CISC" chips are getting more RISCy. And maybe Compaq will really put some oomph behind the Alpha one of these days.
Walt
Has anyone here compared the performance and/or functionality of these two distros? I just installed Yellow Dog 1.2.1 on a G3 laptop the other day, and was sorely disappointed...
/etc/inittab. Perhaps I did that myself and can't remember.
the weird thing is that my experience was the opposite. My burn of LinuxPPC2000 wouldn't install on my iMac. The RPMS were in the *wrong directory* in the CD, and I couldn't use the graphical installation because at the time my iMac (classic) had only 32 MB of ram and the installation obviously doesn't init any swap.
After copying the CD's contents to another machine that's networked with the iMac I actually setup an FTP install and that also didn't work because some packages had different names than the packages the install program searched for. I ended up renaming about 30-40 packages until I realised about 40% of the RPMs had wrong names. By this time I gave up on the install and installed YellowDog. I now use lots of packages from LinuxPPC, but to this day I haven't figured out what's wrong with that CD. This coming from an experienced Linux user.
Anywho, to your questions:
* Would lock or power-down on me if I booted straight "linux"; could only sucessfully do things booting to "linux-novideo". This may be a somewhat known issue, but it keeps me from using 256 colours.
I also had several problems in the yaboot install process. This was the first time I did a LinuxPPC install so I had to learn some stuff the hard way. The OpenFirmware setup went along fine, but some bugs like the
image = hd:,\\\\vmlinux
line in yaboot.conf (now documented in their support site; there was a typo in the official version) gave me some headaches =)
In any case, read the yaboot docs and you should be running in at most half an hour because you'll already know about the yaboot.conf bug.
* Gnome was crap on my machine. The task bar (gnome-session?) cored every time I tried to load up X. the mouse cursor would "float" as it approached max/min/etc buttons on the window.
I also had some issues with Gnome, but not as bad. Either recompile it or use KDE. I personally use Window Maker for the speed and memory usage so I didn't have the problem.
* KDE was better, but only somewhat. If screen blanked, palette never shifted back to normal colours.
Weird, KDE ran fine with me.
* Since there doesn't appear to be any real "text" mode, minicom had everything shoved into an 80x25 corner of my display, leaving 2 inches of blank black space to the bottom and right.
recompile the kernel with larger fonts.
* Could not alt-Fx between terminals. Could alt-F7 to the blank one reserved for X -- but could not get back to any other terminals.
it's actually command-Fx on the mac. If you did try command-Fx and it didn't work... well, you've got to enable the terms in
* Other little, nagging issues.
That's Linux for you. I always customize my installs, because anything I consider not to my liking is a nagging issue (like the lack of --color=yes in RedHat's 'ls' command).
I haven't been able to easily find information on most of these issues, either.
Google should simplify your life. Use lists.linuxppc.org as well.
I guess what I'm trying to say is, when Jason tells us "You can run on a PPC box as well as an x86 box", I just certainly hope this is true,
It is VERY true. My iMac now has 96 MB of RAM and it runs like a charm. I love using that box now (it's actually my Mom's -- she couldn't stand MacOS's sluggishness and crashes; I couldn't stand MacOS). It has _NEVER_ crashed on me, runs as fast as my 400 MHz Celeron, looks and feels just like Linux on an i386.
and it certainly won't be easy for joe user to find ways to fix these issues.
Agreed. Some of the stuff's well above joe user's head. In any case, I love LinuxPPC and I'd like to give a big thanks for Haas and all developers out there.
Flavio
It wasn't too long ago that AMD had a majority or their chips made by IBM. (or was that cyrix? i don't remember)
-earl
I've been following this closely since I first heard about the boards from a nice IBM fellow at the first or second LWCE in San Jose. At that time they were waiting for a chip company, I think Via, to finish the Northbridge chip for the board. I caught up with the same IBM fellow at LWCE in San Jose last August and discovered that the Northbridge chip had been cancelled by the company that was designing it and that, since they had no Northbridge chip, the ref. board was delayed. From what I know, IBM is now working on a Northbridge chip for the board themselves, and as soon as that is done, there should be cheap PPC boards galore. Keep tabs on openppc.org.
--
Gabriel Ricard
Linux Fanatic
Gabriel Ricard
the competition thing is a mixed blessing, on the one hand, Intel and AMD are devoting nearly all of their resources to getting the fastest x86 chip out the door, and it makes them lean and mean. On the other hand, it's a profitable market, but margins are razor thin for both parties. If you don't have the profits to do the R&D, and to build the fabs, it's hard to stay comptitive in that cut-throat market. IBM gets the benefit of having a diversified product strategy, and also because they use PowerPC in alot of their own systems (RS/6000, big iron) they get to sell PPC systems in two higher (than x86 desktop) margin markets: midrange and high-end servers. Plus they get service and support revenues from the product lines as well.
And as we all know, it takes a whole lot more than CPU power to make a powerful server. Ask Sun, they have one of the weakest processor offeings in the server market, but because they build balanced systems, having a weak CPU isn't hurting them. But that is beside the point.
Intel and AMD already own the desktop CPU market, and when they offer 64-bit CPUs, AMD will pull in a big share of the mid-range server market but they'll both expand into the the high-end server market as well.
It's very worth mentioning that Macs are not the only things that use the PowerPC processor, but they probably are the most well-known. Second place goes to TiVo -- it's a Linux/PPC box!
;-) However, most of these "other" devices are not anything resembling a traditional computer (ATX form factor logic board, etc.)
:)
There are many other things that have PPCs in them. Ford cars apparently do. (Anyone tried hooking up an Ethernet card to a Taurus?
BTW, if you thought YDL's installation was a bitch, check out LinuxPPC 2000 Q4. No Mac OS required.
Haaz: Co-founder, LinuxPPC Inc., making Linux for PowerPC since 1996.
-- haaz.
In my "ideal world," we don't have massive, road-hogging, gas-guzzling SUVs (Expedition, Excursion, newer Exploders, Tahoe, Suburban, any GM models) clogging the roads (and hurting people). We would have a few less roads, and something that has been working really well in Europe for quite a while: passenger trains.
;-) Isn't that worth it?
I would _love it_ if I could take a train from Madison, Wisconsin (where I live now, thank goodness) to Chicago, or to Minneapolis. Or to San Francisco. Or NYC.
I can take a _bus_ to Chicago, then get on a train there (I think), but I'm not sure how I'd get from the bus station to the train station. (Taxi? Call one of my Chicago contacts?)
Trains can move more people at once than a car, obviously. They don't take up too much space. The space is made a rail _once_, and you shouldn't have to add much more if it's planned right. (Don't get me started on modern urban "planners"....)
We wouldn't have to stay focused all the time. We could eat, sleep, or be drunk, all of which people do in cars anyway.
The interest in passenger trains seems to be growing, which I'm glad of. I just wish that back in the 1950s, instead of GM doing their best to get rid of trains, trains multplied. I might not be the subject of a Slashdot interview. There are definitely people who would like that.
I'm done ranting now. Have fun.
Haaz: Co-founder, LinuxPPC Inc., making Linux for PowerPC since 1996.
-- haaz.
I would like to say that one of the major reasons that PPC hardware is still around is BECAUSE Apple is the only one selling it. It just makes sense that if only one company is selling your type of motherboard, hardware compatibility issues are more easily solved. It either works in Apple's motherboard or it doesn't. It's not, it works in Asus's Slot 1 motherboard, but not in Abit's. If you get a G3, yours is the same as everyone else's. If some sound card or video card doesn't work for you but it worked for everyone else, you get to send that G3 back to apple to get one that works right. Or even learn from the experiences of others with the same hardware. A lot of people don't want to take the trouble of updating this driver for this motherboard, flashing the BIOS, etc.
Having said all of this, I still do prefer x86 chips for Linux. The Yellow Dog install was a (pardon the pun) bitch. Something just doesn't sit right with me when you have to have a small MAC partition to install Linux.
Check out Althea for a stable IMAP email client for X. Now with SSL!