Search found 6 matches
- Thu May 15, 2008 5:57 pm
- Forum: spu-medialib
- Topic: Xv driver
- Replies: 9
- Views: 73733
This is a nice driver but i wish when it crashed it was as simple as X locking up or crashing. Instead the entire framebuffer locks up, as well as all USB input devices. Keyboard and mouse refuse to respond (even pressing numlock does nothing (no light on or off)). System will gracefully shutdown fr...
- Thu May 15, 2008 2:09 pm
- Forum: PS3 Linux Development
- Topic: PS3 Linux Dependancy on BD-ROM
- Replies: 1
- Views: 3477
PS3 Linux Dependancy on BD-ROM
The flex ribbon cable on my BD-ROM has gone bad and through unforuntate experience I realized something interesting. I don't know if it means anything but I'll say it anyway. The GameOS operates without any issue at all without the BD-ROM Drive attached, however, using the latest otheros.bld, PS3 Li...
- Wed May 14, 2008 6:58 am
- Forum: spu-medialib
- Topic: Framebuffer frozen after playback finishes (and workaround)
- Replies: 2
- Views: 10488
Sorry for the double post, but I can't edit my original post. I made a shell script for those who are having the same problem. This is just a basic shell script and wont accept any mplayer params, just the media filename /usr/bin/mplayer-ps3-playback #!/bin/sh mplayer-ps3 -vo ps3 $1 mplayer-ps3 -vo ...
- Wed May 14, 2008 6:52 am
- Forum: spu-medialib
- Topic: Framebuffer frozen after playback finishes (and workaround)
- Replies: 2
- Views: 10488
Framebuffer frozen after playback finishes (and workaround)
When I use mplayer-ps3 -vo ps3 and play a video, the video successfully plays, however when the video ends, or I exit mplayer, the framebuffer will kick back to the last known text console, but will not update (cannot see anything new you type). I tried using ps3-video-mode to switch the framebuffer...
- Mon May 12, 2008 8:13 am
- Forum: PS3 Linux Development
- Topic: Max available RAM in PS3 Linux
- Replies: 2
- Views: 6400
Max available RAM in PS3 Linux
What is the max amount of userspace RAM available for the PS3? The highest I've managed to get is 224mb RAM (8mb FS3FB, 24mb ? (maybe the kernel and hypervisor?)) Just curious if anyone else has been able to get any higher. For reference, I'm using kernel 2.6.24 from the 01/2008 CELL ADDON iso, and ...
- Tue Feb 12, 2008 1:35 pm
- Forum: PSP Development
- Topic: More than you wanted to know about the Internet Radio Player
- Replies: 8
- Views: 5596
Thanks for the great player, FreePlay. Here is my modification of your player code to enable metadata: http://psp.zefie.com/radiotest.html http://psp.zefie.com/zefie.prs Edit: Screenshot http://psp.zefie.com/radiotest.jpg Javascript file: http://psp.zefie.com/js/radioplayer.js updateStreamTitle() is...