Slashdot Mirror


Windows Laptops Ship With Linux Media Player

hqm writes "Maybe this is the real way Windows will be made irrelevant, not by a Linux desktop, but by Linux embedded software. LinuxDevices has an article stating 'NEC is the latest vendor to announce a laptop with a built-in embedded Linux based media player option. The NEC Versa S3000 will use InterVideo's InstantOn technology to enable users to listen to music, watch DVDs, and more without having to wait for Windows to load. Another major laptop vendor, Toshiba, in July launched its Qosmio laptop, which also includes a Linux-based media player environment. NEC will market the S3000 in Hong Kong and China. The laptop also includes InterVideo's popular WinDVD DVD playing software, which is also available for Linux.'"

9 of 264 comments (clear)

  1. ok, but then what? by chachob · · Score: 5, Insightful

    the user will eventually turn the machine on, and then what? does this technology work after the machine has already booted into windows? people generally dont buy a computer to only listen to music or watch DVDs...And furthermore, this isnt really making windows obsolete, its just adding functionality to the system.

  2. Wooohooo! by BenjiPenguin · · Score: 4, Insightful

    Bye bye Windows XP Media Center Edition!!! Honestly, are people going to wait for all that crap to load or get something much sooner, with Linux? Providing a good interface, this could very well be a big problem for Microsoft (not that Linux isn't already...)

  3. This is the way Slashdot will be made irrelevant by Donny+Smith · · Score: 4, Insightful

    >Maybe this is the real way Windows will be made irrelevant

    Phew! "Irrelevant"!

    And straight to the point - it's not about a nice (cost-effective, elegant, etc.) way to meet user requirement, it's about the demise of Windows, right in the first sentence.

    Give me a break and learn to write articles without trolling!

    The only thing that will be made irrelevant is Slashdot.org, thanks to highly insightful articles like this.

  4. Re:Shift? by Wudbaer · · Score: 5, Insightful

    You mean as in DOS games or other DOS programs that brought their own DOS extenders, sound drivers, gfx drivers etc. ? Like in game consoles ? Like in programs for the good old home computers like the C-64, Apple II and the like that often brought their own OS-like routines delivering functionality the machine either did not have or (most cases) to do some kind of copy protection ? Everyone re-inventing the wheel every time in a incompatible way with a different look-and-feel ?

    Sounds like a great idea. NOT.

  5. Re:Shift? by merlin_jim · · Score: 5, Insightful

    One of the primary advantages of an OS (besides the GUI fluff) is that you have a unified centralized driver store. I'm not just talking about graphics cards and sound cards and ACPI, either, though that is certainly important.

    I'm talking about data access layers, common control libraries, runtime environments, and the like.

    Right now if there's a bug or vulnerability in my data access layer, Microsoft can update one file on each machine to fix that vulnerability in every application. In the system you describe, each one would have to be patched seperately. If you forget to patch one, it either continues to use the bad stuff, or just stops working.

    This applies to Linux too... that's the point of dynamically linked libraries.

    --
    I am disrespectful to dirt! Can you see that I am serious?!
  6. Re:This thing has separate hardware for DVD/MP3s? by merlin_jim · · Score: 4, Insightful

    First off, it's just a chip. Probably a small one. Maybe a daughterboard. It's not a ton of hardware in any case.

    My windows machine wakes up from hibernate in 30 seconds. Sleep in 10. That's not counting time to take it out of lock and load the app.

    The key here isn't that this is just another way to watch DVDs. It's a way to turn a complicated and error prone computing device into an appliance, with the stability that entails.

    Also, I'm sure that booting into this mode saves battery life on processing power and boot up time. All of a sudden the battery can last longer than the DVD! (certainly not the case with my Thinkpad T30)

    And finally, sure I could buy a portable mp3 player... and a portable DVD player... but they don't make portable DVD players with 14 inch screens. A low end 7 inch screen you can get for $200. I think the high quality 10 inch screens will run you upwards of $600. And as for the mp3 player... to get as much music on that as you can carry on a laptop, you'll have to shell out $200+ for a hard drive based player.

    And when I'm travelling on business... that's three devices to carry instead of one. That makes a huge difference, especially if flying (three devices means extra luggage means extra inconvenience)

    --
    I am disrespectful to dirt! Can you see that I am serious?!
  7. Re:Decentralizing by sean23007 · · Score: 4, Insightful

    I think the problem with your idea is that you don't seem to have thought it through completely, and you certainly haven't explained it thoroughly. What the other responders are saying is that what you describe is pretty much how things used to be. It's how things currently are in consoles. PCs are more versatile than consoles, and a large part of that (and one of the main advances in operating system technology over the years) is multi-tasking. As in, the ability to run multiple programs at once. Your idea seems to go back to the days when that is impossible. However, assuming that's not what you meant, and you want several programs running concurrently, each with their own operating system, you will soon discover that there are all of a sudden 5 or 6 or more operating systems running on your machine. And the running code ... well, there seem to be 5 or 6 or more identical copies. So why not roll that identical code into one process or set of processes, which would dramatically increase efficiency? Well, if we did that, we'd have something I like to call a general purpose "operating system." Basically, you're proposing a step backward that is unnecessary. If you still disagree, please explain.

    --

    Lack of eloquence does not denote lack of intelligence, though they often coincide.
  8. Irrelevant? by GoatEnigma · · Score: 4, Insightful
    "Maybe this is the real way Windows will be made irrelevant"

    Sorry to point this out, but Windows will never be made irrelevant. Fact is, its been running 90% of the world's desktop PC's for a decade, and brought computers to the home market in a way never seen before. Its already made its place in history, and will never be regarded as "irrelevant".

    Perhaps the word you really meant to use was "obsolete", but ... well, the comment I was going to make has been made many, many time before so I'll leave it at that.

  9. Re:Insightful by Fnord · · Score: 5, Insightful

    You don't really seem to understand how an operating system works. I don't mean the gui/desktop/environment that has become part of the OS, I mean the kernel (which in computer science terms IS the operating system). You can't just have programs just multitask because they're on the same computer. They're competing for resources! There's only one (ok maybe two) proccessor. Only one video card. Only one sound card. Only a single memory address space. Something has to mediate, hand out these resources to the programs that need them, and stop those programs that don't. This, is the operatings system. You don't actually have 5 or 6 programs running on your processor at the same time, you have an operating system that interupts each program when its allocated time slot is up and hands it over. It also divides up memory, protects regions of memory from other programs, allows multiple programs to draw to screen at once, allows multiple programs to send internet traffic, all because these programs make requests of it and it passes the requests on to hardware.

    Now considering your previous direction, you're probably going to say each program can just be good and give up control of the processor when it doesn't need it, or just be good enough not to go outside of its bounds in ram. What you would have described, in this case is Windows 3.1 or MacOS Classic. Both of these systems are horribly crash prone, and low performing because they don't keep sloppy programs from doing bad things, hogging proccessor time, straying in memory, accessing the sound card when another is using it. Hell, even if you have well written programs, a cooperative multitask system isn't going to perform as well. The way you split up processor and memory is highly dependant on what is going on in the system as a whole. A single program can't make the proper judgement call on how much processor time to take. Only a program that's monitoring the whole system and who's sole purpose is dividing up resources can make that call. That program again is the operating system.

    And you say you don't want to multitask. Well what if some of the other tasks are things being handled by the os? Each program shouldn't contain an entire TCPIP stack. That's a massively complex piece of software. That lives in the operating system. Or it could be in a separate program that you communicate to but that's just describing a microkernel system with a tcpip server. Just another form of operating system.

    And lastly, even if you don't need services like tcpip and you don't need to multitask, and you just want a program to have access to hardware, you have to deal with the fact that hardware is different! Doom3 written directly to the radeon X800 wouldn't work on the geforce 6800, or other radeons for that matter. You need something to abstract the hardware, a driver. And guess what, drivers are just a plugin to your operating system. They OS needs to present the hardware as a generic abstract device, with the implementation details handled by the driver.

    Consoles get around this by having consistent hardware. Carmack can write directly to the hardware because he knows what it is. And things like tcpip are implemented in the developer kit which is kind of like a very stripped down OS.

    God I ramble....someone needs to shut me up.