Search found 6 matches

by tsuba
Thu Dec 27, 2007 8:30 am
Forum: PS3 Development
Topic: OtherOS demo 1.1 (with RSX visuals)
Replies: 59
Views: 145588

I've been looking at the flow of the program. I'm thinking that we have to change the offset/allocation amount here to get it to work for higher resolutions. //#define BB 41 #define BB 10 uint32_t fp_offset = ( BB + 0 ) * 1024 * 1024; uint32_t vb_offset = ( BB + 1 ) *...
by tsuba
Sun Dec 23, 2007 3:18 am
Forum: PS3 Development
Topic: OtherOS demo 1080i patch
Replies: 9
Views: 11726

I have tested out the values from ps2devman for 720p 60hz, they work. (I'm using also a component to vga box on a monitor) Here are the changes you need to make. In av.c add: /* 720p 60 hz*/ static const unsigned char avb_param_pal_cmd2[] = { 2, 5, /* av command version */ 0...
by tsuba
Sat Dec 22, 2007 9:55 am
Forum: PS3 Development
Topic: OtherOS demo 1.1 (with RSX visuals)
Replies: 59
Views: 145588

i'm trying to set the video mode to 720p do i need to modify anything else then the av.c? Getting black screen. (fw:v2.01)
by tsuba
Fri Oct 05, 2007 12:34 am
Forum: PS3 Development
Topic: PS3 Toolchain+cygwin
Replies: 1
Views: 3051

I recommand reading this post a few times. http://forums.ps2dev.org/viewtopic.php?t=8494&postdays=0&postorder=asc&start=30 On page 2(member nirving post) there is explained what you need todo to install cygwin+ toolchain. On all the other pages you need to read on how to fix the problems...
by tsuba
Mon Sep 24, 2007 8:53 am
Forum: PS3 Development
Topic: OtherOS demo program
Replies: 51
Views: 61467

thx it works now.
by tsuba
Mon Sep 24, 2007 3:42 am
Forum: PS3 Development
Topic: OtherOS demo program
Replies: 51
Views: 61467

When i try to build the otheros demo i get this error. I'm using the toolchain. Anyone know what to do? $ make ppu-gcc -O -m64 -mregnames -mfull-toc -G0 -ffreestanding -fno-stack-protector -c -o start.o start.S ppu-gcc -O -m64 -mregnames -mfull-toc -G0 -ffreestanding -fno-stack-protector -c -o hv.o ...