|
From: Bruno P. <br...@po...> - 2006-10-08 18:11:51
|
On Sat 07-Oct-2006 at 01:16 +0200, Pablo d'Angelo wrote: > >I have improved the pangeaVR based parser quite a bit, so that it should >be able to decode most of the cubic qtvr files out there. As far as I can tell, everything on the wwpano server now seems to=20 be ok with freepv (apart from object movies). Cylindricals all=20 work, even the ones where the tiles are rotated 90 degrees. =20 Compressed headers are ok also. I do get this compilation error: Image.h: In member function =E2=80=98unsigned char& FPV::Image::operato= r()(int, int)=E2=80=99: Image.h:103: error: =E2=80=98assert=E2=80=99 was not declared in this s= cope Adding #include <assert.h> at the top of Image.h seems to fix it. >I have added three quality levels: >Btw. is there an easy way to temporarily disable hardware accelerated op= engl >under linux? Only by editing the xorg.conf file. My system changes it on boot=20 depending on whether the nvidia kernel module is available. So I=20 currently have two kernels, one with and one without hardware=20 acceleration. I now can't test freepv unaccelerated, it crashes X completely with=20 a signal 11 (accelerated is fine). --=20 Bruno |