Old 12/01/2009, 01:31 PM   #261 (permalink)
Member

 
windzilla's Avatar
 
Join Date: Jun 2009
Location: The Woo, MA
Posts: 1,438
Likes: 3
Thanks: 287
Thanked 464 Times in 250 Posts

Default

so then, in effect dudestatus you can start terminal from within webOS, keep luna running seperate, and play a game with GPU support?

would it then be possible to have an automated link/script that would let someone launch the terminal app without all the typing and apt getting sudo-makemea samwich wizardry.

if so, what would theoretically prevent a palm from getting need for speed working with the help of EA games?
or, even if not, what would stop the demo we saw (having not been seen launching) from being possible at this stage?
windzilla is offline   Reply With Quote
Old 12/01/2009, 01:46 PM   #262 (permalink)
Member
 
Join Date: May 2003
Posts: 8,358
Likes: 316
Thanks: 2,130
Thanked 1,765 Times in 1,131 Posts

Default

Quote:
Originally Posted by windzilla View Post
...
what would stop the demo we saw (having not been seen launching) from being possible at this stage?
My thoughts exactly...
hparsons is offline   Reply With Quote
Old 12/01/2009, 02:16 PM   #263 (permalink)
Banned
 
Join Date: Jun 2009
Posts: 1,561
Likes: 0
Thanks: 56
Thanked 450 Times in 160 Posts

Default

Quote:
Originally Posted by windzilla View Post
so then, in effect dudestatus you can start terminal from within webOS, keep luna running seperate, and play a game with GPU support?

would it then be possible to have an automated link/script that would let someone launch the terminal app without all the typing and apt getting sudo-makemea samwich wizardry.

if so, what would theoretically prevent a palm from getting need for speed working with the help of EA games?
or, even if not, what would stop the demo we saw (having not been seen launching) from being possible at this stage?
So why would EA mickey mouse a solution like this, instead of waiting for official support? DirectFB to run a cell phone game from a major company? That's more of a stretch than this game even being on the Pre. It amazes me how far people will reach to support their position when there is plain evidence this isn't real. Go ahead and call me biased hparsons, you're not even making any sense at this point.

Last edited by Elysian893; 12/01/2009 at 02:34 PM.
Elysian893 is offline   Reply With Quote
Old 12/01/2009, 04:14 PM   #264 (permalink)
Member
 
Join Date: May 2003
Posts: 8,358
Likes: 316
Thanks: 2,130
Thanked 1,765 Times in 1,131 Posts

Default

Quote:
Originally Posted by Elysian893 View Post
...
Go ahead and call me biased hparsons, you're not even making any sense at this point.
(psssstttt, it wasn't me you were responding to, it was someone else that "wasn't even making any sense at this point."

I think maybe you're getting just a bit wrapped up in this one. I blame Palm for messing up your Pres. Looks like it sent you over the edge...
)
hparsons is offline   Reply With Quote
Old 12/01/2009, 04:37 PM   #265 (permalink)
Member
 
Join Date: Nov 2009
Posts: 7
Likes: 0
Thanks: 0
Thanked 5 Times in 1 Post

Default

I could be wrong, but I don't think directfb is using the gpu. I think it's still using the cpu since fceux still runs pretty slowly full screen. I'm pretty sure we still need a native linux driver to access the gpu.
jayvan is offline   Reply With Quote
Old 12/01/2009, 04:58 PM   #266 (permalink)
Banned
 
Join Date: Jun 2009
Posts: 1,561
Likes: 0
Thanks: 56
Thanked 450 Times in 160 Posts

Default

Quote:
Originally Posted by jayvan View Post
I could be wrong, but I don't think directfb is using the gpu. I think it's still using the cpu since fceux still runs pretty slowly full screen. I'm pretty sure we still need a native linux driver to access the gpu.
Indeed. And if you can't run a NES EMU smoothly in DirectFB, what makes one think it'd run a fully 3d game smoothly?
Elysian893 is offline   Reply With Quote
Old 12/01/2009, 05:47 PM   #267 (permalink)
Member

 
Join Date: Apr 2003
Location: Boston-area
Posts: 6,977
Likes: 112
Thanks: 418
Thanked 1,251 Times in 710 Posts

Default

Quote:
Originally Posted by jayvan View Post
I could be wrong, but I don't think directfb is using the gpu. I think it's still using the cpu since fceux still runs pretty slowly full screen. I'm pretty sure we still need a native linux driver to access the gpu.
Haven't actually tried it myself, so it's fully possibly you could be correct, I was just going by what I'd read.
jhoff80 is offline   Reply With Quote
Old 12/01/2009, 07:03 PM   #268 (permalink)
Member
 
Join Date: Nov 2009
Posts: 7
Likes: 0
Thanks: 0
Thanked 5 Times in 1 Post

Default

This seems to indicate that directfb on the pre is using software only and no hardware-acceleration: elinux.org/User_Interfaces#DirectFB

"While this is an excellent project, the number of hardware-accelerated devices supported are small and does not include any CPUs you'd find on a phone."

Either way I'm excited because it seems the door may be opening to running more native apps. If we can launch an emu through the terminal app running alongside luna, then I don't see why NFS wouldn't be possible. Palm may already have an early GPU driver for testing that would allow a native NFS game to run with Luna and take advantage of hardware-acceleration.

Also, the terminal app allows us to manually enter back-end commands. So wouldn't it be possible to create an app that allows back-end access just like terminal, but simply runs a script to automatically start the native app instead of allowing for user input?
jayvan is offline   Reply With Quote
Old 12/02/2009, 10:13 AM   #269 (permalink)
Member
 
Join Date: Jul 2009
Posts: 498
Likes: 1
Thanks: 3
Thanked 94 Times in 71 Posts

Default

I reiterate my earlier thoughts that NFS is a C/C++ OpenGL ES game, and the GPU has an OpenGL ES interface. So if this is real, it has to be a native app with proper compiler support and OpenGL ES libraries to link against. The driver needs to be in place to give the libraries access to the GPU hardware. That's a fairly strict pathway to make it all happen. I don't see EA totally re-writing the game to use some other approach; it would not make sense. So either this is the whole enchilada, or it's a hoax. There is not a technically feasible/reasonable alternative solution that I can see EA pursuing.
s219 is offline   Reply With Quote
Thanked By: jbg7474
Old 12/02/2009, 10:17 AM   #270 (permalink)
Moderator
 
jbg7474's Avatar
 
Join Date: Jan 2009
Location: SW Ohio
Posts: 3,860
Likes: 91
Thanks: 1,019
Thanked 1,061 Times in 715 Posts

Default

Quote:
Originally Posted by s219 View Post
I reiterate my earlier thoughts that NFS is a C/C++ OpenGL ES game, and the GPU has an OpenGL ES interface. So if this is real, it has to be a native app with proper compiler support and OpenGL ES libraries to link against. The driver needs to be in place to give the libraries access to the GPU hardware. That's a fairly strict pathway to make it all happen. I don't see EA totally re-writing the game to use some other approach; it would not make sense. So either this is the whole enchilada, or it's a hoax. There is not a technically feasible/reasonable alternative solution that I can see EA pursuing.
That appears to be some pretty sound reasoning.
__________________
Palm III-->Handspring Visor-->Sony Clie PEG-NR70-->no PDA -->Palm Treo 755p-->Palm Pre-->HP Veer
jbg7474 is offline   Reply With Quote
Old 12/28/2009, 09:43 PM   #271 (permalink)
Member
 
krische's Avatar
 
Join Date: May 2009
Location: Milwaukee, WI
Posts: 422
Likes: 0
Thanks: 16
Thanked 119 Times in 55 Posts

Default

Oh **** son. Has anyone noticed the new app catalog in WebOS 1.3.5?

Here is a screenshot provided by casperstar of Need for Speed.


Here is a screenshot I just took from 1.3.5


Looks exactly the same to me. Anyone still want to doubt casperstar?
__________________

Last edited by krische; 12/28/2009 at 09:56 PM.
krische is offline   Reply With Quote
Old 12/28/2009, 09:46 PM   #272 (permalink)
Member
 
Kev1000000's Avatar
 
Join Date: Jan 2006
Location: Troy, MI
Posts: 704
Likes: 5
Thanks: 43
Thanked 228 Times in 76 Posts

Default

Holy crap, nice find!
__________________
Developer of:

-------------------------------------
Discuss my apps in my developer forum
Kev1000000 is offline   Reply With Quote
Old 12/28/2009, 09:50 PM   #273 (permalink)
Member
 
Join Date: Oct 2007
Location: Fargo, ND
Posts: 193
Likes: 1
Thanks: 36
Thanked 39 Times in 27 Posts

Default

I believe!!
dsei is offline   Reply With Quote
Old 12/28/2009, 09:51 PM   #274 (permalink)
Member
 
ChaosMarine03's Avatar
 
Join Date: Aug 2009
Posts: 286
Likes: 0
Thanks: 7
Thanked 19 Times in 15 Posts

Default

looks like our little friend casperstar was legit...
ChaosMarine03 is offline   Reply With Quote
Old 12/28/2009, 09:52 PM   #275 (permalink)
Member
 
krische's Avatar
 
Join Date: May 2009
Location: Milwaukee, WI
Posts: 422
Likes: 0
Thanks: 16
Thanked 119 Times in 55 Posts

Default

I'm guessing Palm has some surprises in store for us at CES
__________________
krische is offline   Reply With Quote
Thanked By: gabe2gg
Old 12/28/2009, 09:53 PM   #276 (permalink)
Member
 
Slayix312's Avatar
 
Join Date: Jun 2009
Location: NC,IA,IL
Posts: 270
Likes: 0
Thanks: 13
Thanked 39 Times in 19 Posts

Default

Yeah this definetly makes me more excited about CES.
__________________
Slayix312 is offline   Reply With Quote
Old 12/28/2009, 09:55 PM   #277 (permalink)
Member
 
krische's Avatar
 
Join Date: May 2009
Location: Milwaukee, WI
Posts: 422
Likes: 0
Thanks: 16
Thanked 119 Times in 55 Posts

Default

This might be a shot out in left field. But it was announced by Epic that they would be releasing Unreal Engine 3 on "another mobile device."

Palm has been hiring some big time graphics driver developers formerly from ATI/AMD. I would guess they are taking this GPU thing seriously.
__________________
krische is offline   Reply With Quote
Old 12/28/2009, 09:56 PM   #278 (permalink)
Member
 
draztikrhymez's Avatar
 
Join Date: Jun 2009
Posts: 527
Likes: 17
Thanks: 33
Thanked 58 Times in 41 Posts

Default

haha awesome!
draztikrhymez is offline   Reply With Quote
Old 12/28/2009, 09:59 PM   #279 (permalink)
Member
 
Join Date: Oct 2007
Location: Fargo, ND
Posts: 193
Likes: 1
Thanks: 36
Thanked 39 Times in 27 Posts

Default

I really think GPU will be the highlight of CES now. Palm has to keep up with the Johnson's (Apple). What are they missing compared to the iPhone? Apps and speed. Ares was one step towards more apps and I believe GPU access will help both.
dsei is offline   Reply With Quote
Old 12/28/2009, 10:11 PM   #280 (permalink)
R_E
Member
 
Join Date: Jul 2009
Posts: 316
Likes: 4
Thanks: 28
Thanked 46 Times in 33 Posts

Default

going for a holy shiznit awesome for the non hoax exidence
R_E is offline   Reply With Quote

 

Content Relevant URLs by vBSEO 3.6.0