我遇到了与此处所述相同的问题。
我正在寻找对 DXTn 纹理的支持。我worldwind
在终端中运行并收到以下错误消息:
Aug 22, 2012 5:28:12 PM gov.nasa.worldwind.layers.TextureTile initializeTexture
SEVERE: Exception attempting to read texture file
javax.media.opengl.GLException: DXTn compressed textures not supported by this graphics card
Run Code Online (Sandbox Code Playgroud)
我从这里尝试了建议的解决方案
sudo apt-get install driconf
driconf
Run Code Online (Sandbox Code Playgroud)
在“图像质量”下,将“启用 S3TC ...”更改为是。节省。
该driconf
解决方案没有解决问题。“图像质量”选项卡中没有“启用 S3TC...”选项。
我想我正在使用 Nouveau 驱动程序,我想知道是否应该切换到 Nvidia 驱动程序?
有任何想法吗?