Search found 60 matches

by d-range
Thu Dec 20, 2007 1:18 am
Forum: PS3 Development
Topic: What Programming Language? C or C++?
Replies: 21
Views: 97659

<flamebait>C++ adds nothing to C except a vehicle to generate bloat more quickly.</flamebait> Write in C . LOL. I think we could have a nice discussion about this over a beer or two, and I wholeheartedly disagree with that ;-). While C++ indeed does add a vehicle with which you can add quite some b...
by d-range
Wed Dec 19, 2007 9:07 am
Forum: PS3 Development
Topic: What Programming Language? C or C++?
Replies: 21
Views: 97659

100+ Views... Someone answer. I want to start programing. Maybe it's because your question cannot be answered conclusively. It depends on what you want to do. If you just want to hack around a bit for fun, and not want to start some serious project I'd start with plain C. For larger projects C++ mi...
by d-range
Wed Dec 19, 2007 5:07 am
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 754826

Re: test

Test is very simple. Try in the kernel mode u64 a = 0, b = 0; lv1_gpu_memory_allocate( 0, 0, 0, 0, 0, &a, &b ); printk( "%8x %8x %8x %8x \n", (u32)a, (u32)(a>>32), (u32)b, (u32)(b>>32) ); It is better to try that call before any RSX stuff ( for example in the ps3fb.c ). Peter. Wha...
by d-range
Wed Dec 19, 2007 1:29 am
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 232666

Re: PS3 FW 2.1

I had the ps3rsx module working on Fedora 7, but after updating my PS3 firmware from 2.01 to 2.1, dmesg says: [snip] I normally switch between YDL 5.0.1 on my internal drive and Fedora 7 on an 8 GB USB flash drive by changing bootloaders ... The one from the YDL 5.0.1 CD still works fine, but the o...
by d-range
Wed Dec 19, 2007 12:18 am
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 754826

2.10 ends RSX ! after updateing to 2.10 linux do not boot ! it starts the kboot promt I hit enter linux boots, screen goes blank, stays that way for 10 min , after some time the sceen blanks , and reblanks and so on , after some time , but noting more. I have had the same experience with my Fedora ...
by d-range
Mon Dec 17, 2007 6:18 am
Forum: PS3 Linux Development
Topic: Can you use SPE's in user created programs on PS3 Linux?
Replies: 7
Views: 5088

The Duud wrote:Would you have to be programming in PPC assembly or what language can interact with the SPE's
C with SPU extensions or SPU assembly. You can read all about it here: http://www.ibm.com/developerworks/power/cell

Just google for things like this, this is all pretty basic stuff...
by d-range
Mon Dec 17, 2007 4:11 am
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 232666

Silniczek wrote:there is and error here, it should be like this:

Code: Select all

# cd ps3rsx
# cp ps3rsx.ko /lib/modules/2.6.23/kernel/drivers/ps3/
# depmod -a
# echo "modprobe ps3rsx" >> /etc/conf.d/local.start
Regards
Tnx, fixed it.
by d-range
Sun Dec 16, 2007 9:16 pm
Forum: PS3 Development
Topic: How much does 256MB RAM limit Homebrew? Emulators?
Replies: 3
Views: 4609

Well, when you consider the only other console that has more than about 88 MB of memory (afaik) is the 360, I doubt memory's going to be much of an issue, since I doubt the PS3 is going to be able to emulate the 360 no matter how much memory the PS3 has. Also don't forget the PS3 has another 256MB ...
by d-range
Sun Dec 16, 2007 9:02 pm
Forum: PS3 Linux Development
Topic: Possible to optimize ffmpeg for the Cell?
Replies: 3
Views: 3845

Anybody know why mesa/X haven't been compiled on the spe's yet? Though Mesa's successor is being ported: http://forums.ps2dev.org/viewtopic.php?t=9475&start=0&postdays=0&postorder=asc Because it's a shitload of work and not too many people know how to do it properly. Also, to you and to...
by d-range
Sun Dec 16, 2007 8:56 pm
Forum: PS3 Linux Development
Topic: Can you use SPE's in user created programs on PS3 Linux?
Replies: 7
Views: 5088

Yes
by d-range
Fri Dec 14, 2007 8:03 am
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 232666

Hi guys. Great work with PS3 accelerated driver. I wonder, if you can build an ubuntu installation package for newer kernel (2.6.23-rc7), so that both PS3 annoyances are resolved - broken wifi and fast video :) I will prepare a new package related to the 2.6.23-rc7 kernel tomorrow. I do not have mu...
by d-range
Fri Dec 14, 2007 8:02 am
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 232666

Status report: 2.6.23-rc7 (my kernel version, taken from forum thread where guys managed to fix wireless in it) and 2.6.23 (supplied by d-range) don't go togehter too well, because of different kernel names. If there's a way to override it, lemme know, but insmod doesn't like me so far... Let me gu...
by d-range
Thu Dec 13, 2007 9:16 pm
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 232666

Is it the hard disk, or the controller, or the fact that it goes through PIO and you can't change it? Likely a combination of these, I didn't know it didn't do DMA, that might explain a lot. But disk performance is not really an issue if you want to build a media center, emulator, etc. For desktop ...
by d-range
Thu Dec 13, 2007 9:03 pm
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 232666

Yea, i got multiboot. Will try that around 5 pm GMT :) Will post results here. Now...how do we get out of PS3's sandbox. I seriously doubt that with PS3 specs, the performance of 158 BogoMIPS and `terminal` starting for 3 seconds is what this box can do. Or is it just my weird installation?... The ...
by d-range
Thu Dec 13, 2007 8:35 pm
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 232666

Heya! Saw your post when was rushing off to work. I wonder what i must replace in kboot.conf to load your driver for .23 kernel, and existing driver for .22 kernel. It's been ages since i last played with linux. I'll figure that out, and i'll try it as soon as i get home tonight. If you already hav...
by d-range
Thu Dec 13, 2007 8:22 pm
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 232666

Hi guys. Great work with PS3 accelerated driver. I wonder, if you can build an ubuntu installation package for newer kernel (2.6.23-rc7), so that both PS3 annoyances are resolved - broken wifi and fast video :) Maybe you can check the module I built on Gentoo, I'd be interested to know if it loads....
by d-range
Thu Dec 13, 2007 8:53 am
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 232666

Re: 32 bit UL or 64 bit UL

d-range, Thanks for the detailed instructions! One small question though, are you running a 32 bit or 64 bit Userland? Can you run a 32 bit UL with a 64 bit kernel? Again, thanks for the hard work and detailed instructions. Audball I'm running 32-bit userland, it saves some RAM. So yes you can. 64-...
by d-range
Thu Dec 13, 2007 6:46 am
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 232666

I finally managed to fix my hosed gentoo setup and get it to boot the custom kernel I built to compile the ps3rsx module against. Turned out that for some obscure reason the bootable flag of the /dev/ps3da1 partition was cleared. Anyway, I now have a working ps3rsx and xf86-ps3-video setup including...
by d-range
Wed Dec 12, 2007 8:09 pm
Forum: PS3 Linux Development
Topic: PS3RSX Binary driver support
Replies: 117
Views: 232666

I was planning to write a source-level Gentoo ebuild for ps3rsx, but after mucking around a bit to do a manual install first I think this is not going to work. The stock Gentoo kernel kernel doesn't work on the PS3, and the gentoo-ps3 kernel sources cannot be installed automatically. Things would ge...
by d-range
Mon Dec 10, 2007 8:40 am
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 754826

Re: Gentoo ebuild wanted

Audball wrote:d-range.
A gentoo ebuild would be GREAT! even if it's not accepted into portage.
Ok, there's at least 1 person interested so I'll have a go at it tomorrow, should be a piece of cake, though I know absolutely nothing about Python ;)
by d-range
Thu Dec 06, 2007 9:14 pm
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 754826

If there are people using stock distribution kernels and have packaging skills, a nice contribution would be a .rpm or .deb of the kernel module for all other users of the same distribution out there. I might be able to write a gentoo ebuild this weekend if anyone is interested in that. I want to c...
by d-range
Wed Dec 05, 2007 1:29 am
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 754826

d-range, I am professional PC-game developer.. That explains a lot ;-). Can't wait to see what you come up with. I used to follow the demoscene a bit a few years back, also went to a demoparty twice. Back then it was already amazing the stuff some ppl did with the xbox 1, or even more impressive th...
by d-range
Tue Dec 04, 2007 9:18 am
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 754826

Glaurung, I'll try to resolve "busy" issue. It is hard to tweak existing ps3fb. I am very happy with ps3rsx progress. Of course, there are many bugs, but the project seems to be successful. My roadmap is to clenup and refactor it to the New Year. And after that expose large 3D demo with h...
by d-range
Mon Dec 03, 2007 8:28 pm
Forum: PS3 Linux Development
Topic: An idea for graphics acceleration...
Replies: 11
Views: 9232

Its an interesting idea but you will still end up with (HW assisted) indirect rendering. It's faster than software rendering, but don't expect performance anywhere near what direct rendering would achieve. For real-time interactive applications you also have to factor in input delay, network latency...
by d-range
Mon Dec 03, 2007 8:04 pm
Forum: PS3 Linux Development
Topic: SPE Media Lib
Replies: 39
Views: 34849

you have 24 GB/s to go on there.. in comparison a YUV420 frame is 3.1MB in 1080p so even if you split it and over dma so that you transfer 4 times as much data as needed its still fine.. 24GB/s bandwidth that is, but bandwidth is not the problem. You still need to feed everything to the SPE's in ti...
by d-range
Mon Dec 03, 2007 1:28 am
Forum: PS3 Linux Development
Topic: SPE Media Lib
Replies: 39
Views: 34849

Provided the cell (spe's) do both inter and intra frame decoding the ppc processor is left with the task of decoding the bitstream more or less. hopefully that will be enough If you build it efficiently, it will be. You will want to limit ppu<->ram<->spu traffic and data dependencies as much as pos...
by d-range
Sun Dec 02, 2007 9:35 pm
Forum: PS3 Linux Development
Topic: SPE Media Lib
Replies: 39
Views: 34849

And we have started looking into ways of accelerating the mpeg2 mpeg4 and h264 decoding using existing programs such as ffmpeg. There is also allways room for more people :) I'm still looking into the video decoding stuff, but I more or less scaled down my focus from h264 to mpeg1/2, as there is lo...
by d-range
Sun Dec 02, 2007 9:08 pm
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 754826

libps3rsx is for small free-to-play-games. And I very glad to hear from you that OpenGL is bad platform for these games. I beg to differ. There is really nothing 'bad' about OpenGL as a platform for anything 3D-related, if I'm correctly you even program GameOS games through the OpenGL API. I think ...
by d-range
Sat Dec 01, 2007 11:31 pm
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 754826

androvsky, PC needs high level interfaces like OpenGL. And OpenGL drivers from NVidia are very stable and well supported. Of course, you can run something like nv40_demo by Nouveau team on your NV40 : http://nouveau.cvs.sourceforge.net/nouveau/nv40_demo/ But you will not be able to ship your produc...
by d-range
Fri Oct 26, 2007 8:32 pm
Forum: PS3 Development
Topic: The hunt for HV's FIFO/Push buffer...
Replies: 463
Views: 754826

I've been following this thread for a while, great stuff by everyone involved, keep it up! I've just started a 'little' pet project for a H.264 decoder specifically written for the Cell CPU, from scratch and thus not based on the ffmpeg decoder which is hard to parallelize optimally. It's still at t...