The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    MediaPlayer Linux?

    Discussion in 'Linux Compatibility and Software' started by Greg, Jun 17, 2007.

  1. Greg

    Greg Notebook Nobel Laureate

    Reputations:
    7,857
    Messages:
    16,212
    Likes Received:
    58
    Trophy Points:
    466
    I'm thinking about making something similar to Dell's MediaDirect or HP's Quickplay (which I do not have on the nc8430).

    Simple Linux distro, boots in a few sections preferably, and just does media and/or internet browsing. I'd also like some type of drive lock for the browsing, like a write-protection scheme on the entire OS install (think Deep Freeze and you have the right idea). Internet access is optional, but it would be nice.

    Preferably, I'd like to only give it read access (not write access) to all my other partitions to protect them as well (not that Linux has a lot of viruses out or anything!). I would mostly likely use something that is as capable as DivX for MP3s, MPEGs, AVI files, CDs & DVDs and the like.

    I wouldn't really worry too much about drivers for any of my peripherals, and would only need drivers for whatever is built into my laptop. I'd "disable" Linux's seeing other USB (and similar) devices out-side of my laptop (except for my external HDDs).

    Is there anything out there like that, or am I working on this one on my own? I'm not too serious about the project yet, but I think it would be nice if I could allocate a few GBs for the project and use it.
     
  2. Ethyriel

    Ethyriel Notebook Deity

    Reputations:
    207
    Messages:
    1,531
    Likes Received:
    0
    Trophy Points:
    55
    Well, I'd start with a distribution that boots very fast to begin with. Arch, Gentoo, and Slackware would all be very good options there. Then compile a stripped down kernel, and if you like rewrite the init scripts for your specific hardware and software needs. Any of these should be able to accomplish a 15 second boot, grub to login, with the included init scripts. I'd think simplified scripts may be able to accomplish closer to 10 seconds.

    You'd probably want to set things up to automatically login and start X, or maybe even better, a DirectFB session with a media player started. This is easily enough done. Just set your /etc/inittab to the 5th runlevel, and make sure your x:5 line looks something like this (replacing username of course)

    x:5 :eek:nce:/bin/su username -l -c "/bin/bash --login -c startx >/dev/null 2>&1"

    Something like Fluxbox, Blackbox, or even Ratpoison would do well for the window manager. Media player is a tougher call, maybe the OSD xine interface, I don't know.
     
  3. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
  4. Gautam

    Gautam election 2008 NBR Reviewer

    Reputations:
    1,856
    Messages:
    3,564
    Likes Received:
    0
    Trophy Points:
    105
  5. LIVEFRMNYC

    LIVEFRMNYC Blah Blah Blah!!!

    Reputations:
    3,741
    Messages:
    2,382
    Likes Received:
    0
    Trophy Points:
    55
    As I remember geexbox didn't have an Install to HD option. Has this changed?
     
  6. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
  7. LIVEFRMNYC

    LIVEFRMNYC Blah Blah Blah!!!

    Reputations:
    3,741
    Messages:
    2,382
    Likes Received:
    0
    Trophy Points:
    55