Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Sony PlayStation (Games) Software Linux

Sony Adds PS3 Support to Linux Kernel 181

mu22le writes "A few Sony patches to the Linux kernel have just been merged in the mainline tree, to be included in the 2.6.20 release. The patches add 'core platform support for the PS3 game console and other devices using the PS3 hypervisor.'" From the Linux Devices article: "Linux gained generic support for the Cell processor, on which the PS3 is based, with the 2.6.13 release in June of 2005. The new Sony-contributed patches to the 2.6.20 kernel appear to add machine-specific support for technology such as the PS3's memory architecture, DMA (direct memory access) model, and SMP (symmetric multiprocessing) model. A Yellow Dog Linux (YDL) distribution has been available for the PS3 since October, thanks to a development deal between Sony and YDL publisher TerraSoft. However, YDL so far has not been bundled with early PS3 shipments, despite earlier indications from Sony Entertainment's CEO, Ken Kuturagi."
This discussion has been archived. No new comments can be posted.

Sony Adds PS3 Support to Linux Kernel

Comments Filter:
  • At the moment (Score:5, Interesting)

    by joshetc ( 955226 ) on Thursday December 07, 2006 @07:51PM (#17155078)
    At the moment this is the only reason I would even consider buying a PS3 sometime in the future. It is really great to see them supporting the Linux community by making porting to their console much easier...
    • Re: (Score:2, Insightful)

      by brenddie ( 897982 )
      Lets just hope that it doesnt go the way of the PS2 and once they get done evading whatever taxes game consoles have over PCs and abandon support for linux. At least this time the hardware is interesting enough to keep people working/hacking the console.
      • Re: (Score:3, Informative)

        by CronoCloud ( 590650 )
        It was YABASIC in Europe that was included with PS2s to evade the tax, which doesn't exist anymore. The Linux kit for the PS2 or Linux for the PS3 have nothing to do with that. I don't know why that urban legend keeps showing up.

        You did know that the official PS2 Linux sit is still up and running, they didn't abandon support, they just sold all the kits.

  • What is the point (Score:5, Interesting)

    by HappySqurriel ( 1010623 ) on Thursday December 07, 2006 @07:56PM (#17155168)
    Beyond the geek factor, what is the point of Linux on the PS3?

    Does it do anything that you couldn't do with a much less expensive PC that you can install Linux on? I just don't get it ...
    • Re:What is the point (Score:4, Informative)

      by snoyberg ( 787126 ) <snoyberg@users.s ... t minus caffeine> on Thursday December 07, 2006 @07:59PM (#17155216) Homepage
      Doesn't the Cell perform some scientific calculations very well? Sounds like a motivation to me. Also, for those so inclined you could theoretically utilize the extra processing power of your PS3 from your Linux box through clustering.
      • by Enoxice ( 993945 ) on Thursday December 07, 2006 @08:05PM (#17155306) Journal
        Are you imploring us to imagine a Beowulf cluster of PS3s? Intriguing...
        • by Trelane ( 16124 )
          Are you imploring us to imagine a Beowulf cluster of PS3s? Intriguing...

          Not a PS3 per se.... [theregister.co.uk]

          /me would dearly love to get his hands on a cell system, if anyone from IBM is in the house.... :)

      • Re: (Score:2, Insightful)

        by Oddscurity ( 1035974 ) *
        Indeed, theoretically it's a more than decent platform for F@H, et al.
      • The multiple cores of the cell processor seem like a good place for stuff like video/audio encoding/decoding. Hehe...how about throw some good speech recognition engine in there just for kicks to see how good it is at making subtitles from your home video camera? :) Heck, go even one step further and throw in some face recognition on each frame...ok i'm dreaming...time to get back to work.
      • With the "stream processors" as part of it, Cell is kind of like a DSP fused with a GPP. It will be EXTREMELY GOOD at certain tasks like scientific computing and digital signal processing.
    • by joshetc ( 955226 ) on Thursday December 07, 2006 @08:01PM (#17155252)
      $600 isnt a bad price for a high end media PC.

      Plus it can play games and bluray media.

      In a way I agree with you though, if I wound up buying one itd probably be after the cost goes down a bit..
      • Re: (Score:2, Insightful)

        $600 isnt a bad price for a high end media PC.

        Plus it can play games and bluray media.

        In a way I agree with you though, if I wound up buying one itd probably be after the cost goes down a bit..


        But can it burn CDs/DVDs?
        Can you install any OS besides linux on it?
        Does it have a PS/2 Keybord/mouse port or a printer port?

        These may not seem like big things, but they're just to demonstrate that you're probably going to spend more money on a PS3 and (as a PC) it will function on a much worse level.
        • Does it have a PS/2 Keybord/mouse port or a printer port?

          Did it become 1998 again when I wasn't looking?

          Here in the futuristic year of 2006, we use USB to attach keyboards, mouses, and printers to our computers.
          • by AuMatar ( 183847 ) on Thursday December 07, 2006 @08:51PM (#17156012)
            You do. I'm not wasteful like that. USB is a high overhead protocol thats wasteful of CPU time for something as straightforward as a mouse or keyboard. Why spend 4 times the time you have to in a USB interrupt instead of a quick PS/2 one? On top of that, it causes 2 single points of failure (USB circuit shorts? Now everything is broken, its a shared bus. With PS/2, only your printer breaks)- the hardware and the drivers. I prefer having my mouse and keyboard use an easier to code, unchanging, decade old interface so that if something goes wrong with USB my computer is usable.
            • by Anonymous Coward on Thursday December 07, 2006 @09:18PM (#17156404)
              Get a life.
            • Re: (Score:3, Insightful)

              by smash ( 1351 )
              I'll bet you ran and stuck your head in the sand when it came time to learn protected mode x86, too.

              If your PS2 port breaks, you're fucked (no keyboard). If your USB port breaks, you've got another one.

              The cpu usage is a non-issue. It may be "wasteful" but seriously, there's far more serious problems to solve than cutting down your keyboard's utilisation down from 0.01% of a single cpu - you can cut that time down by 99% and its still no real gain.

              I'm all for optimisation, but seriously...

              • by moranar ( 632206 )
                If your PS2 port breaks, you're fucked (no keyboard). If your USB port breaks, you've got another one.

                Well, If "you've got another USB port in the case your other port breaks", then you could buy a USB keyboard in the (unlikely, IMHO) case your PS2 port broke, and attach the keyboard.

            • What is wasteful is having a billion ports on the back of something when just a few would do.

              Besides, you can also use a bluetooth keyboard/mouse with it as well (assuming those drivers work, have not heard if they do or not).
            • Re: (Score:3, Informative)

              by Quarters ( 18322 )
              I prefer having my mouse and keyboard use an easier to code, unchanging, decade old interface

              Ah, so you do like to use USB, which was first released in Jan of 1996. PS/2 ports, on the other hand, have been around since the PS/2 computer was introduced--circa 1987 or so.

            • If you have a short in your PS/2, it will probably take out the +5 volts line and confuse your whole computer, so that's not much of a benefit. I've had it happen before. Also, most systems with PS/2 ports get them through the ISA bus for some bizarre reason, even when there's no ISA slots in the system. I'd rather just not have an ISA bus. It's bad enough that most (or at least some) current PCI Express systems have an internal PCI bus that some peripherals are attached to. The whole point of PCI-E is that
        • by donaldm ( 919619 )

          No but you can backup to any USB, bluetooth or wifi device be it a hard drive or CD/DVD/Bluray burner. can't see HD-DVD supported but it is feasable.

          At the moment no, but I think we will see a BSD port, however I cannot see this happening with any proprietary OS. Still Microsoft and Apple may allow this, after all you do have to pay them for this proposed port, but I would not hold my breath.

          No but you can use a USB or even bluetooth keyboard and mouse or a printer. In fact having a wireless keyboard/mouse
        • On the other hand, your new Linux box can function as a full-featured PS3.

          You can go back and forth, but the bottom line is that some of the core PS3 funtionality should have some value to you if you want to get your money's worth out of it. If you don't care about BluRay or games, then you're 100% correct, you should look elseware for your next Linux box. But if you really want to play Motor Storm, getting a "free" Linux box with the deal could be a nice bonus.

          TW
        • by tepples ( 727027 ) <tepplesNO@SPAMgmail.com> on Thursday December 07, 2006 @10:03PM (#17156894) Homepage Journal

          But can it burn CDs/DVDs?

          The PLAYSTATION 3 game console running Linux might be able to use an optical disc recorder connected to one of its USB 2.0 ports.

          Can you install any OS besides linux on it?

          Any operating system vendor is welcome to make a boot loader module for PS3 Other OS Installer [playstation.com]. But in general, only Free operating systems are going to be worth anybody's time.

          Does it have a PS/2 Keybord/mouse port

          The keyboard and mouse used with the PlayStation 2 game console (PS2) were a standard USB keyboard and a standard USB mouse. Yes, these devices also work with PS3 consoles.

          or a printer port?

          Sony left off a dedicated printer port probably because it saw that Nintendo's Game Boy Printer was a flop. But you can still attach any USB or network printer that has a CUPS driver.

          • I think you mistook PS/2 for PS2.

            http://en.wikipedia.org/wiki/PS/2_connector [wikipedia.org]
            is not
            http://en.wikipedia.org/wiki/PlayStation_2 [wikipedia.org]
          • My point was that installing Linux on a PS3 is like putting a square peg into a round hole; if the hole is large enough and the peg is small enough it will "work" but it is not a good fit. With $400 you could buy a cheap PC that can do everything the PS3 does (except play Blu-Ray movies) and has legacy support for (practically) every piece of hardware you already own; for $500/$600 you can buy a PS3 which can not do everything a PC does, and if you want to make use of hardware you already own you'll have to
            • That $400 PC can't play PS3 games or PS2 games. It can't even play PC games very well.

              The PS3 on the other hand is fully capable of opening a Word document and printing it out and other supposedly PC only things.

      • Re: (Score:2, Interesting)

        by Osty ( 16825 )

        $600 isnt a bad price for a high end media PC.

        What "high end" media PC has 256MB of shared memory? Low-end non-media PCs have 512MB of RAM (shared with the video card) these days. Even the Xbox 360 has 512MB of shared memory. A high-end media PC is more likely to have 1GB+ of system RAM and a video card with its own dedicated RAM. Multi-purpose machines need more RAM. Game consoles don't need as much because they have control over what they do with the RAM (few or no other processes running, access

        • No no no, it's 256 main RAM, 256 graphics RAM.

          main RAM isn't shared.

      • 256MB main memory (the other 256MB is dedicated to graphics) and severely limited access to the graphics hardware is not a high end PC of any sort. It has lots of processing power but it's very hard to use, and not really general-purpose. It's a low-end PC with some high-end hardware. The only people who will find this very useful are people who already use Linux and would like to remotely display applications back to the PS3, people who just need web/email, and the scientific community that would like to u
    • Re: (Score:3, Insightful)

      by king-manic ( 409855 )
      A cell procesor computer for a grand with a decent GPU and insane memory bandwidth. It's got a few niches (poverty stricken research labs comes ot mind).
      • Except that I believe that you can't use many of the advanced features of the GPU because it currently lacks Linux drivers.

        Also, at least as of a while ago, Linux didn't take advantage of all the SPUs within Cell; I'd hope that the Sony kernel modules mentioned in this article solve that problem, but I'm not sure.
      • Comment removed based on user account deletion
    • Re: (Score:3, Interesting)

      by xero314 ( 722674 )
      As I software developer with out a license to an existing Dev Kit or The money to set up a Cell Based server (the only other Cell development options) I could see the use in it as a learning tool. Oh plus it plays 3 generation on Console games, DVDs, CDs and BluRay disks, etc...
      • by Megane ( 129182 )

        Oh plus it plays 3 generation on Console games, DVDs, CDs and BluRay disks, etc...

        But can it play those games while you're using it as a "Cell Based server"? Dual-boot seems cool... until you want to run a server.

        • by xero314 ( 722674 )
          But can it play those games while you're using it as a "Cell Based server"?
          Probably not, but you can get a couple of them for less than a Cell based server setup (and all it requires) so I still think it's a decent idea.
      • Sadly, one of the purposes of the HyperVisor(HV) mode seems to be to lock Linux out of most if not all of those features.
    • by Megane ( 129182 )
      The point is that if they can claim that it is a "computer", there are much lower import taxes for selling it in Europe. That's why they had a PS2 Linux too, and I think I can vaguely recall hearing about some sort of BASIC for the PS1. The difference is that this one doesn't seem to require a disk that can go out of print on Sony's whim.
      • Again with the tax myth. Linux for the PS2 or PS3 had nothing to do with that tax, which was a Europe only thing. The tax doesn't exist anymore.

        SCEfoo is supporting Linux because they want to.

    • by Andy_R ( 114137 )
      For a lot of people, the point is the Cell chip. It's related to the PowerPC line of cpus that Apple recently dropped, making it somewhere fairly comfortable for Apple coders who don't fancy going over to x86, anyone who doesn't like the idea of coding for x86's archtecture, or anyone who buys into the Cell Alliance hype that these chips will be in every device in the world in 10 years time.

      A lot of music software developers are excited about the DSP power in the Cell chip, since on paper it wipes the floor
    • Does it do anything that you couldn't do with a much less expensive PC that you can install Linux on? I just don't get it.

      Better question: can you do what the PS3 does for less than the $500 it costs? No.

      You get a BDRom drive, high-end gaming system, HDMI capable output, 3.2GHz processor + SPUs, memory and a hard drive with USB ports and bluetooth support.

      Tell me you can build one of those for $500. It also has to play really good 3D games, for which the video card will cost more than half of that price.

  • Rootkit (Score:5, Funny)

    by nogginthenog ( 582552 ) on Thursday December 07, 2006 @08:02PM (#17155264)
    Does it include the 'CD copy protection' loadable module?
  • by gunny01 ( 1022579 ) <niggerslol@NosPaM.nigs.us> on Thursday December 07, 2006 @08:06PM (#17155318) Homepage
    Put that up your pipe and smoke it NetBSD! You don't support Cell! So much for 'Of Course it Supports NetBSD!'
  • Win Win scenario (Score:5, Interesting)

    by jmorris42 ( 1458 ) * <{jmorris} {at} {beau.org}> on Thursday December 07, 2006 @08:10PM (#17155378)
    I just hope Sony understands just what a winning scenario this could be for everyone.

    Imagine. Play this right, let the bugs settle out for a few months and then start passing out ready to go DVDs on gaming mag covers. Sell a ready to rock kit with a preloaded memory key, DVD, keyboard and mouse. Instantly a PS3 is a gaming rig, BlueRay player AND a fully functional PC, ready for web browsing, OO.o, etc. Given just a small push and penetration could easilly hit 50% of an installed base likely to number in the tens of millions within two to three years.

    For Sony the upside is realizing the sales pitch that a PS3 is more than a console, being able to make the pitch that a PS3 purchase for the kids is ALSO a PC purchase. Plus if it kills a few PC sales why should Sony care? Their desktop PC division is all but dead (laptops are of course another story, they make some cool lappies) and every Windows PC sale is money in their enemy's hand.

    For us penguinheads we have to grit our teeth a bit at the idea of Sony succeeding but they ARE doing it the right way in this case so we have to be ready to give em props. Just imagine millions of DESKTOP LINUX installs. Millions! If PS3 ends up selling well and that penetration percentage goes much over 50% Linux could be the #2 desktop OS, pushing Apple to #3. Talk about irony, if Apple abandoned PPC for Intel and a PPC platform ended up defeating them. Balmer wouldn't be the only Steve hurling furniture. :)
    • Re: (Score:3, Insightful)

      Instantly a PS3 is a gaming rig, BlueRay player AND a fully functional PC, ready for web browsing, OO.o, etc.

      Yes, a box with only 256MB of general-purpose RAM is IDEAL for web browsing, Open Office, etc.....

      Given just a small push and penetration could easilly hit 50% of an installed base likely to number in the tens of millions within two to three years.

      I don't know which claim is more unlikely... that PS3 Linux would be of interest to anywhere near 50% of PS3 owners, or that Sony will be able to sell tens
      • Re:Win Win scenario (Score:5, Interesting)

        by jmorris42 ( 1458 ) * <{jmorris} {at} {beau.org}> on Thursday December 07, 2006 @09:03PM (#17156168)
        > that PS3 Linux would be of interest to anywhere near 50% of PS3 owners

        And why not? What do most people use a PC for?

        1. Internet: Web, IM, etc. PS3 running Linux can do that. Especially once the installed base gets big enough to ensure things like a current Flash and other needed bits are ported in a timely manner.

        2. Games. Everyone always rips linux gaming with wiseass cracks like, yea, assuming you think Tux Racer is state of the art, etc. Duh, reboot and it is a Playstation 3 again, bet that can satisfy most people's gamer cravings. Remember, this is oficially supported Linux, no modchips and no worries about being locked out of playing games.

        3. Basic productivity. OO.o can do that. Running a hog like OO.o in 256M will be a bit of bother but not insurmountable if you are only doing a bit of that stuff and on small home size documents.

        4. Multimedia. The thing already supports direct YUV video modes in all of the HD, ED and SD resolutions under Linux. A Media player setup is a no brainer even if you have to download the packages from Europe. MythTV's frontend will love running on one.

        Given that can't you see smart parents buying the kids a PS3 instead of an Xbox360 and a PC? Or that many owners will take advantage of the ability to have a spare PC when they aren't gaming?

        > or that Sony will be able to sell tens of millions of PS3s in the next couple of years

        Do you think it will still be $599 by next xmas? And that the supply issues with blue lasers will still limit supply of consoles? Ok.
        • 1. Already in the PS3 OS.
          2. Already in the PS3 OS.
          3. Yes, you'd need Linux for this one.
          4. Already in the PS3 OS.

          The point is, no where near 50% of the people buying a PS3 are going to care about Linux. Most of the stuff they would want to use a full OS for can be done directly from the PS3 without installing Linux. With advancements being made in web apps to provide basic productivity, and a built-in web browser, there's suddenly no need for a 'Other OS' on the PS3, and so no one but hardcore geeks
        • Do you think it will still be $599 by next xmas?

          Yes. What console in the last five years had a price drop in its first year? The only reason they'd drop the price is if it was an utter failure, but they're already losing too much money per unit. Just like the XBox 360, the price isn't coming down anytime soon.

          And as far as "millions" of people wanting a box they can use as a PC... 1) It doesn't run windows, therefore no one will want it. 2) Most people already don't use 90% of the features of the devices th
        • by gutnor ( 872759 )
          With the same argument 50% of computer users would use Linux everyday.

          The question is not how PS3 Linux could fill in the computer needs but rather why would 50% of the PS3 owners feel a sudden need to run Linux / solve their computer problem on the PS3.
          Especially since
          - They bought a gaming machine, or maybe a Media player.
          - Probably the vast majority of user buying a PS3 already have a computer. ( and probably running Windows )
          - Those who d
          • I see Linux on the PS3 as trying to get an edge into the "second household PC" market. Lots of people own PC's and some own two (or three) because people get tired of waiting to use the one. But with the PS3 there's no need to buy another Wintel box, thereby also reducing Microsofts OEM Windows sales.

            • If Sony started truly started marketing the PS3 big-time as a PC, I can guarantee that this move would piss off many gamers. They want a game console, and one that does a really job at it. Your typical hard-core gamer doesn't want some secondary PC they can use to read their mail or do their homework on. After all, they probably already have a PC or a laptop for that. The PS3 is supposed to be something that gets turned on when you want to play a game.

              So that's the danger of Sony and Linux on the PS3. They
        • by peterpi ( 585134 )
          Yep, 2007 will definitely be the year of the linux desktop.
        • And why not? What do most people use a PC for?

          You answered "Internet, games, basic productivity, and multimedia" and I agree with you. However, most people already HAVE a PC with which they do those things, which doesn't give them much motivation to go out and buy a PS3 in order to keep doing them.

          Yes, Linux on a new PS3 may even be a better computing experience than XP on a three-year-old Dell -- but it doesn't matter. Unless there's a compelling reason to switch, people will stick with what they're fami
      • by Trelane ( 16124 ) on Thursday December 07, 2006 @09:45PM (#17156700) Journal
        Yes, a box with only 256MB of general-purpose RAM is IDEAL for web browsing, Open Office, etc.....
        Actually, it's not so bad. You would likely be surprised.
        • I have a Mobile P3 850MHz laptop with 384MB RAM running Ubuntu Dapper. OO.o is painfully slow to start and swaps constantly if I have two OO.o apps up and switch between them. I call shenanigans. If you were surprised, you'd only be surprised that anyone would claim that it was usable in 256MB. People don't like to wait for their word processor between keystrokes.
          • by Trelane ( 16124 )
            OO.o is painfully slow to start and swaps constantly if I have two OO.o apps up and switch between them.

            I don't know. I just know that I was using OOo on OpenSuSE 10.0 or 10.1 and it seemed slow, but not unreasonably so.

          • by Trelane ( 16124 )
            also, what speed is your hard drive?
      • Depends on the WM (Score:3, Insightful)

        by SuperKendall ( 25149 )
        Yes, a box with only 256MB of general-purpose RAM is IDEAL for web browsing, Open Office, etc.....

        Hasn't anyone ever run a slimmed down WM like TWM?

        With a smaller screen and simpler uses, you don't need a fancy WM that takes up a great deal of memory - and Mozilla should run just fine in that little memory with most of the OS and WM not hogging memory.

        • by moranar ( 632206 )

          Hasn't anyone ever run a slimmed down WM like TWM?

          Yea, Blackbox and its ilk.

          Mozilla should run just fine in that little memory

          No, if I had now a computer with 256 MB of RAM (I have a 64 MB one I use as a server, though), I probably wouldn't use Mozilla on it (nor Firefox) alongside TWM. Why would I go to the trouble of avoiding "heavy" libraries (GTK) if I was going to install a feature-laden browser on it? Worse, the broser is going to require them, or their own separate attempt (yes, I use Epiphany on

        • by peterpi ( 585134 )
          With 256Mb, you don't really need a slimmed down window manager. I run whatever version of gnome ships with debian etch quite happily on 256Mb/800Mhz laptop.
      • Re: (Score:3, Insightful)

        by CronoCloud ( 590650 )
        Doesn't WinXP run on boxes with only 256MB. Last I checked at my local Wal-mart they had a WinXP box for sale with only 256. The Windows machine I have had 256MB as the base RAM and Gateway was advertising them as being good general sue computers.

        Personally, I've been running Linux on a PS2 for over 4 years. The 32MB is a limitation yes, but not as much as you might think and the PS3 has 8x as much. It'll be enough for general uses.

      • Hi. I've had my computer turned on for the last three hours running Firefox 2.0 and with a terminal open doing coding. And I'm running Gnome, which isn't exactly a lightweight desktop environment. Let's look at how much memory I'm using:

        > uptime
        00:29:09 up 3:13, 1 user, load average: 0.33, 0.20, 0.13
        > free -m
        total used free shared buffers cached
        Mem: 494 488 6 0 98 209
        -/+ buffers/cache: 180 314
        Swap: 603 0 603

      • by NullProg ( 70833 )

        Yes, a box with only 256MB of general-purpose RAM is IDEAL for web browsing, Open Office, etc.....


        Whats your point?

        My wifes box is loaded with 196M RAM. She uses KDE 3, Xmms, OpenOffice 2, and Mozilla (SeaMonkey, with the java plugin loaded), and it still hasn't hit the swap partition after 90 days.

        Enjoy,
    • For us penguinheads we have to grit our teeth a bit at the idea of Sony succeeding but they ARE doing it the right way in this case so we have to be ready to give em props.

      It sure seems like a good thing, but we still need to be cautious -- I fully expect Sony to try to slip some DRM or closed-source "extensions" or something in with it sooner or later.

    • by ucblockhead ( 63650 ) on Thursday December 07, 2006 @10:07PM (#17156940) Homepage Journal
      Sony won't push Linux on the PS3 until it starts selling it at a profit. People buying PS3s to install Linux and never buying a game is Sony's worst nightmare.
  • by DarkJC ( 810888 ) on Thursday December 07, 2006 @08:29PM (#17155690)
    As an owner of a PS3 with Linux installed, the only thing that's missing is wireless support. Wired Ethernet works flawlessly, now lets see some wireless drivers!
    • Re: (Score:3, Insightful)

      by jonwil ( 467024 )
      Screw the wireless, give us hardware accelerated 3D.
    • by NullProg ( 70833 )
      As an owner of a PS3 with Linux installed, the only thing that's missing is wireless support. Wired Ethernet works flawlessly, now lets see some wireless drivers!

      How about writing a review and posting here to slashdot for the rest of us who don't? Give us the scoop on Video, Sound, network etc.
      We expect it by Saturday :)

      Thanks.
      Enjoy,
  • Who needs video? (Score:4, Insightful)

    by ArcherB ( 796902 ) on Thursday December 07, 2006 @09:03PM (#17156170) Journal
    I see a lot of people here complaining that it is worthless without video drivers. I disagree. Granted, you won't be playing Quake on it, but that does not make it worthless. The first thing I will do when I get one is to have it take over the function of my current Linux box and run my web page off of it. Apache doesn't care what video card you have. This will allow me to dump my space-heater Athlon XP in favor of something a bit more AC friendly. Unfortunately, I won't be able to play a game and run my web page at the same time, but that's why I need to buy 2!!! :-)

    Next, this machine will work just fine for checking email, typing documents, spreadsheets, presentations, browsing the web, downloading porn or whatever else you use a PC for. The only downside I see is the lack of storage space. Let's hope it takes external USB drives.

    • you don't need to buy two ps3's. You could just buy the cheapest celeron or sempron pc available and it will still be faster than your athlon xp, plus tons cheaper than having two ps3's. And I highly doubt the ps3 is any more AC friendly than an athlon xp, have you seen that fan on that thing?
      • by ArcherB ( 796902 )
        you don't need to buy two ps3's. You could just buy the cheapest celeron or sempron pc available and it will still be faster than your athlon xp, plus tons cheaper than having two ps3's. And I highly doubt the ps3 is any more AC friendly than an athlon xp, have you seen that fan on that thing?

        You are correct, but who wants a crappy celeron when they could have two PS3's? Of course, with the second PS3, I need another HDTV. That means another cable box for the bedroom... You see where I'm going with this?
    • by Megane ( 129182 )

      The first thing I will do when I get one is to have it take over the function of my current Linux box and run my web page off of it.

      So what happens to your web page when you want to play GTA4 or FFXVIII? Or were you planning to play nothing but nethack, Tux Racer, and sokoban?

      Once you get past the geek factor, there's really no point in using a PS3 as a server when you could use a cheap PC with a fanless CPU instead. If your web page really NEEDS that space-heater Athlon XP, then it probably uses enough bandwidth to a hosting facility too. Plus, you could put in more than 256M RAM, which Apache would appreciate much more than a Ce

    • According to other sources, the power consumption of the PS3 is somewhere between 180 and 205 watts.
      http://techon.nikkeibp.co.jp/english/NEWS_EN/20061 113/123458/ [nikkeibp.co.jp]
      That is probably worse than your space-heater Athlon XP.
  • PS3 is not so bad (Score:5, Insightful)

    by RzUpAnmsCwrds ( 262647 ) on Thursday December 07, 2006 @09:05PM (#17156214)
    The PS3 is actually shaping up to be a pretty nice console. Blu-Ray, Linux support, HDMI, nice CPU/GPU, USB/Bluetooth for controllers. It also seems to be pretty quiet, more so than the 360.

    If Sony had released the high-end system at $500 (low end at $400), and hadn't made so many stupid blunders (no resolution scaling, lack of an online plan, limited availability), I think that the PS3 would be creaming the 360 right now.

    There's nothing wrong with the PS3 that software patches and price cuts can't help. Unfortunately, as soon as Sony actually gets availability (early next year?), you can bet that MS will be ready with a $300 die-shrunk, cooler, and quieter Premium 360.
  • hopefully (Score:5, Funny)

    by minus_273 ( 174041 ) <aaaaaNO@SPAMSPAM.yahoo.com> on Thursday December 07, 2006 @09:56PM (#17156816) Journal
    hopefully the code will be audited to make sure there arent any backdoors, trojans or DRM schemes snuck into the kernel

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...