Search found 8 matches
- Fri Jan 11, 2008 11:53 am
- Forum: PS3 Linux Development
- Topic: After update, dvd rom drive gone.[F7, PS3]
- Replies: 4
- Views: 4532
Fedora 7 should be using hal to open the file manager when you insert a USB stick or a dvd, if not, put: '/dev/scd0 /mnt/dvd auto noauto,ro,user' in /etc/fstab and create a device shortcut to the dvd on the desktop which you can open anytime you insert a dvd. I'm not sure how exactly to create the s...
- Fri Jan 11, 2008 11:15 am
- Forum: PS3 Linux Development
- Topic: Don't forget the Cell
- Replies: 24
- Views: 22394
Software Open GL accelleration on cell would be a nice feature not only for the ps3 but also for future cell compatible or cell platforms. Even as a proof of consept it would be great to have. I actually think there might be a closed source implementation out there. Perhaps something like Mesa itse...
- Sat Jan 05, 2008 10:45 pm
- Forum: PS3 Development
- Topic: Decryption by Plaintext Attack
- Replies: 19
- Views: 20217
- Tue Jan 01, 2008 12:42 am
- Forum: PS3 Development
- Topic: Decryption by Plaintext Attack
- Replies: 19
- Views: 20217
- Mon Dec 31, 2007 8:24 pm
- Forum: PS3 Linux Development
- Topic: Does Firmware 2.10 remove access to RSX?
- Replies: 30
- Views: 31629
Is the hypervisor code running on an SPE? Reading some of the CELL docs , they mention a state where one of the SPE's can be made to go into a secure mode, none of it's local stores/registers are accessible except a small part so it can still communicate with the PPE. Since there are are only 6 SPE'...
- Sun Dec 16, 2007 11:50 am
- Forum: PS3 Linux Development
- Topic: How to get more RAM for the PS3 under Linux. My hypothesis.
- Replies: 33
- Views: 32998
- Sun Dec 16, 2007 11:43 am
- Forum: PS3 Linux Development
- Topic: Possible to optimize ffmpeg for the Cell?
- Replies: 3
- Views: 4504
The gcc port for SPEs (c, c++) will be included in 4.3, but some distributions ( OpenSUSE , Ubuntu ) already have a separate package. Not sure how Ubuntu's version is 4.1.1, since the CELL was barely even out when GCC 4.1.1 came out. OpenSUSE shows the spu-gcc binary was built from svn code in April...
- Mon Dec 10, 2007 2:22 pm
- Forum: PS3 Linux Development
- Topic: How to get more RAM for the PS3 under Linux. My hypothesis.
- Replies: 33
- Views: 32998
As long as compression+decompression of a page is faster than a seek on the swap HD block device, compression is a performance gain. Whether you keep the compressed data in RAM or write to swap is secondary. The problem seems to be in finding the right things to compress with the right algorithm, st...