Slashdot Mirror


nForce2 Preview

An anonymous submitter writes "I noticed that a review of NVIDIA's nForce2 chipset has been posted here. From what I can gather the chipset contains two 10/100 ethernet controllers, six USB 2.0 ports, UltraATA133 support, three 1394 ports, five PCI slots, and an integrated GeForce4 MX core including NVIDIA's nView technology and a TV Tuner." Tom's Hardware and NVNews also have looks at it.

72 of 252 comments (clear)

  1. Why two ethernet controllers? by Cutriss · · Score: 2

    This chipset is designed to be used in OEM boards for good performance and enthusiast customers...not servers. I can't think of any legitimate use for *two* ethernet controllers other than in a broader network application (Firewall, for instance).

    Perhaps you could use it to make a really stupid sort of bus network for LAN parties using nothing but crossover cables, but that's such a silly idea (performance/configuration issues) that it's probably true...

    --
    "Mod, mod, mod...and another troll bites the dust."
    1. Re:Why two ethernet controllers? by Xzzy · · Score: 2

      > Why two ethernet controllers?

      Why not? It's also said to have 6 usb ports, which is about five more ports than most people ever need.

      If the cost of adding a second port is very small, there's no reason not to do it. Saves joe power user some time and money when he realizes he needs a second port, and joe average user will never be harmed by having it there.

    2. Re:Why two ethernet controllers? by jandrese · · Score: 2

      Well, firewalls are becoming very important as more people get "always on" internet access. In addition the number of people getting a second computer is increasing. Plus, chances are they are going to use some RealTek POS chip on there, so the second controller is only going to cost a few cents.

      Also, this might be useful at LAN/fireshare parties where people don't want to saturate the "gaming" network so they set up a second firesharing network.

      --

      I read the internet for the articles.
    3. Re:Why two ethernet controllers? by digitalsushi · · Score: 2
      joe average user will never be harmed by having it there.

      Til Joe Average pays 185 bucks for a tech support just to hear himself say over the phone, "other ethernet port? Oh!"

      --
      slashdot: where everyone yells sarcastic metaphors to themselves to understand the issue
    4. Re:Why two ethernet controllers? by andyr · · Score: 3, Informative
      I can't think of any legitimate use for *two* ethernet controllers other than in a broader network application

      I can think of two.

      • DSL modem (many of which use ethernet) and a regular LAN. I am told you can just put the modem on the LAN, but on my Linux gateway I could not make that work.
      • Thin client - very handy even at home, use your clunky old PC as an X-Terminal onto a server, 100BaseT private connection de-congests the (maybe 10BaseT) LAN
      • Cheers, Andy!

      --
      Andy Rabagliati
    5. Re:Why two ethernet controllers? by dattaway · · Score: 3, Interesting

      The "controllers" are just a few extra pins out of hundreds on the chip. A very tiny patch of real estate is lost if you don't use it. A great amount of circuit board real estate is gained if you do use it as it only requires a few tiny inductors and connectors to impliment it.

      I'd want to see a few more controllers on the chipset myself. What's another milliwatt and a few more pins among friends? Imagine the clustering potential of these chipsets...

    6. Re:Why two ethernet controllers? by ergo98 · · Score: 2, Informative

      Actually, apparently nvidia makes the integrated Ethernet port (integrated in the motherboard chipset), and 3COM makes the integrated, but circuitry isolated, "add-in" card. 3COM makes superb cards and chipsets.

    7. Re:Why two ethernet controllers? by duffbeer703 · · Score: 2

      I could think of plenty of reasons. Access to multiple lans (our shop runs an office lan and a network/server lan), access to controlled networks running IPSec, etc.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    8. Re:Why two ethernet controllers? by The_Shadows · · Score: 2

      Internet connection sharing. I have a Dual Port NIC in my system for this exact purpose. Sure, the box is firewalled too, but it's main function is to distribute one connection in, to the other two systems in the house via a HUB.

      I'm much too cheap to buy the extra IPs or a router. I had the hub and the NIC sitting around (salvage sales - woo!) and it was an easy way to avoid paying $20 / month or $100 for an actual router.

      I'd like this board on this grounds that it saves me a PCI slot or two. My machine is all filled up right now anyway. I couldn't put a second NIC in anyway. I was glad to have the dual port card.

    9. Re:Why two ethernet controllers? by ocbwilg · · Score: 2

      This chipset is designed to be used in OEM boards for good performance and enthusiast customers...not servers. I can't think of any legitimate use for *two* ethernet controllers other than in a broader network application (Firewall, for instance).

      Well, there's apparently a lot fo different uses for having a second ethernet port, and I won't bother to list them all here (as others have done so for me). My question is why two different ethernet controllers? If you've already got your own controller built in once, why not just duplicate it? Why license someone else's controller? Granted, 3Com makes pretty solid NICs (they're all I use) but if you're concerned that yours aren't up to snuff, why not just license 3Com's from the beginning? It would certainly simplify things from a configuration and support perspective anyway.

    10. Re:Why two ethernet controllers? by mi · · Score: 2
      • DSL modem (many of which use ethernet) and a regular LAN. I am told you can just put the modem on the LAN, but on my Linux gateway I could not make that work.

      Works just fine here, although with FreeBSD. I'm sure it would work with Linux too, but don't know how exactly. On FreeBSD one network interface can have many addresses -- I have one external (assigned by the ISP) and two internal (10.0.1.x).

      On Linux, you have to "clone" the interfaces to achieve that (eth0.0, eth0.1 ?)...

      The DSL modem then goes into the switch together with the rest of your network, under the assumption, that the ISP is smart enough not to let the private-network packets through their routers, so noone can target your private LAN directly.

      The firewall rules become quite complicated, though and by using two separate physical interfaces you aleviate both issues: having to rely on the ISP's wits and the firewall spaghetty.

      I know, people think, the little NAT-routers sold by everybody and their brother are more secure, but they all have useability problems. Mostly their NAT implementations suck -- typicly, you can not ping or traceroute through them, sometimes ftp-ing is troublesome. Prolonged idle tcp connections sometimes get closed out of the blue, etc.

      --
      In Soviet Washington the swamp drains you.
    11. Re:Why two ethernet controllers? by be-fan · · Score: 2

      Actually, OHCI chipsets (mainly SiS, ALi, and some others) are a lot smarter than UHCI chipsets (Intel and VIA). Performance with OHCI chipsets is significantly better too. In fact, OHCI is the programming model for computer firewire interfaces as well.

      --
      A deep unwavering belief is a sure sign you're missing something...
    12. Re:Why two ethernet controllers? by ocbwilg · · Score: 2

      but when they add the second controller to the MCP-T, it's something along the lines of a 3C920 ASIC.

      That actually makes sense. Thanks.

      Additionally, 3Com provides no support for OEM products, so yes, there're two different drivers, but no, you don't have to call two different companies for support.

      Yeah, actually what I meant was that it would be potentially more headache for whoever ends up supporting it, whether that is Joe Hardware at the screwdriver shop or someone troubleshooting their own system. I wasn't even thinking about manufacturer support.

  2. RTFA (article) by carlcmc · · Score: 5, Informative
    to quote: "Because the traditional modem is being replaced by more modern technologies, such as DSL, a network card is pretty much indispensable these days. However, a single interface is only sufficient if the PC is to be connected to either the Internet or a a local network, but not both. If you need to connect the PC to both, then you definitely need a second port."

    for a home with more than one computer with a cable modem this makes perfect sense. For a couple dollars more, it would be stupid not to...

    1. Re:RTFA (article) by ocbwilg · · Score: 2

      From some of the other comments, this seems not to be aimed at the gamer audience--the on-board video apparently beats other on-board video but can't touch "real" video cards.

      And from the articles, there are actually two different northbridge and southbridge chipsets available. You've got the "low-end" integrated solution for OEMs with integrated graphics, AC97 audio and a single ethernet port. Then you've got the "high-end" solution targetting at gamers without onboard video but with and integrated APU that does Dolby Digital 5.1 and has Firewire and dual network controllers.

    2. Re:RTFA (article) by swordboy · · Score: 2

      No... This relates to Xbox2. Microsoft will be getting with cablecos in order to provide an integrated set top box/router so customers can have multiple PCs through a connection that can be managed/supported by the cableco. It is a great idea, if you ask me.

      Xbox/Tivo/Router/Web Server - all managed by Big Brother and everyone will pay extra. MS and cableco will have a piece of the additional revenue.

      --

      Life is the leading cause of death in America.
    3. Re:RTFA (article) by MisterBlister · · Score: 2

      Actually nForce is largely for the lower to mid cost mainstream OEM PC market, not just gamers. So why should these people spend $80 when they could spend $1-2 more to get a second NIC in their nForce PC? It makes sense for a lot of people. Maybe not YOU, but the world doesn't revolve around you.

  3. I would get one but... by teamhasnoi · · Score: 3, Funny

    due to the newfound explosive nature of mice, I'm going to skip out on buying hardware for the time being.

    1. Re:I would get one but... by zmooc · · Score: 2, Funny

      I remember at my work a collegue was using a CD-R in a 50 speed cd-rom drive. We suddenly heard a very loud click and then tried to open te CD-drive. It didn't respond. He continued his work until suddenly the drive opened and it spit out the CD-R over the guy in 100s of small pieces. He looked like he had been antiqued with goldpowder:)

      --
      0x or or snor perron?!
  4. Re:Processor? by kawaichan · · Score: 2

    Not sure you are meant to be as a flame or not, but yes you do need a CPU for this, an Athlon CPU to be exact.

    IIRC, I don't think NVIDIA has licence for making Pentium 4 chipset, so they are pretty much stuck with AMD's processors for now (I think they are making chipset for Hammer as well)

    I think nForce 2 is great but watch out for ATi's new chipset as well. (I smell a chipset super pricewar in the distant future!)

    --

    kawai
  5. remember: it's not a geforce4! by imr · · Score: 5, Interesting

    On the topic of current Nvidia cards:

    Do not buy a GeForce4-MX for Doom.

    Nvidia has really made a mess of the naming conventions here. I always
    thought it was bad enough that GF2 was just a speed bumped GF1, while GF3 had
    significant architectural improvements over GF2. I expected GF4 to be the
    speed bumped GF3, but calling the NV17 GF4-MX really sucks.

    GF4-MX will still run Doom properly, but it will be using the NV10 codepath
    with only two texture units and no vertex shaders. A GF3 or 8500 will be
    much better performers
    . The GF4-MX may still be the card of choice for many
    people depending on pricing, especially considering that many games won't use
    four textures and vertex programs, but damn, I wish they had named it
    something else.

    (all this comes from carmack's .plan:
    http://webdog.org/plans/1/ )

    It seems nvidia is going the same road as intel and sis with their cheap video-on-board motherboard. All of them sucked! Good luck!

    1. Re:remember: it's not a geforce4! by Hektor_Troy · · Score: 3, Informative
      t seems nvidia is going the same road as intel and sis with their cheap video-on-board motherboard. All of them sucked! Good luck!
      Except that their on-board video doesn't suck; granted, a GF4MX420 is not the top of the line, but would you really want a motherboard that costs an extra 400$, that is going to be wasted in 6 months? Didn't think so.

      Compare the onboard video with any other on the market, and you will notice, it does anything BUT suck - it wipes the floor with them, and it can probably do the same with quite a lot of budget cards out there as well. Notice the "budget" in that sentence before you fly off your bat.

      Not to mention, that you have the option of having dual vga/dvi output PLUS tv-out. I don't know about you, but compared to the "external" gfx-card I have now, that's a lot better! Not to mention that it's also a lot faster than my current GF2 MX400. No - I don't need to play Doom ]I[, and if I did, I wouldn't buy an mb with integrated graphics, and frankly - your idea that anyone would is an insult to their intelligence, no matter how appropriate such observations might be.

      I think you need to hear three little words, that no one have told you in a long time:

      GET A LIFE!
      --
      We do not live in the 21st century. We live in the 20 second century.
    2. Re:remember: it's not a geforce4! by ocbwilg · · Score: 4, Informative

      It seems nvidia is going the same road as intel and sis with their cheap video-on-board motherboard. All of them sucked! Good luck!

      Hmm...maybe that's why nVidia also makes an nForce2 part that doesn't have integrated video. Oh wait, you'd have actually had to read the article to know that. Nevermind.

      Seriously folks, integrated video is not always a bad thing. When I built a system for my father I used an nForce board because for $120 I could get a system with onboard video, audio, and ethernet. If I had bought a non-integrated solution it would have cost me over $200 for components of similar quality separately. Does my father need screaming fast graphics power or Dolby Digital 5.1 so that he can play Doom 3? No, an nForce was more than adequate. All he wants to do is browse the web, send emails, work on his geneaology database and VPN into work so that he can do his job (UNIX tools development for Lucent).

      Now with the nForce2 there's another option for me. If I want I can get an nForce2 board without integrated video that still takes advantage of Dual Channel DDR400 (how many other mainboards have that?) and has high-end audio, USB 2.0, Firewire, and dual ethernet controllers built in. Then I can go out and buy a GeForce5 (or whatever they want to call it then) and have a screaming gaming system.

      What would be really nice is to see this in one of the new Shuttle SS-series systems.

    3. Re:remember: it's not a geforce4! by imr · · Score: 2

      Well, to browse the web, send emails, work on his geneaology database and VPN into work so that he can do his job (UNIX tools development for Lucent), you just don't need 3D power to begin with.
      A good pci card would be enough, but that's not the point.
      Also that nVidia also makes an nForce2 part that doesn't have integrated video is not the point either.
      There was 2 points in my post:
      first/ they call geforce4 a video card that is not even a geforce3. That is not my point. It's carmack's point (let's give credits where it's due.)
      second/ I did not build a cheap box for my father with an integrated motherboard for his emails and surfing. I built a chep box using spare parts, but real stable hardware. Why? Because I did work in a small compagny where we used to sell cheap boxes. And i had to help troubleshoot those boxes. And integrated sound was already bad (via chipset!!!), but integrated video was hell. To the point that we refused to build them anymore after a while.
      So a real "good luck" to nvidia to succeed in delivering a good cheap product in this area. And a real "good luck" to all repair guys and salesmen and customers if they don't.
      But this geforce4 name is already a bad start:
      "why is my doom3 choppy? It's a geforce4 that's inside. That's what you told me when i bought it. whine. whine. complain. complain... more whine... more complaints...."
      those were the points in my post, but I understand yours about building a good system for less money.

    4. Re:remember: it's not a geforce4! by Aceticon · · Score: 2

      Their TV-Out comes with Macrovision 7.1 - Big NO NO!!!

    5. Re:remember: it's not a geforce4! by nzhavok · · Score: 2

      Seriously folks, integrated video is not always a bad thing.

      I agree, infact I'm reading this on my onboard prosavage. Of course I wouldn't need to do that if my GeForce2 fan hadn't seized last week! Damn you Nvidia, Damn You.

      I will still buy a GF4 thou :-/

      --

      He who defends everything, defends nothing. -- Fredrick The Great
  6. Flashing banner adds. by autopr0n · · Score: 2

    I tried to read that artical, but the flashing "you've won" advertizement was making my eyes bleed.

    --
    autopr0n is like, down and stuff.
  7. MX Core? by AAAWalrus · · Score: 2, Troll

    *snip*
    integrated GeForce4 MX core
    *snip*

    My question is this: who are they trying to sell this to? Not gamers, since a GeForce4 MX is a stripped down, cheaper version of the real powerhouse GeForce4 TI, which is the new bar for nVidia cards. Obviously, they're not selling this to power users who build their computers piecemeal, because, well... an integrated board by definition defeats that purpose.

    Granted, gamers isn't where the money is. The money is in getting someone like Dell or Gateway to use this board in their corporate lease computers. By convincing big manufacturers that the overall cost of making a computer is lower by buying one big all-in-one solution board, they hope to break into new markets.

    *snip (from review)*
    aimed not only towards the high end but the mainstream
    *snip*

    There you have it. It's a great product, but if you're a typical slashdotter, you're probably not going to care because:
    a) nVidia Linux support has been a bit shoddy (IMHO - although the fact that they have drivers at all is a positive note)
    b) it's not high end - it's a glorified GeForce2
    c) it's integrated, meaning hard to replace if something goes out and not customizable

    1. Re:MX Core? by ghjm · · Score: 3, Interesting

      I'm guessing that when you buy a computer, you aren't spending your own money.

      The nFORCE concept is to capture low-end market share by providing much better specs than the alternatives, for people who are price-constrained. Suppose you had $400 to build a computer (not including the monitor). The nFORCE architecture is by far the best deal you can get. At this price point, a GeForce4 Ti was never in the cards anyway.

      What nVIDIA has recognized is that the traditional price points for high-end ($3000+) or even midrange ($2000+) PCs have gone the way of the dodo. Ultra-cheap PCs are such a good deal for the majority of buyers that that's where most of the market share is going to be in a few years, if it isn't there already.

      -Graham

    2. Re:MX Core? by ocbwilg · · Score: 2

      The nFORCE concept is to capture low-end market share by providing much better specs than the alternatives, for people who are price-constrained.

      I'm not sure that's the case. If it were, the nForce2 chipset would have more expensive higher performing optional components. Would you like your Southbridge to have firewire, dual nics or a Dolby Digital 5.1 audio processing unit? If not, they have a stripped down version for the cost conscious. Do you want your Northbridge to have a GeForce4MX core integrated, or would you prefer one without the integrated graphics so that you can choose your own card? Either way you're still getting Dual Channel DDR400 memory interfaces, a performance option only available on nForce boards.

    3. Re:MX Core? by Junks+Jerzey · · Score: 2

      Not gamers, since a GeForce4 MX is a stripped down, cheaper version of the real powerhouse GeForce4 TI

      This is like saying "Why buy a 450HP car when you can get one that's 500HP?" Performance has gotten all but irrelevant. Price and form factor are what matter. If this will let manufacturers create smaller, cheaper, cooler running computers, then that's great.

    4. Re:MX Core? by GoSpeedRacerGo · · Score: 3, Interesting


      WOW! Someone that really gets what is amazingly cool about nForce. The only Dolby Digital 5.1
      _encoding_ solution in this market (other than Xbox). Not via, not intel, not creative
      soundblaster, not Playstation2, and not gamecube.

      What happens when you play a game with your Audigy 5.1 hooked up to your dolby digital
      receiver via coaxial/optical digital hookup???

      Two channel stereo! Ha!

      They talk 5.1 all over the box and conveniently leave out that it is for _decode_ of pre-encoded
      material only (i.e. DVDs).

  8. nVidia to announce new features by levik · · Score: 5, Funny
    The upcomin nForce 3 chipset will include a built-in heat sink, firewall and a nifty solitare game.

    Plans for nForce 4 (still some time in the future) include an embedded version of Java and/or Internet Explorer

    --
    Ñ'
  9. Mixed feelings......... by Ride-My-Rocket · · Score: 2

    I'm not sure whether to feel juiced about the fact that the nForce has USB 2.0, Ethernet, Firewire, TV Tuner (!!) and a bunch of PCI slots built in automatically, or unhappy that they've paired all of these great features with what amounts to a budget on-chip video card.

  10. Re:NVIDIA and AMD by benzapp · · Score: 2, Interesting

    Intel has always been a little hostile to anyone else producing chipsets. I believe with the Pentium IV, Intel has forbidden any third parties from producing chipsets. They went after VIA hard over this issue. I don't think Nvidia wants to deal with that sort of bullshit.

    I also believe that Nvidia realized something with their Geforce 3, the damn thing was more advanced than many of the CPUs available at the time.

    We are at an interesting point in computer history here, with graphics chips being as advanced or more so than the CPU, it is only natural that the two be brought closer together.

    AMD and Nvidia seem to be doing that, while Intel is not really paying attention.

    --
    I don't read or respond to AC posts
  11. everything but by chromakey · · Score: 3, Funny
    "...the chipset contains two 10/100 ethernet controllers, six USB 2.0 ports, UltraATA133 support, three 1394 ports, five PCI slots, and an integrated GeForce4 MX core including NVIDIA's nView technology and a TV Tuner."

    What, no kitchen sink?

  12. missing something... by Ubergrendle · · Score: 2

    What? No open AGPx4 (or x8) port for my ATI 8500? ;)

    --
    John Maynard Keynes: "When the facts change, I change my mind. What do you do?"
    1. Re:missing something... by SpaceJunkie · · Score: 2, Interesting

      Umm... Didnt you read the article? I beleive it said there is an 8x AGP port as well...

      So you are not stuck with the MX. And with the other features, its not a bad set-up. As long as the integrated GFX is not set up to use any of your system ram regardless to wether its enabled or not.

      --
      OrionRobots.co.uk - Robots From sol
    2. Re:missing something... by afidel · · Score: 2

      Sure there is, just get the version without the integrated video. Actually I built a system with an nforce1 that used a GF3 Ti200 even though the board had integrated video, the board without integrated video was like $3 more and the integrated unit had an AGP port so it made no difference. Dual channel DDR, actually good integrated audio, and all the other connectors will make it a decent board even if you don't want the integrated video.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    3. Re:missing something... by Ubergrendle · · Score: 2

      I interpreted the article as the AGPx8 port would be integrated and used by the onboard graphics chipset. I don't think it will be coming with an open AGP slot, but then again it's just a motherboard spec so I guess it can be modified by other manufacturers. Of course, what would be the point...hence my joke..

      --
      John Maynard Keynes: "When the facts change, I change my mind. What do you do?"
  13. Re:Well, good mixed with bad... by scott1853 · · Score: 2

    And then the board would cost $200 more. You want super duper graphics for gaming, then buy a real GeForce card. I'm sure they thought about this for 10 seconds and came to the realization that the increased cost would decrease their market significantly.

  14. The chipset? by AppyPappy · · Score: 5, Funny

    The chipset contains 5 PCI slots? I'm impressed. I had to buy a motherboard to get that.

    --

    If you aren't part of the solution, there is good money to be made prolonging the problem

  15. Is it just me by Raghead · · Score: 2, Interesting

    Or does anybody else think these are just press releases, not reviews, as listed??

  16. One Word by zenyu · · Score: 2

    Mozilla

  17. GeForce 4mx is an abomination by Chris+Carollo · · Score: 3, Informative

    nVidia's marketing department should be ashamed; the name of this piece of hardware is blatantly misleading. Every other "mx" version of their cards contained the same featureset of it's GeForceX line, but had slower/less memory.

    The GeForce4mx, on the other hand, is missing the priciple feature of the GeForce3, that being hardware vertex and pixel shader support. The GeForce4mx is basically a really fast GeForce2. It's a sham.

    It screws developers (no longer can we say "GeForce3 and up", we have to qualify by specifically excluding the GeForce4mx). It screws customers by making them think they get a better card than they are. It's just bad all around.

    When I talked to an nVidia rep at this year's GDC he acknowledged it's hatefulness and gave the impression that it would be going away shortly. Given the number of these cards I see in stores and this announcement, I'm starting to doubt him.

    Note to nVidia: when your marketing department starts screwing developers and customers, we developers stop wanting to support your cards. You've been at the head of the pack for a while now. Crap like this isn't how to stay there.

    1. Re:GeForce 4mx is an abomination by Animats · · Score: 2
      Agreed. The GeForce 4MX name confuses users. It confuses developers, too. Does it mean that the hardware vertex and pixel shader support in all GeForce 3 and non-MX GeForce 4 isn't to be considered "mainstream"? Should developers starting on a new title assume their target machines will have that hardware? The Chameleon demo is gorgeous, but not much else really uses that hardware yet.

      The Geforce 3/4 shader engine has a huge transistor count, around 57 million, more than many CPU chips. But the GeForce 2 and the Nforce family are much simpler parts. There's a real cost for that hardware. The NForce was supposed to be a low-end product. So it's not surprising that it came with GEForce 2 capabilities. But many developers were hoping that the old GeForce 2 architecture would be phased out in the next round. That's not happening yet.

      NVidia's parts are fine; it's just their name confusion that's a pain. From a developer perspective, it means you can't just put "Requires GeForce 3 or better" on the box in big type.

    2. Re:GeForce 4mx is an abomination by qubit64 · · Score: 2, Funny
      nVidia's marketing department should be ashamed

      yes they should, but shouldn't anyone who is in marketing? ;)

      --
      "Save me jebus!" - Homer Simpson (btw, I'm probably talkin out of me arse)
  18. Will there be micro or flex ATX versions? by frankie · · Score: 2

    The current nForce is available in small form factor mobos like the Abit NV7M. I'd be very interested in a tiny version of nForce2.

    If you plan to use TwinBank (6GB/sec system bandwidth!) you only need/want two DIMM slots. With video, audio, network, firewire, usb2, etc, all built-in, you hardly need the PCI slots at all.

    Fewer components should also mean lower power consumption, which means fewer/slower fans, which means blissful quiet computing. Hopefully.

    Also, any word on the rumored Shuttle SS41 yet?

    1. Re:Will there be micro or flex ATX versions? by Brian+Stretch · · Score: 2

      Yes.

  19. Re:Question for people who know more than I... by altgrr · · Score: 2, Interesting

    Seems you skimped a little too much on the motherboard, as it's not even on the parts list. Perhaps if you had the crucial device connecting your CPU, RAM, graphics and sound cards together, you might get a little performance out of them. ;-) but seriously... Not sure what bus speed the 1.0GHz Athlon does (I think it's 200MHz), but more than anything else, it's bus speed that matters - of course, you need a board that can support high bus speeds to maximise performance, which, if you have DDR RAM, you should have. You'll still be needing a CPU with 266MHz bus to maximise performance from your current setup, though. Could be time to get an Athlon 1.4GHz, at least.

    --


    Like car accidents, most hardware problems are due to driver error.
  20. Tom's Hardware by AnimalSnf · · Score: 2, Insightful

    Is it me or are the lackies being hired at Tom's are getting dummer and dummer with time? I don't have time to run down the entire list of inaccuracies and errors in the article, but according to them DDR400 "corresponds to a performance level that SDRAM could only achieve at 400 MHz," and best of all, Nvidia was "Founded in 1997 by a handful of ex-SGI employees."

    1. Re:Tom's Hardware by Pulzar · · Score: 3, Interesting

      DDR400 "corresponds to a performance level that SDRAM could only achieve at 400 MHz,"

      Why is this inaccurate? DDR400 is DDR running at 200MHz, which is equivalent to SDR running at 400MHz.

      --
      Never underestimate the bandwidth of a 747 filled with CD-ROMs.
  21. Anandtech's Article...much more indepth.... by GweeDo · · Score: 2, Informative

    Anandtech's article This one is much more than just a "breif" overview...it is meaty :)

  22. Re:MOTHERBOARD? by ocbwilg · · Score: 2

    According to the NVNews article, they have a reference motherboard?

    That's not what it says. If you read closely, you'll see that they tried to simulate the performance of an nForce2 mainboard by using an nForce motherboard with an underclocked GeForce4MX 460.

  23. If you actually read the article... by TobyWong · · Score: 3, Informative

    ...you would realize they releasing a verion with integrated video and a version without.

    --
    - Toby
  24. PXE? by Andy+Dodd · · Score: 2

    Does anyone know if the BIOSes for the nForce (and probably the nForce2 if the nForce has it) have PXE support for network booting?

    ANY provision for network booting?

    netbooting would make these into killer thin-client motherboards...

    --
    retrorocket.o not found, launch anyway?
  25. Not exactly accurate by ocbwilg · · Score: 3, Insightful

    Intel has always been a little hostile to anyone else producing chipsets. I believe with the Pentium IV, Intel has forbidden any third parties from producing chipsets. They went after VIA hard over this issue.

    Intel actually licenses the IP necessary to design chipsets for the Pentium IV. The reason that they went after VIA for making a Pentium IV chipset was because VIA didn't go to Intel to get a license for the technology. VIA claimed that when they acquired S3 they also acquired the license to utilize the Pentium IV bus technology (since S3 had a license), and it's been fought out in the courts since then.

    Regarding Intel's hostility to third-party chipset makers, that only makes sense. After all, making chipsets for their CPU's is a large portion of Intel's business. By licensing their bus protocols to third parties Intel is making sure that they get a cut of every Pentium 4 chipset sold. They're also raising the costs of competitors chipsets to put them roughly in line with their own. Given the choice in that situation, most people would go with Intel.

    Also keep in mind that controlling the chipsets also allows you to control the technology that is used in them. The Rambus memory fiasco is an excellent example of that. Rambus turned out to be an expensive dud on the early Pentium 4 systems, but Intel was contractually obligated to support only Rambus RDRAM memory and no other memory type on the Pentium 4 for a certain period of time. During that time VIA was producing a less expensive and better performing SDRAM-based chipset for the Pentium 4. Most people went for VIA chipsets on their Pentium 4 systems and that was hurting Intel's chipset business, so Intel of course attacked in any way it could.

  26. This looks really, really good... by MsGeek · · Score: 2

    ...except for one little consideration. NVidia has not released full drivers for Linux for the nForce. Are they going to be any better for nForce 2?

    I am definitely looking at an nForce 2 based solution to upgrade a Windozer of mine, but this would be a splendid solution for Linux if they had the drivers for it. I hope NVidia gets on the ball this time.

    --
    Knowledge is power. Knowledge shared is power multiplied.
  27. Embedded... by wowbagger · · Score: 2

    Now, if somebody like Jumptec, Ampro, or any of the other embedded CPU board makers would use this! I'd love to have that for my embedded system - fast graphics for all the traces, USB 2.0 for RF control, two Ethernet ports for access...

    I wonder if anyone could pursade nVidia to put one of these in there... They have everything else....

  28. Re:editors, please, spellcheck! by Kredal · · Score: 2

    They actually wrote "I noticed that a eval of NVIDIA's...."

    Yahoo's code changed it for you.

    (Yes, I know "a eval" sounds horrible... so sue me)

    --
    Whoever stated that signature sizes should be limited to one hundred and twenty characters can just go ahead and kiss my
  29. No, it's not. by Inoshiro · · Score: 2

    "since a GeForce4 MX is a stripped down, cheaper version of the real powerhouse GeForce4 TI, "

    As posted many times by many people, the GeForce MX 4 is a GeForce 2 core with a higher clock speed. The only reason it has GeForce and 4 together at all is because the marketters at nVidia knew they could sell more parts.

    Read Carmack's .plan about it: http://webdog.org/plans/1/.

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  30. This is not a good idea! by Da_Monk · · Score: 2

    the MX series of GeForce 4 GPUs are woefully underpowered, wait for the next revision of the motherboard that has a non MX GPU. This is such a scam and so many people are getting burned because they see a cheap Geforce4 card and think it is a great deal, when it is just a fast GeForce 2, spread the word!

  31. Re:Mp3 Car by SCHecklerX · · Score: 2
    That does look great for MM stuff...I'd put it in th e home theatre though...add a voice modem with callerid, AIM 'whoson' poller, etc.

    For the car, I use my portable jukebox, which is a toshiba libretto, mounted using a radio-shack cd player holder (damping and everything). It cost me $390 on ebay for the computer (libretto 110CT), and $130 at a computer show for a 20 GB drive for it. It's a lot easier to just plug that thing into the speakers in whatever room I want to listen in (in the past I had a main server and just had speakers wired to it all over the house, but still needed another computer to control it anyway)

  32. NOT a TV Tuner, a TV *Encoder* by Namarrgon · · Score: 4, Informative
    ...and a TV Tuner.

    This is incorrect. The chipset includes a TV Encoder, i.e. supports "TV Out" - S-Video or composite out to a TV. From the press release:

    NVIDIA nForce2 Platform Processors offer a staggering array of features including:

    * TV-encoder and HDTV processor for optimal visual quality

    It does not include a TV Tuner capable of receiving broadcast TV. You'll have to add one yourself.

    BTW, if you're wondering, the HDTV processor simply means it is capable of decoding HDTV-format MPEG2 video. You would still need an HDTV tuner/receiver to get the signal first.

    --
    Why would anyone engrave "Elbereth"?
    1. Re:NOT a TV Tuner, a TV *Encoder* by systemapex · · Score: 2

      The simple reason is that the analog tuners on the market are still superior to the digital tuners as far as quality goes. It's [i]one[/i] of the reasons ATI reverted back to an analog tuner with the AIW Radeon 8500 128MB model after having debuted a digital tuner on the AIW Radeon 8500DV. The digital tuners are supersensitive and many people have to place a variable attenuator on their coax cable to help improve the picture quality.

  33. EETimes coverage by morcheeba · · Score: 2
    The EETimes article covers a lot of the same ground. Some info from it:

    Since Nvidia doesn't have a license to develop for the intel bus, this will interface to AMD processors (uh, despite that the xbox is intel-based). A version for the Hammer is "far along" and may merge north and south bridge functions into one chip.

    Four Taiwanese motherboard manufacturers, including Asus and Chaintech, will use the chips

    A future version for server line cards may include gigabit ethernet, routing capability, and a HyperTransport link to network processors.

  34. Re:XBox by NickV · · Score: 2

    But why throw out the entire PC when all you need to replace is the graphics card? Or sound card or even processor? Surely one of the key things about having modular PC's on a tight budget(or even a reasonably generous one at that) is that you can do incremental upgrades to various system components - which although being more expensive in the longer term, allows you to see the benefits of upgrading in the shorter term.

    What are you refering to here? The costs related to just upgrading the video card to upgrading a console?

    Let's see, upgrading from one console to the other "next-big-hot-thing" costs about $200-$300. Upgrading from one video card to the other "next-big-hot-thing" costs about $300-$400. Where's the cost savings?

    And you dont necessarily have to throw away your old GFX card. Used PC components and consoles have a pretty good used parts market. I let many of my old components go that way if I dont distribute them in my other machines. Though I have hung on to my old consoles.

    Your video card is COMPLETELY useless without another computer to plug into. The XBox isn't useless just because you get a new console. The XBox doesn't have to be thrown out when you get an XBox2, just like I didn't throw out my N64 when I got the gamecube. Oh yea, and the used Console market is very very very good (better than the used pc components market.)

    So basically, you have no argument.

  35. Legal Linux drivers? by Mike_L · · Score: 2, Interesting

    I'm still waiting for Linux drivers that can legally be linked into the kernel. nVidia forces me infringe on the GPL when I use their nvnet driver. It would also be nice to have the nforce drivers in the kernel distribution.

    -Mike_L

  36. Re:slightly off topic, but about USB by TeddyR · · Score: 2

    The question is how many of those ports are shared.

    Usually on a standard 2 port setup, each port gets 12mb or 480mb bandwidth.

    If you plug a hub to first port, then all the ports on that hub share the bandwidth of that one motherboard port.. [so on a 2 port system, you can have one badly behaving device hog up all the bandwidth on that port; leaving little for other devices]..

    If all 6 ports have individual controllers, then this WOULD be a good thing... and the more ports the easier it would be to segment your USB devices especially if you mix 1.1 and 2.0 devices... It also allows you to group your devices/hubs in such a way that sharing "Groups" between machines is easier.. [unplug groupA from main PC to connect to laptop] or [stuff connected to groupB not supported in Linux yet, so unplug port3 when booting Linux]

    btw: I am a "USB power user" with close to 14 USB devices connected at once....

    --

    --
    Time is on my side
  37. Re:XBox by Zeinfeld · · Score: 2
    But why throw out the entire PC when all you need to replace is the graphics card? Or sound card or even processor? Surely one of the key things about having modular PC's on a tight budget(or even a reasonably generous one at that) is that you can do incremental upgrades to various system components - which although being more expensive in the longer term, allows you to see the benefits of upgrading in the shorter term.

    What the guy is saying is that the premium you pay for the system being upgradable is much greater than the cost of considering the computer to be upgradeable.

    Two years ago I spent $5K on a home PC. Today the only part of the system that is not obsolete is the video card which I replaced about 6 months ago because the old one was not supported by Windows XP (Vendor went out of business)

    The nVidia chipset being discussed is targetted at what are likely to be low end machines, but with much better graphics than are ususal for that sector. OK so the graphics are not cutting edge for gamers, but they are probably better than the cards that ship with 90% of PCs today.

    The real advantage to me of a system like that is that you could have a complete system in a slimline case without clunky riser cards, something that I might want to have in the living room next to my HiFi.

    Now such a system might not be what I would buy for myself as a primary system but I am certain that my 17 month old son is not going to complain about the lack of performance.

    If all you need to add is a processor, a case, memory and some disk you could have a complete system for $500 that you could trust to run unattended without fearing it would burn the house down.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
  38. Re:[OT] Re:Why two ethernet controllers? by mi · · Score: 2

    Thanks for clarification. It may help that unfortunate Linux user I was replying to.

    Count this as a flame-bait, but this IS the Linux' weak point. Once installed, you need to scramble around for tools like this.

    And this is not a general purpose software, which is, understandably, maintained outside of a particular OS, but a Linux-specific tool, that, for some reason, is not available with the Linux itself.

    No, I like my FreeBSD -- which is an entire OS, not just a kernel, where the existing kernel features quickly get the user-land hooks to use them... Yada-yada-yada :-)

    --
    In Soviet Washington the swamp drains you.
  39. I would get one if it had a G4... by frankie · · Score: 2

    Apparently I wasn't the only one who wished that Apple would team up with Nvidia.

    If there isn't an expandable Mac around $900 by the time the Shuttle SN40 arrives, I'm getting an nForce2.