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 134: | Line 134: | ||
make | make | ||
make install # as root | make install # as root | ||
</pre> | |||
The last touches: | |||
<pre> | |||
# Load the ps3gpu driver | |||
kldload ./ps3gpu.ko # as root | |||
# Copy xorg.conf | |||
cp xorg_accel.conf /etc/X11/xorg.conf # as root | |||
echo "exec blackbox" > ~/.xinitrc | |||
startx | |||
# Now you should see the blackbox desktop !!! | |||
</pre> | </pre> | ||