![]() |
|
Port XBMC to PS3 (PlayStation 3) to run on Linux ("Other OS") or natively on GameOS? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Feature Suggestions (/forumdisplay.php?fid=9) +--- Thread: Port XBMC to PS3 (PlayStation 3) to run on Linux ("Other OS") or natively on GameOS? (/showthread.php?tid=21849) |
- rodalpho - 2008-10-14 22:08 The-Boxhead Wrote:he he.. there has been some questions about this but not that many ?It's asked daily, if not hourly. - xgrep - 2008-10-15 04:05 porter Wrote:for the OP: AFAIK that doesn't have a whole lot to do with it, from source you should be able to compile for pretty much any architecture. The killer is that linux on the ps3 does not support OpenGL2, which xbmc requires. Anyways, yes this question has been asked way to much. To the point where you want the answer displayed on the newthread script
About PS3 - myway - 2008-10-16 08:11 http://forum.xbmc.org/showpost.php?p=233820&postcount=135 said:"The killer is that linux on the ps3 does not support OpenGL2, which xbmc requires." Is it correct? That's mean PS3 no chance to run XBMC-Linux(PPC)?
- Dark_Wizard - 2008-11-02 19:05 xgrep Wrote:The killer is that linux on the ps3 does not support OpenGL2, which xbmc requires. The PS3 supports OpenGL ES 2.0 on Ubuntu, does XBMC support this? Just a thought... - topfs2 - 2008-11-02 19:55 Dark_Wizard Wrote:The PS3 supports OpenGL ES 2.0 on Ubuntu, does XBMC support this? Just a thought... From what I know they support something almost like OpenGL ES 2.0 but its not under ubuntu, its on their regular os. Ubuntus mesa drivers might support enough OpenGL for XBMC to run but it wont be hardware accelerated so youd be lucky to get more then one fps out of it. But if you have a link I would love to be proven wrong ![]() Cheers, Tobias - bigifa - 2008-12-27 08:41 rodalpho Wrote:1) have to hack it (illegal) and limits the audience i know this is an old post but how the hell do you think XBMC got on the name sake machine in the first place i see you have nay said in other threads about it if it is such a waste of time y do you bother posting in the threads that are clearly of no interest to you but odviusly of great interest to many others if you dont own a ppc box then dont worry about what otheres would like to do to theres. - Arranmc182 - 2009-01-19 19:39 xgrep Wrote:AFAIK that doesn't have a whole lot to do with it, from source you should be able to compile for pretty much any architecture. The killer is that linux on the ps3 does not support OpenGL2, which xbmc requires. Well its not that the PS3 cannot support OpenGL2 in PPC Linux its the fact that Nvidia will not give out drivers or any specs on the graphics card so untill there are drivers for the card we will never see 100% full hardware acceleration of graphics on PPC Linux on PS3
- dizzey - 2009-01-19 21:45 Arranmc182 Wrote:Well its not that the PS3 cannot support OpenGL2 in PPC Linux its the fact that Nvidia will not give out drivers or any specs on the graphics card so untill there are drivers for the card we will never see 100% full hardware acceleration of graphics on PPC Linux on PS3 That would be one issue but it would not matter if nvidia made a driver. because on one spe there is a tiny vm that dont let you acess the hardware so even if there was a driver it would not be able to speak to the gpu. there have been som hacks to trick the vm but sony is pretty fast to fix it. - spiff - 2009-01-19 21:55 if somebody really wants this. what i would have done is to forget about the opengl renderer. i'd rather focus on the software renderer. the main reason that is so utterly slow is probably alpha blends + rotations + scalings. all three of these could be accelerated quite nicely using the cell's (libspe2 or whatever it's called these days should have most of what is needed). this lib could also be used to csc and scaling for the video playback. 720p should be doable. but i don't think 1080p is realistic, in particular not without a gpu. but in any case the ps3 cpu is simply too weak to decode the streams. which means cell optimized decoders, which pretty much is nonexistant (heck, there are hardly threaded decoders), in the free world atleast... - Arranmc182 - 2009-01-20 01:24 dizzey Wrote:That would be one issue but it would not matter if nvidia made a driver. because on one speThat is some what true but Nvidia have stated that drivers could be made to make Linux 100% hardware compatable with the GPU but its somthing that Sony dosnt want to happen but then Sony says its because of Nvidia. I just think Sony and Nvidia should work on a driver for Linux as not having a driver is the only true letdown to Linux on PS3 |