Windows Laptops Ship With Linux Media Player 264
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.'"
Shift? (Score:5, Interesting)
Could this signal the end of traditional operating systems? My thoughts on the subject are that eventually programs will come with their own OSes and load from a kind of GUI BIOS. And why wouldn't they? Put all the conflicts on hold for a second and think about it. If programmers could select the OS that works best with their application, they would stand to profit. Subsystem patches could batch patch each application's common files intuitively, without the need of expensive Microsoft licenses. Sure right now, we're looking at all the space that would likley be required to do this, but if you gut Windows, for example, and only use the required systems, that would be a savings of about 99% of what 99% of us use regularly. Turn that power over to the applications designers and you get better (open source) components, custom built to suit each program. Yes I do see a small problem with this, in that you have to worry about identifying the end users' system specs to make sure the programs will function properly, but with the rise of web based updating systems, it would be possible to select only the necessary components to wrap with the software, reducing the overall waste on each system and making for a much more stable environment than traditional OSes.
Re:Shift? (Score:4, Interesting)
Besides, don't we reboot Windows enough as it is today?
/greger
Re:Shift? (Score:2, Interesting)
Re:Shift? (Score:2)
They are already getting into bed with Phoenix to have a DRM BIOS to disable any third party software from running without their direct authorization.
Re:Shift? (Score:5, Insightful)
Sounds like a great idea. NOT.
Decentralizing (Score:5, Interesting)
Sure, *your* idea sounds bad. But your idea lacks vision. I'm talking about decentralizing the classic OS, and decentralizing Microsoft's monopoly. Linus has been doing it for years, but by more or less following the classic design of an OS. I'm suggesting a shift into a more dynamic model. What's wrong with that?
Re:Decentralizing (Score:5, Insightful)
Re:Insightful (Score:5, Insightful)
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.
Re:Decentralizing (Score:2)
It is worth noting that Linus started writing the linux kernel as part of a bootable stand-alone text editor. I sure am glad that it does more than that these days.
Re:Decentralizing (Score:3, Interesting)
All those application have one thing in common they require full atention of the user, and usually they would benefit if they had full atention from the CPU and memory also. Since they usually are used by themselves no lost in booting directly into the
Re:Shift? (Score:4, Interesting)
Re:Shift? (Score:2)
I like single use devices, but the computer isn't one of them. That's its power. That's why we're here.
Re:Shift? (Score:2)
But how many things do you really want to do while playing a game? Admittedly I tend to leave a lot of stuff running in the background, most of that stuff will be almost entirely idle when it doesn't have focus anyway, and I have a gig of core.
Your average user only does one major thing at a time. They read email, or they do "office stuff" maybe involving multiple office apps, or they do "graphics stuff" maybe involving multiple graphics programs, but they mostly do one thing at a time.
Granted, I don
Re:Shift? (Score:2)
"Hardware-banging DOS all over again" was my first reaction, too, but the presence of a large library of free/open software changes things a bit this time around. Also, hardware is more standardized and auto-detection is more more advanced than it was 15 years ago.
This means that the alternate boot environment can grow commonly-used multitasking features: webbrowser, IM, email (every program grows until it can read email), etc. In the DOS days you couldn't expect Ventura Publisher to add a spreadsheet fe
Re:Shift? (Score:5, Insightful)
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.
Re:Shift? (Score:2, Insightful)
Re:Shift? (Score:3, Insightful)
You have a good idea, but under further examination, I don't think it's really practical. I can already see my desk with a bunch of Knoppix Nintendo cartrages.
Re:Shift? (Score:3, Insightful)
Re:Shift? (Score:3, Insightful)
Hmm.. sounds just like an OS.....
Comment removed (Score:4, Interesting)
Re:Dual boot-like! (Score:5, Funny)
Re:Dual boot-like! (Score:5, Informative)
This is what the device does when you turn it on:
- Checks for disc in drive
- If disc is present, and is a DVD or CD Audio Disc, the device boots the "media player" burned into roms on the board
- If not, it boots normally.
This is really dual-booting, except one of the OS's lives in firmware.
In other words, it doesn't "save RAM" when running windows, it doesn't have to do with Windows Update. It doesn't have anything to do with windows at all.
It's as if you booted from a floppy that had a linux-based media player on it.
Re:Dual boot-like! (Score:2)
Thanks for clearing that up. Boy, those operating systems classes I took in college sure never prepared me for this level of technical discussion!
--Jeremy
Gimme the juice! (Score:4, Interesting)
Re:Gimme the juice! (Score:2, Insightful)
Re:Gimme the juice! (Score:3, Interesting)
Re:Gimme the juice! (Score:3, Interesting)
Spinning the DVD is likely to be the costliest in terms of power, so let's copy the movie to the hard disk.
A couple of posts have made this statement, but such is not the case. For example, this DVD drive [custhelp.com] draws less than 5 watts under continuous read. Early optical drives drew lots of power (early CD boom boxes ate batteries for breakfast for example) due to low quantum efficiency of their lasers, but this apparently has improved. I suspect that deeper RAM buffers permit looser speed control so th
ok, but then what? (Score:5, Insightful)
Re:ok, but then what? (Score:5, Interesting)
The fact that it's Linux probably won't change anything.. they could have used any embedded OS.
However, if they start building in hooks for games to use it could get interesting.... with a few million of these out there what game manufacturer wouldn't want to have an 'instant on' game with no installation/windows issues?
Re:ok, but then what? (Score:2, Insightful)
You mean, like a playstation, or gamecube, or xBox or gameboy, or dreamcast, or saturn, or genesis, or SNES, or TurboGrafx 16, or NES, or master system?
Rumor out on the street is that game manufacturers may be into these.....
Re:ok, but then what? (Score:3, Interesting)
Why buy a PS3 when you can buy sony's new laptop, put a PS3/PS2/PS1 game in there, plug in the PS3 USB controller and have it play EXACTLY like the PS3; or keep the game out and use it as a normal sony laptop; for less then the combined price of a PS3 and a laptop (That will be an important factor; if it's cheaper for me to buy both; the frugal will buy both)
Even better would be if SEVERAL laptop manufactuerers decided on some standards (read drivers in the
Keeping MS out of the embedded market (Score:2)
That doesn't quite translate to success on the desktop, but it does get a lot more Linux devices out there. And the more p
Wooohooo! (Score:4, Insightful)
Re:Wooohooo! (Score:2, Informative)
Re:Wooohooo! (Score:3, Insightful)
My rule of thumb is that I'll always offer the option of Linux when helping to fix a PC problem, but if they reject that option (for whatever reason) and are unwilling to use it currently then I'll teach them how to properly use a Windows-based mac
Re:Wooohooo! (Score:3, Interesting)
I say they should at least have respect for someone who tries to help them.
I do agree though with your statement about choice, and I am the first to admit that my windows boxxen work fine. However, I take responsibility for them and if something breaks and I can't fix it, then I expect to pay someone to do it, not to schmooze off their goodwi
Re:Wooohooo! (Score:3, Insightful)
"What the hell do you mean you dont want the manual shifting car and want your automatic back? it's better man! can't you see that! god you're so ungrateful!"
Re:Wooohooo! (Score:2)
You should at least thank me for spending the time and caring enough.
If you're not, you can bet that was the last thing I tried to help you with.
Re:Wooohooo! (Score:4, Insightful)
OS/2 Warp came out over a year before windows 95, and it did everything MS promised win95 would do plus a lot more. People still waited the extra year, win95 failed on most of its promises; OS/2 was far superior, and yet people still bought win95.
OS/2 warp could also run windows applications, and since OS/2 was far more stable and one app couldn't bring down the whole system, it was a long-standing joke that OS/2 was a far better windows than windows...Oh, OS/2 was also cheaper.
I was using the windows version of borland C++ on both systems quite a bit back them. I caused windows to completely crash a lot. The same errors on OS/2 wouldn't even close the C++ compiler, it would pop up a message that my app did something wrong and would be closed. I would click OK and I was right back to the compiler screen.
This will not be any problem for Microsoft.
Jason
ProfQuotes [profquotes.com]
Re:Wooohooo! (Score:2)
Re:Wooohooo! (Score:3, Interesting)
Win95 Required 4mb.
That extra 4mb cost $300 10 years ago.
10 years ago spending $300 extra was alot more painful then than it is now.
I know about this because it was one of the products i used to sell. It didn't. I did hear however that OS/2 was pretty popular in germany.
Re:Wooohooo! (Score:2)
Good idea (Score:3, Interesting)
This can only help...unless of course the software sucks hardcore. Has anyone used it?
Re:Good idea (Score:2)
I mean, I ran the Gimp on my operating system some time ago, and with cygwin a lot of unix utilities run fine. Even worse, there is a steady stream of Open Source packages coming out for Windows nowadays.
For linux on the other hand, there are little or no commercial applications available in the entertainment sector of it. I
Re:Good idea (Score:2)
I've not done this, but, IIRC, you can put Linux on a USB disk-on-a-stick and boot from it....
This thing has separate hardware for DVD/MP3s? (Score:5, Interesting)
All that so you can watch DVDs or listen to MP3s without waiting to boot? My Powerbook has a 74 day uptime now; I just put it in sleep mode and take it with. It takes it about 1 second to wake up and then it's ready to play movies or music.
Even if a windows machine can't do that, You're still a lot better off buying a standalone portable mp3 player than having to pay to include it in your notebook. You can take an mp3 player a lot of places you can't take a notebook.
Jason
ProfQuotes [profquotes.com]
Re: (Score:3, Insightful)
Re:This thing has separate hardware for DVD/MP3s? (Score:2)
Re:This thing has separate hardware for DVD/MP3s? (Score:3, Interesting)
I have. It's astonishing. I just had a friend fly in from Cleveland. He could not believe that a good number of those around him (including himself) had a DVD player going. Even more had iPods (and their variants).
Personally I take enough shit around with me when I fly (GPS, Camera, books, music, phone/PDA, and media) do I really want to carry around a DVD player too? What happens if I a
Re:This thing has separate hardware for DVD/MP3s? (Score:2)
My point is that it's stupid to add another whole OS, especially an embedded OS to avoid waiting for the system to boot. Doesn't windows have a decent sleep mode? Isn't putting the machine to sleep a better solution than adding another whole OS?
You still have to wait for the machine to boot to do an
Re:This thing has separate hardware for DVD/MP3s? (Score:2)
What does it take? A single board, perhaps even a single chip, to run a DVD player/MP3 player? Most of the portables are large because of the screen/drive size. I think the embedded part would be a non-issue.
You still have to wait for the machine to boot to do
Re:This thing has separate hardware for DVD/MP3s? (Score:2)
I also have a 12" notebook since portability is my main criteria. There isn't even room for a PC card slot; it's a tiny machine, and it's packed solidly; there isn't room to add a single board or single chip.
Re:This thing has separate hardware for DVD/MP3s? (Score:2)
A hardwired DVD player is going to consume less CPU time than a DVD player on full OS. If it gets 10% more time out of the battery, it might be a wash, but if it gets 25% time that's a pretty decent feature for a couple extra bucks (extra firmware chip, pay for the license, probably $5 max extra cost).
(And no, Windows really doesn't have a very good sleep mode - standby is fine, but the true low-power sleeps are not exactly stable, I've more than a few times had my Windows machine fail to com
Re:This thing has separate hardware for DVD/MP3s? (Score:2)
You might want to try the ATI Remote Wonder. On the Mac, it doesn't integrate properly with the DVD software, so I'm stuck using the cursor keys to control the mouse pointer which is more trouble than it's worth. On a PC, you might have better luck with it.
Re:This thing has separate hardware for DVD/MP3s? (Score:2)
But yeah, having it work screenless would be great for MP3s; the screen sucks up a large proportion of the power in a modern laptop IIRC, so that might make your average laptop battery capable of delivering better-than-ipod battery life.
Re:This thing has separate hardware for DVD/MP3s? (Score:2)
Perhaps you meant 30,000ft.
Re:This thing has separate hardware for DVD/MP3s? (Score:5, Insightful)
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)
Re:This thing has separate hardware for DVD/MP3s? (Score:3, Insightful)
Uh, it's a bad idea to correct someone's proper spelling with your own incorrect one. The word is indeed spelt "separate".
which player? (Score:3, Interesting)
I use it on my main windows box and it's hassle free, plays 99% of files and I wouldn't change it for the world
Re:which player? (Score:3, Funny)
Actually, it would be even more fun if they did that and they're not using MPlayer...
Re:which player? (Score:2, Informative)
http://www.newscientist.com/news/news.jsp?id=ns999 94567 [newscientist.com]
No. (Score:3, Informative)
I think this will merely prompt MS to "innovate" and provide a similar technology. It's good to see that FOSS is ahead of them in this area.
"innovate" (Score:2, Insightful)
MS is always behind in technology and will continue to follow. They bang their drum louder to draw attention to themselves and "WOW", the public buys their rhetoric hook, line, and sinker.
Whatever Long(wait)horn is, it will be behind graphically what Apple's Tiger will be and whatever Sun is doing on the desktop.
Re:"innovate" (Score:2)
Yet they make the leading word processor, spread sheet, developer environment, desktop operating system, and media player, the open source world is trying hard to clone them, and ease of use is measured with respect to the standard they set.
Re:No. (Score:2)
Come to think of it, this is probably what software patents try to remedy.
This is the way Slashdot will be made irrelevant (Score:5, Insightful)
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.
Re:This is the way Slashdot will be made irrelevan (Score:2)
Take a look at the
Re:This is the way Slashdot will be made irrelevan (Score:2)
I'm going back to my "Frickin' BSD" section...
Re:This is the way Slashdot will be made irrelevan (Score:3, Insightful)
Re:This is the way Slashdot will be made irrelevan (Score:2)
If someone can name a real strong windows media player alternative PLEASE SPEAK!!
Re:This is the way Slashdot will be made irrelevan (Score:2)
Re:This is the way Slashdot will be made irrelevan (Score:2)
I guess I just don't want it to prove true.
How many posts do you predict before the "but does it support OGG, no?, then I'm not buyin'" crew to show up? Damn, too late already (I predict).
Others use this? (Score:2, Interesting)
Legal DVD on Linux? (Score:4, Interesting)
Re:Legal DVD on Linux? (Score:4, Interesting)
It's just not free, which is why you've never heard of it.
I don't know why everything on Linux has to be free and open source. Whether you like it or not, it's proprietary technology. They have a right to keep it closed. They have a right to charge you whatever they want for it.
Re:Legal DVD on Linux? (Score:2, Informative)
Re:Legal DVD on Linux? (Score:5, Interesting)
No they haven't. Just surf to intervideo's site and try to buy the lindvd player. You can't, because it's not available for sale to end-users. Well, ok, so technically they've offered it to "selected partners", but frankly, that's not the meaning I associate with the word "offered".
The license intervideo has for selling dvd players on linux has been used as an excuse by the media industry for years, and there's still not a single legal dvd player I can buy and install on my linux machines.
Power Consumption (Score:4, Insightful)
Re:Power Consumption (Score:2)
Re:Power Consumption (Score:2, Informative)
How well it works in RL, we'll see.
There's more to power usage than just the CPU. Consider watching a DVD - you've got the dvd-rom spinning and its motors grinding away reading the disc, that sucks power (a device I normally don't use on a laptop).
Chances are, if you're on a plane, you've got the backlight jacked all the way up, and the volume on full through the headphone jack.
And all that dedicated hardware still sucks 'it down
How will this make Windows irrelevant, exactly? (Score:3, Insightful)
At the risk of getting flamed, I'd say if anything, it sounds more like an admission that Windows can't be beat on the desktop. So, avoid the confrontation by "competing" with embedded tech where Windows is know to suck.
Re:How will this make Windows irrelevant, exactly? (Score:2)
To me it sounds like an admission that Windows is slow to boot, and Linux is fast.
Re:How will this make Windows irrelevant, exactly? (Score:2)
People who already own MP3 players probably aren't the target market here, but wo
Re:How will this make Windows irrelevant, exactly? (Score:3, Insightful)
i haven't tried this player but... (Score:2, Interesting)
now if you really want to have a media player...find one that'll cook french fries and keep beer cold.
Linux is great for non-desktop (Score:2, Flamebait)
Irrelevant? (Score:5, Insightful)
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.
Several Cube PC's Already Ship With This (Score:4, Informative)
Not a bad option if you are like me and looking for a portable everything box with an alternate plan of being a PVR in its spare time.
However, after looking over the prices I decided I would rather have a mini-itx solution.
A nice C3 board with tv out and a PCI slot for capture ended up being my pick. Thankfully, I alraady have most of the components to slap into this little beast. The final product should measure about 7 x 2 x 10 (w x h x l).
Yeah, it won't have instant on dvd support, but I'm not going to nit pick when my savings was in the 300+ range.
Re:Fluff. (Score:4, Informative)
Which is exactly what is happening in Europe.
Re:Fluff. (Score:4, Informative)
Re:Fluff. (Score:2)
Re:Sounds interesting... (Score:2)
Re:Which Media Player? (Score:2)
Re:Which Media Player? (Score:2)
Re:The all too common (Score:4, Interesting)
If some day the operating system becomes completely transparent and people can run any software on any machine, then the money will be made in the applications.
Linux still needs it's desktop standards "enforced" better I think. The handful of distros are still competing against each other too much. RPMs should be killed. We need standards like connecting a printer will automatically set it up. Sharing over home networks works out of the box. When you plug a USB drive in, it's contents pops up on the screen. Same thing with digital cameras and mp3 players. Mass broadband adoption helps things because manufacturers can centralize their driver databases, or even just the distros can do this.
The devil is in the details and linux still requires too much knowledge that geeks take for granted. I like how KDE is starting to take over on some of this and in a sense making operations standard across distros, but this needs to happen more often.
It's been my experience that distros differ little for the end user. Window managers differ in their features between basic WMs to desktop environments like KDE and GNOME.
Flame and bitch me out all you want and call me stupid for thinking operating linux requires knowledge and experience, but I bet someone can setup and share a printer and a directory faster on windows than linux if they had no background experience to begin with. We don't need to dumb everything down to a wizard, but making initial configuration easier is where standards have to be initiated.
Oh, and before anyone thinks they should list a dozen apps that will do what I said above, if they're not turned on by default or at least given the obvious option when I install linux, then they're too difficult for the average user. And I'm sure I've either heard or currently use any package you want to inform me about, but that meant I already had to search them out, something most people aren't going to do.
Re:The all too common (Score:5, Interesting)
When I need to print, and if I need to select and configure a printer, OS X wins, hands down. I can find a printer on the network and get it configured in less than a minute. Peachy.
on linux, a little trouble. I had to format an url to give to cups. Took about 5 minutes, but once I did it it worked.
On windows... well... it generally takes me about 10 minutes to figure out how get the god-damned wizard to navigate to a listing where I can pick a printer from. usually takes a few back-n-forths, and sometimes it hangs as it searches the network. Generally, it takes me calling the IT people and getting them to set it up.
My point here is that people assume windows has a better gui, just because people are used to it, and accustomed to it's failures (I'm not talking about blue-screens, those are GONE).
My old room mate was an IT guy for a defense contactor -- a windows-only type of shop. he always snickered at my powerbook and at my thinkpad running linux. I didn't mind him laughing at linux as user-unfriendly, but he'd get on my mac and say "where's the start-menu?" "Where's windows-feature-x?" He's a smart guy, but he only knows windows, and to him, anything that deviates from windows is user-unfriendly.
Wait...I want to add to this (Score:2)
A set of standards called "Desktop Linux". From a PHB and marketting viewpoint, it makes sense. Nothing to do with servers or emebeded systems or that old 486 dhcp server sitting in someone's basement. It's just a concept that represents the computer that sits in people's homes and cubicals.
So the idea I'm kicking
Your system isn't normal yet. (Score:3)
I suggest using IE to visit some porn sites.
Click OK on all the dialog boxes you see.
Be sure to install Kazaa and lots of free
screensavers.
Soon you'll have a normal Windows install,
and you'll see why putting Linux in ROM for
playing DVDs is a very good idea.
Re:Your system isn't normal yet. (Score:2)
Yep! (Score:2, Informative)