coolVariable

Diamond Member
May 18, 2001
3,724
0
76
I just read about HP's quickplay technology and thought the idea pretty cool.
BAsically all it seems to be is a seperate linux partition that has some very simple DVD / Media Player interfce and seemingly incredible power saving features enabled.

Has anyone ever tried to do something similar themselves?
I thought it would be a cool idea for a small additional linux partition.
Does linux really use less power than windows?





 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Does linux really use less power than windows?

Generally no, the APM and ACPI subsystems in Linux aren't as complete as the Windows versions so battery life on laptops isn't as good or at the best is the same. But since HP controls the hardware and has access to the Linux source code it's not unreasonable to assume that they were able to fix specific power issues with their hardware and lower the power consumption.
 

TonyRic

Golden Member
Nov 4, 1999
1,972
0
71
Pretty cool stuff, too bad it is only available through OEM agreements from InterVideo.
 

coolVariable

Diamond Member
May 18, 2001
3,724
0
76
That's what I was wondering.
I think it would be really cool to have if

1. it boots really fast (5 seconds?)
2. it can access all your media files etc.
3. it consumes less power than winxp

then it would be really nifty to use the laptop as your home stereo/media player.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
You could get Linux to boot very fast if you wanted it to.

Depends on the level of functionality you want. If you want a full desktop type thing, then no it won't boot fast. Thing is that it's very rare for a linux user to reboot, so until recently (with the rise of mobile devices), nobody gave a crap on how long it takes to boot.

Remember that the core of the OS is just the Linux kernel.. Linux is a kernel, not a OS. You can have a full fledged Linux distro like redhat for desktop use, you can use Linux to control mobile phones with very small amounts of ram, you can use Linux in a control box for traffic lights.

If you just want a Mp3 player, or a MAYBE a dvd player...


say you want a mp3 player

So say your using a computer that has good Linux ACPI support, you can turn on only the parts of the hardware you need.. I am guessing. Depends on how nice the componates are. Like you can control CPU speed and voltages on Intel CPU's if the chipset supports it.

So on the motherboard you setup a little 1-2 meg flash ROM with a simple Linux kernel, and a simple busybox based enviroment and a minimalist mp3 player. then you add a boot option to your BIOS so that a user can boot up into the on-board Linux rom.

On your harddrive you setup a special fat32 partition for the last couple gigs of the harddrive.

The minimal Linux install boots up and immediately mounts the fat32 partition and begins playing files from whatever m3u file it finds named "default.m3u". If it doesn't find the default.m3u file it does a quick search for any mp3 files and makes a default.m3u file of it's own.

If the user deletes the partition, it wouldn't work. But by making it like that a user can copy their mp3's to the programs to that special partition then it could.

Something simple stupid like that could be booted up and running in the time it takes you to pull your hand back from keyboard button that tells it to boot into the ROM instead of the disk. (something like the F2 button)

The more functionality you want, the more of the hardware you need to use, the longer it takes to boot up, the more comples you need to make the Linux OS.
 

coolVariable

Diamond Member
May 18, 2001
3,724
0
76
well, I would like to do it as a boot menu WITHOUT any special hardware!!!
This is for a run-of-the-mill centrino laptop!!
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
Oh, i thought you were talking more theoretical type stuff.

You could take a distro and modify it to make a small linux partition and use that. Or you could take a initrd image and change that to play mp3's from a fat32 partition instead of booting up a OS.

But it will take a bit of work and customization. You'd have to know how to use bash scripts, mount and modify loopback file systems, and stuff like that.

Somebody built a bootcdrom that all it does is boot up and play mp3's. Don't know if it's linux-based or not, and it only works if you have a sound blaster card.

There is a live-linux multimedia-only project called geexbox

You can probably install it on your harddrive like you can with Knoppix.

I don't know about the power usage, though.