Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > LinuxICE


Reply
 
Share Thread Tools Display Modes
Old 01-18-2007, 02:25 AM   #16
Low Bitrate
 
Join Date: Jun 2005
Posts: 61
510SX is on a distinguished road
I am downloading fluxbuntu
Thanks
510SX is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-06-2007, 10:02 AM   #17
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
new version 0.94.4

Dead things don't need to sleep... thus nghost has a new version out. New version 0.94.4 has support for multiple resolutions, new runtime options, better gui functionality, and better control of fonts. These features along with many bug fixes are shaping nghost to become a player in the CarPC front-end space.

For those of you that are using nghost, and those who want to give it a try, here is the link:

Download

For those source junkies you can get the source from svn at:
https://nghost.svn.sourceforge.net/svnroot/nghost

There is still a lot of work to be done so if you are a coder and want to contribute, let us know.

Thanks,

Kev
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is online now   Reply With Quote
Old 02-06-2007, 10:26 AM   #18
Newbie
 
Join Date: Jul 2005
Posts: 44
spuzzdawg is on a distinguished road
I saw that nGhost uses the SDL library and as I understand it this allows you to write a GUI in framebuffer mode. Does this mean that nGhost will run without X and without a window manager?

Spuzzdawg
spuzzdawg is offline   Reply With Quote
Old 02-06-2007, 11:39 AM   #19
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
SDL uses the driectfb library to talk directly to the framebuffer. In theory you don't even need X to run nghost, but I haven't tested it yet. mplayer also can use the framebuffer. If you get it to work, let me know.
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development

Last edited by kev000; 02-06-2007 at 12:01 PM.
kev000 is online now   Reply With Quote
Old 02-12-2007, 08:26 AM   #20
Variable Bitrate
 
Join Date: Aug 2006
Location: PA
Posts: 378
nasa is an unknown quantity at this point
Hi Kev000,

I look forward to testing your frontend out (sometime this week, I hope).

2 things for you though....

1. I tried subscribing to your list -- and am still waiting on it to be activated (3 days and counting )

2. I highly suggest looking at the EFL (Enlightenment Foudation Libraries) as being developed for E17. The libraries will give you a lot of graphical support (along with other bonuses) at a very low cost. Look at the following locations: get-e.org, edevelop.org, & elive.org. Raster has been know for doing great WM graphics and these libraries extend that even futher. The libraries do scale well (Raster has demonstrated using the libraries on embedded systems)


Nasa
nasa is offline   Reply With Quote
Old 02-12-2007, 11:53 AM   #21
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
Hey nasa,

I apologize for the delayed activation on the forum, I was moving into a new house this weekend and I'll be without internet at home for a good portion of this week. I am able to squeeze some forum time while at work. Thanks for the suggestions, I'll research into that.
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is online now   Reply With Quote
Old 02-12-2007, 02:18 PM   #22
Variable Bitrate
 
Join Date: Aug 2006
Location: PA
Posts: 378
nasa is an unknown quantity at this point
Hey Kev000,

If you haven't seen this -- look at

http://www.imedialinux.com/

Just came across this.


Nasa
nasa is offline   Reply With Quote
Old 02-12-2007, 06:16 PM   #23
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
I've tried imedia Linux several months ago. I couldn't get it up at the time (without to much effort anyways). I'd like to see if anyone can get this up and get all our stuff working with it (i.e. touchscreen, gpsd, frontends, etc).
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is online now   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-20-2007, 08:32 AM   #24
Variable Bitrate
 
Join Date: Aug 2006
Location: PA
Posts: 378
nasa is an unknown quantity at this point
kev000,

May I ask... Why use SDL? Not saying it's a bad choose -- I really don't know the pros/cons with using it. How easy is it to make skinnable?

Nasa
nasa is offline   Reply With Quote
Old 02-20-2007, 08:45 PM   #25
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
Quote: Originally Posted by nasa View Post
kev000,
May I ask... Why use SDL? Not saying it's a bad choose -- I really don't know the pros/cons with using it. How easy is it to make skinnable?

Nasa

SDL has a few advantages:
- SDL isn't dependant on a window manager or a widget toolset like gtk. (it's great for an embedded type system because it doesn't even need X11).
- skinning is super easy. widget elements are simply png/jpg/bmp files.
- graphics acceleration is possible also and sdl can be used with opengl acceleration.

cons of using SDL:
- gui functionality takes longer to develop.
- there are probably more cons, i just can't think of them right now.

we are working right now on a skinning abilities and a new skin. The classical nghost theme has been a far stretch from traditional frontends. This new skin (thanks to eubey) will be traditional, beautiful, and functional... the holy trinity of frontend design.
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is online now   Reply With Quote
Old 03-04-2007, 11:35 AM   #26
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
New version 0.94.5 stable

psst...
http://www.nextabyte.com/nanonymous/....php?p=273#273

= the newest release of nGhost.
Name:  Screenshot-1.jpg
Views: 908
Size:  32.2 KB
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development

Last edited by kev000; 03-05-2007 at 05:16 PM.
kev000 is online now   Reply With Quote
Old 03-05-2007, 11:25 PM   #27
Newbie
 
Join Date: Jul 2006
Posts: 7
ElNotto is an unknown quantity at this point
Keep up the great work everyone! I'm just getting everything together to make my first Car PC (screen arrives this week!) and I'm following your development with much anticipation.
ElNotto is offline   Reply With Quote
Old 03-27-2007, 02:26 AM   #28
Variable Bitrate
 
red_parchel's Avatar
 
Join Date: Jul 2006
Location: Boston, Ma
Posts: 227
red_parchel is on a distinguished road
i just got beta 0.94.x running on my gentoo carpc .. and i'd just like to say "wow" i've been watching your progess for a few months now, just got around to installing, and i am impressed! I look forward to future releases! and i'm very impressed ... thanks a lot everyone who is working on this project !

-Red

[edit: if any one can suggest how to get it to load automagicly after my window manager does [flux] that would be great also!]

[edit:edit:]got it to auto load using ~/.xinitrc

Quote:
~/.xinitrc:
cd /path/to/nghost/
./nghost &
cd ~
exec startfluxbox

[/edit:edit:]
__________________
Carputer Status:
MobileOne: retired - via - Gentoo Linux, gps drive, nGhost, tethered e815
MobileTwo: retired - via - Ubuntu Linux, gps drive, nGhost
MobileThree: development - Intel Atom - Gentoo Linux, iGuidance3, navIT, nGhost2
--worklog--

Last edited by red_parchel; 03-27-2007 at 10:13 PM.
red_parchel is offline   Reply With Quote
Old 03-28-2007, 03:03 AM   #29
blk
Newbie
 
blk's Avatar
 
Join Date: Jun 2006
Location: Switzerland
Posts: 44
blk is on a distinguished road
we're glad you like it! if you have any suggestions, problems, bugs post on the nghost/linuxICE forum

that's the way to start nghost with X
using just "cd" has the same effect as "cd ~"
blk is offline   Reply With Quote
Old 04-24-2007, 03:37 PM   #30
Newbie
 
kshots's Avatar
 
Join Date: Mar 2007
Location: florida
Posts: 38
kshots is an unknown quantity at this point
I may be interested in helping you implement a plugin architecture. Is there an IRC or something similar you frequent? I'd like to discuss exactly what sort of functionality should be put in these plugins.

I've written a couple of plugin-based programs, including libcdorganizer and (just started) evilcpc (utilizing Qt plugins).

While I don't think nghost would suit my needs, I wouldn't mind spending some time contributing to it
kshots is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows XP Media Center 2005 Video n33d45p33d WinNT Based 5 07-06-2006 04:09 PM
fs: ibm thinkpad t-30 w/ media center Kizzao Classified Archive 9 04-26-2006 01:22 AM
media car scins and win xp media center nsc MediaCar 1 02-01-2005 01:03 PM
media engine skins with win media center 2005? nsc Media Engine 0 02-01-2005 01:02 PM
Sirius/XM Satelite Radio in Media Center! nFiniteTuning Software & Software Development 6 12-07-2004 11:12 PM



All times are GMT -5. The time now is 04:00 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics