Slashdot Mirror


HP To Sell PCs With Mandrake 9.1

theoddball writes "HP just announced a new PC model (HP Compaq d220) that's available preloaded with Windows or Mandrake 9.1. The machine appears to be targeted to business users, although it's on the lower-end of the scale - specs are here. Mandrake also has a press release announcing the deal, which will grow to include four other HP models. Is this a sign that top tier manufacturers are taking Linux more seriously, or at least seeing a profitable niche?" We commented on MandrakeSoft's status update yesterday.

76 of 338 comments (clear)

  1. ipaqs by SKPhoton · · Score: 5, Interesting

    I wonder how long it will take until HP releases iPaq's with linux already installed.

    1. Re:ipaqs by MerryGoByeBye · · Score: 3, Insightful

      They won't until they figure out a way to not wipe out part of the memory whenever you switch systems in a dual-boot configuration. The iPaq actually has a pretty poor flash-management controller, from what I understand. (Not that CE cares. Hell, it doesn't even know when you install a different boot-loader.)

  2. 2.0 GHz Intel� Celeron� by H0NGK0NGPH00EY · · Score: 5, Funny

    2.0 GHz is low end of the spectrum? I'm still running a 400MHz PII as my primary!

    *weeps into hands*

    --
    Do not read this sig.
    1. Re:2.0 GHz Intel� Celeron� by sexylicious · · Score: 5, Funny

      That paperclip needs a lot of CPU cycles.

    2. Re:2.0 GHz Intel� Celeron� by Anonymous Coward · · Score: 2, Funny

      I agree. It's a real pisser when new mobo's have a FSB that's twice as fast as your processor.

      Or video cards.

      Hell, you can probably get a sound card with a processor faster than my machine.

    3. Re:2.0 GHz Intel� Celeron� by The+Vulture · · Score: 4, Informative

      Sorry, the Commodore 64 did have 64K of RAM. It also had (I believe) 20K of ROM (8K BASIC interpreter, 8K kernel ROM and 4K character ROM) mapped in at various addresses. However, the RAM "underneath" the ROMs is available, but only in machine language.

      The BASIC interpreter is mapped in at $A000, the character ROM is mapped in at $D000 (I think, I don't quite remember), and the kernel ROM is mapped in at $E000. Due to the way that the VIC-II works, being able to access only 16K at a time, the character ROM is also mapped in at $1000 and $9000, but only the VIC-II sees it this way, the 6510 sees the RAM there.

      Now then, to map out the ROM's, you need to play with the MMU, which is at memory location 1. Also, like I said, you have to be in machine language, because using any of these methods, you end up mapping out either the BASIC interpreter, BASIC and the kernel, or all of the ROM's, and if you're in BASIC, unless you've copied the ROM to RAM, you'll crash the machine.

      These values will work, although you shouldn't just set them, since they also set some of the Datasette lines as well. Set the MMU (memory location 1) to these values to get the RAM:
      $36: Map in the RAM under the BASIC interpreter (8K at $A000)
      $35: Map in the RAM under the BASIC interpreter (8k at $A000) and under the kernel (8K at $E000)
      $34: All 64K of RAM.
      There are other values as well, but I don't remember how they work, as I didn't use them very often.

      Note that when you map out the kernel or use all 64K of RAM, you MUST disable interrupts. The 6510, when it receives an interrupt, jumps to the vector pointed at $FFFC ($FFFA for NMI's), and for IRQ, this is $EA31 (I don't remember the NMI). If the CPU does it's JMP($FFFC), and there's garbage there, well, your C64 goes off into
      never-never land.

      Also when you map in all 64K of memory, you only have about 63K of memory. That's because most of zero page (0-255) is reserved, $100-$200 is the stack (you don't want to mess with that unless you really know what you're doing), and $300 contains some semi-important pointers (file I/O, IRQ, etc.). But from $400 up, you're all clear.

      Of interesting note... The game Impossible Mission (by Epyx) used all but 1K of RAM. And yes, I'm a former C64 demo coder, I've set the machine to use all 64K of RAM many times.

      -- Joe

    4. Re:2.0 GHz Intel� Celeron� by UniverseIsADoughnut · · Score: 4, Funny

      " That paperclip needs a lot of CPU cycles."

      The paper clip is very efficient do to it's well integrated design. It takes very little cycles. It's when you try to kill it you suck up cpu as you go through menus and do everything you can to kill it.

      OK, well i have to say in office XP one click and he's gone for good. But i know in previous releases he was a bitch, or a bubble, or a dog....

    5. Re:2.0 GHz Intel� Celeron� by fireman+sam · · Score: 4, Funny

      I stand VERY corrected

      --
      it is only after a long journey that you know the strength of the horse.
    6. Re:2.0 GHz Intel� Celeron� by egreB · · Score: 2, Informative

      I started on an Apple II but so what? You can't get any real useful work done on one now and yes, even the 400mhz and 733mhz CPU's people are talking about in here are getting pretty long in the tooth for business use.
      Only yesterday I saw a Mac Plus doing its job for a librarian - granted, only for text processing and printing, but still. It did its job. I actually asked wether she would rather like a new computer - there were quite a lot of them around. Of course not, she replied, as the Mac does its job. I beleive the librarian did "real useful work" on that Mac.

      Just because you happen to be internet content creation, doesn't mean that your computer would fit everybody else. The reason you see such many "Word and Excel"-arguments around here, is because the majority of business computer users only to text processing, spreadsheet and e-mail. Computers have been able to do that for quite a while, now. In the real world, people look as computers as tools, not as the real work.

      I'm a web developer. As I run Linux, my applications ranges from Gimp to web/script/databaseserver to several web browsers, of course in addition to mail and news applications and all the small stuff like XMMS and Gaim. For these tasks, I have an AMD K6-II 400MHz with 128MB RAM and a 16 MB video adapter. I'll upgrade the RAM soon, but the computer is sufficient for my needs, and it's not painful.

      I think the definition of real work needs some polishing. I admit that my computer have troubles with the latest games, but I don't linke this trend of always needing the latest and greatest hardware. People did real work on PDP-11, for crying out load!

  3. Good. Distro variety. by arcanumas · · Score: 5, Insightful

    This is also good news that Large companies see Distros other than Red Hat to be of excellent quality. It have many times seen ignorant IT managers telling me how the only way to go with Linux is RedHat. (which is good, but not the only one)
    Maybe now i can propose the use of my favorite distro and have "managerial" evidence to back it. :)

    --
    Slashdot Sig. version 0.1alpha. Use at your own risk.
    1. Re:Good. Distro variety. by MisterFancypants · · Score: 4, Insightful
      Whether this is good or not might depend upon if you're a developer considering writing Linux software. While it might not seem that tough to just support "Linux", the minor differences in all the different distros can really balloon into major QA, tech support and release engineering (as each distro tends to have different preferred package handling systems) headaches.

      I think this hurts Linux as an application target more than most people realize, and I hope one of the many announced standardization efforts actually produces something other than talk and press releases soon.

    2. Re:Good. Distro variety. by Surak · · Score: 3, Informative

      Just a small point, but Mandrake started out as Red Hat+KDE. This is no longer true, of course, but it's still largely a Red Hat clone in many aspects.

  4. Hopefully by CoolGuySteve · · Score: 2, Interesting

    Maybe other manufacturers and consumers will realize that linux is superior to windows in just about every way possible. It's taken long enough anyways, the average linux Desktop not only looks, performs and is more intuitive than windows' explorer.exe, but also has way more applications available from the start.

    1. Re:Hopefully by Aadain2001 · · Score: 5, Insightful
      say, edit video
      Linux may lack the video editing tools that are present in the Windows world, but there are projects out there working on them. I personally use Kino for the small jobs I have, and it does the job.
      create artwork
      Two words: The Gimp. Very powerful. Very supported. And free. There are many other programs out there, but The Gimp is the most known. Some compare it to Photoshop.
      manage source code
      This is where Linux shines! It was created by hackers, for hackers, and as such has a great history with development and development tools. I'm constantly suprised that more people don't develope for Linux since it comes with every kind of development tool most will ever need. CVS, IDEs, compilers, linkers, debuggers... Linux has it all and for free!
      create product to send out to clients
      That depends on the product. Where I work, the Windows boxes are nothing more than a way to use the Exchange Server (which the open source world really needs to come up with a replacement for) and maybe a few office documents. The real work is done on Linux and Unix boxes. Everyone here who is part of the core revenue stream works entirely on Linux. It's more secure, free, and easier to manage when you have thousands of servers. So, as far as producing a product to sell, Linux is definately ready, and has been for a while.

      Maybe it's time you actually try doing something real on Linux. I'd think you'd be suprised by how well it works.
      --
      Space for rent, inquire within
  5. Das Slashdot Effekt by DaddyExcellent · · Score: 2, Funny

    HP announced today an affordable, high-quality desktop PC for small and medium businesses (SMB): the HP Compaq Business Desktop d220 Microtower, which offers a choice for operating system between Windows or Mandrake Linux 9.1 (please read the press-release below).

    It's the first time that an industry leader publicly announces the availability of Linux on a desktop PC.

    This is the result of a worldwide agreement between MandrakeSoft and HP. The Mandrake Linux 9.1 operating system, while poor in comparison to Windows, is now available on a complete range of HP desktop PCs. This includes (or will include) the following machines: HP Compaq 220, HP Compaq 230, HP Compaq 325, HP Compaq D330 and HP Compaq D530.

    Mandrake Linux 9.1 is recognized to be one of the less crash-prone and primitive of the Linux systems available today, and is a major step towards delivering Linux as a pretend office-desktop solution to small businesses.

    More information about Mandrake Linux 9.1 is available at:
    http://www.mandrakesoft.com/products/91/mainfeatur es

    The Press-release from HP is available at:
    http://www.hp.com/hpinfo/newsroom/press/2003/03070 2a.html

  6. Re:this.... by geekd · · Score: 3, Insightful

    This news is about desktops

    Previous HP linux computers were servers.

  7. Well by MisterFancypants · · Score: 2, Informative
    Well on the one hand this is great news, on the other hand despite what the press release says I don't see any way to configure a system to ship with Mandrake instead of Windows XP on their little site store page that is linked into that press release. All of the d220 models I see listed are shipping with Windows XP with no way to change that option (I was hoping to see what kind of price difference, if any, that option would cause).

    Hopefully this is just a case of the press releasing being issued a bit before the website is changed to handle the new systems fully.

    1. Re:Well by BigBir3d · · Score: 2, Funny

      Available for sale starting July 7th 2003.

  8. I think it's more not wanting to be left out by dspyder · · Score: 2, Insightful

    I think what it comes down to is not wanting to lose out sales to someone else. If their competetors are making at least 1 sale with something, most companies will want to try and steal away that sale... almost at any cost!

    Of course, it looks like they're not going to put a huge effort behind it until there is some momentum... but then do expect them market the hell out of it.

    --D

  9. Desktop vs. Office/desktop? by joestar · · Score: 5, Informative

    Despite the fact that Linux is apparently not ready yet for "mum" (certainly because of a lack of third-party applications), it really seems there is a growing momentum for Linux on the desktop in the field of corporate environements. My guess is that StarOffice/OpenOffice.org are responsible for that, and also that Mandrake 9.1, with its great desktop environment, offers most things that corporations need for their daily tasks. This includes OpenOffice.org and Mozilla for instance.

    1. Re:Desktop vs. Office/desktop? by garett_spencley · · Score: 3, Interesting

      Hopefully with more larger companies offering Linux on desktops more people will consider switching and thus more commercial applications will become available.

      That and the prediction that Linux will surpass Apple in desktop usage next year.

      I have lots of friends that I met from other completely non-tech message boards that I participate on. In the chat rooms I've been asked on many occasion by these people about switching to Linux which has always surprised me because I've never mentioned it to anyone. They know that I work professionally as a computer programmer and that's about it.

      A few years ago I used to pitch Linux to everyone who didn't care. I stopped for just that reason... no one cared. Now I find those same people are starting to care. Why? Because they hear about it from companies like Wallmart, HP, Dell etc. so now all of a sudden it must mean something.

      This is exciting news ineed.

      - Garett

  10. Retail!!! by PaulK · · Score: 5, Insightful

    Looking to find out what retailers would be selling this, I did follow their product link.

    It's not listed yet, but that's no surprise.

    This is probably the ONLY way that people are going to buy this for their homes; a side by side comparison of an MS machine and a (GNU/)Linux machine.

    The retail setting is absoluetely imperative. Buying a preloaded sysem online is well and good, but most people will stick to the devil they know, (MS).

    Now, people will have the whole "touchy, feely," experience.

  11. Not yet on the store by LinuxTek · · Score: 4, Informative

    If you try to buy a d220 microtower, there's no option available yet with Mandrake Linux. If they're going to do a press release, isn't it better to have the actual product first?

    --
    Signatures are supposed to be funny?
    1. Re:Not yet on the store by joestar · · Score: 2, Informative

      It seems that these products are mostly targetted to small & medium businesses, so it's likely that most units will be sold by value-added resellers.

    2. Re:Not yet on the store by Anonymous Coward · · Score: 4, Funny

      If they're going to do a press release, isn't it better to have the actual product first?

      In the computer industry?

    3. Re:Not yet on the store by opkool · · Score: 4, Insightful

      Mmmm, let's see:
      $ date
      Wed Jul 2 23:39:11 EDT 2003

      And in the Press release says:
      "..., available beginning July 7, ..."

      So far, nothing wrong. IF they are not available on the 7th, then we can all scream and yell in dispair.

      But not just yet.

      Peace.

  12. Sure it is. by EdgeShadow · · Score: 5, Insightful

    It's newsworthy because Mandrake only just recently climbed out of bankruptcy. The fact that a major computer manufacturer has decided to preload Mandrake on one of their business-line models as an alternative to Windows suggests that the company's future might be brighter than many expected.

  13. Re:this.... by mickwd · · Score: 4, Insightful

    Maybe it's news because Mandrake is seen as more of a desktop distro than RedHat (though it also forms a very capable server), and it shows that one of the biggest PC suppliers now thinks Linux is ready for the desktop.

    It's also great news for Mandrake, and about time. Well done, Drakes.

  14. screw this. by geekoid · · Score: 4, Funny

    I'm going to start a band of elite Linux Ninja to sneak in and just start intalling Linux on every computer.
    Won't you be my Ninja?

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    1. Re:screw this. by PaulK · · Score: 2, Funny

      U betcha! I'll start practice throwing with my "bbc cds".

      I just wonder if my natural moon tan will be enough camouflage in Compusa.

  15. Format text :) by grantsellis · · Score: 2, Informative

    Ack! That's unreadable. Take a few moments to put the br's in :)

    HP Delivers Affordable, Reliable Microtower PC to Small- and Medium-sized Businesses
    PALO ALTO, CALIF., JULY 2, 2003

    HP (NYSE:HPQ) today introduced an affordable, high-quality desktop PC for small- and medium-sized business (SMB) customers: the HP Compaq Business Desktop d220 Microtower.

    The microtower desktop features Intel® Pentium® 4 or Celeron® processors and offers three PCI expansion slots, two double data rate (DDR) memory slots and five drive bays in a compact microtower platform, allowing for expansion or future upgrades.

    "Our SMB customers are looking to maximize their IT investment, and the combination of low purchase price and consistent, reliable performance in the HP Compaq d220 provides value-seeking businesses a solid platform choice," said Keith LeFebvre, vice president of business desktop division, Americas, HP Personal Systems Group.

    The HP Compaq Business Desktop d220 is designed to keep IT simple, with the choice of customizable or pre-configured solutions optimized for affordability and quality. Customized solutions, available beginning July 7, start at an estimated U.S. street price of $349 (1) with an Intel Celeron 2.0-gigahertz processor, 40-gigabyte hard drive and 128-megabyte DDR SDRAM. Customers also can opt for an Intel Pentium 4 2.4-gigahertz processor, 40-gigabyte hard drive and 128-megabyte DDR SDRAM for as low as an estimated U.S. street price of $499. (1)

    For customers interested in pre-configured solutions with an Intel Celeron 2.0-gigahertz processor, pricing starts at an estimated $429. (1) Or, for customers requiring additional processing power, the HP Compaq d220 is available pre-configured with a 2.4-gigahertz Intel Pentium 4 processor, 40-gigabyte hard drive, 512-megabyte DDR SDRAM, integrated Intel Extreme Graphics, DVD+RW/CD-RW combo drive, six USB 2.0 ports and Microsoft Windows® XP Professional - priced at an estimated U.S. street price of only $799. (1)

    HP Compaq desktops are available with the latest operating systems from the industry leader, Microsoft, as well as a robust Linux offering from Mandrake. The HP Compaq d220 offers a choice of Microsoft Windows XP Professional, Microsoft Windows XP Home or Mandrake's Linux v9.1, providing customers with the versatility needed for today's mixed-use environments.

    The HP Compaq Business Desktop d220 Microtower is now available directly from HP or through authorized resellers. More information about the product is available at http://www.hp.com/products/desktops .

    About HP
    HP delivers vital technology for business and life. The company's solutions span IT infrastructure, personal computing and access devices, global services and imaging and printing for consumers, enterprises and small and medium business. For the last four quarters, HP revenue totaled $70.4 billion. More information about HP is available at http://www.hp.com .

    (1) Actual prices may vary.

    Intel, Pentium and Celeron are U.S. registered trademarks of Intel Corp. Microsoft and Windows are U.S. registered trademarks of Microsoft Corp.

    This news release contains forward-looking statements that involve risks, uncertainties and assumptions. All statements other than statements of historical fact are statements that could be deemed forward-looking statements. Risks, uncertainties and assumptions include the possibility that the market for the sale of certain products and services may not develop as expected; that development and performance of these products and services may not proceed as planned; and other risks that are described from time to time in HP 's Securities and Exchange Commission reports, including but not limited to HP 's quarterly report on Form 10-Q for the quarter ended January 31, 2003, and subsequently filed reports. If any of these risks or uncertainties materializes or any of these assumptions proves incorrect, HP 's results could differ materially from HP 's expectations in these statements. HP assumes no obligation to update these forward-looking statements.

  16. Price is the same, no matter what the OS is? by civad · · Score: 4, Interesting

    From the Specifications provided:
    operating systems included: Microsoft® Windows® XP Professional; Microsoft® Windows® XP Home or Mandrake Linux 9.1.
    Interestingly enough, there is no mention whatsoever about the difference in price depending upon the OS. If I were someone who hasn't heard of Mandrake Linux, why would I bother selecting it if I am getting a MS OS (something that I am much more familiar with) for the same price? Where is the incentive for me to buy a system with Mandrake installed on it?
    From a business perspective IMO, paying for something unkown would be a no-no. One might consider taking a RISK if one buys something unfamiliar at a lower price with some extra incentives thrown in. Include Mandrake's documentation in HARD COPY; free training courses for employees, etc???

    1. Re:Price is the same, no matter what the OS is? by Arandir · · Score: 2

      I don't use Mandrake. Can I just get a fricking HP without any operating system at all? No, I don't want support for something I install, I just want the damn hardware without paying a tax to Microsoft of Mandrake.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    2. Re:Price is the same, no matter what the OS is? by unoengborg · · Score: 2

      It doesn't really matter if it is the same price. The cost of software licensing is very low compared to maintainance costs during the lifetime of a computerbased information system.

      Linux is attractive in corporate settings because of its network centric design, that makes it simple to set up cost saving things like thin client solutions.

      Another factor could be that most Linux software uses open file formats that prevents vender lock in, and costs and risks associated with that.

      Yet another important thing is that it is a tested preinstalled Linux configuration. That way the PHB will feel confident that the hardware and the Linux software actually works together.

      You will also save money as he doesn't need to remove a preinstalled windows system and install Linux instead. The cost of doing that could easily be more higher than the licensing cost of windows.

      But of course it would be nice if no money went into the pockets of MS. Let's hope that it is that way. E.g they could spend the money they save by not using MS-Software on Linux development.

      --
      God is REAL! Unless explicitly declared INTEGER
  17. It's about damn time by DesScorp · · Score: 4, Interesting

    Just as I was getting worried that Carly was turning the New HP into a pure MS vehicle (all this stuff about 64 bit Windows being Itanium's "killer app"). I was starting to think they'd ditch HP-UX any day now (as they will with PA-RISC, now that they're pushing Itanium). So it's a shock to see them putting Mandrake on a PC OEM style (and a business targeted PC too!). I hope they have stellar success with this. If this succeeds I hope they offer other distros like Red Hat, United Linux, and even something like Lindows on a consumer model, all OEM loaded. Compaq had started to offer Dell-style customization of PC's ordered over the web before the *cough*takeover*cough merger. I wonder if HP still does that? That'd be the perfect place to offer even more choice.

    --
    Life is hard, and the world is cruel
  18. Mixed Environments? Nice. by Kefabi · · Score: 2, Interesting
    HP Compaq desktops are available with the latest operating systems from the industry leader, Microsoft, as well as a robust Linux offering from Mandrake. The HP Compaq d220 offers a choice of Microsoft Windows XP Professional, Microsoft Windows XP Home or Mandrake's Linux v9.1, providing customers with the versatility needed for today's mixed-use environments.

    Emphasis mine. Isn't HP like in the top 3 PC sellers in the USA? And HP puts out a press release to businesses that pretty much makes it seem like OS's other than Windows in businesses are becoming pretty damn common.

    I tell most my friends around me not to buy MS stock. Because once they lose their enormous marketshare, like dominos they'll lose their monopoly. HP just reinforced my belief that I'll get to see this happen within 5 years, easy.

    Good luck to multiple OS's on computers! Go Apple! Go beOS!

  19. Re:With all these demon problems... by teamhasnoi · · Score: 3, Funny
    Can't you see the big picture?!

    Linux is run by demons! Who cares about Napster, SCO, IBM, pirated mp3s and source code when there are demons in your computer!

    I always knew that HP=Hell People. Now at last I have proof that they are putting demons in their computers!

    You should spend less time worrying about HP and more time fighting the demons!

  20. Time to make a difference by mcp33p4n75 · · Score: 3, Insightful

    This is a great move for promoting linux. Hopefully it'll lead to OS choice where it really matters: laptops. Nobody should have to pay the windows tax ever again! Even better, be able to buy laptop computers without an OS installed and let the consumer get the ultimate choice.

  21. Re:Someone call Bill by RedCard · · Score: 4, Insightful

    Seems like this little insignifcant OS is making inroads despite what Bill thinks. Once products like OpenOffice become more mature the game is over and real desktop penetration, coporate side at least, will happen.

    Yes, it will, and eventually there is a real chance that linux will supplant Windows as the OS of choice for business...BUT... by the time that happens, MS will most likely have tied a great deal of digital rights restrictions technology into windows.

    The upshot? One day, most 'new' media will only be playable on windows, and hence MS will control the consumer market.

    It may be that this is exactly what they are planning for. They may have recognized that they're slowly losing corporate mindshare, and are now grasping at straws in that arena. Look at the suspicious influx of money that they gave to SCO, look at their new corporate licensing policies (subscription model) - are these desperation moves?

    Of course, this is all just opinion and conjecture. Don't mind me.

  22. Re:With all these demon problems... by RumpRoast · · Score: 2, Funny

    Ummm I think the dying variety of BSD is run by demons... Linux must be run by penguins.

    Also IBM=Inverted Bowel Movement.

    Thanks!

    --

    My Ass hurts.
  23. Re:Well (check HP wedsite Monday) by cyber_rigger · · Score: 3, Informative

    I think the article said that the Linux offer will be on HP's website Monday.

  24. old stuff by abhisarda · · Score: 2, Informative

    HP has already been selling Compaq desktops with Linux since Oct 2002.

  25. Re:Is it fair to say Mandrake is the desktop Linux by MerryGoByeBye · · Score: 2, Insightful

    How do you expect them to make profits if they just keep giving their product away? Are you just going to label every distro that gets business-oriented a sell-out?

    Either you want Linux to go bigtime and you deal with taking a back seat to the big boys, or you can have your little community of free support which will always be seen as too technical for the masses. Take your pick. You can't have both.

  26. Re:this.... by rm_monterey · · Score: 2, Insightful

    might be interesting to see what repercussions this has for Mandrake being recognized as a business Linux solution. Last I heard, Mandrake was just coming out of chapter 11. Was this the boost they need? Ximian says that as soon as your organization has 1000+ machines running some other flavor of Linux (besides SuSE and RedHat), they would consider an XD2 release for that distro. Well, HP's decision could move Ximian in that direction.

  27. For about 5 minutes.... by gilesjuk · · Score: 4, Insightful

    Then Microsoft puts its foot down and it's replaced with XP.

    No major vendor seems keen to only sell Linux desktop boxes, so the Linux option won't happen until competition law smacks Microsoft on the hand.

    It's only if and when Linux takes the lead over Windows on the desktop that you will see vendors confident to ditch Microsoft.

    Competition is being offered a choice, Microsoft can cry all they like about recent governments coming up with Open Source legislation that only stipulates the use of Open Source, it's them who started all this silly anti-competitive rubbish and vendor lock-in in the first place.

    Dell Flirted with Linux desktop machines and promptly withdrew them. Microsoft needs to stop bullying the OEMs.

    1. Re:For about 5 minutes.... by whoever57 · · Score: 2, Interesting

      Dell Flirted with Linux desktop machines and promptly withdrew them

      Desktops perhaps, but they still sell "workstations" loaded with RedHat Linux. What's more, on one system I tried configuring, the price dropped a massive $23 when I selected RedHat Linux instead of XP.

      --
      The real "Libtards" are the Libertarians!
  28. The Microsoft tax by JCCyC · · Score: 4, Interesting

    Now that you mention it, I wonder. How do we know HP is not paying the Microsoft tax anyway on those Mandrake PCs? The press release says nothing about price differences.

  29. Gimme notebooks first ! (RE: ipaqs) by InodoroPereyra · · Score: 4, Interesting

    Yes, I hope so too. But first of all I want to see them sell Linux preinstalled notebooks. It would be a winner situation for HP, to sell a full line of Linux-preinstalled hardware: servers, desktops, notebooks and handhelds. RedHat, Mandrake and SuSE are all excellent candidates ...

    1. Re:Gimme notebooks first ! (RE: ipaqs) by majorflaw · · Score: 5, Insightful

      Linux preloaded *anything* could make a dramatic difference. The ability to buy a PC designed for your favorite distro (meaning no compatibility issues, of course), and have it work right out of the box can have a big impact on the O/S and software business. How many people do you know who are quite capable of running Linux but gave up due to their inability to install succesfully. How many distros have you given up on out of frustration with the installation process. Once the install is included with the hardware, we may just see some real competition.

  30. Re:this.... by Strudelkugel · · Score: 2, Insightful

    Linux (OK, GNU/Linux) has been ready for the desktop for a long time. The question, though, is which distro? Which window manager? When running a business, this stuff matters far more than license fees, within reasonable limits. When you think about how technically inferior Windows 3.1 was compared to OS/2 and the Mac, let alone the *nix's back then, it would seem to be a wonder that it got anywhere at all. But, considering how cheap it was and the fact that it did its basic job well enough on a huge permutation of PC hardware, its success becomes easier to understand.

    Technical superiority has never been the primary determinant of market success, at least in the commercial world.

    Now we have you and others comparing Mandrake to RH and <name favorite disto> already, and I sense the same pattern of the OS battles in the early 90s. Sooner or later, /. will become a spectacular arena in which to watch the distro battle/FUD flingfest. How this will resolve itself, I have no idea. But it sure will be interesting to see which Linux distro prevails, and to what extent.

    --
    Imagine how much harder physics would be if electrons had feelings! -Feynman, maybe
  31. Re:Microsoft Tax by Anonymous Coward · · Score: 2, Informative

    In Australia HP/Compaq PCs have been available with Mandrake for several months now, not just on low end machines, but also the D510 & D530 mainstream corporate machines.

    And NO, you do not pay the MS tax, they are cheaper (by approx $150 AU) than the equivalent Windows box

  32. Paperclip? by wildchild978 · · Score: 4, Funny

    I didn't know Mandrake Linux had a paperclip! How do I activate it? ;-)

    1. Re:Paperclip? by commodoresloat · · Score: 3, Informative

      Install vigor.

  33. What happened to HP an Debian? by fdawg · · Score: 2, Interesting

    I remember reading (on slashdot?) about a partnership between HP and Debian. Something about Debian being the dist of choice for HP. Does anyone have any info about this? Was it a cruel cruel dream?

    1. Re:What happened to HP an Debian? by Captain+Large+Face · · Score: 2, Informative

      This is merely speculation, but the drive to Debian might have been led by Bruce Perens (Bruce used to be the Project Leader for Debian GNU/Linux) when he was an exec at HP. Now that he's left, it might explain why the association has disappeared.

  34. Let's hope this saves Mandrake by wukie · · Score: 4, Insightful

    If you just want to play with Linux, Mandrake should be your only choice.

    If you need to test or develop on Linux, Mandrake will have you up and running in less than an hour.

    If you need a SERIOUS Linux box, Mandrake can be customized to suit aswell, but here it has few advantages over other distributions time wise. Although you get to work in reverse to say Debian.

    I personally can not recommend it over say Suse or Debian for a life-or-death server, but for everyone else, it's just plain awesome. Give it time and Mandrake will give us a brilliant server installation as well.

    Simply put, Mandrake ROX, and all the best to them.

  35. trademarks by kisak · · Score: 3, Interesting
    from the HP press release:
    Intel, Pentium and Celeron are U.S. registered trademarks of Intel Corp. Microsoft and Windows are U.S. registered trademarks of Microsoft Corp.
    ... and Linux is a registered trademark of Linus Torvalds and Mandrake Linux is a trademark of Mandrakesoft. Or does not these trademark matter much to HP?
    --

    --- guns don't kill people, people with guns kill people ---

  36. Re:Yes... by EpsCylonB · · Score: 2, Insightful

    This seems to be the most controversial argument when people talking about linux taking over the desktop.

    I predict that linux will come become a mainstream OS in the same way that windiows did. People will use it at work first (corporations will implement it beacuse it is cheaper and has the advantages of being open source), then it will trickle on to people's desktops at home. To think that it will happen any other way seems a bit naive considering how much M$ can afford to spend on making sure home desktops stay windows. In fact I think that we may see both OS's co existing, could be worng tho.

  37. Anybody notice? by niko9 · · Score: 2, Funny

    I clicked on the link, and like many other posters, I found out that it's not available yet.

    No big deal, it might take a while to update the site.

    But did anybody else notice the almost $100 price difference on the same EXACT machine, but preloaded with Windows XP?

    Is this really what you save buying a machine minus the MS Tax?

    If so, I say to you Mr. Paperclip! You go to Hell! You go to Hell and you die! ;0

  38. Re:this.... *IS* newsworthy to me by OneArmedMan · · Score: 2

    I dont really follow HP hardware in my line of work, but hey ... Brand name PC, with warranty and Helldesk support for a product that isnt MS.

    It sounds like a good thing to me, it can only increase competition, and that has to be a good thing.. right?

    Sides, this looks to me like its aimed squarely at Joe Average home user , not the Uber Geeks that speend weeks on end compiling Gentoo for the fun of it.

    People should be saying *Yay for Linux*, not "Boo this isnt news worthy"

  39. Re:I hope you're joking by toddestan · · Score: 4, Insightful

    Your kidding, right?

    I installed Mandrake 9.0, and I think I had to reboot it once. Longest part was the actual copying of data. Once it started up and booted into KDE, like magic my sound, video, network, modem, etc. just worked. Just about every program I need already installed and ready to go. Just add Opera and Seti@Home. Time spent 60 minutes max.

    Windows 2000: Install it. Takes like 45-60 minutes. And I am presented with a 640x480 screen with 16 colors, no sound, no network. Couple of hours later, countless reboots. Drivers in. Now Windows update. Many 100's of MB later, and dozens of reboots later, that's done. Now install programs. Several hours later that's done. Also throw in a couple of hours to install video codecs, and getting all the different ones to work with each other without conflict and crashes (UGH!) Time spent: 1 day atleast.

    Linux is lightyears ahead of Windows in the install the OS department. I will admit though, installing programs in Windows is easy, so easy that they install all by themselves at times! (heh). Installing software in Linux is tedious and confusing at times.

    What I find most amazing is Knoppix. Throw a CD in the drive, reboot the computer, and in 5 minutes I'm sitting in front of a fully functional Linux desktop with all my sound/video/network all working, OpenOffice, Mozilla, and countless applications already installed and ready to go - and it's all running off the CD and ramdisk! Utterly amazing.

  40. Re:Waddya mean, preloaded? by Christianfreak · · Score: 2, Informative

    I haven't installed 9.1, but with 9 if you choose workstation install, I don't think it installs any servers and if you do server install I don't think it installs a lot of the graphical stuff.

    And the advanced install warns you about what servers you installed and gives you the option to turn them off.

  41. Re:WHY MANDRAKE IS IMPORTANT by frodo+from+middle+ea · · Score: 2, Informative

    You mean this Bill Gates ?

    --
    for the last time people, I am "frodo from middle eaRTH", not "middle eaST".
  42. Re:I hope you're joking by BrokenHalo · · Score: 2, Insightful
    What is there to do in the XP install that is way harder in comparison to Mandrake?

    OK, I haven't used mdk since 8.1, and I'm perfectly happy with Slackware's text-based installer...

    But in installed XP on a friend's computer the other day, and it is not always a piece of cake. Given the "closed" nature of the installer, you are fucked if it just doesn't happen to like your hardware, and I'm talking brand-name stuff here, not the no-name crud. But an installer that formats a HDD for you, goes through a few more steps and then decides the drive is no good any more does not qualify as a good one. Especially if when it tries to load the appropriate drivers from CD-ROM it suddenly decides that the drive doesn't exist. I had thought MS would have fixed that bug in win98, but apparently not.

    By comparison, my past experience with mdk's installer was that it was very simple and intuitive, and I rather doubt if it has got worse since then.

    There's also the bonus that you don't have to keep putting in driver CDs for every single piece of hardware and re-boot every time; unless your hardware is outlandish, it's usually supported out of the box.

  43. oh the pain... by 7-Vodka · · Score: 2, Funny
    Lindows running as root... on all those machines...

    Voddy goes up in flames
    the horror, oh the horror.

    --

    Liberty.

  44. Did you read your parent post? by cloudless.net · · Score: 4, Informative

    He was talking about iPaq, the Pocket PC PDA, not the Compaq desktop. It is definitely not old stuff, because HP never even announced to ship a Pocket PC with Linux pre-installed.

  45. Re:I hope you're joking by nathanh · · Score: 2, Insightful
    Heh, I know what you mean. Where I work, I supervise a couple of techs who each generally have to do at least 2-3 installs per day of Windows 2000. We don't use imaging because, frankly, we find that it sucks - - quicker to do straight loads of the OS as well as our company apps. Anyway, I or my techs can have four units on a KVM at one time, and we can knock those out in a little over an hour for the whole bunch. I don't know why Linux people seem to have so much trouble with it. ;)

    It's not just the Linux people. The Windows support people around here have similar troubles. They don't even like Linux. Building a Windows machine from scratch, installing all the drivers, loading the "company apps"; that can all take the better part of a day for these guys. I don't know much about Windows but they don't look like they're stuffing around or being lazy. It simply looks like a lot of hard work. Of course, they then use imaging software (Ghost?) to quickly make other machines using the same hardware.

    However the real reason I replied was to warn you about your current method of reinstallation. It's a disaster waiting to happen. Especially as you're also loading the "company apps" by hand. You are better off automating the build process; even Win2k can do this. Lower risk of mistakes, less work involved, doesn't require expertise or knowledge for each build, self-documenting and repeatable process, etc. Imagine a programmer who retyped compilation commands instead of using makefiles. It's not a good idea.

  46. Re:I hope you're joking by Christ-on-a-bike · · Score: 2, Funny
    I'd use Linux if I had the time to learn it, though

    Would you be able to learn Linux in the time you could save by not hanging around Slashdot?</joke>

  47. No Microsoft tax by opkool · · Score: 4, Informative

    If you check the prices, you will see that they come with no tax:

    HP-Compaq D220 with MS-WindowsXP: $429

    HP-Compaq D220 with Mandrake 9.1: $349

    For MDK 9.1: "Customized solutions, available beginning July 7, start at an estimated U.S. street price of $349"

    See price for MS-W-XP: "starting at: $429.00*"

    My question is: when will they be available in Europe? Peace!

  48. Still overpowered for business by jjohnson · · Score: 2, Insightful

    For a clerk in a cube, that's still more machine than they need. Hardware has far outstripped common business needs, and I'm expecting that in two years, the machines I'm purchasing for the office will be better than that for less than $300.

    --
    Anyone who loves or hates any language, platform, or manufacturer, doesn't know what they're talking about.
  49. Re:I hope you're joking by badasscat · · Score: 2, Informative

    Windows 2000: Install it. Takes like 45-60 minutes. And I am presented with a 640x480 screen with 16 colors, no sound, no network. Couple of hours later, countless reboots. Drivers in. Now Windows update. Many 100's of MB later, and dozens of reboots later, that's done.

    Ok, reboots are one thing, but just FYI, on my last install of Mandrake 9.1 several days ago I was presented with nearly 300MB of updates and bug fixes after install. This is on a release only a couple months old, mind you - Win2000 has several years worth of updates built up. This is not a selling point for Linux.

    I also have a Red Hat demo account (installed RH on another machine) and hardly a day goes by that I don't get some sort of "errata" report from them in my inbox.

  50. Re:fantastic! by GnarlyNome · · Score: 2

    Now that they're using Mandrake Unix,
    It's LINUX
    The only thing that worries me is that I heard Mandrake was a French company, and therefore there might be some issues with importing a french operating system into the U.S., given the impending embargo. Also, the French government is pretty strict about their language and culture, so that could be a big problem. I don't think many American Unix users are going to like having to double click on "Mes Documents" to get to their files!
    Try it before you slam it
    I came over from a windows enviroment using 3 CDs that a friend gave me. Over the last two years Windows was used less and less Mandrake was used more and more when my PDA was able to sync up under Linux I had no more use for windows. Although I am not a power user niether is the mainstream user .

    --
    Diplomacy is the art of saying "Nice doggie" until you can find a rock. Will Rogers
  51. Laptops and mandatory M$ payment? by Kynde · · Score: 2, Interesting

    Does someone know wether this also means that HP will start to sell laptops without the mandatory M$ fee?

    Since M$ forced Dell to stop shipping laptops without Windows it's been practically impossible to buy a quality laptop without the M$ fee. Even IBM, with all it's pro-linux steps it has taken recently, ain't selling a laptop without Windows.

    And does someone know wether it's the manufacturers that are in league with M$ or the retailers or perhaps both?

    --
    1 Earth is warming, 2 It's us, 3 it's royally bad, 4 we need to take action NOW
  52. Not too hard by CmdrGravy · · Score: 2, Insightful

    Linux is lightyears ahead of Windows in the install the OS department. I will admit though, installing programs in Windows is easy, so easy that they install all by themselves at times! (heh). Installing software in Linux is tedious and confusing at times

    I've recently upgraded to Mandrake 9.1 and installing any of the ( hundreds ) of applications on the DVD is a piece of cake using the Mandrake URPMI system. Most of the applications any average user could possibly want are on the DVD so it generaly Linux installation hassles shouldn't effect most basic users.

    I do think Linux needs more support from major applications, the likes of Autoroute and other stuff your Mum and Dad use the PC for but this is a gradual thing and HP selling Linux PC's is a definate step toward major vendors considering Linux support.

  53. Mandrake's hardware compatibility by dwcasey · · Score: 2, Interesting

    I just installed Mandrake 9.1 on a home built machine with an AMD CPU and nforce2 chipset and everything worked great out of the box. My Epson Scanner and Canon printer, my PDA and my digital camera all worked. I went to Nvidia's site to download the latest nforce drivers for Linux and installed them w/o any issues. Mandrakes new software update utility is the best. As good as or better than apt-get.

  54. Re:this.... by Darby · · Score: 2, Funny

    since I'm not personally a big fan of mdk

    How could you not be a fan of MDK?!?

    That game was awesome. The parachute and sniper mode were way useful, head shots counted, and your dog would fly in on a bombing run for you.
    Now granted it was never networkable, but it was still a great game ;-)