|
发表于 2005-8-19 22:42:46
|
显示全部楼层
再加一篇,可能对有些opengl程序有帮助
原文地址http://www.xsibase.com/forum/ind ... play;threadid=19062
when i start XSI i get as far as to choose my keyboard pref's, then it crashes with a segmentation fault. Behavior 2.0 in turn works fine (only of course when i try to open a xsi view). has anyone some ideas for me? i'd be really happy to get xsi running under linux, it's just my prefered os ;-)
..................
thanks for the hint with the opengl driver. it was something of the kind...
for everybody who's interested: additionally to the xlibmesa-gl1-dri-trunk you also need the s3tc library (the dri installer should point out that some opengl application might not work without them and ... well they are right). to get this running:
1. apt-get install xlibmesa-dev
2. download s3tc sources from http://homepage.hispeed.ch/rscheidegger/dri_experimental/s3tc_index.html (check the readme, especially the section about legal terms)
3. in the download dir run: make , make install, ldconfig
now s3tc support should be installed to your dri driver and everything works fine. (if you haven't already dri, check http://dri.freedesktop.org/wiki/Download)
the system i tried with: intel pentium 4, ati mobility 7500, debian kernel 2.6.8, xfce 4.2 (works fine ;-) |
|