Editing PS3 GPU Driver
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
Line 18: | Line 17: | ||
* http://gitorious.ps3dev.net/ps3freebsd/ps3gpu | * http://gitorious.ps3dev.net/ps3freebsd/ps3gpu | ||
==Building== | ==Building== | ||
Line 44: | Line 35: | ||
* ps3gpu_test is a user-space application for testing ps3gpu kernel driver. | * ps3gpu_test is a user-space application for testing ps3gpu kernel driver. | ||
* The application demonstrates how to allocate GART and VRAM memory, how to load, set and move cursor and how to flip. | * The application demonstrates how to allocate GART and VRAM memory, how to load, set and move cursor and how to flip. | ||
* http://gitorious.ps3dev.net/ps3freebsd/ps3gpu_test | * http://gitorious.ps3dev.net/ps3freebsd/ps3gpu_test | ||
Line 55: | Line 42: | ||
cd ps3gpu_test | cd ps3gpu_test | ||
make | make | ||
./ps3gpu_test | |||
</pre> | </pre> | ||
Line 71: | Line 49: | ||
vidcontrol < /dev/ttyv0 80x25 | vidcontrol < /dev/ttyv0 80x25 | ||
</pre> | </pre> | ||
==Screenshots== | ==Screenshots== | ||
=X11 Driver= | =X11 Driver= | ||
* You need this driver to run X11 server on PS3. | * You need this driver to run X11 server on PS3. | ||
* http://gitorious.ps3dev.net/ps3freebsd/xf86-video-ps3gpu | * http://gitorious.ps3dev.net/ps3freebsd/xf86-video-ps3gpu | ||
==Building== | ==Building== | ||
<pre> | <pre> | ||
</pre> | </pre> | ||
==Test== | ==Test== | ||
==Screenshots== | ==Screenshots== | ||
=Future Work= | =Future Work= | ||
* Use ps3gpu driver for syscons. | * Use ps3gpu driver for syscons. | ||