View Single Post

No Accelerated Video Support In Linux
  #1 (permalink)  
Old 01-11-2007, 10:45 AM
haxen's Avatar
haxen is offline
I shredded my PS3
PS3Hax Leader
 
Join Date: Dec 2006
Posts: 239
Default No Accelerated Video Support In Linux

The PS3's hypervisor controls all access to the PS3 graphics hardware. The hypervisor only allows access to a framebuffer, and even then it's not direct access. The linux side writes to a frame buffer in main memory, then uses the hypervisor to trigger a DMA transfer that copies this to the real frame buffer on the GPU.

Therefore, we do NOT have accelerated graphix or direct graphix support in Linux. No Linux distro, Yellow Dog, Fedora Core whatever version, Gentoo, will be able to get around this Hypervisor limitation on the graphix until Sony releases the drivers for the GPU (or the community somehow hacks a driver).
__________________
Reply With Quote