|
From: Brian P. <bri...@tu...> - 2008-09-10 15:50:18
|
li...@il... wrote: > Hi, > > I'm trying to run the gallium/cell driver. So colned the mesa git and > checked out the gallium-0.1 branch as described in [1]. Then i ran 'make > linux-cell' with the cell-sdk-3.1-beta. after i installed many > dependencies form the fedora9-ppc tree und changed ppu-gcc, ppu-g++ and > spu-gcc to ppu-gcc43, ppu-g++43 and spu-gcc43 the build went fine. > > no is my problem, how to install this in the system. i want to test it in > the simulator for now, but later check on a cell-blade. > > in the simulator runs a fedora9, is it sufficient to copy some files from > the build or do i need to build a new xserver with the gallium integrated? > is there a document/howto/... wich describs how to integrate gallium in > the system? I haven't really used the Cell simulator yet so you're kind of on your own. You shouldn't have to do anything with the X server. Once you've compiled Mesa/gallium, libGL.so contains the Cell driver. There aren't any other pieces. You could put libGL.so* in /usr/local/lib/ -Brian |