worldwind在linux下报错:DXTn compressed textures not supported by this graphics card

参考:http://www.worldwindcentral.com/wiki/WWJava_Dev_FAQ

-----------------------------------------------------------------------------------------------------------------------------------

Under Linux, if you see the message that DXTn compressed textures are not supported in the console, you can try:

  • Install (many distributions also offer a package for it) the driconf utility and enable "Force S3 texture compression"
  • Install libtxc_dxtn (the open source drivers radeon and nouveau do not include DXTn support due to patents)

-------------------------------------------------------------------------------------------------------------------------------------------------------------

 

我的系统是:fedora14 ,显卡型号为Intel(R) G41 Express Chipset.

我更新了显卡驱动后(http://fedoraproject.org/wiki/Releases/Rawhide官网上的更新方法,也不知道更新成功没),错误还是出现,于是执行命令:

$sudo yum install -y --nogpg libtxc_dxtn问题解决了

posted @ 2012-08-21 20:02  阿洒  阅读(410)  评论(0)    收藏  举报